Revision: 31646 http://trac.macosforge.org/projects/macports/changeset/31646 Author: rhwood@macports.org Date: 2007-12-01 03:09:59 -0800 (Sat, 01 Dec 2007) Log Message: ----------- Upgrade to version 2.21.1 in response to a ticket that I can't find now. Add variants to account for mutual exclusion of X11/Quartz builds, although they don't work as of now (see comments in the port file) Modified Paths: -------------- trunk/dports/gnome/at-spi/Portfile Modified: trunk/dports/gnome/at-spi/Portfile =================================================================== --- trunk/dports/gnome/at-spi/Portfile 2007-12-01 11:08:02 UTC (rev 31645) +++ trunk/dports/gnome/at-spi/Portfile 2007-12-01 11:09:59 UTC (rev 31646) @@ -1,7 +1,7 @@ # $Id$ PortSystem 1.0 name at-spi -version 1.20.1 +version 1.21.1 description Gnome Accesibility Technologi Service long_description 'at-spi' is a part of the Gnome Accessibility Project. \ It provides a Service Provider Interface for the Assistive \ @@ -13,8 +13,8 @@ homepage http://www.gnome.org/ master_sites gnome:sources/at-spi/[strsed ${version} {/\.[0-9]*$//}]/ -checksums md5 9dc4ce96c17452cd285d006d03574e93 \ - rmd160 b5ea35bbda69de460ec1b846a462a083eff9f9fe +checksums md5 1fc0bea95472e0523533367a23953252 \ + rmd160 a1e04c59943993c63515abc36a95ecc7ebd92b8a depends_build \ port:p5-xml-parser \ @@ -30,6 +30,16 @@ use_bzip2 yes configure.args --enable-static --enable-platform-gnome-2 --disable-xevie -configure.cflags-append "-I/usr/X11R6/include" configure.env PYTHON=${prefix}/bin/python2.5 + +# --with-x is the default state for the configure file +variant x11 { + configure.args-append --with-x + configure.cflgas-append "-I/usr/X11R6/include" +} + +# currently does not work, see http://bugzilla.gnome.org/show_bug.cgi?id=500838 +variant quartz { + configure.args-append --without-x +}
participants (1)
-
rhwood@macports.org