RFC: updating devel/libgnugetopt

Mario Sergio Fujikawa Ferreira lioux at FreeBSD.org
Thu Jun 24 07:29:56 PDT 2004


Hi,

	I did a simple update of the libgnugetopt
using the latest gcc contrib code from the -STABLE branch.

	I haven't thoroughly tested it so I am not
daring a commit just yet.

	I would like to request comments on this update.
Perhaps, this fixes several issues we have been having with
libgnugetopt.

	Please, test this update on both -CURRENT and -STABLE
systems. Let me know what you find.

	Follows attached, a patch to be applied to the current
devel/libgnugetopt port.

	Regards,

-- 
Mario S F Ferreira - DF - Brazil - "I guess this is a signature."
feature, n: a documented bug | bug, n: an undocumented feature
-------------- next part --------------
diff -ruN /usr/ports/devel/libgnugetopt/Makefile libgnugetopt/Makefile
--- /usr/ports/devel/libgnugetopt/Makefile	Wed Mar 31 08:48:41 2004
+++ libgnugetopt/Makefile	Thu Jun 24 11:14:31 2004
@@ -12,15 +12,13 @@
 #	distfile.	-- David O'Brien <obrien at FreeBSD.org>
 
 PORTNAME=	libgnugetopt
-PORTVERSION=	1.2
+PORTVERSION=	1.3
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	lioux
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GNU getopt library
-
-CONFLICTS=	freelibiberty-*
 
 USE_BZIP2=	yes
 INSTALLS_SHLIB=	yes
diff -ruN /usr/ports/devel/libgnugetopt/distinfo libgnugetopt/distinfo
--- /usr/ports/devel/libgnugetopt/distinfo	Sat Jan 31 00:58:18 2004
+++ libgnugetopt/distinfo	Thu Jun 24 11:14:09 2004
@@ -1,2 +1,2 @@
-MD5 (libgnugetopt-1.2.tar.bz2) = 356d12620d006a71a307f339803a86a2
-SIZE (libgnugetopt-1.2.tar.bz2) = 10808
+MD5 (libgnugetopt-1.3.tar.bz2) = 99425102b193eb35d808e415334af001
+SIZE (libgnugetopt-1.3.tar.bz2) = 10618


More information about the freebsd-ports mailing list