[Midnightbsd-cvs] mports [16806] trunk/x11-toolkits/pango: update plist

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 5 08:03:22 EDT 2014


Revision: 16806
          http://svnweb.midnightbsd.org/mports/?rev=16806
Author:   laffer1
Date:     2014-09-05 08:03:19 -0400 (Fri, 05 Sep 2014)
Log Message:
-----------
update plist

Modified Paths:
--------------
    trunk/x11-toolkits/pango/Makefile
    trunk/x11-toolkits/pango/pkg-plist

Modified: trunk/x11-toolkits/pango/Makefile
===================================================================
--- trunk/x11-toolkits/pango/Makefile	2014-09-05 06:19:33 UTC (rev 16805)
+++ trunk/x11-toolkits/pango/Makefile	2014-09-05 12:03:19 UTC (rev 16806)
@@ -2,12 +2,13 @@
 
 PORTNAME=	pango
 PORTVERSION=	1.34.1
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	An open-source framework for the layout and rendering of i18n text
+COMMENT=	Open-source framework for the layout and rendering of i18n text
 
 LICENSE=	lgpl
 
@@ -16,19 +17,20 @@
 .if !defined(REFERENCE_PORT)
 
 BUILD_DEPENDS=	fontconfig>=2.10.91:${PORTSDIR}/x11-fonts/fontconfig
-LIB_DEPENDS=	cairo:${PORTSDIR}/graphics/cairo \
-		freetype:${PORTSDIR}/print/freetype2 \
+LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2 \
 		harfbuzz:${PORTSDIR}/print/harfbuzz \
 		fontconfig:${PORTSDIR}/x11-fonts/fontconfig
 RUN_DEPENDS=	${FONTSCALE}:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \
 		${FONTENCOD}:${PORTSDIR}/x11-fonts/encodings
 
-USES+=		gettext gmake pathfix pkgconfig
+USES+=		gettext gmake libtool:keepla pathfix pkgconfig
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
-USE_GNOME=	glib20 gnomehier ltverhack referencehack introspection:build
+GNU_CONFIGURE=	yes
+USE_GNOME=	cairo glib20 gnomehier referencehack introspection:build
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
+CONFIGURE_ARGS=	--enable-explicit-deps=yes
 
 SUB_FILES+=	pkg-install
 
@@ -37,8 +39,6 @@
 FONTSCALE=	${LOCALBASE}/lib/X11/fonts/TTF/luximb.ttf
 FONTENCOD=	${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir
 
-MAN1=		pango-view.1 pango-querymodules.1
-
 OPTIONS_DEFINE=	X11
 OPTIONS_DEFAULT=X11
 
@@ -46,7 +46,7 @@
 
 .if ${PORT_OPTIONS:MX11}
 USE_XORG+=	xft xrender
-#CONFIGURE_ARGS=--with-xft
+#CONFIGURE_ARGS+=--with-xft
 PLIST_SUB+=	X11=""
 .else
 CONFIGURE_ARGS+=--without-xft

Modified: trunk/x11-toolkits/pango/pkg-plist
===================================================================
--- trunk/x11-toolkits/pango/pkg-plist	2014-09-05 06:19:33 UTC (rev 16805)
+++ trunk/x11-toolkits/pango/pkg-plist	2014-09-05 12:03:19 UTC (rev 16806)
@@ -1,6 +1,5 @@
 bin/pango-querymodules
 bin/pango-view
- at comment etc/pango/pango.modules
 @unexec rm etc/pango/pango.modules
 include/pango-1.0/pango/pango-attributes.h
 include/pango-1.0/pango/pango-bidi-type.h
@@ -68,6 +67,8 @@
 libdata/pkgconfig/pangocairo.pc
 libdata/pkgconfig/pangoft2.pc
 %%X11%%libdata/pkgconfig/pangoxft.pc
+man/man1/pango-querymodules.1.gz
+man/man1/pango-view.1.gz
 share/gir-1.0/Pango-1.0.gir
 share/gir-1.0/PangoCairo-1.0.gir
 share/gir-1.0/PangoFT2-1.0.gir
@@ -137,6 +138,7 @@
 @dirrm share/gtk-doc/html/pango
 @dirrmtry share/gtk-doc/html
 @dirrmtry share/gtk-doc
+ at unexec /bin/rm %D/lib/pango/%%VERSION%%/modules.cache
 @dirrm lib/pango/%%VERSION%%/modules
 @dirrm lib/pango/%%VERSION%%
 @dirrm lib/pango
@@ -143,3 +145,4 @@
 @dirrm include/pango-1.0/pango
 @dirrm include/pango-1.0
 @dirrm etc/pango
+ at exec %%LOCALBASE%%/bin/pango-querymodules --update-cache



More information about the Midnightbsd-cvs mailing list