[32273] trunk/dports/net/tsocks

ryandesign at macports.org ryandesign at macports.org
Sun Dec 23 06:24:36 PST 2007


Revision: 32273
          http://trac.macosforge.org/projects/macports/changeset/32273
Author:   ryandesign at macports.org
Date:     2007-12-23 06:24:32 -0800 (Sun, 23 Dec 2007)

Log Message:
-----------
tsocks: maintainer update to fix build on Leopard; closes #13674

Modified Paths:
--------------
    trunk/dports/net/tsocks/Portfile
    trunk/dports/net/tsocks/files/patch-Makefile.in

Modified: trunk/dports/net/tsocks/Portfile
===================================================================
--- trunk/dports/net/tsocks/Portfile	2007-12-23 14:06:03 UTC (rev 32272)
+++ trunk/dports/net/tsocks/Portfile	2007-12-23 14:24:32 UTC (rev 32273)
@@ -4,6 +4,7 @@
 
 name             tsocks
 version          1.8.3
+revision         1
 categories       net
 maintainers      darren.bane at gmail.com
 description      Transparent SOCKS proxying library

Modified: trunk/dports/net/tsocks/files/patch-Makefile.in
===================================================================
--- trunk/dports/net/tsocks/files/patch-Makefile.in	2007-12-23 14:06:03 UTC (rev 32272)
+++ trunk/dports/net/tsocks/files/patch-Makefile.in	2007-12-23 14:24:32 UTC (rev 32273)
@@ -33,7 +33,7 @@
  ${SHLIB}: ${OBJS} ${COMMON}.o ${PARSER}.o ${DEADPOOL_O}
 -	${SHCC} ${CFLAGS} ${INCLUDES} -nostdlib -shared -o ${SHLIB} ${OBJS} ${COMMON}.o ${PARSER}.o ${DEADPOOL_O} ${DYNLIB_FLAGS} ${SPECIALLIBS} ${LIBS}
 -	ln -sf ${SHLIB} ${LIB_NAME}.so
-+	${SHCC} ${CFLAGS} ${INCLUDES} -nostdlib ${LDFLAGS} -o ${SHLIB} ${OBJS} ${COMMON}.o ${PARSER}.o ${DEADPOOL_O} ${DYNLIB_FLAGS} ${SPECIALLIBS} ${LIBS}
++	${SHCC} ${CFLAGS} ${INCLUDES} ${LDFLAGS} -o ${SHLIB} ${OBJS} ${COMMON}.o ${PARSER}.o ${DEADPOOL_O}
 +	ln -sf ${SHLIB} ${LIB_NAME}.${SHLIB_EXT}
  
  %.so: %.c

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071223/4c6dd19a/attachment-0001.html


More information about the macports-changes mailing list