From owner-freebsd-ports Sat Jan 30 06:30:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28248 for freebsd-ports-outgoing; Sat, 30 Jan 1999 06:30:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28201 for ; Sat, 30 Jan 1999 06:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA01453; Sat, 30 Jan 1999 06:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from sparcy.delanet.com (sparcy.delanet.com [208.9.136.54]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA27671 for ; Sat, 30 Jan 1999 06:23:04 -0800 (PST) (envelope-from bmc@WillsCreek.COM) Received: (qmail 6802 invoked from network); 30 Jan 1999 14:18:13 -0000 Received: from unknown (HELO footbridge.willscreek.com) (209.186.57.155) by sparcy.delanet.com with SMTP; 30 Jan 1999 14:18:13 -0000 Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by footbridge.willscreek.com (8.9.1a/8.9.1) with ESMTP id JAA12006; Sat, 30 Jan 1999 09:22:45 -0500 (EST) Received: (from bmc@localhost) by current.willscreek.com (8.8.8/8.8.5) id JAA02617; Sat, 30 Jan 1999 09:22:44 -0500 (EST) Message-Id: <199901301422.JAA02617@current.willscreek.com> Date: Sat, 30 Jan 1999 09:22:44 -0500 (EST) From: Brian Clapper Reply-To: bmc@WillsCreek.COM To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: bmc@WillsCreek.COM X-Send-Pr-Version: 3.2 Subject: ports/9799: update to tgif port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9799 >Category: ports >Synopsis: Fix tgif port >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jan 30 06:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Brian Clapper >Release: FreeBSD 2.2.7-RELEASE i386 >Organization: WillsCreek.COM >Environment: Built on 2.2.7-RELEASE. Should work on 3.0. >Description: Author of original software has updated software; current port fails to "fetch" distribution. This fix updates the port to the current revision of the base software. >How-To-Repeat: >Fix: Enclosed is the result of a "diff -uNr tgif-4.0.2 tgif-4.0.12" command. Note that there's now only one patch file "patch-aa", instead of two in the previous port. diff -uNr tgif-4.0.2/Makefile tgif-4.0.12/Makefile --- tgif-4.0.2/Makefile Fri Jan 8 18:37:12 1999 +++ tgif-4.0.12/Makefile Sat Jan 30 08:50:12 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: tgif -# Version required: 3.0-p17 -# Date created: 10 Aug 1997 +# Version required: 4.0.12 +# Date created: 30 Jan 1999 # Whom: bmc@WillsCreek.COM # # $Id: Makefile,v 1.3 1996/11/18 09:53:40 asami Exp $ # -DISTNAME= tgif-4.0.2 -PKGNAME= tgif-4.0.2 +DISTNAME= tgif-4.0.12 +PKGNAME= tgif-4.0.12 CATEGORIES+= graphics x11 MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ftp://ftp.cs.ucla.edu/pub/tgif/ diff -uNr tgif-4.0.2/files/md5 tgif-4.0.12/files/md5 --- tgif-4.0.2/files/md5 Fri Jan 8 17:29:32 1999 +++ tgif-4.0.12/files/md5 Sat Jan 30 08:50:23 1999 @@ -1 +1 @@ -MD5 (tgif-4.0.2.tar.gz) = 564628da038f3fab0284fcf68b7318fd +MD5 (tgif-4.0.12.tar.gz) = 6b737e479de56e274a7d3560f82784cf diff -uNr tgif-4.0.2/patches/patch-aa tgif-4.0.12/patches/patch-aa --- tgif-4.0.2/patches/patch-aa Fri Jan 8 17:59:06 1999 +++ tgif-4.0.12/patches/patch-aa Sat Jan 30 08:54:03 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 11 and Above" "Tgif" + .\" + .SH NAME + .\" +--- 8,14 ---- + .\" + .\" + .\" +! .TH TGIF 1L "Version 4.0 Patchlevel 11 and Above" "Tgif" + .\" + .SH NAME + .\" diff -uNr tgif-4.0.2/patches/patch-ab tgif-4.0.12/patches/patch-ab --- tgif-4.0.2/patches/patch-ab Fri Jan 8 18:54:57 1999 +++ tgif-4.0.12/patches/patch-ab Wed Dec 31 19:00:00 1969 @@ -1,19 +0,0 @@ -*** tgif.man.orig Fri Jan 8 18:54:23 1999 ---- tgif.man Fri Jan 8 18:54:36 1999 -*************** -*** 8,14 **** - .\" - .\" - .\" -! .TH TGIF n "Version 4.0 Patchlevel 2 and Above" "Tgif" - .\" - .SH NAME - .\" ---- 8,14 ---- - .\" - .\" - .\" -! .TH TGIF 1L "Version 4.0 Patchlevel 2 and Above" "Tgif" - .\" - .SH NAME - .\" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message