1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix the library soname and change the WWW: URL.

This commit is contained in:
Thierry Thomas 2021-01-12 22:01:54 +00:00
parent 11b2e73353
commit d0dcb36e11
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561393
3 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= SciPlot
PORTVERSION= 1.36
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= graphics math
MASTER_SITES= XCONTRIB/widgets

View File

@ -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:

View File

@ -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