[86546] trunk/dports/net/nzbget/Portfile
cal at macports.org
cal at macports.org
Fri Oct 28 02:28:46 PDT 2011
Revision: 86546
http://trac.macports.org/changeset/86546
Author: cal at macports.org
Date: 2011-10-28 02:28:46 -0700 (Fri, 28 Oct 2011)
Log Message:
-----------
nzbget: Doesn't build with clang, claim maintainership, license
Modified Paths:
--------------
trunk/dports/net/nzbget/Portfile
Modified: trunk/dports/net/nzbget/Portfile
===================================================================
--- trunk/dports/net/nzbget/Portfile 2011-10-28 09:12:24 UTC (rev 86545)
+++ trunk/dports/net/nzbget/Portfile 2011-10-28 09:28:46 UTC (rev 86546)
@@ -5,9 +5,10 @@
name nzbget
version 0.7.0
-revision 1
+revision 2
categories net
-maintainers nomaintainer
+license GPL-2+
+maintainers cal openmaintainer
description binary newsgrabber
long_description \
@@ -31,10 +32,12 @@
configure.args --with-tlslib=GnuTLS \
--with-libgnutls-includes=${prefix}/include/gnutls \
--with-libgnutls-libraries=${prefix}/lib \
- --with-libpar2-includes=${prefix}/include \
- --with-libpar2-libraries=${prefix}/lib \
--mandir=${prefix}/share/man
+if {${configure.compiler} == "clang"} {
+ configure.compiler llvm-gcc-4.2
+}
+
post-destroot {
set docdir ${prefix}/share/doc/${name}-${version}
xinstall -d ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111028/76d5303f/attachment-0001.html>
More information about the macports-changes
mailing list