summaryrefslogtreecommitdiffstats
path: root/devel/glib20/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-11-12 22:44:17 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-11-12 22:44:17 +0800
commitf94c7479809436022616f7c862b29e8947732930 (patch)
tree95e707ddb4a561c8d648f218bf76325008447d93 /devel/glib20/Makefile
parent17d66fa6f4d014ad7533a7eb370178600323696e (diff)
downloadmarcuscom-ports-f94c7479809436022616f7c862b29e8947732930.tar
marcuscom-ports-f94c7479809436022616f7c862b29e8947732930.tar.gz
marcuscom-ports-f94c7479809436022616f7c862b29e8947732930.tar.bz2
marcuscom-ports-f94c7479809436022616f7c862b29e8947732930.tar.lz
marcuscom-ports-f94c7479809436022616f7c862b29e8947732930.tar.xz
marcuscom-ports-f94c7479809436022616f7c862b29e8947732930.tar.zst
marcuscom-ports-f94c7479809436022616f7c862b29e8947732930.zip
Update to 2.30.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16563 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glib20/Makefile')
-rw-r--r--devel/glib20/Makefile15
1 files changed, 11 insertions, 4 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index c1b255560..a9cced179 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -3,13 +3,13 @@
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/glib20/Makefile,v 1.214 2011/10/15 13:01:16 kwm Exp $
+# $MCom: ports/devel/glib20/Makefile,v 1.215 2011/11/09 09:56:32 marcus Exp $
#
# !! DON'T FORGET ABOUT devel/gio-fam-backend !!
PORTNAME= glib
-PORTVERSION= 2.30.1
-PORTREVISION?= 1
+PORTVERSION= 2.30.2
+PORTREVISION?= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \
ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \
@@ -45,7 +45,6 @@ USE_PERL5= yes
CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \
--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
--disable-man --without-xml-catalog \
- --disable-dtrace \
--with-pcre=system \
--disable-fam
CPPFLAGS+= -I${LOCALBASE}/include
@@ -55,8 +54,16 @@ CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
OPTIONS= COLLATION_FIX "fix string collation" off
+#CONFIGURE_ARGS+=--disable-silent-rules
+
.include <bsd.port.pre.mk>
+#.if ${OSVERSION} >= 900000
+#CONFIGURE_ARGS+=--enable-dtrace
+#.else
+CONFIGURE_ARGS+=--disable-dtrace
+#.endif
+
.if ${ARCH} == powerpc64
EXTRA_PATCHES= ${FILESDIR}/extra-arch-powerpc64
.endif