From owner-svn-ports-all@freebsd.org Tue Jan 12 22:01:55 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9230A4E79B0; Tue, 12 Jan 2021 22:01:55 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DFl0g3n8bz4kbd; Tue, 12 Jan 2021 22:01:55 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6AA5345AE; Tue, 12 Jan 2021 22:01:55 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10CM1tN7025010; Tue, 12 Jan 2021 22:01:55 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10CM1sOl025006; Tue, 12 Jan 2021 22:01:54 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <202101122201.10CM1sOl025006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 12 Jan 2021 22:01:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561393 - in head/graphics/SciPlot: . files X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: in head/graphics/SciPlot: . files X-SVN-Commit-Revision: 561393 X-SVN-Commit-Repository: ports 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.34 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: Tue, 12 Jan 2021 22:01:55 -0000 Author: thierry Date: Tue Jan 12 22:01:54 2021 New Revision: 561393 URL: https://svnweb.freebsd.org/changeset/ports/561393 Log: Fix the library soname and change the WWW: URL. Modified: head/graphics/SciPlot/Makefile head/graphics/SciPlot/files/patch-Imakefile head/graphics/SciPlot/pkg-descr Modified: head/graphics/SciPlot/Makefile ============================================================================== --- head/graphics/SciPlot/Makefile Tue Jan 12 21:54:21 2021 (r561392) +++ head/graphics/SciPlot/Makefile Tue Jan 12 22:01:54 2021 (r561393) @@ -3,7 +3,7 @@ PORTNAME= SciPlot PORTVERSION= 1.36 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics math MASTER_SITES= XCONTRIB/widgets Modified: head/graphics/SciPlot/files/patch-Imakefile ============================================================================== --- head/graphics/SciPlot/files/patch-Imakefile Tue Jan 12 21:54:21 2021 (r561392) +++ head/graphics/SciPlot/files/patch-Imakefile Tue Jan 12 22:01:54 2021 (r561393) @@ -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: Modified: head/graphics/SciPlot/pkg-descr ============================================================================== --- head/graphics/SciPlot/pkg-descr Tue Jan 12 21:54:21 2021 (r561392) +++ head/graphics/SciPlot/pkg-descr Tue Jan 12 22:01:54 2021 (r561393) @@ -10,4 +10,4 @@ specification, dashed lines, symbols drawn at points, 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