From owner-freebsd-ports@FreeBSD.ORG Thu Jun 24 14:29:56 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CB1116A4CE for ; Thu, 24 Jun 2004 14:29:56 +0000 (GMT) Received: from vette.gigo.com (vette.gigo.com [216.218.228.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAD1243D54 for ; Thu, 24 Jun 2004 14:29:55 +0000 (GMT) (envelope-from lioux@uol.com.br) Received: from 200.140.5.57 (200-140-005-057.bsace7025.dsl.brasiltelecom.net.br [200.140.5.57]) by vette.gigo.com (Postfix) with ESMTP id D1114D1 for ; Thu, 24 Jun 2004 07:28:17 -0700 (PDT) Received: (qmail 90006 invoked by uid 1001); 24 Jun 2004 14:23:32 -0000 Message-ID: <20040624142332.89957.qmail@exxodus.fedaykin.here> Date: Thu, 24 Jun 2004 11:23:32 -0300 From: Mario Sergio Fujikawa Ferreira To: freebsd-ports@FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: RFC: updating devel/libgnugetopt X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 14:29:56 -0000 --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-libgnugetopt 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 PORTNAME= libgnugetopt -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= lioux MAINTAINER= ports@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 --HlL+5n6rz5pIUxbD--