[70707] trunk/dports/net/dante
ryandesign at macports.org
ryandesign at macports.org
Tue Aug 17 21:38:50 PDT 2010
Revision: 70707
http://trac.macports.org/changeset/70707
Author: ryandesign at macports.org
Date: 2010-08-17 21:38:47 -0700 (Tue, 17 Aug 2010)
Log Message:
-----------
dante: fix SOLIB_POSTFIX for Darwin (#26134), and don't opportunistically link with gss if it's found
Modified Paths:
--------------
trunk/dports/net/dante/Portfile
Added Paths:
-----------
trunk/dports/net/dante/files/
trunk/dports/net/dante/files/patch-configure.diff
Modified: trunk/dports/net/dante/Portfile
===================================================================
--- trunk/dports/net/dante/Portfile 2010-08-18 01:45:11 UTC (rev 70706)
+++ trunk/dports/net/dante/Portfile 2010-08-18 04:38:47 UTC (rev 70707)
@@ -4,6 +4,7 @@
name dante
version 1.2.1
+revision 1
categories net
platforms darwin
maintainers nomaintainer
@@ -29,7 +30,10 @@
sha1 381803f0e6149c064c679b04dd9abc647cfc76c0 \
rmd160 219398c9f87943f382ddf2dc56d3604efa4360ca
+patchfiles patch-configure.diff
+
configure.args --mandir=${prefix}/share/man \
+ --without-gssapi \
--with-socks-conf=${prefix}/etc/dante/socks.conf \
--with-sockd-conf=${prefix}/etc/dante/sockd.conf \
--with-pidfile=${prefix}/var/run/dante/dante.pid
Added: trunk/dports/net/dante/files/patch-configure.diff
===================================================================
--- trunk/dports/net/dante/files/patch-configure.diff (rev 0)
+++ trunk/dports/net/dante/files/patch-configure.diff 2010-08-18 04:38:47 UTC (rev 70707)
@@ -0,0 +1,13 @@
+--- configure.orig 2010-05-27 05:00:18.000000000 -0500
++++ configure 2010-08-17 22:53:36.000000000 -0500
+@@ -25327,6 +25327,10 @@
+ SOLIB_POSTFIX=sl
+ ;;
+
++ *-*-darwin*)
++ SOLIB_POSTFIX=dylib
++ ;;
++
+ *-*-irix*)
+ PRELOAD="RLD"
+ ;;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100817/55ca6527/attachment.html>
More information about the macports-changes
mailing list