Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 1999 10:31:00 -0500 (EST)
From:      Brian Clapper <bmc@WillsCreek.COM>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10174: [UPDATE] tgif port
Message-ID:  <199902201531.KAA02427@current.willscreek.com>

next in thread | raw e-mail | index | archive | help

>Number:         10174
>Category:       ports
>Synopsis:       Update to tgif port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 20 10:30:03 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Brian M. Clapper
>Release:        FreeBSD 3.0-RELEASE i386
>Organization:
WillsCreek.COM
>Environment:

	Built and tested on FreeBSD 3.0-RELEASE. *Not* tested on 2.x.

>Description:

	Enclosed is an update to the `tgif' port, to bring it up to date
	with the latest version (4.0.16) of the tgif software distribution.

>How-To-Repeat:


>Fix:
	
	Enclosed is the result of a "diff -uNr tgif-4.0.12 tgif-4.0.16'
	Apply this recursive patch to bring the port up-to-date. I've also
	enclosed a uuencoded copy of the new port's tarball, in case it's
	easier to update that way.

diff -uNr tgif-4.0.12/Makefile tgif-4.0.16/Makefile
--- tgif-4.0.12/Makefile	Sun Jan 31 18:29:12 1999
+++ tgif-4.0.16/Makefile	Sat Feb 20 10:08:06 1999
@@ -1,13 +1,14 @@
 # New ports collection makefile for:    tgif
-# Version required:     3.0-p17
-# Date created:         10 Aug 1997
+# Version required:     4.0.16
+# Date created:         30 Jan 1999
 # Whom:                 bmc@WillsCreek.COM
 #
-# $Id: Makefile,v 1.9 1999/01/31 20:29:37 obrien Exp $
+# $Id: Makefile,v 1.3 1996/11/18 09:53:40 asami Exp $
 #
 
-DISTNAME=	tgif-4.0.12
-CATEGORIES=	graphics x11
+DISTNAME=       tgif-4.0.16
+PKGNAME=	tgif-4.0.16
+CATEGORIES+=	graphics x11
 MASTER_SITES=	ftp://bourbon.cs.umd.edu/pub/tgif/ \
 		ftp://ftp.cs.ucla.edu/pub/tgif/
 
@@ -20,12 +21,13 @@
 		xbmtopbm:${PORTSDIR}/graphics/netpbm \
 		xpmtoppm:${PORTSDIR}/graphics/netpbm
 
-USE_IMAKE=	yes
-MAN1=		tgif.1
+USE_IMAKE=      yes
+INSTALL_TARGET= install install.man
 
 post-extract:
 		${RM} -f ${WRKDIR}/${DISTNAME}/Tgif.tmpl
 		${CP} ${WRKDIR}/${DISTNAME}/Tgif.tmpl-freebsd \
 		      ${WRKDIR}/${DISTNAME}/Tgif.tmpl
+post-install:
 
 .include <bsd.port.mk>
diff -uNr tgif-4.0.12/files/md5 tgif-4.0.16/files/md5
--- tgif-4.0.12/files/md5	Sun Jan 31 18:29:12 1999
+++ tgif-4.0.16/files/md5	Sat Feb 20 10:10:14 1999
@@ -1 +1 @@
-MD5 (tgif-4.0.12.tar.gz) = 6b737e479de56e274a7d3560f82784cf
+MD5 (tgif-4.0.16.tar.gz) = 27ca9a58ddc1ac998d459fc000399c72
diff -uNr tgif-4.0.12/patches/patch-aa tgif-4.0.16/patches/patch-aa
--- tgif-4.0.12/patches/patch-aa	Sun Jan 10 18:45:36 1999
+++ tgif-4.0.16/patches/patch-aa	Sat Feb 20 10:11:36 1999
@@ -1,19 +1,19 @@
-*** xprtfltr.c.orig	Fri Jan  8 17:58:37 1999
---- xprtfltr.c	Fri Jan  8 17:58:50 1999
+*** tgif.man.orig	Sat Jan 30 08:53:32 1999
+--- tgif.man	Sat Jan 30 08:53:43 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);
+*** 8,14 ****
+  .\"
+  .\"
+  .\"
+! .TH TGIF n "Version 4.0 Patchlevel 15 and Above" "Tgif"
+  .\"
+  .SH NAME
+  .\"
+--- 8,14 ----
+  .\"
+  .\"
+  .\"
+! .TH TGIF 1L "Version 4.0 Patchlevel 15 and Above" "Tgif"
+  .\"
+  .SH NAME
+  .\"
diff -uNr tgif-4.0.12/patches/patch-ab tgif-4.0.16/patches/patch-ab
--- tgif-4.0.12/patches/patch-ab	Sun Jan 31 18:29:13 1999
+++ tgif-4.0.16/patches/patch-ab	Wed Dec 31 19:00:00 1969
@@ -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 -uNr tgif-4.0.12/pkg/DESCR tgif-4.0.16/pkg/DESCR
--- tgif-4.0.12/pkg/DESCR	Sun Jan 10 18:45:36 1999
+++ tgif-4.0.16/pkg/DESCR	Sat Feb 20 10:08:22 1999
@@ -1,4 +1,4 @@
-Tgif 4.0.2
+Tgif 4.0.16
 
 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
diff -uNr tgif-4.0.12/pkg/PLIST tgif-4.0.16/pkg/PLIST
--- tgif-4.0.12/pkg/PLIST	Sun Jan 10 18:45:37 1999
+++ tgif-4.0.16/pkg/PLIST	Sat Feb 20 10:09:36 1999
@@ -1,4 +1,5 @@
 bin/tgif
+man/man1/tgif.1.gz
 lib/X11/tgif/tgif.Xdefaults
 lib/X11/tgif/tgificon.eps
 lib/X11/tgif/tgificon.obj
@@ -6,4 +7,3 @@
 lib/X11/tgif/tgificon.xpm
 lib/X11/tgif/tangram.sym
 lib/X11/tgif/keys.obj
-@dirrm lib/X11/tgif


begin 644 tgif.tar.gz
M'XL(``_4SC8"`^U9;7/B-A#F:_PKMDEF<I?&QN(U,$WG*-`<O4`8X$H^W$PJ
MVS*H\5MM`>$R^>]=R9"7NR9I.@UI;[PS8&RM=Z5=[:-'0DRXF\^]K$#)K);+
MD`.`(C'5%:"ZNBHQ`2J52K%<)I42D8VE0C$'Y=P&9)8(&@/D+-]^5,_B0>X;
M%"'S[W*/)?G_0/Y+U:I9`2!FN5C*\K_A_/O."P6<F&:E5'HD_]72NOY-4I#Y
M)Z1JYL#,\O_BTFV5X8V<!'K),`U2,3`:QN3S6SB"0M6F-5H^=!R;4+M6.W1*
MY9IKFZ99K-7L:D'+9?)MU']$A3U]N17@^?A/S`K)\'_C^5=7G=(-XW_9O,7_
M0AGG`BF4"X4,_S<A^_O[(.>`X=/`"&,^V1I2`;_0`(HFF(?U<K%>+`"IU6J:
MKNLWJE]KE8JIUOY]D?=P>$!*H.X`C$_;][Z_`V/T'D;'G9\A@.U?69SP,`!<
MC*`O9Z/'YLP#4@8:.-"PPCG;ANT1]N*.E>%[Z#6Z[=4#V4WE$'_HCSLD)_^*
MQ_]__5],7G(/^(S]'R(%D?R?5*L9_F\T_\W3;K?=&[T&_\?MWIWUORK7_R+)
M\'\CT@C@S..6;M&$.2`6H>YPGP42$JD'3DP7/)B`"$-/X>%T&;%8#ZW?F2W`
MBL-%PF(CVPA\`_7?:@^;@U?9_Y.BW/.OZ[^4[O]-DM7_)D02&TBW_IJF;GB"
ME0X\$"RFMN!S=A\%Q!29'_4\+'W\S6"&"(`M2DE"A(;LD$<SCPH&*4XD:$RI
MGL&8!TZX@.$R$<PWH"/VT)F7A$!7R#*):33E=@)OPEA+'R4BGMEB%C/GIO7M
M&GH@3"V/P]AS]#%WF#YFEC2<K`P*=BFT:>@SB.B$R<%-A8CJ^;P5SF(K#`P[
M,6:^8S!G5C\T39)7!:&PCM\86?M]OB$<+[LT,`[&*KJK6"9@8Y`M!G88S%DL
M)/;**,QIS)E80NB"&\8^%<D!1L_V9HY,`'+6`XT%-HT2%6`'^F$BAG;,(Z&Z
M?/93%QW=4%J84HPO^O`CCPGF+2%F<^I'^&)1;Z6I4XEVJ<T.`)47S/-`O31%
MRQIV(V`+<!F5"4AN!L$B%CC).OJ_!4Q$EK^'D;$O,#AH:4ZY1RV/@1N'?JH4
MA;%(]C0[]#R<%-@_XW;"+6(N!`L.P*?8'_Q@#^5X6#"E@8TWUE(;<\_CU(?F
ME%/,,L<?#&/R9I$^?W<;_[?9@O1\_.^?=(:C5\%_?%B]P_]-=?Y3S?C?1@2'
MI9!*PG8>/REN&<28?-:0%^;/R`K)U.,SA[ETYHGDZS:.2&:PZ*$6A,`'6BXM
M_Z&6Z,L6&B`4^T:R_*+A@BT3Y2(KZ']2_UUZP>1_0+E7J7]2(85;_K?^_R?C
M?QN1'>CA`J_69KA=FG$=3F>$9"%UF22%$3NPIA8Q^V/&D9*IMC5_W(&69'UV
MS"0WJ=^<[A1-=52HC@=W8(PDZK9M+1C^=W*%3YHQ8Q=&\[2K[:#R;@?MK*?G
MP1R(H8X9*WFL?'((9DT=/9I(6:C/H7T9P2Z^I[5P+9,'=$<KZW?^X-+Z'XY5
MT];=A\W&J'U\.NBTA]\?;=V0T$M"M&YC.&H/SH>=47MXM.4^0/GRT<Q:4<=/
MVM9*#;^5BNW1^SH:6NWT1OAI#XZV_F+HVN!C[[S5[K=[+72*KX@P"OSZ[E7_
M=#`:MCJ#Z_RZD_F4?"FWJ"-"P5WW:<T(-1%?_YXB=N!)181Q[*3UM,5+:3%Z
MW+6F?1RVSSO=QH=U"I<LT3J]X:AQ<G(^:@R.VZ,CI*Y8N\A75U=Y+JUI$?)6
M'4F_W+S4T=WNU:![#;H+NU?CP0?E;/=J/3^N\Y*!&@+YL5)M]J^?TM-=S)*5
M.&HL:=^>LJRZM.ID7=.,E-`S^`'-&++T#/_BQVSIRB233#8L?P)(6/;K`"@`
!`&HL
`
end

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902201531.KAA02427>