From owner-svn-ports-head@FreeBSD.ORG Sun Jan 26 23:07:49 2014 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 99E92D93; Sun, 26 Jan 2014 23:07:49 +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 6B27D1515; Sun, 26 Jan 2014 23:07:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0QN7nHw082442; Sun, 26 Jan 2014 23:07:49 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0QN7mgY082439; Sun, 26 Jan 2014 23:07:48 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201401262307.s0QN7mgY082439@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Sun, 26 Jan 2014 23:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341303 - in head/math/xppaut: . files 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, 26 Jan 2014 23:07:49 -0000 Author: stephen Date: Sun Jan 26 23:07:48 2014 New Revision: 341303 URL: http://svnweb.freebsd.org/changeset/ports/341303 QAT: https://qat.redports.org/buildarchive/r341303/ Log: - Implement staging. Modified: head/math/xppaut/Makefile head/math/xppaut/files/patch-Makefile head/math/xppaut/pkg-plist Modified: head/math/xppaut/Makefile ============================================================================== --- head/math/xppaut/Makefile Sun Jan 26 23:00:43 2014 (r341302) +++ head/math/xppaut/Makefile Sun Jan 26 23:07:48 2014 (r341303) @@ -10,7 +10,6 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= stephen@FreeBSD.org COMMENT= Graphical tool for solving differential equations, etc -MAN1= xppaut.1 USE_XORG= xbitmaps x11 xproto CFLAGS+= -w -Wno-return-type WRKSRC= ${WRKDIR} @@ -23,5 +22,4 @@ MAKE_ENV+= NOPORTDOCS=yes MAKE_ENV+= NOPORTEXAMPLES=yes .endif -NO_STAGE= yes .include Modified: head/math/xppaut/files/patch-Makefile ============================================================================== --- head/math/xppaut/files/patch-Makefile Sun Jan 26 23:00:43 2014 (r341302) +++ head/math/xppaut/files/patch-Makefile Sun Jan 26 23:07:48 2014 (r341303) @@ -49,7 +49,7 @@ #mkdir -p /usr/X11R6/man/man1 mkdir -p $(DESTDIR)$(MANDIR) +.ifndef NOPORTEXAMPLES -+ mkdir -p $(EXAMPLESDIR) ++ mkdir -p $(DESTDIR)$(EXAMPLESDIR) +.endif + # Put everything home @@ -57,7 +57,7 @@ install -m 755 xppaut $(DESTDIR)$(BINDIR) - cp -r ode* $(DESTDIR)$(DOCDIR)/examples +.ifndef NOPORTEXAMPLES -+ cp -r ode* $(EXAMPLESDIR) ++ cp -r ode* $(DESTDIR)$(EXAMPLESDIR) +.endif +.ifndef NOPORTDOCS cp -r help/* $(DESTDIR)$(DOCDIR)/html Modified: head/math/xppaut/pkg-plist ============================================================================== --- head/math/xppaut/pkg-plist Sun Jan 26 23:00:43 2014 (r341302) +++ head/math/xppaut/pkg-plist Sun Jan 26 23:07:48 2014 (r341303) @@ -1,4 +1,5 @@ bin/xppaut +man/man1/xppaut.1.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/tree.pdf %%PORTDOCS%%%%DOCSDIR%%/html/keys.html