[53525] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Tue Jul 7 08:58:36 PDT 2009


Revision: 53525
          http://trac.macports.org/changeset/53525
Author:   ryandesign at macports.org
Date:     2009-07-07 08:58:35 -0700 (Tue, 07 Jul 2009)
Log Message:
-----------
php5, php5-devel: remove some comments that aren't particularly helpful

Modified Paths:
--------------
    trunk/dports/lang/php5/Portfile
    trunk/dports/lang/php5-devel/Portfile

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2009-07-07 15:53:12 UTC (rev 53524)
+++ trunk/dports/lang/php5/Portfile	2009-07-07 15:58:35 UTC (rev 53525)
@@ -195,8 +195,6 @@
         --enable-dbase
 }
 
-# Add IMAP support. See:
-# http://www.php.net/imap
 variant imap description {enable operation with IMAP protocol} {
     depends_lib-append \
         port:cclient
@@ -212,8 +210,6 @@
         --with-pspell=${prefix}
 }
 
-# Add Tidy support. See:
-# http://www.php.net/tidy
 variant tidy description {add Tidy support} {
     depends_lib-append \
         port:tidy
@@ -313,7 +309,6 @@
         --with-pdo-pgsql=${prefix}/lib/postgresql83/bin
 }
 
-# add sqlite support
 # note that standard sqlite support uses the built-in sqlite2 libraries
 # while pdo sqlite support uses the sqlite3 libraries from the sqlite3 port
 variant sqlite description {build sqlite support} {
@@ -328,7 +323,6 @@
         --enable-sqlite-utf8
 }
 
-# add semaphore, shared memory and IPC functions; see http://www.php.net/sem
 variant ipc description {build IPC support} {
     configure.args-append \
         --enable-shmop \
@@ -337,7 +331,6 @@
         --enable-sysvmsg
 }
 
-# add process control functions; see http://www.php.net/pcntl
 variant pcntl description {provide process control} {
     configure.args-append \
         --enable-pcntl

Modified: trunk/dports/lang/php5-devel/Portfile
===================================================================
--- trunk/dports/lang/php5-devel/Portfile	2009-07-07 15:53:12 UTC (rev 53524)
+++ trunk/dports/lang/php5-devel/Portfile	2009-07-07 15:58:35 UTC (rev 53525)
@@ -190,8 +190,6 @@
         --enable-dbase
 }
 
-# Add IMAP support. See:
-# http://www.php.net/imap
 variant imap description {enable operation with IMAP protocol} {
     depends_lib-append \
         port:cclient
@@ -209,8 +207,6 @@
         --with-pspell=${prefix}
 }
 
-# Add Tidy support. See:
-# http://www.php.net/tidy
 variant tidy description {add Tidy support} {
     depends_lib-append \
         port:tidy
@@ -319,7 +315,6 @@
         --with-pdo-pgsql=${prefix}/lib/postgresql83/bin
 }
 
-# add sqlite support
 # note that standard sqlite support uses the built-in sqlite2 libraries
 # while pdo sqlite support uses the sqlite3 libraries from the sqlite3 port
 variant sqlite description {build sqlite support} {
@@ -334,7 +329,6 @@
         --enable-sqlite-utf8
 }
 
-# add semaphore, shared memory and IPC functions; see http://www.php.net/sem
 variant ipc description {build IPC support} {
     configure.args-append \
         --enable-shmop \
@@ -343,7 +337,6 @@
         --enable-sysvmsg
 }
 
-# add process control functions; see http://www.php.net/pcntl
 variant pcntl description {provide process control} {
     configure.args-append \
         --enable-pcntl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090707/5f80f86a/attachment.html>


More information about the macports-changes mailing list