From root@blackdawn.com  Sun Feb 20 19:23:36 2000
Return-Path: <root@blackdawn.com>
Received: from rock.ghis.net (rock.ghis.net [209.222.164.7])
	by hub.freebsd.org (Postfix) with ESMTP id 7712337C045
	for <FreeBSD-gnats-submit@FreeBSD.ORG>; Sun, 20 Feb 2000 19:23:34 -0800 (PST)
	(envelope-from root@blackdawn.com)
Received: from shadow.blackdawn.com (postfix@20-145.008.popsite.net [209.69.77.145])
	by rock.ghis.net (8.9.3/8.9.3) with ESMTP id TAA18559
	for <FreeBSD-gnats-submit@FreeBSD.ORG>; Sun, 20 Feb 2000 19:23:30 -0800 (PST)
Received: by shadow.blackdawn.com (Postfix, from userid 0)
	id 3A1C61B32; Sun, 20 Feb 2000 22:23:27 -0500 (EST)
Message-Id: <20000221032327.3A1C61B32@shadow.blackdawn.com>
Date: Sun, 20 Feb 2000 22:23:27 -0500 (EST)
From: Will Andrews <andrews@technologist.com>
Sender: root@blackdawn.com
Reply-To: Will Andrews <andrews@technologist.com>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: upgrade port: graphics/gnofract4d: 1.0 -> 1.2
X-Send-Pr-Version: 3.2

>Number:         16850
>Category:       ports
>Synopsis:       upgrade port: graphics/gnofract4d: 1.0 -> 1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ade
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 20 19:30:01 PST 2000
>Closed-Date:    Fri Feb 25 10:25:38 PST 2000
>Last-Modified:  Fri Feb 25 10:26:07 PST 2000
>Originator:     Will Andrews
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
none
>Environment:

FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sun Jan 23 13:41:02 EST 2000     root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW  i386

>Description:

Upgrade for gnofract4d. Some improvements to the program
have been made. I also removed the gtk12.2 check in the
Makefile, which I should have caught the first time I made
this port.. gnomeui brings in that one. :)

>How-To-Repeat:

Use the diff below to upgrade the current port.

>Fix:

diff -urN gnofract4d/Makefile gnofract4d.new/Makefile
--- gnofract4d/Makefile	Fri Dec 31 16:54:34 1999
+++ gnofract4d.new/Makefile	Sun Feb 20 22:15:02 2000
@@ -1,19 +1,18 @@
 # New ports collection makefile for:	gnofract4d
-# Version required:			1.0
+# Version required:			1.2
 # Date created:				30 Dec 1999
 # Whom:					Will Andrews <andrews@technologist.com>
 #
 # $FreeBSD: ports/graphics/gnofract4d/Makefile,v 1.1.1.1 1999/12/31 21:54:34 jedgar Exp $
 #
 
-DISTNAME=	gnofract4d-1.0
+DISTNAME=	gnofract4d-1.2
 CATEGORIES=	graphics
 MASTER_SITES=	http://download.sourceforge.net/gnofract4d/
 
 MAINTAINER=	andrews@technologist.com
 
-LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
-		gnomeui.3:${PORTSDIR}/x11/gnomelibs
+LIB_DEPENDS=	gnomeui.3:${PORTSDIR}/x11/gnomelibs
 
 GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
 USE_X_PREFIX=	yes
diff -urN gnofract4d/files/md5 gnofract4d.new/files/md5
--- gnofract4d/files/md5	Fri Dec 31 16:54:34 1999
+++ gnofract4d.new/files/md5	Sun Feb 20 22:16:42 2000
@@ -1 +1 @@
-MD5 (gnofract4d-1.0.tar.gz) = 3ce1d769f6ebc42b0af088fa1c18c45a
+MD5 (gnofract4d-1.2.tar.gz) = b79d18b2e98e2292e8f08162020f7483

>Release-Note:
>Audit-Trail:

From: Ade Lovett <ade@lovett.com>
To: Will Andrews <andrews@technologist.com>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/16850: upgrade port: graphics/gnofract4d: 1.0 -> 1.2
Date: Thu, 24 Feb 2000 10:33:39 -0600

 Will,
 
 I've taken a look at this.. the PLIST was missing a large number of
 bits and pieces, and I've made it ${PREFIX} safe by getting rid
 of the "gnome-config --datadir" constructs in the configure script
 (as a side note, using gnome-config for anything other than libs,
 cflags, and versioning information is usually always a mistake :)
 
 However, on a 3.4-STABLE machine, running XFree 3.3.6 with an
 up-to-date ports tree, I get the following when I try to run it
 (both with your patchset, and mine):
 
 	viper 33% gnofract4d
 	Xlib: sequence lost (0x1021d > 0x340) in reply type 0x0!
 	Gdk-ERROR **: BadImplementation (server does not implement operation)
 	  serial 541 error_code 17 request_code 20 minor_code 0
 
 My 4.x box is currently in lots of little pieces, so I can't test there.
 
 This doesn't happen with the previous 1.0 version.
 
 My updated patchset can be found at:
 
 	http://www.lovett.com/FreeBSD/graphics.gnofract4d.patch
 
 If you can do a little more investigation and get the thing working
 again, I'll be happy to commit it.
 
 -aDe
 
 -- 
 Ade Lovett, Austin, TX.
 

From: Will Andrews <andrews@technologist.com>
To: Ade Lovett <ade@lovett.com>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/16850: upgrade port: graphics/gnofract4d: 1.0 -> 1.2
Date: Thu, 24 Feb 2000 13:23:24 -0500

 On Thu, Feb 24, 2000 at 10:33:39AM -0600, Ade Lovett wrote:
 > I've taken a look at this.. the PLIST was missing a large number of
 > bits and pieces, and I've made it ${PREFIX} safe by getting rid
 > of the "gnome-config --datadir" constructs in the configure script
 > (as a side note, using gnome-config for anything other than libs,
 > cflags, and versioning information is usually always a mistake :)
 
 I know the gnofract4d PR was broken in a lot of places... Chris
 Faulhaber approached me about it.. it should have been a fairly easy
 update, and I was sorry to discover that it was not. I haven't really
 had time to fix this lately due to my Qt/KDE stuff, which is now finally
 getting into the ports tree.
 
 I felt it was all right to leave gnofract4d alone for the time being,
 although I did make the fatal mistake of not asking jedgar to close it
 in order to save other people time, and I'm sorry about that.
 
 > However, on a 3.4-STABLE machine, running XFree 3.3.6 with an
 > up-to-date ports tree, I get the following when I try to run it
 > (both with your patchset, and mine):
 > 
 > 	viper 33% gnofract4d
 > 	Xlib: sequence lost (0x1021d > 0x340) in reply type 0x0!
 > 	Gdk-ERROR **: BadImplementation (server does not implement operation)
 > 	  serial 541 error_code 17 request_code 20 minor_code 0
 
 Yeah.. very odd errors.. Chris couldn't even get it to compile. For some
 strange reason it worked on my box when I tested it. I haven't had time
 lately to test it.
 
 > My 4.x box is currently in lots of little pieces, so I can't test there.
 >
 > My updated patchset can be found at:
 > 
 > 	http://www.lovett.com/FreeBSD/graphics.gnofract4d.patch
 > 
 > If you can do a little more investigation and get the thing working
 > again, I'll be happy to commit it.
 
 Yah, I certainly can.. my first priority right now is to fix those
 little Qt/KDE ports that still don't respect CXX, then I'll put my focus
 on this (and other ports of mine that need updating).
 
 Anyway, sorry again for wasting your time. Thanks for the patch, I'll
 investigate it soon (probably today, if all goes well). :-)
 
 -- 
 Will Andrews <andrews@technologist.com>
 GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w---
 ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ 
 G++>+++ e->++++ h! r-->+++ y?
 
Responsible-Changed-From-To: freebsd-ports->ade 
Responsible-Changed-By: ade 
Responsible-Changed-When: Fri Feb 25 00:06:53 PST 2000 
Responsible-Changed-Why:  
I'll take care of this 
State-Changed-From-To: open->closed 
State-Changed-By: ade 
State-Changed-When: Fri Feb 25 10:25:38 PST 2000 
State-Changed-Why:  
Update committed, thanks! 
>Unformatted:
