svn commit: r348033 - head/graphics/imlib

Martin Wilke miwi at FreeBSD.org
Thu Mar 13 05:21:51 UTC 2014


Author: miwi
Date: Thu Mar 13 05:21:50 2014
New Revision: 348033
URL: http://svnweb.freebsd.org/changeset/ports/348033
QAT: https://qat.redports.org/buildarchive/r348033/

Log:
  - Stage support
  - Convert to new USES flags

Modified:
  head/graphics/imlib/Makefile
  head/graphics/imlib/pkg-plist

Modified: head/graphics/imlib/Makefile
==============================================================================
--- head/graphics/imlib/Makefile	Thu Mar 13 05:21:30 2014	(r348032)
+++ head/graphics/imlib/Makefile	Thu Mar 13 05:21:50 2014	(r348033)
@@ -17,19 +17,15 @@ LIB_DEPENDS=	png15:${PORTSDIR}/graphics/
 		gif.5:${PORTSDIR}/graphics/giflib
 
 USE_AUTOTOOLS=	libtool
-USE_BZIP2=	yes
 USE_XORG=	sm xext x11
-USE_GMAKE=	yes
-USE_GNOME=	gtk12 gnomehack
+USES=		gmake tar:bzip2 pathfix
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc/imlib --disable-modules
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
 
-MAN1=		imlib-config.1 imlib_config.1
-
-NO_STAGE=	yes
 pre-configure:
 	@${REINPLACE_CMD} -e "s|10:15:9|5:0:0|" ${WRKSRC}/*/Makefile.in
 	@${REINPLACE_CMD} -e "s|glib-config|${GLIB_CONFIG}|" ${WRKSRC}/configure

Modified: head/graphics/imlib/pkg-plist
==============================================================================
--- head/graphics/imlib/pkg-plist	Thu Mar 13 05:21:30 2014	(r348032)
+++ head/graphics/imlib/pkg-plist	Thu Mar 13 05:21:50 2014	(r348033)
@@ -45,4 +45,6 @@ lib/libimlib-xpm.so
 libdata/pkgconfig/imlib.pc
 libdata/pkgconfig/imlibgdk.pc
 share/aclocal/imlib.m4
+man/man1/imlib-config.1.gz
+man/man1/imlib_config.1.gz
 @dirrm etc/imlib


More information about the svn-ports-all mailing list