Date: Sun, 25 May 2014 02:30:15 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355102 - head/math/xppaut Message-ID: <201405250230.s4P2UFiO053198@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Sun May 25 02:30:15 2014 New Revision: 355102 URL: http://svnweb.freebsd.org/changeset/ports/355102 QAT: https://qat.redports.org/buildarchive/r355102/ Log: - Remove extraneous files (created by gcc but not by clang). - Add license. - Bump portrevision. Reference: http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2014-05-23_09h21m35s/logs/xppaut-7.0.log Modified: head/math/xppaut/Makefile head/math/xppaut/pkg-plist Modified: head/math/xppaut/Makefile ============================================================================== --- head/math/xppaut/Makefile Sun May 25 01:18:50 2014 (r355101) +++ head/math/xppaut/Makefile Sun May 25 02:30:15 2014 (r355102) @@ -3,6 +3,7 @@ PORTNAME= xppaut PORTVERSION= 7.0 +PORTREVISION= 1 CATEGORIES= math graphics MASTER_SITES= http://www.math.pitt.edu/~bard/bardware/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -10,15 +11,22 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= stephen@FreeBSD.org COMMENT= Graphical tool for solving differential equations, etc +LICENSE= GPLv2 + USE_XORG= xbitmaps x11 xproto CFLAGS+= -w -Wno-return-type WRKSRC= ${WRKDIR} ALL_TARGET= xppaut -.ifdef NOPORTDOCS +post-build: + ${RM} -f ${WRKSRC}/ode/._* + +.include <bsd.port.options.mk> + +.if !${PORT_OPTIONS:MDOCS} MAKE_ENV+= NOPORTDOCS=yes .endif -.ifdef NOPORTEXAMPLES +.if !${PORT_OPTIONS:MEXAMPLES} MAKE_ENV+= NOPORTEXAMPLES=yes .endif Modified: head/math/xppaut/pkg-plist ============================================================================== --- head/math/xppaut/pkg-plist Sun May 25 01:18:50 2014 (r355101) +++ head/math/xppaut/pkg-plist Sun May 25 02:30:15 2014 (r355102) @@ -67,12 +67,6 @@ man/man1/xppaut.1.gz %%PORTDOCS%%%%DOCSDIR%%/xbm/woodgrain.xbm %%PORTDOCS%%%%DOCSDIR%%/xpp_doc.pdf %%PORTDOCS%%%%DOCSDIR%%/xpp_sum.pdf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ode/._ex.so -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ode/._example.dylib -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ode/._example.so -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ode/._getmax.so -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ode/._getmin.so -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ode/._t.so %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ode/6x6.ani %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ode/6x6.ode %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ode/V0.tab
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405250230.s4P2UFiO053198>