Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 06:45:48 +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: r325945 - in head/devel: ccrtp cvstrac ding-libs etl jansson jna json-c lasi libdlna libev libftdi libleaftag libmcs liboil libopendaap libopkele libpthread-stubs librelp libsigc++12 li...
Message-ID:  <201309020645.r826jmcJ028634@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 06:45:47 2013
New Revision: 325945
URL: http://svnweb.freebsd.org/changeset/ports/325945

Log:
  Eradicate USE_GNOME=pkgconfig from devel
  While here:
  USE_GMAKE->USES=gmake
  USE_GNOME=gnomehack->USES=pathfix
  USE_PERL5*->USES=perl5

Modified:
  head/devel/ccrtp/Makefile
  head/devel/cvstrac/Makefile
  head/devel/ding-libs/Makefile
  head/devel/etl/Makefile
  head/devel/jansson/Makefile
  head/devel/jna/Makefile
  head/devel/json-c/Makefile
  head/devel/lasi/Makefile
  head/devel/libdlna/Makefile
  head/devel/libev/Makefile
  head/devel/libftdi/Makefile
  head/devel/libleaftag/Makefile
  head/devel/libmcs/Makefile
  head/devel/liboil/Makefile
  head/devel/libopendaap/Makefile
  head/devel/libopkele/Makefile
  head/devel/libpthread-stubs/Makefile
  head/devel/librelp/Makefile
  head/devel/libsigc++12/Makefile
  head/devel/libstatgrab/Makefile
  head/devel/libukcprog/Makefile
  head/devel/libzvbi/Makefile
  head/devel/log4shib/Makefile
  head/devel/mono-addins/Makefile
  head/devel/mq4cpp/Makefile
  head/devel/omniORB/Makefile
  head/devel/orc/Makefile
  head/devel/p5-Net-DBus/Makefile
  head/devel/p5-Unix-Statgrab/Makefile
  head/devel/pcsc-lite/Makefile
  head/devel/protobuf-c/Makefile
  head/devel/ptlib/Makefile
  head/devel/ruby-statgrab/Makefile

Modified: head/devel/ccrtp/Makefile
==============================================================================
--- head/devel/ccrtp/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/ccrtp/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -13,8 +13,7 @@ COMMENT=	Implementation of the real-time
 LIB_DEPENDS=	commoncpp:${PORTSDIR}/devel/ucommon
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USE_GNOME=	pkgconfig
+USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib -pthread"

Modified: head/devel/cvstrac/Makefile
==============================================================================
--- head/devel/cvstrac/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/cvstrac/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	cvstrac
-# Date created:				29 August 2002
-# Whom:					Bruce M Simpson <bms@spc.org>
-#
+# Created by: Bruce M Simpson <bms@spc.org>
 # $FreeBSD$
-#
 
 PORTNAME?=	cvstrac
 PORTVERSION=	2.0.1
@@ -16,8 +12,7 @@ COMMENT?=	Web-Based Bug And Patch-Set Tr
 
 WRKSRC=		${WRKDIR}/cvstrac-${PORTVERSION}
 USE_SQLITE=	yes
-USE_GNOME=	pkgconfig
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 
 MAKE_ARGS+=	SRCDIR=${WRKSRC} PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}
 MAKE_JOBS_UNSAFE=	yes

Modified: head/devel/ding-libs/Makefile
==============================================================================
--- head/devel/ding-libs/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/ding-libs/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    ding-libs
-# Date created:         Sep 6 2011
-# Whom:                 Andrew Elble <aweits@rit.edu>
-#
+# Created by: Andrew Elble <aweits@rit.edu>
 # $FreeBSD$
-#
 
 PORTNAME=	ding-libs
 DISTVERSION=	0.1.3
@@ -18,8 +14,7 @@ LICENSE=	GPLv3
 GNU_CONFIGURE=	yes
 CPPFLAGS=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 
-USES=		gettext
-USE_GNOME=	pkgconfig
+USES=		gettext pkgconfig
 USE_LDCONFIG=	yes
 
 CONFIGURE_ENV+=	DOXYGEN=""

Modified: head/devel/etl/Makefile
==============================================================================
--- head/devel/etl/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/etl/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ETL
-# Date created:				25 Jun 2006
-# Whom:					Yinghong Liu <relaxbsd@gmail.com>
-#
+# Created by: Yinghong Liu <relaxbsd@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	etl
 PORTVERSION=	0.04.15
@@ -14,8 +10,7 @@ DISTNAME=	ETL-${PORTVERSION}
 MAINTAINER=	dhn@FreeBSD.org
 COMMENT=	Voria Extended Class and Template Library
 
-USE_GNOME=	gnomehack pkgconfig
-USE_GMAKE=	yes
+USES=		gmake pathfix pkgconfig
 GNU_CONFIGURE=	yes
 
 post-install:

Modified: head/devel/jansson/Makefile
==============================================================================
--- head/devel/jansson/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/jansson/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -7,11 +7,11 @@ CATEGORIES=	devel
 MASTER_SITES=	http://www.digip.org/jansson/releases/
 
 MAINTAINER=	vanilla@FreeBSD.org
-COMMENT=	A C library for encoding, decoding, and manipulating JSON data
+COMMENT=	C library for encoding, decoding, and manipulating JSON data
 
+USES=		pathfix pkgconfig
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack pkgconfig
 
 .include <bsd.port.mk>

Modified: head/devel/jna/Makefile
==============================================================================
--- head/devel/jna/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/jna/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -11,11 +11,13 @@ DISTFILES=	${PORTNAME}-${PORTVERSION}${E
 MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	Java access to native shared libraries
 
+USES=		gmake
+USE_GCC=	any
 USE_ANT=	yes
-USE_GMAKE=	yes
 USE_JAVA=	1.4+
 USE_ZIP=	yes
 USE_XORG=	x11 xt
+MAKE_ARGS=	-DCC=${CC} -DLD=${LD}
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 DOCSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-doc

Modified: head/devel/json-c/Makefile
==============================================================================
--- head/devel/json-c/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/json-c/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -11,8 +11,7 @@ COMMENT=	JSON (JavaScript Object Notatio
 
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USE_GNOME=	pkgconfig gnomehack
+USES=		gmake pathfix pkgconfig
 
 CONFLICTS=	cocaine-core-[0-9]*
 

Modified: head/devel/lasi/Makefile
==============================================================================
--- head/devel/lasi/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/lasi/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,6 +1,7 @@
 # Created by: giffunip
 # $FreeBSD$
 #    $MCom: ports/devel/lasi/Makefile,v 1.1 2006/10/04 20:25:40 ahze Exp $
+
 PORTNAME=	lasi
 PORTVERSION=	1.1.1
 PORTREVISION=	1
@@ -11,14 +12,14 @@ DISTNAME=	libLASi-${PORTVERSION}
 MAINTAINER=	lme@FreeBSD.org
 COMMENT=	C++ stream output interface for creating Postscript documents
 
-USE_GNOME=	pango pkgconfig
+USES=		cmake pkgconfig
+USE_GNOME=	pango
 USE_AUTOTOOLS=	libltdl
 PKG_CONFIG_PATH=	${PREFIX}/libdata/pkgconfig
 CONFIGURE_ENV+=	PKG_CONFIG_PATH=${PKG_CONFIG_PATH}
 
 USE_LDCONFIG=	yes
 
-USES=		cmake
 CMAKE_ARGS+=	-DCMAKE_INSTALL_DATADIR:PATH=${DATADIR}
 
 .if !defined(NOPORTDOCS)

Modified: head/devel/libdlna/Makefile
==============================================================================
--- head/devel/libdlna/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/libdlna/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/libdlna
-# Date created:				Sat Feb  9 20:20:00 UTC 2008
-# Whom:	      				Dave Grochowski <malus.x@gmail.com>
-#
+# Created by: Dave Grochowski <malus.x@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	libdlna
 PORTVERSION=	0.2.3
@@ -20,8 +16,7 @@ LIB_DEPENDS+=	avcodec:${PORTSDIR}/multim
 
 HAS_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_GNOME=	pkgconfig
+USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 MAKE_JOBS_UNSAFE=	yes
 

Modified: head/devel/libev/Makefile
==============================================================================
--- head/devel/libev/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/libev/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libev
-# Date created:							18 Dec 2007
-# Whom:									vsevolod
-#
+# Created by: vsevolod
 # $FreeBSD$
-#
 
 PORTNAME=	libev
 PORTVERSION=	4.15
@@ -17,7 +13,7 @@ COMMENT=	A full-featured and high-perfor
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	pkgconfig
+USES=		pkgconfig
 
 MAN3=		ev.3
 

Modified: head/devel/libftdi/Makefile
==============================================================================
--- head/devel/libftdi/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/libftdi/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -17,7 +17,7 @@ USE_AUTOTOOLS=		autoconf libtool automak
 GNU_CONFIGURE=		yes
 CFLAGS+=		-I${LOCALBASE}/include
 USE_LDCONFIG=		yes
-USE_GNOME=		pkgconfig gnomehack
+USES=			pathfix pkgconfig
 
 PORTDOCS=		COPYING.LIB ChangeLog README
 

Modified: head/devel/libleaftag/Makefile
==============================================================================
--- head/devel/libleaftag/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/libleaftag/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    libleaftag
-# Date Created:             24 May 2006
-# Whom:                Khairil Yusof <kaeru@inigo-tech.com>
-#
+# Created by: Khairil Yusof <kaeru@inigo-tech.com>
 # $FreeBSD$
-#
 
 PORTNAME=	libleaftag
 PORTVERSION=	0.3.1
@@ -15,9 +11,9 @@ MAINTAINER=	kaeru@inigo-tech.com
 COMMENT=	Leaftag is a library for tagging files on the desktop
 
 USE_SQLITE=	2
-USE_GMAKE=	yes
+USES=		gmake pathfix pkgconfig
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack glib20 pkgconfig
+USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/devel/libmcs/Makefile
==============================================================================
--- head/devel/libmcs/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/libmcs/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -18,8 +18,7 @@ OPTIONS_DEFAULT=	GCONF
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
-USE_GNOME=	pkgconfig
+USES=		gmake pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/devel/liboil/Makefile
==============================================================================
--- head/devel/liboil/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/liboil/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:	liboil
-# Date created:				Nov 24, 2004
-# Whom:					ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
 #    $MCom: ports/devel/liboil/Makefile,v 1.7 2008/03/23 06:57:57 marcus Exp $
-#      $Id: Makefile 23 2006-10-25 14:24:32Z buhnux $
 
 PORTNAME=	liboil
 PORTVERSION=	0.3.17
@@ -18,7 +14,8 @@ LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_GCC=	any
-USE_GNOME=	pkgconfig gnomehack ltverhack
+USES=		pathfix pkgconfig
+USE_GNOME=	ltverhack
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-gtk-doc \

Modified: head/devel/libopendaap/Makefile
==============================================================================
--- head/devel/libopendaap/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/libopendaap/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libopendaap
-# Date created:		2004-03-10
-# Whom:			Michael Johnson <ahze@ahze.net>
-#
+# Created by: Michael Johnson <ahze@ahze.net>
 # $FreeBSD$
-#
 
 PORTNAME=	libopendaap
 PORTVERSION=	0.4.0
@@ -16,7 +12,7 @@ COMMENT=	C lib used to connect to iTunes
 
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack pkgconfig
+USES=		pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/devel/libopkele/Makefile
==============================================================================
--- head/devel/libopkele/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/libopkele/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libopkele
-# Date created:				28 November 2007
-# Whom:					Sutra Zhou <zhoushuqun@gmail.com>
-#
+# Created by: Sutra Zhou <zhoushuqun@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	libopkele
 PORTVERSION=	2.0.4
@@ -21,9 +17,8 @@ LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
 		tidy:${PORTSDIR}/www/tidy-lib \
 		xslt:${PORTSDIR}/textproc/libxslt
 
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	pkgconfig
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	"OPENSSL_CFLAGS=${CFLAGS} -l${OPENSSLINC}" \
 		OPENSSL_LIBS=-L${OPENSSLLIB}

Modified: head/devel/libpthread-stubs/Makefile
==============================================================================
--- head/devel/libpthread-stubs/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/libpthread-stubs/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   libpthread-stubs
-# Date created:		24 January 2007
-# Whom:			wahjava
-#
+# Created by: wahjava
 # $FreeBSD$
-#
 
 PORTNAME=	libpthread-stubs
 PORTVERSION=	0.3
@@ -14,9 +10,8 @@ MASTER_SITES=	http://xcb.freedesktop.org
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	This library provides weak aliases for pthread functions
 
-USE_GMAKE=	yes
+USES=		gmake pathfix pkgconfig
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack pkgconfig
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes

Modified: head/devel/librelp/Makefile
==============================================================================
--- head/devel/librelp/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/librelp/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://download.rsyslog.co
 MAINTAINER=	brd@FreeBSD.org
 COMMENT=	Reliable event logging protocol library
 
-USE_GNOME=	gnomehack pkgconfig
+USES=		pathfix pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 

Modified: head/devel/libsigc++12/Makefile
==============================================================================
--- head/devel/libsigc++12/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/libsigc++12/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   libsigc++
-# Date created:        30 September 2002
-# Whom:                Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
-#
+# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
 # $FreeBSD$
-#
 
 PORTNAME=	libsigc++
 PORTVERSION=	1.2.7
@@ -19,10 +15,9 @@ COMMENT=	Callback Framework for C++
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
 LATEST_LINK=	libsigc++12
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack pkgconfig
+USES=		gmake pathfix pkgconfig
 GNU_CONFIGURE=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/libstatgrab/Makefile
==============================================================================
--- head/devel/libstatgrab/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/libstatgrab/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libstatgrab
-# Date created:		30 March 2003
-# Whom:			Tim Bishop <tim@bishnet.net>
-#
+# Created by: Tim Bishop <tim@bishnet.net>
 # $FreeBSD$
-#
 
 PORTNAME=	libstatgrab
 PORTVERSION=	0.17
@@ -21,7 +17,7 @@ COMMENT=	Provides a useful interface to 
 DIST_SUBDIR=	i-scream
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack pkgconfig
+USES=		pathfix pkgconfig
 
 MAN3=		sg_get_cpu_percents.3 sg_get_cpu_stats.3 \
 		sg_get_cpu_stats_diff.3 sg_get_disk_io_stats.3 \

Modified: head/devel/libukcprog/Makefile
==============================================================================
--- head/devel/libukcprog/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/libukcprog/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libukcprog
-# Date created:		30 March 2003
-# Whom:			Tim Bishop <tim@bishnet.net>
-#
+# Created by: Tim Bishop <tim@bishnet.net>
 # $FreeBSD$
-#
 
 PORTNAME=	libukcprog
 PORTVERSION=	1.0.2
@@ -26,6 +22,7 @@ MAN3=		ukcprog.3
 DIST_SUBDIR=	i-scream
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack pkgconfig lthack
+USES=		pathfix pkgconfig
+USE_GNOME=	lthack
 
 .include <bsd.port.mk>

Modified: head/devel/libzvbi/Makefile
==============================================================================
--- head/devel/libzvbi/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/libzvbi/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libzvbi
-# Date created:				15 May 2003
-# Whom:					Oliver Lehmann <oliver@freebsd.org>
-#
+# Created by: Oliver Lehmann <oliver@freebsd.org>
 # $FreeBSD$
-#
 
 PORTNAME=	libzvbi
 PORTVERSION=	0.2.34
@@ -17,9 +13,8 @@ COMMENT=	Routines to access raw VBI capt
 LIB_DEPENDS+=	png15:${PORTSDIR}/graphics/png \
 		unicode.0:${PORTSDIR}/devel/libunicode
 
-USES=		gettext
+USES=		gettext pathfix pkgconfig
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 MAN1=		zvbi-ntsc-cc.1

Modified: head/devel/log4shib/Makefile
==============================================================================
--- head/devel/log4shib/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/log4shib/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	log4shib
-# Date created:				Feb 13 2008
-# Whom:					vanilla
-#
+# Created by: vanilla
 # $FreeBSD$
-#
 
 PORTNAME=	log4shib
 DISTVERSION=	1.0.7
@@ -15,13 +10,11 @@ MAINTAINER=	girgen@FreeBSD.org
 COMMENT=	A library of C++ classes for flexible logging
 
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
+USES=		gmake pathfix pkgconfig
 GNU_CONFIGURE=	yes
-USE_GNOME=	pkgconfig gnomehack
 CONFIGURE_ARGS=	--disable-html-docs --disable-doxygen
 USE_LDCONFIG=	yes
 
-USES=		pathfix
 post-patch:
 	@${REINPLACE_CMD} -e 's| -pedantic||g' ${WRKSRC}/configure
 

Modified: head/devel/mono-addins/Makefile
==============================================================================
--- head/devel/mono-addins/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/mono-addins/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -16,8 +16,7 @@ RUN_DEPENDS+=	${LIB_PC_DEPENDS}
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USE_GNOME=	gnomehack pkgconfig
+USES=		gmake pathfix pkgconfig
 MAKE_JOBS_UNSAFE=	yes
 
 OPTIONS_DEFINE=	GTK2

Modified: head/devel/mq4cpp/Makefile
==============================================================================
--- head/devel/mq4cpp/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/mq4cpp/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    mp4cpp
-# Date created:         		Jan 4 2007
-# Whom:					vanilla
-#
+# Created by: vanilla
 # $FreeBSD$
-#
 
 PORTNAME=	mq4cpp
 PORTVERSION=	1.16
@@ -15,7 +11,8 @@ COMMENT=	Message Queuing for C++
 
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack pkgconfig ltverhack
+USES=		pathfix pkgconfig
+USE_GNOME=	ltverhack
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 

Modified: head/devel/omniORB/Makefile
==============================================================================
--- head/devel/omniORB/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/omniORB/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	omniORB
-# Date created:		14 May 1997
-# Whom:			ejc@bazzle.com
-#
+# Created by: ejc@bazzle.com
 # $FreeBSD$
-#
 
 PORTNAME=	omniORB
 PORTVERSION=	4.1.6
@@ -14,11 +10,10 @@ COMMENT=	A robust high performance CORBA
 
 PLIST_SUB+=	SONUM=${PORTVERSION:C/.*\.//}
 USE_GCC=	any
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_PYTHON=	yes
 USE_OPENSSL=	yes
-USE_GNOME=	pkgconfig
+USES=		gmake pkgconfig
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 MAKEFILE=	GNUmakefile

Modified: head/devel/orc/Makefile
==============================================================================
--- head/devel/orc/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/orc/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -12,10 +12,9 @@ COMMENT=	Library and toolset to operate 
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_GNOME=	pkgconfig
+USES=		gmake pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
 
 CONFIGURE_ARGS+=	--disable-gtk-doc
 

Modified: head/devel/p5-Net-DBus/Makefile
==============================================================================
--- head/devel/p5-Net-DBus/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/p5-Net-DBus/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Net-DBus
-# Date created:				2005-11-25
-# Whom:					Roman Bogorodskiy <novel@FreeBSD.org>
-#
+# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-DBus
 PORTVERSION=	1.0.0
@@ -19,8 +15,8 @@ RUN_DEPENDS=	p5-XML-Twig>=0:${PORTSDIR}/
 		p5-XML-Grove>=0:${PORTSDIR}/textproc/p5-XML-Grove \
 		p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
 
-USE_GNOME=	pkgconfig
-PERL_CONFIGURE=	yes
+USES=		pkgconfig perl5
+USES_PERL5=	configure
 
 MAN3=	Net::DBus::ASyncReply.3 Net::DBus::Annotation.3 Net::DBus::Tutorial.3 \
 	Net::DBus::RemoteObject.3 Net::DBus::Binding::Connection.3 \

Modified: head/devel/p5-Unix-Statgrab/Makefile
==============================================================================
--- head/devel/p5-Unix-Statgrab/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/p5-Unix-Statgrab/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Unix-Statgrab
-# Date created:				June 20th, 2004
-# Whom:					Tim Bishop <tim@bishnet.net>
-#
+# Created by: Tim Bishop <tim@bishnet.net>
 # $FreeBSD$
-#
 
 PORTNAME=	Unix-Statgrab
 PORTVERSION=	0.04
@@ -17,9 +13,9 @@ COMMENT=	Perl extension for collecting i
 
 LIB_DEPENDS=	statgrab.8:${PORTSDIR}/devel/libstatgrab
 
-USE_GNOME=	pkgconfig
+USES=		perl5 pkgconfig
+USE_PERL5=	configure
 
-PERL_CONFIGURE=	yes
 CONFIGURE_ARGS+=	INC="`pkg-config libstatgrab --cflags`" \
 			LIBS="`pkg-config libstatgrab --libs`"
 

Modified: head/devel/pcsc-lite/Makefile
==============================================================================
--- head/devel/pcsc-lite/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/pcsc-lite/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -17,9 +17,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USE_PERL5_BUILD=yes
-USE_GNOME=	gnomehack pkgconfig
+USES=		gmake perl5 pathfix pkgconfig
+USE_PERL5=	build
 USE_RC_SUBR=	pcscd
 
 USE_LDCONFIG=	yes

Modified: head/devel/protobuf-c/Makefile
==============================================================================
--- head/devel/protobuf-c/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/protobuf-c/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New Ports collection makefile for:	protobuf
-# Date created:				2011.05.16
-# Whom:					Aaron Hurt <ahurt@anbcs.com>
-#
+# Created by: Aaron Hurt <ahurt@anbcs.com>
 # $FreeBSD$
-#
 
 PORTNAME=	protobuf-c
 PORTVERSION=	0.15
@@ -16,10 +12,9 @@ COMMENT=	This package provides a code ge
 
 LIB_DEPENDS=	protobuf:${PORTSDIR}/devel/protobuf
 
-USE_GMAKE=	yes
+USES=		gmake pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack pkgconfig
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/devel/ptlib/Makefile
==============================================================================
--- head/devel/ptlib/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/ptlib/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -16,11 +16,8 @@ LIB_DEPENDS=	expat.6:${PORTSDIR}/textpro
 
 CONFLICTS=	pwlib-1.* ptlib-2.6.*
 
-USES=		bison
-USE_GMAKE=	yes
+USES=		bison gmake pkgconfig
 GNU_CONFIGURE=	yes
-USE_GNOME=	pkgconfig
-WANT_GNOME=	yes
 WANT_SDL=	yes
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes

Modified: head/devel/ruby-statgrab/Makefile
==============================================================================
--- head/devel/ruby-statgrab/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
+++ head/devel/ruby-statgrab/Makefile	Mon Sep  2 06:45:47 2013	(r325945)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ruby-statgrab
-# Date created:		16 June 2008
-# Whom:			Tim Bishop <tdb@FreeBSD.org>
-#
+# Created by: Tim Bishop <tdb@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	statgrab
 PORTVERSION=	0.1
@@ -19,7 +15,7 @@ LIB_DEPENDS=	statgrab.8:${PORTSDIR}/deve
 
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
-USE_GNOME=	pkgconfig
+USES=		pkgconfig
 
 INSTALL_TARGET=	site-install
 



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