[57302] trunk/dports/www/fcgi/Portfile

jmr at macports.org jmr at macports.org
Tue Sep 8 20:41:45 PDT 2009


Revision: 57302
          http://trac.macports.org/changeset/57302
Author:   jmr at macports.org
Date:     2009-09-08 20:41:41 -0700 (Tue, 08 Sep 2009)
Log Message:
-----------
fcgi: remove -Wno-long-double (fails on 10.6), clean up autoreconf stuff

Modified Paths:
--------------
    trunk/dports/www/fcgi/Portfile

Modified: trunk/dports/www/fcgi/Portfile
===================================================================
--- trunk/dports/www/fcgi/Portfile	2009-09-09 03:06:07 UTC (rev 57301)
+++ trunk/dports/www/fcgi/Portfile	2009-09-09 03:41:41 UTC (rev 57302)
@@ -19,19 +19,14 @@
 checksums           md5 d15060a813b91383a9f3c66faf84867e
 platforms           darwin
 
-depends_build       port:libtool
-
 patchfiles          patch-acinclude.m4.diff patch-configure.in.diff \
                     patch-libfcgi-Makefile.am.diff \
                     patch-libfcgi-fcgi_stdio.c.diff \
                     patch-cgi-fcgi-cgi-fcgi.c.diff
 
-use_autoconf        yes
-autoconf.cmd        autoreconf
-autoconf.args       -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-configure.cflags-append   "-Wno-long-double"
-
 post-destroot {
    xinstall -m 644 -W ${worksrcpath}/doc cgi-fcgi.1 \
       ${destroot}${prefix}/share/man/man1
@@ -42,4 +37,3 @@
    copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
    eval delete [glob ${destroot}${prefix}/share/doc/${name}/*.\[13\]]
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090908/39dbfa77/attachment.html>


More information about the macports-changes mailing list