FreeBSD Bugzilla – Attachment 103086 Details for
Bug 142949
Update for math/xppaut
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.25 KB, created by
Stephen Montgomery-Smith
on 2010-01-18 21:00:20 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Stephen Montgomery-Smith
Created:
2010-01-18 21:00:20 UTC
Size:
4.25 KB
patch
obsolete
>diff -ur /usr/ports/math/xppaut/Makefile xppaut/Makefile >--- /usr/ports/math/xppaut/Makefile 2009-04-05 15:50:48.000000000 -0500 >+++ xppaut/Makefile 2010-01-18 14:32:00.000000000 -0600 >@@ -6,11 +6,10 @@ > # > > PORTNAME= xppaut >-PORTVERSION= 5.96 >-PORTREVISION= 2 >+PORTVERSION= 5.99 > CATEGORIES= math graphics > MASTER_SITES= http://www.math.pitt.edu/~bard/bardware/ >-DISTNAME= ${PORTNAME}${PORTVERSION} >+DISTNAME= ${PORTNAME}_latest > > MAINTAINER= stephen@missouri.edu > COMMENT= Graphical tool for solving differential equations, etc >diff -ur /usr/ports/math/xppaut/distinfo xppaut/distinfo >--- /usr/ports/math/xppaut/distinfo 2006-11-08 11:37:48.000000000 -0600 >+++ xppaut/distinfo 2010-01-18 14:27:43.000000000 -0600 >@@ -1,3 +1,3 @@ >-MD5 (xppaut5.96.tar.gz) = 53c865dae9b1fb6bf9d8e87fc9bedb5d >-SHA256 (xppaut5.96.tar.gz) = 278f05c15ef35fa472f85517d48a1f39a2b1237f2144e03c465d212026545208 >-SIZE (xppaut5.96.tar.gz) = 2838562 >+MD5 (xppaut_latest.tar.gz) = 956c0a0ff0db219eda5654cada5659bc >+SHA256 (xppaut_latest.tar.gz) = c56c9cf1b3f3906a3df10bfbeb2183b2609ef68abdc66ff297176b4388749107 >+SIZE (xppaut_latest.tar.gz) = 2163390 >diff -ur /usr/ports/math/xppaut/files/patch-Makefile xppaut/files/patch-Makefile >--- /usr/ports/math/xppaut/files/patch-Makefile 2008-04-19 12:52:04.000000000 -0500 >+++ xppaut/files/patch-Makefile 2010-01-18 14:46:05.000000000 -0600 >@@ -1,7 +1,7 @@ >---- Makefile-orig Tue Nov 7 14:14:11 2006 >-+++ Makefile Tue Nov 7 14:20:43 2006 >+--- Makefile.orig 2010-01-18 14:32:47.000000000 -0600 >++++ Makefile 2010-01-18 14:39:57.000000000 -0600 > @@ -1,8 +1,9 @@ >- # Copyright (C) 1990-2006 Bard Ermentrout >+ # Copyright (C) 1990-2009 Bard Ermentrout > # Edited for Debian GNU/Linux. > DESTDIR = > -BINDIR = $(DESTDIR)/usr/X11R6/bin >@@ -12,30 +12,30 @@ > # End Debian Edit > ################################# > # >-@@ -20,10 +21,10 @@ >- ################################## >+@@ -21,9 +22,9 @@ > # Standard Linux distributions # > ################################## >--CFLAGS= -g -O -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I/usr/X11R6/include >-+CFLAGS= -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I$(LOCALBASE)/include >- #CFLAGS= -g -O -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I/usr/X11R6/include >+ #CFLAGS= -g -O -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I/usr/X11R6/include >+-CFLAGS= -g -O -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I/usr/X11R6/include > -LDFLAGS= -L/usr/X11R6/lib > -LIBS= -lX11 -lm -ldl >++CFLAGS= -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I$(LOCALBASE)/include > +LDFLAGS= -L$(LOCALBASE)/lib > +LIBS= -lX11 -lm > # NOTE: Recent (RedHat 8) versions of GCC seem to no longer have > # the integer errno, so compile with the -DNOERRNO option as well > # >-@@ -154,6 +155,8 @@ >+@@ -154,6 +155,9 @@ > ###################################################################### > # > # > + > +all: xppaut >++ > xppaut: mkI77 mkcvode $(OBJECTS) $(AUTOOBJ) > # > ########################################################### >-@@ -188,16 +191,16 @@ >+@@ -188,16 +192,16 @@ > install: xppaut > # Make necessary installation directories > mkdir -p $(BINDIR) >diff -ur /usr/ports/math/xppaut/pkg-plist xppaut/pkg-plist >--- /usr/ports/math/xppaut/pkg-plist 2006-11-08 11:37:48.000000000 -0600 >+++ xppaut/pkg-plist 2010-01-18 14:48:28.000000000 -0600 >@@ -54,6 +54,8 @@ > %%PORTDOCS%%%%DOCSDIR%%/install.pdf > %%PORTDOCS%%%%DOCSDIR%%/xpp_doc.pdf > %%PORTDOCS%%%%DOCSDIR%%/xpp_sum.pdf >+%%PORTDOCS%%%%EXAMPLESDIR%%/ode/angela.ode >+%%PORTDOCS%%%%EXAMPLESDIR%%/ode/angela.ode~ > %%PORTDOCS%%%%EXAMPLESDIR%%/ode/auto.ps > %%PORTDOCS%%%%EXAMPLESDIR%%/ode/dde.ode > %%PORTDOCS%%%%EXAMPLESDIR%%/ode/ev1.ode >@@ -61,6 +63,7 @@ > %%PORTDOCS%%%%EXAMPLESDIR%%/ode/evelyn.ode > %%PORTDOCS%%%%EXAMPLESDIR%%/ode/evelyn.ode.set > %%PORTDOCS%%%%EXAMPLESDIR%%/ode/evelyn.ode~ >+%%PORTDOCS%%%%EXAMPLESDIR%%/ode/fieldnoy.ode~ > %%PORTDOCS%%%%EXAMPLESDIR%%/ode/getmax.c > %%PORTDOCS%%%%EXAMPLESDIR%%/ode/getmax.so > %%PORTDOCS%%%%EXAMPLESDIR%%/ode/gill_bruss.ode >@@ -70,6 +73,8 @@ > %%PORTDOCS%%%%EXAMPLESDIR%%/ode/koho.ode~ > %%PORTDOCS%%%%EXAMPLESDIR%%/ode/kohox.ode > %%PORTDOCS%%%%EXAMPLESDIR%%/ode/kohox.ode~ >+%%PORTDOCS%%%%EXAMPLESDIR%%/ode/lorenz.ode~ >+%%PORTDOCS%%%%EXAMPLESDIR%%/ode/nc.dat > %%PORTDOCS%%%%EXAMPLESDIR%%/ode/sm1.dat > %%PORTDOCS%%%%EXAMPLESDIR%%/ode/sm2.dat > %%PORTDOCS%%%%EXAMPLESDIR%%/ode/6x6.ani
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 142949
: 103086