Bug 45690 - [bento-fix](non maintainer) : devel/gengetopt
Summary: [bento-fix](non maintainer) : devel/gengetopt
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-24 21:10 UTC by Clement Laforet
Modified: 2002-12-18 11:46 UTC (History)
1 user (show)

See Also:


Attachments
gengetopt.diff (1.40 KB, patch)
2002-11-24 21:10 UTC, Clement Laforet
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Clement Laforet 2002-11-24 21:10:01 UTC
	* 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.
Comment 1 Cyrille Lefevre 2002-12-18 03:29:01 UTC
Edwin, thanks for you work -- maintainer approved :)

Makefile
distinfo
	same
pkg-plist
	reduced diff

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/gengetopt/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	17 Jan 2002 23:13:36 -0000	1.8
+++ Makefile	18 Dec 2002 03:18:44 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	gengetopt
-PORTVERSION=	2.4
+PORTVERSION=	2.7.1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR= ${PORTNAME}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/gengetopt/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	25 Aug 2001 16:09:38 -0000	1.4
+++ distinfo	18 Dec 2002 03:18:54 -0000
@@ -1 +1 @@
-MD5 (gengetopt-2.4.tar.gz) = 452505146fa9a7075af6cecd99270097
+MD5 (gengetopt-2.7.1.tar.gz) = 0205222fab2d1888799a1f817000eddb
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/gengetopt/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	15 Nov 2001 05:58:49 -0000	1.3
+++ pkg-plist	18 Dec 2002 03:20:40 -0000
@@ -19,7 +19,7 @@
 %%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
+%%PORTDOCS%%share/doc/gengetopt/old_changes.html
 share/gengetopt/getopt.c
 share/gengetopt/getopt.h
 share/gengetopt/getopt1.c

Cyrille.
-- 
Cyrille Lefevre                 mailto:cyrille.lefevre@laposte.net
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2002-12-18 11:46:15 UTC
State Changed
From-To: open->closed

Commited, thanks!