Ticket #20681: Portfile2.diff
File Portfile2.diff, 2.9 KB (added by Markus.Ueberall@…, 15 years ago) |
---|
-
lang/php5/Portfile
old new 13 13 maintainers ryandesign jwa 14 14 homepage http://www.php.net/ 15 master_sites php 15 ##Currently, the group definition introduced w/ changeset #55557 fails, 16 ## because only 'www.php.net/' will work while '<lang-code>.php.net/' will 17 ## retrieve an error message in html format 18 #master_sites php 19 master_sites http://www.php.net/distributions/ 16 20 distname php-${version} 17 21 use_bzip2 yes 18 22 platforms darwin freebsd 19 23 use_parallel_build yes 24 set suhosin_patch_ver ${version}-0.9.8-BETA-1 20 25 21 26 description \ … … 28 33 29 34 checksums \ 30 md5 846760cd655c98dfd86d6d97c3d964b0 \31 sha1 934700941d216c453376e3bf24347041cf12c6dc \32 rmd160 9a71b74052b0ca515f2ddf95c051b47a73d33f4435 ${distname}.tar.bz2 md5 846760cd655c98dfd86d6d97c3d964b0 \ 36 ${distname}.tar.bz2 sha1 934700941d216c453376e3bf24347041cf12c6dc \ 37 ${distname}.tar.bz2 rmd160 9a71b74052b0ca515f2ddf95c051b47a73d33f44 33 38 34 39 depends_build \ … … 49 54 port:pcre 50 55 56 patch.pre_args -p1 51 57 patchfiles \ 52 58 patch-bind.diff … … 435 441 } 436 442 443 variant suhosin description {Add suhosin patch} { 444 patch_sites-append \ 445 http://download.suhosin.org/ 446 checksums-append \ 447 suhosin-patch-${suhosin_patch_ver}.patch.gz sha1 8bad461c7b16febc1d2f6bcbf4c8e10428569591 \ 448 suhosin-patch-${suhosin_patch_ver}.patch.gz md5 62dc36545b86bf86e44ada1fccc17d0a 449 patchfiles-append \ 450 suhosin-patch-${suhosin_patch_ver}.patch.gz 451 } 452 437 453 test.run yes 438 454 -
lang/php5/files/patch-bind.diff
old new 1 --- ext/standard/config.m4.orig 2009-01-31 18:05:14.000000000 +02002 +++ ext/standard/config.m4 2009-01-31 18:06:03.000000000 +02001 --- dummy-prefix/ext/standard/config.m4.orig 2009-01-31 18:05:14.000000000 +0200 2 +++ dummy-prefix/ext/standard/config.m4 2009-01-31 18:06:03.000000000 +0200 3 3 @@ -249,10 +249,10 @@ 4 4 dnl Detect library functions needed by php dns_xxx functions -
lang/php5/files/patch-ext-pdo_oci-config.m4.diff
old new 1 1 See http://bugs.php.net/bug.php?id=39312. 2 2 3 --- ext/pdo_oci/config.m4.orig 2008-10-22 14:29:24.000000000 -05004 +++ ext/pdo_oci/config.m4 2009-06-13 09:00:04.000000000 -05003 --- dummy-prefix/ext/pdo_oci/config.m4.orig 2008-10-22 14:29:24.000000000 -0500 4 +++ dummy-prefix/ext/pdo_oci/config.m4 2009-06-13 09:00:04.000000000 -0500 5 5 @@ -89,11 +89,11 @@ 6 6 else