From owner-svn-ports-all@FreeBSD.ORG Sun May 25 02:30:16 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 2C75AC1; Sun, 25 May 2014 02:30:16 +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 F3C2722B2; Sun, 25 May 2014 02:30:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4P2UFle053203; Sun, 25 May 2014 02:30:15 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4P2UFiO053198; Sun, 25 May 2014 02:30:15 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201405250230.s4P2UFiO053198@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Sun, 25 May 2014 02:30:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355102 - head/math/xppaut 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: Sun, 25 May 2014 02:30:16 -0000 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 + +.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