diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2004-10-15 03:25:32 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2004-10-15 03:25:32 +0800 |
commit | ff9874db4f4731ba11752e475f5221779ee05f16 (patch) | |
tree | c79df7adf48aac6c0bf0687b7a7461c3ce604837 | |
parent | 119b79895b99f954b0ab67a45c5e1544db53be98 (diff) | |
download | freebsd-ports-gnome-ff9874db4f4731ba11752e475f5221779ee05f16.tar.gz freebsd-ports-gnome-ff9874db4f4731ba11752e475f5221779ee05f16.tar.zst freebsd-ports-gnome-ff9874db4f4731ba11752e475f5221779ee05f16.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/Makefile | 17 | ||||
-rw-r--r-- | math/grace/distinfo | 4 | ||||
-rw-r--r-- | math/grace/pkg-plist | 2 |
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%% |