From owner-svn-ports-all@FreeBSD.ORG Sat Mar 15 16:21:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A9DC302; Sat, 15 Mar 2014 16:21:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D64BA2E; Sat, 15 Mar 2014 16:21:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2FGLa2L064711; Sat, 15 Mar 2014 16:21:36 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2FGLZep064705; Sat, 15 Mar 2014 16:21:35 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201403151621.s2FGLZep064705@svn.freebsd.org> From: Martin Wilke Date: Sat, 15 Mar 2014 16:21:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348342 - in head/irc: anope ctrlproxy slirc smartirc4net solid-ircd thales X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2014 16:21:36 -0000 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@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 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@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