[146253] trunk/dports/sysutils/clamav

dluke at macports.org dluke at macports.org
Wed Mar 2 13:27:43 PST 2016


Revision: 146253
          https://trac.macports.org/changeset/146253
Author:   dluke at macports.org
Date:     2016-03-02 13:27:43 -0800 (Wed, 02 Mar 2016)
Log Message:
-----------
clamav: add libtool patch upstream failed to apply before release

Modified Paths:
--------------
    trunk/dports/sysutils/clamav/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/clamav/files/
    trunk/dports/sysutils/clamav/files/patch-configure.diff

Modified: trunk/dports/sysutils/clamav/Portfile
===================================================================
--- trunk/dports/sysutils/clamav/Portfile	2016-03-02 21:20:24 UTC (rev 146252)
+++ trunk/dports/sysutils/clamav/Portfile	2016-03-02 21:27:43 UTC (rev 146253)
@@ -5,6 +5,7 @@
 
 name			clamav
 version		 	0.99.1
+revision		1
 categories	  	sysutils
 maintainers	 	geeklair.net:dluke
 description	 	clamav antivirus software
@@ -31,6 +32,11 @@
 #- disable llvm because of upstream bug
 #- https://bugzilla.clamav.net/show_bug.cgi?id=11309
 
+#- upstream neglected to apply libtool patch or update 
+#- libtool for this release
+#- https://bugzilla.clamav.net/show_bug.cgi?id=11188
+patchfiles		patch-configure.diff
+
 use_parallel_build	yes
 
 depends_lib		port:libiconv port:zlib port:bzip2 port:ncurses path:lib/libssl.dylib:openssl \

Added: trunk/dports/sysutils/clamav/files/patch-configure.diff
===================================================================
--- trunk/dports/sysutils/clamav/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/sysutils/clamav/files/patch-configure.diff	2016-03-02 21:27:43 UTC (rev 146253)
@@ -0,0 +1,22 @@
+--- configure.orig	2014-11-18 17:00:06.000000000 -0500
++++ configure	2014-11-18 17:00:28.000000000 -0500
+@@ -8197,7 +8197,7 @@
+       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
+ 	10.0,*86*-darwin8*|10.0,*-darwin[91]*)
+ 	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+-	10.[012]*)
++	10.[012][,.]*)
+ 	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
+ 	10.*)
+ 	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+--- libclamav/c++/configure.orig	2015-04-29 17:41:27.000000000 -0400
++++ libclamav/c++/configure	2015-04-29 17:41:53.000000000 -0400
+@@ -8138,7 +8138,7 @@
+       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
+ 	10.0,*86*-darwin8*|10.0,*-darwin[91]*)
+ 	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+-	10.[012]*)
++	10.[012][,.]*)
+ 	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
+ 	10.*)
+ 	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160302/b44c1d74/attachment.html>


More information about the macports-changes mailing list