Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2000 09:25:14 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/20755: Update port: math/plplot
Message-ID:  <20000821162514.ADD8737B423@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         20755
>Category:       ports
>Synopsis:       Update port: math/plplot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 21 09:30:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Remove obsolete site form MASTER_SITES
- Change location of data files from libdata/ to share/

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/math/plplot/Makefile math/plplot/Makefile
--- /usr/ports/math/plplot/Makefile	Sat Jun 17 08:51:01 2000
+++ math/plplot/Makefile	Wed Aug 16 03:53:32 2000
@@ -10,16 +10,15 @@
 CATEGORIES=	math
 MASTER_SITES=	ftp://ftp.uniovi.es/pub6/graphics/plotting/ \
 		ftp://dino.ph.utexas.edu/plplot/distrib/alpha/ \
-		ftp://ftp.u-aizu.ac.jp/pub/misc/tools/plot/plplot/distrib/alpha/ \
 		ftp://ftp.che.utexas.edu/pub/graphics/
-DISTNAME=       plplot4p99j
+DISTNAME=	${PORTNAME}4p99j
 
 MAINTAINER=	ports@FreeBSD.org
 
 USE_XLIB=	yes
-INSTALLS_SHLIB=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS= --with-gcc=yes --with-double=yes
+CONFIGURE_ARGS=	--with-gcc=yes --with-double=yes
+INSTALLS_SHLIB=	yes
 
 .include <bsd.port.pre.mk>
 
diff -urN /usr/ports/math/plplot/patches/patch-aa math/plplot/patches/patch-aa
--- /usr/ports/math/plplot/patches/patch-aa	Sat Jan 15 02:35:22 2000
+++ math/plplot/patches/patch-aa	Wed Aug 16 03:19:15 2000
@@ -72,7 +72,7 @@
 +    DEMOS_DIR=$prefix/share/examples/plplot
 +fi
 +if test -z "$DATA_DIR"; then
-+    DATA_DIR=$prefix/libdata/plplot
++    DATA_DIR=$prefix/share/plplot
  fi
  
  cat >> confdefs.h <<EOF
diff -urN /usr/ports/math/plplot/patches/patch-ae math/plplot/patches/patch-ae
--- /usr/ports/math/plplot/patches/patch-ae	Sat Jan 15 02:35:23 2000
+++ math/plplot/patches/patch-ae	Wed Aug 16 03:51:07 2000
@@ -5,7 +5,7 @@
  
  #ifndef PLLIBDEV
 -#define PLLIBDEV "/usr/local/plplot/lib"
-+#define PLLIBDEV "%%PREFIX%%/libdata/plplot"
++#define PLLIBDEV "%%PREFIX%%/share/plplot"
  #endif
  
  #endif
diff -urN /usr/ports/math/plplot/pkg/PLIST math/plplot/pkg/PLIST
--- /usr/ports/math/plplot/pkg/PLIST	Fri Jun 16 21:48:26 2000
+++ math/plplot/pkg/PLIST	Wed Aug 16 03:55:03 2000
@@ -3,21 +3,15 @@
 bin/plrender
 bin/pltek
 include/plplot/pdf.h
-include/plplot/plstrm.h
 include/plplot/plevent.h
 include/plplot/plplot.h
 include/plplot/plplotP.h
 include/plplot/plstream.h
+include/plplot/plstrm.h
 include/plplot/plxwd.h
 lib/libplplotdX.a
 lib/libplplotdX.so
 lib/libplplotdX.so.4
-libdata/plplot/cglobe.map
-libdata/plplot/globe.map
-libdata/plplot/plstnd5.fnt
-libdata/plplot/plxtnd5.fnt
-libdata/plplot/usa.map
-libdata/plplot/usaglobe.map
 share/doc/plplot/CHANGES
 share/doc/plplot/FAQ
 share/doc/plplot/NEWS
@@ -128,6 +122,13 @@
 share/examples/plplot/tk/xtk01.c
 share/examples/plplot/tk/xtk02.c
 share/examples/plplot/tk/xtk04.c
+share/plplot/cglobe.map
+share/plplot/globe.map
+share/plplot/plstnd5.fnt
+share/plplot/plxtnd5.fnt
+share/plplot/usa.map
+share/plplot/usaglobe.map
+@dirrm share/plplot
 @dirrm share/examples/plplot/tk
 @dirrm share/examples/plplot/tcl
 @dirrm share/examples/plplot/python
@@ -135,5 +136,4 @@
 @dirrm share/examples/plplot/c
 @dirrm share/examples/plplot
 @dirrm share/doc/plplot
-@dirrm libdata/plplot
 @dirrm include/plplot


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000821162514.ADD8737B423>