summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2004-10-14 19:25:32 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2004-10-14 19:25:32 +0000
commitfac13e2e00e0ae5c35676ebce7cb12ee794e3dc0 (patch)
tree72ed1e2f02568106520b9468460c963fd6dc82ce
parentc11d0beab860d1d9eb0f6e8f6956c7fe67506f1d (diff)
downloadfreebsd-ports-fac13e2e00e0ae5c35676ebce7cb12ee794e3dc0.zip
Update from 5.1.16 -> 5.1.17
* src/pdfdrv.c: Fixed crash in PDF when using patterns with PDF-1.4. * Xbae/Xbae/Create.c: Backported font width fixes. * src/x11drv.c: Backported page frame fix. * src/: Tab.c, XMgrace.ad, xmgrace.c, Tab.h: Backported tabFontList changes. * src/pdfdrv.c: Changed default PDF dpi to 300. PR: 72197 Submitted by: Shuhei Amakawa <sa264@cam.ac.uk>
-rw-r--r--math/grace/Makefile17
-rw-r--r--math/grace/distinfo4
-rw-r--r--math/grace/pkg-plist2
3 files changed, 11 insertions, 12 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile
index a9cbcf84b9e9..1e3b3a72217a 100644
--- a/math/grace/Makefile
+++ b/math/grace/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= grace
-PORTVERSION= 5.1.16
-#PORTREVISION= 1
+PORTVERSION= 5.1.17
+PORTREVISION= 0
CATEGORIES= math print
#
# You never know when and why it is moved to ../src/old/ :-)
@@ -38,22 +38,21 @@ USE_X_PREFIX= YES
USE_GMAKE= YES
USE_MOTIF= YES
USE_REINPLACE= YES
-HAS_CONFIGURE= YES
-CONFIGURE_ARGS= -prefix=${X11BASE} \
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS= \
--with-extra-incpath=${X11BASE}/include/X11:${LOCALBASE}/include \
--with-extra-ldpath=${LOCALBASE}/lib --without-bundled_xbae \
--enable-grace-home=${X11BASE}/lib/X11/grace
-
-ALL_TARGET=
+ALL_TARGET= # empty
INSTALL_TARGET= install links
post-patch:
- ${REINPLACE_CMD} -e "s%-lXm %${MOTIFLIB} %" ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s%-lXm %${MOTIFLIB} %" ${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)
- if [ ! -e ${X11BASE}/share/doc/grace ]; then \
- ${LN} -s ${X11BASE}/lib/X11/grace/doc ${X11BASE}/share/doc/grace; \
+ if [ ! -e ${DOCSDIR} ]; then \
+ ${LN} -s ${X11BASE}/lib/X11/grace/doc ${DOCSDIR}; \
fi
.endif
diff --git a/math/grace/distinfo b/math/grace/distinfo
index d301a49798fc..56b5da00566f 100644
--- a/math/grace/distinfo
+++ b/math/grace/distinfo
@@ -1,2 +1,2 @@
-MD5 (grace-5.1.16.tar.gz) = 4ae4672e2d32678f4b624d491bf20407
-SIZE (grace-5.1.16.tar.gz) = 2437957
+MD5 (grace-5.1.17.tar.gz) = a20c1edf572f1a78025e2010d5bb6e83
+SIZE (grace-5.1.17.tar.gz) = 2397711
diff --git a/math/grace/pkg-plist b/math/grace/pkg-plist
index d38b68656206..17d7abdb8aae 100644
--- a/math/grace/pkg-plist
+++ b/math/grace/pkg-plist
@@ -145,4 +145,4 @@ lib/libgrace_np.a
@dirrm lib/X11/grace/lib
@dirrm lib/X11/grace/templates
@dirrm lib/X11/grace
-share/doc/grace
+%%PORTDOCS%%@rm %%DOCSDIR%%