[49695] trunk/dports/_resources/port1.0/group/php5pecl-1.0.tcl

ryandesign at macports.org ryandesign at macports.org
Wed Apr 15 07:37:24 PDT 2009


Revision: 49695
          http://trac.macports.org/changeset/49695
Author:   ryandesign at macports.org
Date:     2009-04-15 07:37:24 -0700 (Wed, 15 Apr 2009)
Log Message:
-----------
php5pecl: add some post-install ui_msgs like php5-yaz; this will be removed once php5 and this portgroup take care of loading the module automatically

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/php5pecl-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/php5pecl-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/php5pecl-1.0.tcl	2009-04-15 14:36:13 UTC (rev 49694)
+++ trunk/dports/_resources/port1.0/group/php5pecl-1.0.tcl	2009-04-15 14:37:24 UTC (rev 49695)
@@ -61,4 +61,13 @@
     }
     
     destroot.destdir        INSTALL_ROOT=${destroot}
+    
+    post-install {
+        ui_msg "To enable this extension in php,"
+        ui_msg "set 'extension_dir' to"
+        ui_msg "${php5pecl.extension_dir}"
+        ui_msg "And add the line"
+        ui_msg "extension=${php5pecl.extension}.so"
+        ui_msg "in ${prefix}/etc/php.ini"
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090415/e4330148/attachment.html>


More information about the macports-changes mailing list