[135719] trunk/dports/sysutils/clamav/Portfile

dluke at macports.org dluke at macports.org
Thu Apr 30 08:15:43 PDT 2015


Revision: 135719
          https://trac.macports.org/changeset/135719
Author:   dluke at macports.org
Date:     2015-04-30 08:15:43 -0700 (Thu, 30 Apr 2015)
Log Message:
-----------
clamav: add new patch for yosemite configure issue that was only partially fixed upstream. Build without llvm support until upstream can fix crashing bug.

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

Modified: trunk/dports/sysutils/clamav/Portfile
===================================================================
--- trunk/dports/sysutils/clamav/Portfile	2015-04-30 14:41:04 UTC (rev 135718)
+++ trunk/dports/sysutils/clamav/Portfile	2015-04-30 15:15:43 UTC (rev 135719)
@@ -5,6 +5,7 @@
 
 name			clamav
 version		 	0.98.7
+revision		1
 categories	  	sysutils
 maintainers	 	geeklair.net:dluke
 description	 	clamav antivirus software
@@ -24,8 +25,15 @@
 configure.args  	--mandir=${prefix}/share/man \
 			--with-zlib=${prefix} \
 			--with-openssl=${prefix} \
-			--disable-silent-rules
+			--disable-silent-rules \
+			--enable-llvm=no
+#- disable llvm because of upstream bug
+#- https://bugzilla.clamav.net/show_bug.cgi?id=11309
 
+#- yosemite-patch is the yosemite libtool bug
+#- https://bugzilla.clamav.net/show_bug.cgi?id=11188
+patchfiles		yosemite-patch-configure.diff
+
 use_parallel_build	yes
 
 depends_lib		port:libiconv port:zlib port:bzip2 port:ncurses port:openssl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150430/eaf8446f/attachment.html>


More information about the macports-changes mailing list