From owner-svn-ports-head@FreeBSD.ORG Mon Jan 27 08:41:46 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 2A6DE4B3; Mon, 27 Jan 2014 08:41:46 +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 166071EEE; Mon, 27 Jan 2014 08:41:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0R8fjt0007227; Mon, 27 Jan 2014 08:41:45 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0R8fjq3007225; Mon, 27 Jan 2014 08:41:45 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401270841.s0R8fjq3007225@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 27 Jan 2014 08:41:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341341 - head/devel/xwpe 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: Mon, 27 Jan 2014 08:41:46 -0000 Author: bapt Date: Mon Jan 27 08:41:45 2014 New Revision: 341341 URL: http://svnweb.freebsd.org/changeset/ports/341341 QAT: https://qat.redports.org/buildarchive/r341341/ Log: Support stage This port was using DESTDIR for a non standard purpose, to use STAGEDIR for the DESTDIRNAME, use desthack to make the configure stagedir aware Modified: head/devel/xwpe/Makefile head/devel/xwpe/pkg-plist Modified: head/devel/xwpe/Makefile ============================================================================== --- head/devel/xwpe/Makefile Mon Jan 27 08:32:08 2014 (r341340) +++ head/devel/xwpe/Makefile Mon Jan 27 08:41:45 2014 (r341341) @@ -10,20 +10,15 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} \ MASTER_SITE_SUBDIR= apps/editors/X MAINTAINER= gahr@FreeBSD.org -COMMENT= A Borland-like IDE programming environment +COMMENT= Borland-like IDE programming environment -USE_GMAKE= yes +USES= desthack gmake +DESTDIRNAME= STAGEDIR USE_XORG= sm ice x11 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --libdir=${PREFIX}/share +CONFIGURE_ARGS= --libdir=\$${STAGEDIR}${PREFIX}/share ALL_TARGET= # none -MAN1= xwpe.1 -MLINKS= xwpe.1 xwe.1 \ - xwpe.1 wpe.1 \ - xwpe.1 we.1 - -NO_STAGE= yes post-patch: .for file in we_prog.c we_fl_unix.c @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ Modified: head/devel/xwpe/pkg-plist ============================================================================== --- head/devel/xwpe/pkg-plist Mon Jan 27 08:32:08 2014 (r341340) +++ head/devel/xwpe/pkg-plist Mon Jan 27 08:41:45 2014 (r341341) @@ -2,6 +2,10 @@ bin/we bin/wpe bin/xwe bin/xwpe +man/man1/we.1.gz +man/man1/wpe.1.gz +man/man1/xwe.1.gz +man/man1/xwpe.1.gz %%DATADIR%%/help.key %%DATADIR%%/help.xwpe %%DATADIR%%/syntax_def