summaryrefslogtreecommitdiffstats
path: root/devel/glib20/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-15 23:16:56 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-15 23:16:56 +0800
commitd00b8c444cbef0ede481ba4cca49710f9e274740 (patch)
treeb5d425963f4ffc1c863af2e06246dac36bf224a2 /devel/glib20/Makefile
parent7b29806282628b54cb54464e454ca3fb47950cd0 (diff)
downloadmarcuscom-ports-d00b8c444cbef0ede481ba4cca49710f9e274740.tar
marcuscom-ports-d00b8c444cbef0ede481ba4cca49710f9e274740.tar.gz
marcuscom-ports-d00b8c444cbef0ede481ba4cca49710f9e274740.tar.bz2
marcuscom-ports-d00b8c444cbef0ede481ba4cca49710f9e274740.tar.lz
marcuscom-ports-d00b8c444cbef0ede481ba4cca49710f9e274740.tar.xz
marcuscom-ports-d00b8c444cbef0ede481ba4cca49710f9e274740.tar.zst
marcuscom-ports-d00b8c444cbef0ede481ba4cca49710f9e274740.zip
Update to 2.32.3.
Threading issue fixed by mezz@ and marcus@. While here clean up MASTER_SITES. Only look at the GNOME sites. and for glib-compile-schemas doesn't us --uninstall anymore, don't use it in bsd.gnome.mk Submitted by: mezz (via ports-experimental) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16736 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glib20/Makefile')
-rw-r--r--devel/glib20/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index fae5e846f..30cb5db7c 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -3,21 +3,15 @@
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/glib20/Makefile,v 1.219 2012/02/14 19:34:00 kwm Exp $
+# $MCom: ports/devel/glib20/Makefile,v 1.220 2012/05/02 06:59:53 kwm Exp $
#
# !! DON'T FORGET ABOUT devel/gio-fam-backend !!
PORTNAME= glib
-PORTVERSION= 2.30.3
+PORTVERSION= 2.32.3
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/}/ \
- ftp://ftp.gimp.org/pub/%SUBDIR%/ \
- ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
- http://www.ameth.org/gimp/%SUBDIR%/ \
- ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,}
-MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
@@ -35,6 +29,7 @@ LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre \
ffi.5:${PORTSDIR}/devel/libffi
USE_GETTEXT= yes
+USE_ICONV= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
USE_GNOME= gnomehack ltverhack
@@ -56,7 +51,6 @@ CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PCRE_CFLAGS="-I${LOCALBASE}/include" \
PCRE_LIBS="-L${LOCALBASE}/lib -lpcre"
-
OPTIONS= COLLATION_FIX "fix string collation" off
#CONFIGURE_ARGS+=--disable-silent-rules