[26061] trunk/dports/graphics

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 11 00:05:08 PDT 2007


Revision: 26061
          http://trac.macosforge.org/projects/macports/changeset/26061
Author:   ryandesign at macports.org
Date:     2007-06-11 00:05:06 -0700 (Mon, 11 Jun 2007)

Log Message:
-----------
Removing the gd2-nox11 port. It's out of date and no ports depend on it.
The log says it was added specifically for the graphviz port, but the
graphviz port does not depend on it anymore.

It seems like a variant of the gd2 port would be a better way to handle
this anyway, so I'm adding a no_x11 variant to gd2 port in case we ever
do need this functionality.

Modified Paths:
--------------
    trunk/dports/graphics/gd2/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/gd2-nox11/

Modified: trunk/dports/graphics/gd2/Portfile
===================================================================
--- trunk/dports/graphics/gd2/Portfile	2007-06-11 06:34:08 UTC (rev 26060)
+++ trunk/dports/graphics/gd2/Portfile	2007-06-11 07:05:06 UTC (rev 26061)
@@ -46,6 +46,13 @@
 	}
 }
 
+variant no_x11 description {Do not include X11 support} {
+	depends_lib-delete \
+		lib:libX11.6:XFree86
+	configure.args-append \
+		--without-x
+}
+
 livecheck.check     regex
 livecheck.url       ${homepage}Downloads
 livecheck.regex     gd-(\[0-9\.\]+)\.tar

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070611/26f3f306/attachment.html


More information about the macports-changes mailing list