svn commit: r348342 - in head/irc: anope ctrlproxy slirc smartirc4net solid-ircd thales

Martin Wilke miwi at FreeBSD.org
Sat Mar 15 16:21:36 UTC 2014


Author: miwi
Date: Sat Mar 15 16:21:34 2014
New Revision: 348342
URL: http://svnweb.freebsd.org/changeset/ports/348342
QAT: https://qat.redports.org/buildarchive/r348342/

Log:
  - Convert USE_GMAKE to USES

Modified:
  head/irc/anope/Makefile
  head/irc/ctrlproxy/Makefile
  head/irc/slirc/Makefile
  head/irc/smartirc4net/Makefile
  head/irc/solid-ircd/Makefile
  head/irc/thales/Makefile

Modified: head/irc/anope/Makefile
==============================================================================
--- head/irc/anope/Makefile	Sat Mar 15 16:19:16 2014	(r348341)
+++ head/irc/anope/Makefile	Sat Mar 15 16:21:34 2014	(r348342)
@@ -9,8 +9,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	dhn at FreeBSD.org
 COMMENT=	A set of IRC services for IRC networks
 
-USES=		perl5
-USE_GMAKE=	yes
+USES=		perl5 gmake
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--libdir="${LOCALBASE}/lib" \

Modified: head/irc/ctrlproxy/Makefile
==============================================================================
--- head/irc/ctrlproxy/Makefile	Sat Mar 15 16:19:16 2014	(r348341)
+++ head/irc/ctrlproxy/Makefile	Sat Mar 15 16:21:34 2014	(r348342)
@@ -15,9 +15,8 @@ LIB_DEPENDS=	gnutls.26:${PORTSDIR}/secur
 
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
+USES=		pkgconfig gmake
 
 MAN1=		ctrlproxy.1
 MAN5=		ctrlproxy_config.5

Modified: head/irc/slirc/Makefile
==============================================================================
--- head/irc/slirc/Makefile	Sat Mar 15 16:19:16 2014	(r348341)
+++ head/irc/slirc/Makefile	Sat Mar 15 16:21:34 2014	(r348342)
@@ -14,7 +14,7 @@ COMMENT=	A SLang-based IRC client
 
 LIB_DEPENDS=	${LIB_DEPENDS_LIBSLANG}
 
-USE_GMAKE=	yes
+USES=		gmake
 SUB_FILES=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message
 

Modified: head/irc/smartirc4net/Makefile
==============================================================================
--- head/irc/smartirc4net/Makefile	Sat Mar 15 16:19:16 2014	(r348341)
+++ head/irc/smartirc4net/Makefile	Sat Mar 15 16:21:34 2014	(r348342)
@@ -13,8 +13,6 @@ BUILD_DEPENDS=	mono:${PORTSDIR}/lang/mon
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=	pathfix pkgconfig
+USES=	pathfix pkgconfig gmake
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/irc/solid-ircd/Makefile
==============================================================================
--- head/irc/solid-ircd/Makefile	Sat Mar 15 16:19:16 2014	(r348341)
+++ head/irc/solid-ircd/Makefile	Sat Mar 15 16:21:34 2014	(r348342)
@@ -12,7 +12,7 @@ COMMENT=	Solid Internet Relay Chat Daemo
 
 WRKSRC=		${WRKDIR}/solidircd-stable
 
-USE_GMAKE=	yes
+USES=		gmake
 HAS_CONFIGURE=	yes
 
 CONFIGURE_ARGS+=	--prefix=${PREFIX}/${PORTNAME}

Modified: head/irc/thales/Makefile
==============================================================================
--- head/irc/thales/Makefile	Sat Mar 15 16:19:16 2014	(r348341)
+++ head/irc/thales/Makefile	Sat Mar 15 16:21:34 2014	(r348342)
@@ -12,7 +12,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GNU Thales -- An IRC to MySQL gateway
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_MYSQL=	yes
 USE_RC_SUBR=	thales
 


More information about the svn-ports-head mailing list