[31739] trunk/dports/x11/gtk2/Portfile
rhwood at macports.org
rhwood at macports.org
Wed Dec 5 02:13:20 PST 2007
Revision: 31739
http://trac.macosforge.org/projects/macports/changeset/31739
Author: rhwood at macports.org
Date: 2007-12-05 02:13:18 -0800 (Wed, 05 Dec 2007)
Log Message:
-----------
Upgrade to 2.12.3
Clarify variant failure message
Make the +x11 variant default
Modified Paths:
--------------
trunk/dports/x11/gtk2/Portfile
Modified: trunk/dports/x11/gtk2/Portfile
===================================================================
--- trunk/dports/x11/gtk2/Portfile 2007-12-05 09:34:22 UTC (rev 31738)
+++ trunk/dports/x11/gtk2/Portfile 2007-12-05 10:13:18 UTC (rev 31739)
@@ -4,7 +4,7 @@
PortSystem 1.0
name gtk2
-version 2.12.2
+version 2.12.3
set branch [join [lrange [split ${version} .] 0 1] .]
categories x11
maintainers rhwood openmaintainer
@@ -25,9 +25,9 @@
distname gtk+-${version}
checksums \
- md5 a789a8a333d418f47cda1dba106d9aac \
- sha1 495ff3ef09de44cc23718239967203bd7871b4aa \
- rmd160 b5cd6b7ec6abf557a6f82c707e0eafb67c813f8d
+ md5 dc8455144f27945f2fcbe91e75acd118 \
+ sha1 5af5ab069c49189abf223b25736c254da047c712 \
+ rmd160 5da22ae4ac257bd2fcefbe2f374e92b6b0dbcc85
use_bzip2 yes
@@ -48,10 +48,11 @@
port:render \
port:zlib
+default_variants +x11
pre-fetch {
if { ![variant_isset quartz] && ![variant_isset x11] } {
- return -code 1 "\n\nThe gtk2 port can be built and installed with support for either Quartz\n(Aqua) rendering or X11 rendering, but not both.\n\nPlease install the gtk2 port by running either:\n\t\"port install gtk2 +quartz\" or\n\"port install gtk2 +x11\"\n\n"
+ return -code 1 "\n\nThe gtk2 port can be built and installed with support for either Quartz\n(Aqua) rendering or X11 rendering, but not both.\n\nPlease install the gtk2 port by running either:\n\t\"port install gtk2 +quartz\" or\n\t\"port install gtk2 +x11\"\n\nIf you are upgrading a port and see this message, use the X11 variant.\n\n"
}
if {[variant_isset quartz]} {
if { ![file exists ${prefix}/include/cairo/cairo-quartz.h] } {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071205/793bc9c6/attachment-0001.html
More information about the macports-changes
mailing list