[68021] trunk/dports/math/cln/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon May 24 16:13:24 PDT 2010


Revision: 68021
          http://trac.macports.org/changeset/68021
Author:   ryandesign at macports.org
Date:     2010-05-24 16:13:21 -0700 (Mon, 24 May 2010)
Log Message:
-----------
cln: remove useless bits:

 * remove darwin 7 platform section because MacPorts itself can no longer be installed on darwin 7 or earlier
 * remove test variant and just set test phase variables unconditionally
 * remove --with-gmp configure arg because cln finds gmp just fine on its own
 * remove --infodir configure args because cln already knows where to put its info file
 * remove --mandir configure arg because cln doesn't install any man pages

See #24678 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/math/cln/Portfile

Modified: trunk/dports/math/cln/Portfile
===================================================================
--- trunk/dports/math/cln/Portfile	2010-05-24 23:08:12 UTC (rev 68020)
+++ trunk/dports/math/cln/Portfile	2010-05-24 23:13:21 UTC (rev 68021)
@@ -23,22 +23,8 @@
 
 depends_lib	port:gmp
 
-platform darwin 7 {
-	pre-fetch {
-		error "cln is not supported on Panther (OS X 10.3.x)"
-	}
-}
-
 configure.cflags-delete	-O2
 configure.cflags-append -O
 
-configure.args	--with-gmp=${prefix}/lib		\
-		--infodir=${prefix}/share/info		\
-		--mandir=${prefix}/share/man
-
-default_variants	+test
-variant test description {run testsuite} {
-	     	  test.run	yes
-		  test.target	check
-		}
-
+test.run	yes
+test.target	check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100524/6656bc9c/attachment.html>


More information about the macports-changes mailing list