From owner-svn-ports-head@FreeBSD.ORG Wed Dec 25 23:50:00 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92A85F11; Wed, 25 Dec 2013 23:50:00 +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 7EDF61DE2; Wed, 25 Dec 2013 23:50:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBPNo0aA070352; Wed, 25 Dec 2013 23:50:00 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBPNo0YG070350; Wed, 25 Dec 2013 23:50:00 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201312252350.rBPNo0YG070350@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 25 Dec 2013 23:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337466 - head/sysutils/graffer 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.17 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, 25 Dec 2013 23:50:00 -0000 Author: bapt Date: Wed Dec 25 23:50:00 2013 New Revision: 337466 URL: http://svnweb.freebsd.org/changeset/ports/337466 Log: Fix badly reintroduced USE_ICONV While here: - Convert LIB_DEPENDS to new format - Remove userless pre.mk/post.mk Modified: head/sysutils/graffer/Makefile Modified: head/sysutils/graffer/Makefile ============================================================================== --- head/sysutils/graffer/Makefile Wed Dec 25 23:33:14 2013 (r337465) +++ head/sysutils/graffer/Makefile Wed Dec 25 23:50:00 2013 (r337466) @@ -10,19 +10,17 @@ MASTER_SITES= http://chaosophia.net/down MAINTAINER= koue@chaosophia.net COMMENT= Utility to render graphical statistics -LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd +LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd +USES= iconv MAKE_ARGS= "LD_GD=gd" MAKE_END+= __MAKE_CONF=/dev/null -USE_ICONV= yes PLIST_FILES= bin/graffer \ etc/graffer/graffer.conf.example \ man/man8/graffer.8.gz PLIST_DIRS= etc/graffer -.include - post-patch: @${REINPLACE_CMD} -e 's|-lgd|-l$${LD_GD}|; s| -lttf||' \ ${WRKSRC}/Makefile @@ -37,4 +35,4 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/graffer ${INSTALL_DATA} ${WRKSRC}/graffer.conf.example ${STAGEDIR}${PREFIX}/etc/graffer -.include +.include