summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk30/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-07 21:54:54 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-07 21:54:54 +0800
commit0541683aefe2ee6858bf54020d04a0e05df163b3 (patch)
tree7dfa344773db1466ae8c36dd840e21a1d58dd25a /x11-toolkits/gtk30/Makefile
parent121069276f43c311d18625f86426806f2ffb711a (diff)
downloadmarcuscom-ports-0541683aefe2ee6858bf54020d04a0e05df163b3.tar
marcuscom-ports-0541683aefe2ee6858bf54020d04a0e05df163b3.tar.gz
marcuscom-ports-0541683aefe2ee6858bf54020d04a0e05df163b3.tar.bz2
marcuscom-ports-0541683aefe2ee6858bf54020d04a0e05df163b3.tar.lz
marcuscom-ports-0541683aefe2ee6858bf54020d04a0e05df163b3.tar.xz
marcuscom-ports-0541683aefe2ee6858bf54020d04a0e05df163b3.tar.zst
marcuscom-ports-0541683aefe2ee6858bf54020d04a0e05df163b3.zip
Update to 2.99.0
Fix some configure bashisms. Big thanks goes to jilles@ for coming up with fixes. Don't install gtk-builder-convert gtk-update-icon-cache. These where versioned before with -3.0 but other ports and script just called the unversioned versions. Add depend gtk20 to get access to these programs. If someone has a beter idea how we can make these two program available to both gtk's without the need that gtk30 depends on gtk20. Upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=635207 Upstream commit: http://git.gnome.org/browse/gtk+/commit/?id=a975d62071d71814eb9e6b3c379228f4cd66f0d3 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14980 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r--x11-toolkits/gtk30/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index bad79b7c4..a72ebba92 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -3,12 +3,12 @@
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.14 2010/12/25 21:39:38 kwm Exp $
+# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.15 2010/12/26 09:24:16 kwm Exp $
#
PORTNAME= gtk
-PORTVERSION= 2.91.7
-PORTREVISION?= 1
+PORTVERSION= 2.99.0
+PORTREVISION?= 0
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \
ftp://ftp.gtk.org/pub/gtk/%SUBDIR%/ \
@@ -40,19 +40,18 @@ USE_PERL5_BUILD=yes
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
-USE_GNOME= gnomehack atk pango gdkpixbuf2 ltverhack
+USE_GNOME= gnomehack atk pango gdkpixbuf2 ltverhack gtk20
USE_GETTEXT= yes
USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \
xcomposite
-CONFIGURE_ARGS= --enable-static --with-xinput=yes
+CONFIGURE_ARGS= --enable-static --enable-xinput=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
GLIB_SCHEMAS= org.gtk.Settings.FileChooser.gschema.xml
-MAN1= gtk-builder-convert-3.0.1 gtk-query-immodules-3.0.1 \
- gtk-update-icon-cache-3.0.1
+MAN1= gtk-query-immodules-3.0.1
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug=yes