From owner-svn-ports-all@FreeBSD.ORG Thu Jun 19 13:27:52 2014 Return-Path: Delivered-To: svn-ports-all@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 8905D2DF; Thu, 19 Jun 2014 13:27:52 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C1112060; Thu, 19 Jun 2014 13:27:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5JDRq6M036416; Thu, 19 Jun 2014 13:27:52 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5JDRq8Q036414; Thu, 19 Jun 2014 13:27:52 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406191327.s5JDRq8Q036414@svn.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 19 Jun 2014 13:27:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358414 - head/math/xgobi 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.18 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: Thu, 19 Jun 2014 13:27:52 -0000 Author: vanilla Date: Thu Jun 19 13:27:51 2014 New Revision: 358414 URL: http://svnweb.freebsd.org/changeset/ports/358414 QAT: https://qat.redports.org/buildarchive/r358414/ Log: Stagify. Approved by: portmgr@ Modified: head/math/xgobi/Makefile head/math/xgobi/pkg-plist Modified: head/math/xgobi/Makefile ============================================================================== --- head/math/xgobi/Makefile Thu Jun 19 13:22:41 2014 (r358413) +++ head/math/xgobi/Makefile Thu Jun 19 13:27:51 2014 (r358414) @@ -22,10 +22,6 @@ CFLAGS+= -Wno-return-type USES= imake USE_XORG= xbitmaps xaw -XFREE86_HTML_MAN= no -MANCOMPRESSED= no -MAN1= xgvis.1 xgobi.1 - PROGRAMS= xgvis xgobi MANDIR= ${WRKSRC}/manpages @@ -33,7 +29,6 @@ MANDIR= ${WRKSRC}/manpages # 3 files extract to current directory so use post-extract to move # them to proper locations. -NO_STAGE= yes do-extract: @${MKDIR} ${WRKDIR} @for file in ${EXTRACT_ONLY}; do \ @@ -46,19 +41,19 @@ do-extract: do-install: .for file in ${PROGRAMS} - ${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/bin - ${STRIP_CMD} ${PREFIX}/bin/${file} - ${INSTALL_MAN} ${MANDIR}/${file}.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} -s ${WRKSRC}/src/${file} ${STAGEDIR}${PREFIX}/bin +# ${STRIP_CMD} ${PREFIX}/bin/${file} + ${INSTALL_MAN} ${MANDIR}/${file}.1 ${STAGEDIR}${PREFIX}/man/man1 .endfor - ${INSTALL_DATA} ${WRKSRC}/XGobi.ex ${PREFIX}/lib/X11/app-defaults + ${INSTALL_DATA} ${WRKSRC}/XGobi.ex ${STAGEDIR}${PREFIX}/lib/X11/app-defaults .if !defined(NOPORTDOCS) - @${MKDIR} ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @ cd ${WRKSRC}; \ for dir in data_*; do \ - ${MKDIR} ${EXAMPLESDIR}/$${dir}; \ + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/$${dir}; \ cd ${WRKSRC}/$${dir}; \ for file in *; do \ - ${INSTALL_DATA} $${file} ${EXAMPLESDIR}/$${dir}; \ + ${INSTALL_DATA} $${file} ${STAGEDIR}${EXAMPLESDIR}/$${dir}; \ done \ done .endif Modified: head/math/xgobi/pkg-plist ============================================================================== --- head/math/xgobi/pkg-plist Thu Jun 19 13:22:41 2014 (r358413) +++ head/math/xgobi/pkg-plist Thu Jun 19 13:27:51 2014 (r358414) @@ -1,6 +1,8 @@ bin/xgobi bin/xgvis lib/X11/app-defaults/XGobi.ex +man/man1/xgobi.1.gz +man/man1/xgvis.1.gz %%PORTDOCS%%share/examples/xgobi/data_xgobi/c60 %%PORTDOCS%%share/examples/xgobi/data_xgobi/c60.linecolors %%PORTDOCS%%share/examples/xgobi/data_xgobi/c60.lines