mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Upgrade to 3.21.
PR: 27716
This commit is contained in:
parent
7d52ee4137
commit
2dfa0e70a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43640
@ -6,19 +6,19 @@
|
||||
#
|
||||
|
||||
PORTNAME= pstoedit
|
||||
PORTVERSION= 3.17
|
||||
PORTVERSION= 3.21
|
||||
CATEGORIES= graphics print
|
||||
MASTER_SITES= http://www.geocities.com/SiliconValley/Network/1958/pstoedit/
|
||||
DISTNAME= ${PORTNAME}_3_17
|
||||
DISTNAME= ${PORTNAME}_3_21
|
||||
|
||||
MAINTAINER= jseger@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55
|
||||
LIB_DEPENDS= plot.3:${PORTSDIR}/graphics/plotutils \
|
||||
plotter.3:${PORTSDIR}/graphics/plotutils
|
||||
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6
|
||||
LIB_DEPENDS= plot.4:${PORTSDIR}/graphics/plotutils \
|
||||
plotter.4:${PORTSDIR}/graphics/plotutils
|
||||
|
||||
USE_ZIP= yes
|
||||
WRKSRC= ${WRKDIR}/pstoedit_3.17/src
|
||||
WRKSRC= ${WRKDIR}/pstoedit_${PORTVERSION}/src
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include -I${X11BASE}/include" \
|
||||
CXXFLAGS="${CFLAGS} -I${PREFIX}/include -I${X11BASE}/include" \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pstoedit_3_17.zip) = e11b080ec22b60a85f58c3a050f651d1
|
||||
MD5 (pstoedit_3_21.zip) = da439846a3a9eddce0d310d2ceaf4f45
|
||||
|
@ -1,17 +0,0 @@
|
||||
--- configure.orig Sun Feb 27 14:04:26 2000
|
||||
+++ configure Sun Feb 27 14:02:06 2000
|
||||
@@ -1061,12 +1061,12 @@
|
||||
#include "confdefs.h"
|
||||
#include <plotter.h>
|
||||
int main() {
|
||||
- typdef int Point;
|
||||
+ typedef int Point;
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:1068: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
rm -rf conftest*
|
||||
- echo "$ac_t""you seem to have a newer version " 1>&6]
|
||||
+ echo "$ac_t""you seem to have a newer version " 1>&6
|
||||
else
|
||||
echo "configure: failed program was:" >&5
|
||||
cat conftest.$ac_ext >&5
|
@ -1,13 +0,0 @@
|
||||
--- configure.in.orig Sun Feb 27 14:03:37 2000
|
||||
+++ configure.in Sun Feb 27 14:02:43 2000
|
||||
@@ -30,8 +30,8 @@
|
||||
|
||||
dnl See if we have a 2.3 or newer lib Plot version
|
||||
AC_MSG_CHECKING(for version of "lib plot" )
|
||||
-AC_TRY_COMPILE( [#include <plotter.h>],[ typdef int Point; ],
|
||||
- AC_MSG_RESULT(you seem to have a newer version )],
|
||||
+AC_TRY_COMPILE( [#include <plotter.h>],[ typedef int Point; ],
|
||||
+ AC_MSG_RESULT(you seem to have a newer version ),
|
||||
[PLOTCOMPILEFLAGS="$PLOTCOMPILEFLAGS -DOLD_LIBPLOTTER"; AC_MSG_RESULT(you seem to have a older version )])
|
||||
AC_SUBST(PLOTCOMPILEFLAGS)
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/pstoedit
|
||||
lib/latex2e.fmp
|
||||
lib/mpost.fmp
|
||||
share/doc/pstoedit/changelog.htm
|
||||
share/doc/pstoedit/index.htm
|
||||
|
Loading…
Reference in New Issue
Block a user