[30026] trunk/dports/databases/postgresql7/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Thu Oct 18 10:34:16 PDT 2007
Revision: 30026
http://trac.macosforge.org/projects/macports/changeset/30026
Author: jwa at macports.org
Date: 2007-10-18 10:34:15 -0700 (Thu, 18 Oct 2007)
Log Message:
-----------
reverting accidental r30025, sorry
Modified Paths:
--------------
trunk/dports/databases/postgresql7/Portfile
Modified: trunk/dports/databases/postgresql7/Portfile
===================================================================
--- trunk/dports/databases/postgresql7/Portfile 2007-10-18 17:16:07 UTC (rev 30025)
+++ trunk/dports/databases/postgresql7/Portfile 2007-10-18 17:34:15 UTC (rev 30026)
@@ -27,32 +27,31 @@
use_bzip2 yes
depends_lib port:readline \
- port:openssl \
- port:zlib \
- port:bison
+ port:openssl \
+ port:zlib \
+ port:bison
worksrcdir postgresql-${version}
set libdir ${prefix}/lib/pgsql7
-configure.args --sysconfdir=${prefix}/etc/pgsql7 \
- --bindir=${libdir}/bin \
- --libdir=${libdir} \
- --includedir=${prefix}/include/pgsql7 \
- --datadir=${prefix}/share/${name} \
- --mandir=${prefix}/share/man \
- --docdir=${prefix}/share/doc/${name} \
- --with-docdir=${prefix}/share/doc/${name} \
- --with-includes=${prefix}/include \
- --with-libraries=${prefix}/lib \
- --with-openssl=${prefix} \
- --with-rendezvous \
- --with-readline \
- --with-zlib \
- --enable-thread-safety \
- --enable-integer-datetimes \
- --enable-multibyte \
- --enable-unicode \
- --disable-spinlocks
+configure.args --sysconfdir=${prefix}/etc/pgsql7 \
+ --bindir=${libdir}/bin \
+ --libdir=${libdir} \
+ --includedir=${prefix}/include/pgsql7 \
+ --datadir=${prefix}/share/${name} \
+ --mandir=${prefix}/share/man \
+ --docdir=${prefix}/share/doc/${name} \
+ --with-docdir=${prefix}/share/doc/${name} \
+ --with-includes=${prefix}/include \
+ --with-libraries=${prefix}/lib \
+ --with-openssl=${prefix} \
+ --with-rendezvous \
+ --with-readline \
+ --with-zlib \
+ --enable-thread-safety \
+ --enable-integer-datetimes \
+ --enable-multibyte \
+ --enable-unicode
build.type gnu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071018/5baf4b8a/attachment.html
More information about the macports-changes
mailing list