Date: Sun, 1 Sep 2013 22:50:06 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325928 - in head/graphics: cal3d cal3d-devel ender enesim etch flam3 frei0r gnash gts imlib2 liblqr-1 libvisual04 libvisual04-plugins nip2 opencv picpuz pngnq py-poppler ruby-cairo sdl... Message-ID: <201309012250.r81Mo66Z047099@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Sep 1 22:50:06 2013 New Revision: 325928 URL: http://svnweb.freebsd.org/changeset/ports/325928 Log: Eradicate USE_GNOME=pkgconfig from graphics While here: - trim headers - convert: * USE_GNOME=gnomehack -> USES=pathfix * USE_GMAKE=yes -> USES=gmake * USE_PERL5 -> USES=perl5 Modified: head/graphics/cal3d-devel/Makefile head/graphics/cal3d/Makefile head/graphics/ender/Makefile head/graphics/enesim/Makefile head/graphics/etch/Makefile head/graphics/flam3/Makefile head/graphics/frei0r/Makefile head/graphics/gnash/Makefile head/graphics/gts/Makefile head/graphics/imlib2/Makefile head/graphics/liblqr-1/Makefile head/graphics/libvisual04-plugins/Makefile head/graphics/libvisual04/Makefile head/graphics/nip2/Makefile head/graphics/opencv/Makefile head/graphics/picpuz/Makefile head/graphics/pngnq/Makefile head/graphics/py-poppler/Makefile head/graphics/ruby-cairo/Makefile head/graphics/sdl_ttf/Makefile head/graphics/vips/Makefile Modified: head/graphics/cal3d-devel/Makefile ============================================================================== --- head/graphics/cal3d-devel/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/cal3d-devel/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cal3d -# Date created: 12 Jul 2004 -# Whom: Stefan Walter <sw@gegenunendlich.de> -# +# Created by: Stefan Walter <sw@gegenunendlich.de> # $FreeBSD$ -# PORTNAME= cal3d PORTVERSION= 20060720 @@ -20,7 +16,7 @@ COMMENT= Skeletal based 3D character ani CONFLICTS= cal3d-[0-9]* USE_BZIP2= yes -USE_GNOME= pkgconfig +USES= pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= automake autoheader libtool AUTOMAKE_ARGS= --add-missing Modified: head/graphics/cal3d/Makefile ============================================================================== --- head/graphics/cal3d/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/cal3d/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cal3d -# Date created: 12 Jul 2004 -# Whom: Stefan Walter <sw@gegenunendlich.de> -# +# Created by: Stefan Walter <sw@gegenunendlich.de> # $FreeBSD$ -# PORTNAME= cal3d PORTVERSION= 0.11.0 @@ -17,7 +13,7 @@ COMMENT= Skeletal based 3D character ani CONFLICTS= cal3d-devel-[0-9]* -USE_GNOME= pkgconfig +USES= pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= automake autoheader libtool AUTOMAKE_ARGS= --add-missing Modified: head/graphics/ender/Makefile ============================================================================== --- head/graphics/ender/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/ender/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -16,9 +16,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${P DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= bison pathfix +USES= bison pathfix pkgconfig USE_EFL= eina enesim libtool_hack -USE_GNOME= pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-static Modified: head/graphics/enesim/Makefile ============================================================================== --- head/graphics/enesim/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/enesim/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -15,7 +15,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= eina libtool_hack -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-static Modified: head/graphics/etch/Makefile ============================================================================== --- head/graphics/etch/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/etch/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -15,7 +15,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= eina enesim libtool_hack -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-static Modified: head/graphics/flam3/Makefile ============================================================================== --- head/graphics/flam3/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/flam3/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flam3 -# Date created: 21 Mar 2010 -# Whom: John Prather -# +# Created by: John Prather # $FreeBSD$ -# PORTNAME= flam3 PORTVERSION= 2.7.18 @@ -23,8 +19,7 @@ MAN1= flam3-animate.1 flam3-genome.1 fl MANCOMPRESSED= no GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig gnomehack +USES= gmake pathfix pkgconfig CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CFLAGS+= -I${LOCALBASE}/include/libpng15 Modified: head/graphics/frei0r/Makefile ============================================================================== --- head/graphics/frei0r/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/frei0r/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -15,7 +15,7 @@ COMMENT?= Minimalistic plugin API for vi .if !defined(BUILDING_FREI0R_METAPORT) GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/graphics/gnash/Makefile ============================================================================== --- head/graphics/gnash/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/gnash/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -20,14 +20,14 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/de CONFLICTS= gnash-devel-[0-9]* USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes WANT_SDL= yes WANT_GNOME= yes USE_GCC= 4.2+ # triggers compiler error on gcc 3.4 WANT_GSTREAMER= yes -USE_GNOME= pkgconfig libxml2 +USE_GNOME= libxml2 USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv USE_AUTOTOOLS= libltdl INSTALLS_ICONS= yes Modified: head/graphics/gts/Makefile ============================================================================== --- head/graphics/gts/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/gts/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -10,7 +10,8 @@ MASTER_SITES= SF MAINTAINER= erik@bz.bzflag.bz COMMENT= GNU Triangulated Surface Library -USE_GNOME= glib20 pkgconfig +USES= pkgconfig +USE_GNOME= glib20 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/graphics/imlib2/Makefile ============================================================================== --- head/graphics/imlib2/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/imlib2/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -16,7 +16,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/prin GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_EFL= libtool_hack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/liblqr-1/Makefile ============================================================================== --- head/graphics/liblqr-1/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/liblqr-1/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -13,9 +13,8 @@ COMMENT= An easy to use C/C++ seam carvi GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= glib20 pkgconfig -USES= gettext +USES= gettext gmake pkgconfig +USE_GNOME= glib20 USE_LDCONFIG= yes # Use GNU89 inline semantics Modified: head/graphics/libvisual04-plugins/Makefile ============================================================================== --- head/graphics/libvisual04-plugins/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/libvisual04-plugins/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libvisual04-plugins -# Date created: 8 February 2007 -# Whom: Björn König <bkoenig@alpha-tierchen.de> -# +# Created by: Björn König <bkoenig@alpha-tierchen.de> # $FreeBSD$ -# PORTNAME= libvisual PORTVERSION= 0.4.0 @@ -18,7 +14,7 @@ COMMENT= Set of plugins for the libvisua LIB_DEPENDS= visual-${MAJORMINOR}:${PORTSDIR}/graphics/libvisual04 -USE_GNOME= pkgconfig +USES= pkgconfig USE_GL= yes USE_XORG= x11 GNU_CONFIGURE= yes Modified: head/graphics/libvisual04/Makefile ============================================================================== --- head/graphics/libvisual04/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/libvisual04/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -15,8 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack pkgconfig -USES= gettext +USES= gettext pathfix pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} Modified: head/graphics/nip2/Makefile ============================================================================== --- head/graphics/nip2/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/nip2/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -14,9 +14,8 @@ LIB_DEPENDS= vips.3[0-9]:${PORTSDIR}/gra gsl:${PORTSDIR}/math/gsl \ xml2:${PORTSDIR}/textproc/libxml2 -USES= bison -USE_GMAKE= yes -USE_GNOME= gnomemimedata glib20 pkgconfig gtk20 +USES= bison gmake pkgconfig +USE_GNOME= gnomemimedata glib20 gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --mandir=${PREFIX}/man # This port has no man-pages. It installs a number of HTML files, Modified: head/graphics/opencv/Makefile ============================================================================== --- head/graphics/opencv/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/opencv/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -14,11 +14,10 @@ COMMENT= Open Source Computer Vision lib LICENSE= BSD LICENSE_FILE= ${WRKSRC}/doc/license.txt -USE_GNOME= pkgconfig WANT_GSTREAMER= yes MAKE_JOBS_UNSAFE= yes USE_BZIP2= yes -USES= cmake +USES= cmake pkgconfig USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/OpenCV-${DISTVERSION} Modified: head/graphics/picpuz/Makefile ============================================================================== --- head/graphics/picpuz/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/picpuz/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -11,8 +11,8 @@ MASTER_SITES= http://kornelix.squarespac MAINTAINER= devel@stasyan.com COMMENT= Jigsaw puzzle program -USE_GMAKE= yes -USE_GNOME= gtk20 pkgconfig +USES= gmake pkgconfig +USE_GNOME= gtk20 ALL_TARGET= # #RUN_DEPENDS+= xdg-desktop-menu:${PORTSDIR}/devel/xdg-utils Modified: head/graphics/pngnq/Makefile ============================================================================== --- head/graphics/pngnq/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/pngnq/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pngnq -# Date created: 10 May 2009 -# Whom: stb@lassitu.de -# +# Created by: stb@lassitu.de # $FreeBSD$ -# PORTNAME= pngnq PORTVERSION= 1.1 @@ -24,7 +20,7 @@ CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= LIBS=-lpng LDFLAGS+= -L${LOCALBASE}/lib -USE_GNOME= pkgconfig +USES= pkgconfig PORTDOCS= README COPYING PLIST_FILES= bin/pngcomp bin/pngnq Modified: head/graphics/py-poppler/Makefile ============================================================================== --- head/graphics/py-poppler/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/py-poppler/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-poppler -# Date created: 2008-04-14 -# Whom: Romain Tartiere <romain@blogreen.org> -# +# Created by: Romain Tartiere <romain@blogreen.org> # $FreeBSD$ -# PORTNAME= poppler PORTVERSION= 0.12.1 @@ -21,7 +17,7 @@ LIB_DEPENDS= poppler-glib.8:${PORTSDIR}/ USE_PYTHON= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig atk pygtk2 +USES= gmake pkgconfig +USE_GNOME= atk pygtk2 .include <bsd.port.mk> Modified: head/graphics/ruby-cairo/Makefile ============================================================================== --- head/graphics/ruby-cairo/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/ruby-cairo/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -14,7 +14,7 @@ COMMENT= Ruby binding for Cairo BUILD_DEPENDS= rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo -USE_GNOME= pkgconfig +USES= pkgconfig USE_RUBY= yes USE_RUBY_EXTCONF=yes CONFIGURE_ARGS+=--ruby=${RUBY} Modified: head/graphics/sdl_ttf/Makefile ============================================================================== --- head/graphics/sdl_ttf/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/sdl_ttf/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -1,9 +1,5 @@ -# New ports collection makefile for: sdl_ttf -# Date created: 20 September 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sdl_ttf PORTVERSION= 2.0.11 @@ -18,8 +14,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/prin USE_AUTOTOOLS= libtool USE_SDL= sdl -USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Sun Sep 1 22:47:01 2013 (r325927) +++ head/graphics/vips/Makefile Sun Sep 1 22:50:06 2013 (r325928) @@ -31,10 +31,9 @@ PYPRESENT!= which python > /dev/null && .if ${PYPRESENT} == on OPTIONS_DEFAULT+= PYTHON .endif -USE_GMAKE= yes -USES= gettext -USE_PERL5_BUILD=yes -USE_GNOME= gnomehack glib20 pkgconfig pango libxml2 +USES= gettext gmake perl5 pkgconfig +USE_PERL5= build +USE_GNOME= gnomehack glib20 pango libxml2 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309012250.r81Mo66Z047099>