From owner-svn-ports-head@FreeBSD.ORG Wed Sep 18 23:20:50 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id A09B12BA; Wed, 18 Sep 2013 23:20:50 +0000 (UTC) (envelope-from flo@FreeBSD.org) 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 8E2D12C9D; Wed, 18 Sep 2013 23:20:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8INKocN029096; Wed, 18 Sep 2013 23:20:50 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8INKoGs029095; Wed, 18 Sep 2013 23:20:50 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201309182320.r8INKoGs029095@svn.freebsd.org> From: Florian Smeets Date: Wed, 18 Sep 2013 23:20:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327588 - head/irc/ezbounce X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Sep 2013 23:20:50 -0000 Author: flo Date: Wed Sep 18 23:20:50 2013 New Revision: 327588 URL: http://svnweb.freebsd.org/changeset/ports/327588 Log: - convert to USES - convert to OPTIONSNG - use USE_GCC for now, weird template errors I cannot figure out currently. Modified: head/irc/ezbounce/Makefile Modified: head/irc/ezbounce/Makefile ============================================================================== --- head/irc/ezbounce/Makefile Wed Sep 18 22:40:57 2013 (r327587) +++ head/irc/ezbounce/Makefile Wed Sep 18 23:20:50 2013 (r327588) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ezbounce -# Date created: 19 February 1999 -# Whom: Chris Piazza -# +# Created by: Chris Piazza # $FreeBSD$ -# PORTNAME= ezbounce PORTVERSION= 1.99.15 @@ -16,7 +12,8 @@ COMMENT= A highly configurable IRC Proxy BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake +USE_GCC= any SUB_FILES= pkg-message @@ -54,13 +51,12 @@ do-install: ${WRKSRC}/ezb.conf.default ${PREFIX}/etc/ezb.conf; \ fi -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/worklog ${DOCSDIR} - .endif @${CAT} ${PKGMESSAGE}