Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 05:21:50 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348033 - head/graphics/imlib
Message-ID:  <201403130521.s2D5LotY005047@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403130521.s2D5LotY005047>