mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Upgrade to 2.2.
This commit is contained in:
parent
3702ee23cf
commit
37cd36e2f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21570
4 changed files with 33 additions and 14 deletions
|
@ -1,12 +1,12 @@
|
|||
# New ports collection makefile for: plotutils
|
||||
# Version required: 2.1.1
|
||||
# Version required: 2.2
|
||||
# Date created: 19 June 1998
|
||||
# Whom: Chuck Robey (chuckr)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= plotutils-2.1.1
|
||||
DISTNAME= plotutils-2.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= plotutils
|
||||
|
@ -14,10 +14,13 @@ MASTER_SITE_SUBDIR= plotutils
|
|||
MAINTAINER= chuckr@FreeBSD.org
|
||||
|
||||
USE_XLIB= yes
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-libplotter
|
||||
|
||||
.ifdef HAVE_MOTIF
|
||||
CONFIGURE_ARGS= --with-motif
|
||||
CONFIGURE_ARGS+= --with-motif
|
||||
CONFIGURE_ENV= MOTIFLIB="${MOTIFLIB}"
|
||||
# to ensure dependency info is generated properly
|
||||
REQUIRES_MOTIF= yes
|
||||
.endif
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (plotutils-2.1.1.tar.gz) = 5454fc866aff4360cab70d0ef831b12d
|
||||
MD5 (plotutils-2.2.tar.gz) = e4b2883999ce1300285507727dde54d9
|
||||
|
|
11
graphics/plotutils/files/patch-ac
Normal file
11
graphics/plotutils/files/patch-ac
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.orig Fri Sep 10 14:44:14 1999
|
||||
+++ configure Fri Sep 10 14:43:09 1999
|
||||
@@ -4189,7 +4189,7 @@
|
||||
# Check whether --with-motif or --without-motif was given.
|
||||
if test "${with_motif+set}" = set; then
|
||||
withval="$with_motif"
|
||||
- X_TOOLKIT_LIBS="-lXm $X_TOOLKIT_LIBS"; echo $ac_n "checking for XpQueryExtension in -lXp""... $ac_c" 1>&6
|
||||
+ X_TOOLKIT_LIBS="${MOTIFLIB} $X_TOOLKIT_LIBS"; echo $ac_n "checking for XpQueryExtension in -lXp""... $ac_c" 1>&6
|
||||
echo "configure:4194: checking for XpQueryExtension in -lXp" >&5
|
||||
ac_lib_var=`echo Xp'_'XpQueryExtension | sed 'y%./+-%__p_%'`
|
||||
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
@ -1,9 +1,11 @@
|
|||
bin/spline
|
||||
bin/double
|
||||
bin/ode
|
||||
bin/plot
|
||||
bin/tek2plot
|
||||
bin/graph
|
||||
bin/ode
|
||||
bin/pic2plot
|
||||
bin/plot
|
||||
bin/plotfont
|
||||
bin/spline
|
||||
bin/tek2plot
|
||||
share/ode/README
|
||||
share/ode/atwoods.ode
|
||||
share/ode/bead.ode
|
||||
|
@ -24,11 +26,10 @@ share/ode/viscous.ode
|
|||
share/libplot/README
|
||||
share/libplot/colors.txt
|
||||
share/libplot/demo-page
|
||||
share/libplot/hershey-demo.c
|
||||
share/libplot/hershey-fonts
|
||||
share/libplot/hershey-number
|
||||
share/libplot/h-demo.c
|
||||
share/libplot/h-fonts.doc
|
||||
share/libplot/h-glyphs.doc
|
||||
share/libplot/hershey.bib
|
||||
share/libplot/hershey.doc
|
||||
share/libplot/kana.doc
|
||||
share/libplot/kanji.doc
|
||||
share/tek2plot/README
|
||||
|
@ -42,12 +43,16 @@ share/tek2plot/scale.tek
|
|||
share/tek2plot/skymap.tek
|
||||
share/tek2plot/usmap.tek
|
||||
lib/libplot.so
|
||||
lib/libplot.so.1
|
||||
lib/libplot.so.2
|
||||
lib/libplot.a
|
||||
lib/libplot.la
|
||||
lib/libplotter.so
|
||||
lib/libplotter.so.2
|
||||
lib/libplotter.a
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
include/plot.h
|
||||
include/plotcompat.h
|
||||
include/plotter.h
|
||||
@unexec install-info --delete --info-dir=/usr/local/info /usr/local/info/plotutils.info
|
||||
info/plotutils.info
|
||||
@exec install-info --info-dir=/usr/local/info /usr/local/info/plotutils.info
|
||||
|
|
Loading…
Add table
Reference in a new issue