mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add perl5 to USES, with USE_PERL5=run, for the ${WWWDIR}/configure
script. While here, sort USES, and regenerate a patch with makepatch.
This commit is contained in:
parent
cf0c7338a1
commit
34486bf0b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396716
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= squirrelmail
|
||||
PORTVERSION= 20150324
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= LOCAL/adamw/squirrelmail
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}_0200-SVN.stable
|
||||
@ -21,7 +21,8 @@ LICENSE= GPLv2
|
||||
USE_PHP= session mhash gettext mbstring pcre openssl xml
|
||||
WANT_PHP_WEB= yes
|
||||
|
||||
USES= gettext tar:bzip2 cpe
|
||||
USES= cpe gettext perl5 tar:bzip2
|
||||
USE_PERL5= run
|
||||
NO_ARCH= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}.stable/${PORTNAME}
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ./functions/i18n.php.orig 2010-06-02 11:26:40.000000000 -0400
|
||||
+++ ./functions/i18n.php 2010-06-02 11:28:33.000000000 -0400
|
||||
@@ -683,7 +683,8 @@
|
||||
--- functions/i18n.php.orig 2015-01-03 03:56:32 UTC
|
||||
+++ functions/i18n.php
|
||||
@@ -683,7 +683,8 @@ function japanese_charset_xtra() {
|
||||
$useragent = func_get_arg(2);
|
||||
if (strstr($useragent, 'Windows') !== false ||
|
||||
strstr($useragent, 'Mac_') !== false) {
|
||||
|
Loading…
Reference in New Issue
Block a user