summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/SciPlot/Makefile2
-rw-r--r--graphics/SciPlot/files/patch-Imakefile14
-rw-r--r--graphics/SciPlot/pkg-descr2
3 files changed, 9 insertions, 9 deletions
diff --git a/graphics/SciPlot/Makefile b/graphics/SciPlot/Makefile
index 2249172b25c0..4dfaefe05530 100644
--- a/graphics/SciPlot/Makefile
+++ b/graphics/SciPlot/Makefile
@@ -3,7 +3,7 @@
PORTNAME= SciPlot
PORTVERSION= 1.36
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics math
MASTER_SITES= XCONTRIB/widgets
diff --git a/graphics/SciPlot/files/patch-Imakefile b/graphics/SciPlot/files/patch-Imakefile
index 51d32b706036..06be8adba57e 100644
--- a/graphics/SciPlot/files/patch-Imakefile
+++ b/graphics/SciPlot/files/patch-Imakefile
@@ -1,6 +1,6 @@
---- Imakefile.orig Thu Sep 5 04:32:58 1996
-+++ Imakefile Sun Nov 28 18:14:34 2004
-@@ -14,13 +15,13 @@
+--- Imakefile.orig 1996-09-05 02:32:58 UTC
++++ Imakefile
+@@ -14,13 +14,13 @@ XCOMM Imakefile for widget demo programs
HDOC = hdoc
#endif
#ifdef AlphaArchitecture
@@ -17,7 +17,7 @@
SYS_LIBRARIES = -lm
CDEBUGFLAGS =
-@@ -28,6 +29,9 @@
+@@ -28,6 +28,9 @@ WIDGET = SciPlot
PROGRAMS = sciplot realtime
TARFILE = sciplot
@@ -27,7 +27,7 @@
SRCS = SciPlot.c SciPlotUtil.c xyplot.c realtime.c
HDRS = SciPlot.h SciPlotP.h SciPlotUtil.h
OBJS = $(SRCS:.c=.o)
-@@ -54,7 +58,7 @@
+@@ -54,7 +57,7 @@ XCOMM Definitions for generating the documentation
$(HDOC) $*.hdoc > $*.html
@@ -36,14 +36,14 @@
NormalProgramTarget(sciplot,$(PLOTOBJS),$(MOTIFDEPS),$(MOTIFLIBS),$(SYS_LIBRARIES))
NormalProgramTarget(realtime,$(RTOBJS),$(MOTIFDEPS),$(MOTIFLIBS),$(SYS_LIBRARIES))
-@@ -79,9 +83,16 @@
+@@ -79,9 +82,16 @@ taz: $(SRCS)
tar cfv $(TARFILE).tar $(TARFILES)
compress $(TARFILE).tar
+libs: $(PLOTOBJS)
+ $(AR) $(LIBNAME).a $(WIDGET).o $(WIDGET)Util.o
+ $(RANLIB) $(LIBNAME).a
-+ $(CC) $(SHLIBLDFLAGS) -o $(SONAME).$(SONUM) $(WIDGET).o $(WIDGET)Util.o \
++ $(CC) $(SHLIBLDFLAGS) -o $(SONAME).$(SONUM) -Wl,-soname,${SONAME} $(WIDGET).o $(WIDGET)Util.o \
+ $(LDFLAGS) $(MOTIFLIBS) $(LDLIBS)
+
# Dependencies:
diff --git a/graphics/SciPlot/pkg-descr b/graphics/SciPlot/pkg-descr
index 8f3976be3c05..61a193ae13bf 100644
--- a/graphics/SciPlot/pkg-descr
+++ b/graphics/SciPlot/pkg-descr
@@ -10,4 +10,4 @@ specification, dashed lines, symbols drawn at points, logarithmic scales on one
or both axes in cartesian plots, and degrees or radians as angles in polar
plots.
-WWW: http://src.gnu-darwin.org/ports/graphics/SciPlot/work/SciPlot-1.36/SciPlot.html
+WWW: https://www.mathi.uni-heidelberg.de/~flight/eduStep/Subjects/Visualization/Apps/SciPlot/SciPlot.html