From thierry@pompo.net  Tue Dec 17 12:04:43 2002
Return-Path: <thierry@pompo.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 512DB37B401; Tue, 17 Dec 2002 12:04:43 -0800 (PST)
Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1B4E943EDC; Tue, 17 Dec 2002 12:04:42 -0800 (PST)
	(envelope-from thierry@pompo.net)
Received: from graf.pompo.net (lyon-4-a7-62-147-48-249.dial.proxad.net [62.147.48.249])
	by postfix3-1.free.fr (Postfix) with ESMTP
	id 2BF53C14B; Tue, 17 Dec 2002 21:04:38 +0100 (CET)
Received: by graf.pompo.net (Postfix, from userid 1001)
	id 25A487882; Tue, 17 Dec 2002 21:01:29 +0100 (CET)
Message-Id: <20021217200129.25A487882@graf.pompo.net>
Date: Tue, 17 Dec 2002 21:01:29 +0100 (CET)
From: Thierry Thomas <thierry@pompo.net>
Reply-To: Thierry Thomas <thierry@pompo.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mikeh@FreeBSD.ORG
Subject: x11-toolkits/xforms: make fetchable again by upgrading to 1.0-release.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         46332
>Category:       ports
>Synopsis:       x11-toolkits/xforms: make fetchable again by upgrading to 1.0-release.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    mikeh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 17 12:10:02 PST 2002
>Closed-Date:    Fri Jan 03 21:28:55 PST 2003
>Last-Modified:  Fri Jan 03 21:28:55 PST 2003
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Nov 16 12:34:31 CET 2002 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386


	
>Description:
	xforms-1.0RC5.2.tgz is unfetchable:

make fetch
>How-To-Repeat:
	make fetch

>Fix:

	The following patch will upgrade xforms to 1.0-release:


diff -urN x11-toolkits/xforms.orig/Makefile x11-toolkits/xforms/Makefile
--- x11-toolkits/xforms.orig/Makefile	Thu Oct 24 21:00:24 2002
+++ x11-toolkits/xforms/Makefile	Tue Dec 17 19:40:22 2002
@@ -7,11 +7,10 @@
 
 PORTNAME=	xforms
 PORTVERSION=	1.0
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	x11-toolkits graphics
 MASTER_SITES=	ftp://ncmir.ucsd.edu/pub/xforms/OpenSource/
-FULLVERSION=	${PORTVERSION}RC5.2
 DISTNAME=	${PORTNAME}-${FULLVERSION}
 EXTRACT_SUFX=	.tgz
 
@@ -26,5 +25,7 @@
 NO_FILTER_SHLIBS=	yes
 
 MAN1=		fdesign.1 fd2ps.1
+
+FULLVERSION=	${PORTVERSION}-release
 
 .include <bsd.port.mk>
diff -urN x11-toolkits/xforms.orig/distinfo x11-toolkits/xforms/distinfo
--- x11-toolkits/xforms.orig/distinfo	Thu Oct 17 20:57:33 2002
+++ x11-toolkits/xforms/distinfo	Tue Dec 17 19:12:22 2002
@@ -1 +1 @@
-MD5 (xforms-1.0RC5.2.tgz) = e6cecdb5a0d1a4e44d26501175b0927a
+MD5 (xforms-1.0-release.tgz) = aed46678c9278dc68b7e6224661aa1c7
diff -urN x11-toolkits/xforms.orig/files/patch-aa x11-toolkits/xforms/files/patch-aa
--- x11-toolkits/xforms.orig/files/patch-aa	Thu Oct 17 20:57:33 2002
+++ x11-toolkits/xforms/files/patch-aa	Tue Dec 17 20:37:58 2002
@@ -1,5 +1,5 @@
---- Imakefile.orig	Tue Oct  1 19:51:51 2002
-+++ Imakefile	Mon Oct  7 01:16:37 2002
+--- Imakefile.orig	Tue Dec  3 18:25:43 2002
++++ Imakefile	Tue Dec 17 19:21:44 2002
 @@ -2,7 +2,7 @@
  
  /* Fairly important stuff */
@@ -9,24 +9,15 @@
  #define DoWall NO
  
  #define BuildShared YES
-@@ -31,7 +31,7 @@
- 
- /* Out in the Tall Weeds */
- 
--#define InstallNonstandard YES
-+#define InstallNonstandard NO
- #define XFormsNonstandardInstallDir /usr/local
- 
- #define NonstandardXpm NO 
-@@ -44,10 +44,10 @@
- #define TiffIncLoc /put/the/include/path/here
- #define TiffLibLoc /put/the/library/path/here
+@@ -45,10 +45,10 @@
+ #define TiffIncLoc /usr/local/include
+ #define TiffLibLoc /usr/local/lib
  
 -#define NonstandardJpeg NO
 +#define NonstandardJpeg YES
  
--#define JpegIncLoc /put/the/include/path/here
--#define JpegLibLoc /put/the/library/path/here
+-#define JpegIncLoc /usr/local/include
+-#define JpegLibLoc /usr/local/lib
 +#define JpegIncLoc $(LOCALBASE)/include
 +#define JpegLibLoc $(LOCALBASE)/lib
  
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->mikeh 
Responsible-Changed-By: adamw 
Responsible-Changed-When: Tue Dec 17 18:07:36 PST 2002 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46332 
State-Changed-From-To: open->closed 
State-Changed-By: mikeh 
State-Changed-When: Fri Jan 3 21:28:36 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46332 
>Unformatted:
 >> xforms-1.0RC5.2.tgz doesn't seem to exist in /usr/ports/distfiles/.
 >> Attempting to fetch from ftp://ncmir.ucsd.edu/pub/xforms/OpenSource/.
 --18:55:28--  ftp://ncmir.ucsd.edu/pub/xforms/OpenSource/xforms-1.0RC5.2.tgz
            => `xforms-1.0RC5.2.tgz'
 Rsolution de ncmir.ucsd.edu... complt.
 Connexion vers ncmir.ucsd.edu[132.239.16.23]:21...connect.
 Session dbutant sous anonymous...Session tablie!
 ==> SYST ... complt.    ==> PWD ... complt.
 ==> TYPE I ... complt.  ==> CWD /pub/xforms/OpenSource ... complt.
 ==> PORT ... complt.    ==> RETR xforms-1.0RC5.2.tgz ...
 Fichier  xforms-1.0RC5.2.tgz  inexistant.
 
