diff options
author | steve <steve@FreeBSD.org> | 1999-03-09 05:56:50 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-03-09 05:56:50 +0800 |
commit | 4ec3f968d84fa2c80bf79eccf64b457207153c5f (patch) | |
tree | 965ae2d7412433eec252b826241c25e871dde646 | |
parent | 7442cec6bfd724711865596ae5b44a57a143e403 (diff) | |
download | freebsd-ports-gnome-4ec3f968d84fa2c80bf79eccf64b457207153c5f.tar.gz freebsd-ports-gnome-4ec3f968d84fa2c80bf79eccf64b457207153c5f.tar.zst freebsd-ports-gnome-4ec3f968d84fa2c80bf79eccf64b457207153c5f.zip |
Update to version 4.0.18.
PR: 10174
Submitted by: maintainer
-rw-r--r-- | graphics/tgif/Makefile | 9 | ||||
-rw-r--r-- | graphics/tgif/distinfo | 2 | ||||
-rw-r--r-- | graphics/tgif/files/patch-aa | 30 | ||||
-rw-r--r-- | graphics/tgif/files/patch-ab | 11 | ||||
-rw-r--r-- | graphics/tgif/pkg-descr | 2 |
5 files changed, 18 insertions, 36 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 0fc887cf4401..84e64dd3d54f 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: tgif -# Version required: 3.0-p17 -# Date created: 10 Aug 1997 +# Version required: 4.0.18 +# Date created: 30 Jan 1999 # Whom: bmc@WillsCreek.COM # -# $Id: Makefile,v 1.8 1999/01/10 18:06:37 steve Exp $ +# $Id: Makefile,v 1.9 1999/01/31 20:29:37 obrien Exp $ # -DISTNAME= tgif-4.0.12 +DISTNAME= tgif-4.0.18 CATEGORIES= graphics x11 MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ftp://ftp.cs.ucla.edu/pub/tgif/ @@ -22,6 +22,7 @@ RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \ USE_IMAKE= yes MAN1= tgif.1 +INSTALL_TARGET= install install.man post-extract: ${RM} -f ${WRKDIR}/${DISTNAME}/Tgif.tmpl diff --git a/graphics/tgif/distinfo b/graphics/tgif/distinfo index 8d8f70632312..f9beab95b76c 100644 --- a/graphics/tgif/distinfo +++ b/graphics/tgif/distinfo @@ -1 +1 @@ -MD5 (tgif-4.0.12.tar.gz) = 6b737e479de56e274a7d3560f82784cf +MD5 (tgif-4.0.18.tar.gz) = 2933abd9ae30e83c203081244b37c2e1 diff --git a/graphics/tgif/files/patch-aa b/graphics/tgif/files/patch-aa index 3cc8eb5e2639..35b463eee61b 100644 --- a/graphics/tgif/files/patch-aa +++ b/graphics/tgif/files/patch-aa @@ -1,19 +1,11 @@ -*** xprtfltr.c.orig Fri Jan 8 17:58:37 1999 ---- xprtfltr.c Fri Jan 8 17:58:50 1999 -*************** -*** 187,193 **** - return FALSE; - } - pTgEFInfo->pSharedLibHandle = OPEN_DL(pszSharedLibPath, -! RTLD_NOW|RTLD_GLOBAL); - if (pTgEFInfo->pSharedLibHandle == NULL) { - sprintf(gszMsgBox, "Fail to load shared lib '%s'.", pszSharedLibPath); - MsgBox(gszMsgBox, TOOL_NAME, INFO_MB); ---- 187,193 ---- - return FALSE; - } - pTgEFInfo->pSharedLibHandle = OPEN_DL(pszSharedLibPath, -! RTLD_NOW); - if (pTgEFInfo->pSharedLibHandle == NULL) { - sprintf(gszMsgBox, "Fail to load shared lib '%s'.", pszSharedLibPath); - MsgBox(gszMsgBox, TOOL_NAME, INFO_MB); +--- tgif.man.orig Sun Feb 28 13:21:16 1999 ++++ tgif.man Fri Mar 5 19:51:06 1999 +@@ -8,7 +8,7 @@ + .\" + .\" + .\" +-.TH tgif n "Version 4.0 Patchlevel 15 and Above" "Tgif" ++.TH tgif 1L "Version 4.0 Patchlevel 15 and Above" "Tgif" + .\" + .SH NAME + .\" diff --git a/graphics/tgif/files/patch-ab b/graphics/tgif/files/patch-ab deleted file mode 100644 index 0b6c530923ba..000000000000 --- a/graphics/tgif/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- tgif.man.orig Thu Jan 28 07:08:52 1999 -+++ tgif.man Sun Jan 31 05:02:31 1999 -@@ -8,7 +8,7 @@ - .\" - .\" - .\" --.TH TGIF n "Version 4.0 Patchlevel 11 and Above" "Tgif" -+.TH TGIF 1L "Version 4.0 Patchlevel 11 and Above" "Tgif" - .\" - .SH NAME - .\" diff --git a/graphics/tgif/pkg-descr b/graphics/tgif/pkg-descr index 3344b7ab5a51..cb2571996e8d 100644 --- a/graphics/tgif/pkg-descr +++ b/graphics/tgif/pkg-descr @@ -1,4 +1,4 @@ -Tgif 4.0.2 +Tgif 4.0.18 Tgif is an interactive drawing tool that allows the user to draw and manipulate objects in the X Window System. It's also a hyper-graphics (or |