[csw-devel] SF.net SVN: gar:[14171] csw/mgar/pkg/php5/trunk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Thu Apr 14 03:02:38 CEST 2011
Revision: 14171
http://gar.svn.sourceforge.net/gar/?rev=14171&view=rev
Author: bdwalton
Date: 2011-04-14 01:02:38 +0000 (Thu, 14 Apr 2011)
Log Message:
-----------
php5/trunk: override some usr/local path warnings, make approriate release notes
Modified Paths:
--------------
csw/mgar/pkg/php5/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/php5/trunk/files/CSWphp5.cswreleasenotes
Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile 2011-04-14 00:26:17 UTC (rev 14170)
+++ csw/mgar/pkg/php5/trunk/Makefile 2011-04-14 01:02:38 UTC (rev 14171)
@@ -30,6 +30,7 @@
DISTFILES += $(DISTNAME).tar.bz2
DISTFILES += php.ini.CSW phpext pear.conf.CSW CSWphp5.postinstall
+DISTFILES += CSWphp5.cswreleasenotes
PATCHFILES += 0001-Strip-usr-ucblib-references.patch
# this one is filed upstream: http://bugs.php.net/bug.php?id=54318
@@ -103,7 +104,21 @@
RUNTIME_DEP_PKGS_CSWphp5 += CSWlibxml2 CSWiconv CSWexpat CSWzlib
INCOMPATIBLE_PKGS_CSWphp5 = CSWphp5mimemagic CSWphp5mhash CSWphp5dbase
INCOMPATIBLE_PKGS_CSWphp5 += CSWphp5ncurses
+# embeded 'magic' information to detect file types...odd, but...
+CHECKPKG_OVERRIDES_CSWphp5 += file-with-bad-content|/usr/local|root/opt/csw/php5/bin/php
+CHECKPKG_OVERRIDES_CSWphp5 += file-with-bad-content|/usr/local|root/opt/csw/php5/lib/php/build/libtool.m4
+CHECKPKG_OVERRIDES_CSWphp5 += file-with-bad-content|/usr/local|root/opt/csw/php5/lib/php/build/acinclude.m4
+CHECKPKG_OVERRIDES_CSWphp5 += file-with-bad-content|/usr/local|root/opt/csw/php5/lib/php/build/shtool
+CHECKPKG_OVERRIDES_CSWphp5 += file-with-bad-content|/usr/local|root/opt/csw/php5/lib/php/build/phpize.m4
+CHECKPKG_OVERRIDES_CSWphp5 += file-with-bad-content|/usr/local|root/opt/csw/php5/lib/php/PEAR/Config.php
+CHECKPKG_OVERRIDES_CSWphp5 += file-with-bad-content|/usr/local|root/opt/csw/php5/man/man1/php-config.1
+CHECKPKG_OVERRIDES_CSWphp5 += file-with-bad-content|/usr/local|root/opt/csw/php5/bin/php-cgi
+# verify these...
+CHECKPKG_OVERRIDES_CSWphp5 += file-with-bad-content|/usr/local|root/opt/csw/php5/lib/php.ini.CSW
+
+# end verify...
+
CATALOGNAME_CSWphp5-dev = php5_dev
SPKG_DESC_CSWphp5-dev = Development files for php5
RUNTIME_DEP_PKGS_CSWphp5-dev = CSWphp5
Added: csw/mgar/pkg/php5/trunk/files/CSWphp5.cswreleasenotes
===================================================================
--- csw/mgar/pkg/php5/trunk/files/CSWphp5.cswreleasenotes (rev 0)
+++ csw/mgar/pkg/php5/trunk/files/CSWphp5.cswreleasenotes 2011-04-14 01:02:38 UTC (rev 14171)
@@ -0,0 +1,6 @@
+/usr/local references:
+ bin/php -> embeds 'magic' filetype info in the binary
+ bin/php-cgi -> embeds 'magic' filetype info in the binary
+ php/build/* -> build stuff that doesn't matter
+ PEAR/Config.php -> default for gpg if not in $PATH
+ man1/php-config.1 -> an example path
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list