Skip site navigation (1)Skip section navigation (2)
Date:      24 Nov 2002 21:05:10 -0000
From:      Clement Laforet <sheepkiller@cultdeadsheep.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Cyrille Lefevre <cyrille.lefevre@laposte.net>
Subject:   ports/45690: [bento-fix](non maintainer) : devel/gengetopt
Message-ID:  <20021124210510.25489.qmail@cultdeadsheep.org>

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

>Number:         45690
>Category:       ports
>Synopsis:       [bento-fix](non maintainer) : devel/gengetopt
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 24 13:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
cotds.org
>Environment:
System: FreeBSD goofy.cultdeadsheep.org 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Jul 4 10:05:12 CEST 2002 root@goofy.cultdeadsheep.org:/usr/obj/usr/src/sys/GOOFY i386


	
>Description:
	* Upgrate to 2.7.1 fix compilations problems on current
	* CC'd to maintainer

	One more getopt-like librairy which dislikes gcc 3.x...

>How-To-Repeat:
	N/A.
>Fix:

	

--- gengetopt.diff begins here ---
diff -Nru gengetopt.old/Makefile gengetopt/Makefile
--- gengetopt.old/Makefile	Sun Nov 24 21:57:23 2002
+++ gengetopt/Makefile	Sun Nov 24 21:39:54 2002
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	gengetopt
-PORTVERSION=	2.4
+PORTVERSION=	2.7.1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR= ${PORTNAME}
diff -Nru gengetopt.old/distinfo gengetopt/distinfo
--- gengetopt.old/distinfo	Sun Nov 24 21:57:23 2002
+++ gengetopt/distinfo	Sun Nov 24 21:40:06 2002
@@ -1 +1 @@
-MD5 (gengetopt-2.4.tar.gz) = 452505146fa9a7075af6cecd99270097
+MD5 (gengetopt-2.7.1.tar.gz) = 0205222fab2d1888799a1f817000eddb
diff -Nru gengetopt.old/pkg-plist gengetopt/pkg-plist
--- gengetopt.old/pkg-plist	Sun Nov 24 21:57:23 2002
+++ gengetopt/pkg-plist	Sun Nov 24 21:52:01 2002
@@ -1,4 +1,3 @@
-@comment $FreeBSD: ports/devel/gengetopt/pkg-plist,v 1.3 2001/11/15 05:58:49 petef Exp $
 bin/gengetopt
 %%PORTDOCS%%share/doc/gengetopt/COPYING
 %%PORTDOCS%%share/doc/gengetopt/ChangeLog
@@ -19,10 +18,11 @@
 %%PORTDOCS%%share/doc/gengetopt/gengetopt.html
 %%PORTDOCS%%share/doc/gengetopt/man_getopt.html
 %%PORTDOCS%%share/doc/gengetopt/no_getopt_long.txt
-share/gengetopt/alloca.c
-share/gengetopt/getopt.c
+%%PORTDOCS%%share/doc/gengetopt/old_changes.html
 share/gengetopt/getopt.h
+share/gengetopt/getopt.c
 share/gengetopt/getopt1.c
 @dirrm share/gengetopt
 %%PORTDOCS%%@dirrm share/doc/gengetopt/examples
 %%PORTDOCS%%@dirrm share/doc/gengetopt
+
--- gengetopt.diff ends here ---


>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?20021124210510.25489.qmail>