From owner-svn-ports-head@FreeBSD.ORG Sun Feb 16 19:12:23 2014 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 ESMTPS id 7A636D54; Sun, 16 Feb 2014 19:12:23 +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 64E57169C; Sun, 16 Feb 2014 19:12:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1GJCNWM095576; Sun, 16 Feb 2014 19:12:23 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GJCNYb095575; Sun, 16 Feb 2014 19:12:23 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201402161912.s1GJCNYb095575@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sun, 16 Feb 2014 19:12:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344624 - head/math/graphthing 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: Sun, 16 Feb 2014 19:12:23 -0000 Author: danilo Date: Sun Feb 16 19:12:22 2014 New Revision: 344624 URL: http://svnweb.freebsd.org/changeset/ports/344624 QAT: https://qat.redports.org/buildarchive/r344624/ Log: - Add stage support - Convert USE_GMAKE to USES Modified: head/math/graphthing/Makefile Modified: head/math/graphthing/Makefile ============================================================================== --- head/math/graphthing/Makefile Sun Feb 16 19:09:18 2014 (r344623) +++ head/math/graphthing/Makefile Sun Feb 16 19:12:22 2014 (r344624) @@ -15,10 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes USE_GNOME= gtk20 -USES= bison +USES= bison gmake USE_WX= 2.6+ WX_CONF_ARGS= absolute -USE_GMAKE= yes GNU_CONFIGURE= yes MAKEFILE= GNUmakefile @@ -27,13 +26,12 @@ PLIST_FILES= bin/graphthing bin/gt CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|@@CXX@|@CXX@|' ${WRKSRC}/src/GNUmakefile.in do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/graphthing ${PREFIX}/bin - ${LN} -sf graphthing ${PREFIX}/bin/gt + ${INSTALL_PROGRAM} ${WRKSRC}/src/graphthing ${STAGEDIR}${PREFIX}/bin + ${LN} -sf graphthing ${STAGEDIR}${PREFIX}/bin/gt .include