Port patch: glib20 and pango, use the new gettext stuff.

Jeremy Messenger mezz7 at cox.net
Tue Feb 3 23:07:05 PST 2004


Here's use-gettext.diff, use the new USE_GETTEXT and bump the version too.

Oh btw: This is for MarcusCom CVS..

Cheers,
Mezz


-- 
bsdforums.org 's moderator, mezz.
-------------- next part --------------
diff -ur glib20.orig/Makefile glib20/Makefile
--- glib20.orig/Makefile	Fri Jan 23 13:41:41 2004
+++ glib20/Makefile	Wed Feb  4 00:58:07 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	glib
 PORTVERSION=	2.3.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.3,} \
 		ftp://ftp.gtk.org/pub/gtk/v2.3/ \
@@ -20,11 +21,10 @@
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Some useful routines of C programming (current stable version)
 
-LIB_DEPENDS=	intl.5:${PORTSDIR}/devel/gettext-old
-
 NO_LATEST_LINK=	yes
 
 USE_BZIP2=	yes
+USE_GETTEXT=	yes
 USE_LIBTOOL=	yes
 USE_REINPLACE=	yes
 INSTALLS_SHLIB=	yes
diff -ur pango.orig/Makefile pango/Makefile
--- pango.orig/Makefile	Fri Jan 23 13:41:41 2004
+++ pango/Makefile	Wed Feb  4 01:00:23 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	pango
 PORTVERSION=	1.3.2
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/1.3,} \
 		ftp://ftp.gtk.org/pub/gtk/v2.3/
@@ -16,12 +17,12 @@
 COMMENT=	An open-source framework for the layout and rendering of i18n text
 
 BUILD_DEPENDS=	freetype-config:${PORTSDIR}/print/freetype2
-LIB_DEPENDS=	Xft.2:${PORTSDIR}/x11-fonts/Xft \
-		intl.5:${PORTSDIR}/devel/gettext-old
+LIB_DEPENDS=	Xft.2:${PORTSDIR}/x11-fonts/Xft
 RUN_DEPENDS=	${FONTSCALE}:${PORTSDIR}/x11-fonts/XFree86-4-fontScalable \
 		${FONTENCOD}:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings
 
 USE_BZIP2=	yes
+USE_GETTEXT=	yes
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
 USE_REINPLACE=	yes


More information about the freebsd-gnome mailing list