From owner-freebsd-ports Mon May 3 23:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D5386154CA for ; Mon, 3 May 1999 23:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA26009; Mon, 3 May 1999 23:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 081781566E for ; Mon, 3 May 1999 23:42:09 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id KAA24104; Tue, 4 May 1999 10:42:06 +0400 (MSD) (envelope-from andy) Message-Id: <199905040642.KAA24104@icc.surw.chel.su> Date: Tue, 4 May 1999 10:42:06 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11481: Update port: devel/libgnugetopt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11481 >Category: ports >Synopsis: Update port: devel/libgnugetopt >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 3 23:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update devel/libgnugetopt port. diff -Nru libgnugetopt/Makefile libgnugetopt-1.1/Makefile --- libgnugetopt/Makefile Mon May 3 07:20:32 1999 +++ libgnugetopt-1.1/Makefile Tue May 4 10:37:55 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: libgnugetopt -# Version required: 1.0 +# Version required: 1.1 # Date created: 2 May 1999 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.1.1.1 1999/05/03 03:20:32 steve Exp $ # -DISTNAME= libgnugetopt-1.0 +DISTNAME= libgnugetopt-1.1 CATEGORIES= devel MASTER_SITES= http://www.geocities.com/SiliconValley/Code/3502/ @@ -14,6 +14,8 @@ do-install: @ ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include - @ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.a ${PREFIX}/lib + @ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.so.1 ${PREFIX}/lib + @ ${LN} -s ${PREFIX}/lib/libgnugetopt.so.1 ${PREFIX}/lib/libgnugetopt.so + @ ${LDCONFIG} -m ${PREFIX}/lib .include diff -Nru libgnugetopt/files/md5 libgnugetopt-1.1/files/md5 --- libgnugetopt/files/md5 Mon May 3 07:20:33 1999 +++ libgnugetopt-1.1/files/md5 Mon May 3 11:35:18 1999 @@ -1 +1 @@ -MD5 (libgnugetopt-1.0.tar.gz) = 7fa261951e4ffc346976a667440cc5d7 +MD5 (libgnugetopt-1.1.tar.gz) = 9b891a8b17a05448cddb134118d83281 diff -Nru libgnugetopt/pkg/PLIST libgnugetopt-1.1/pkg/PLIST --- libgnugetopt/pkg/PLIST Mon May 3 07:20:32 1999 +++ libgnugetopt-1.1/pkg/PLIST Mon May 3 11:35:50 1999 @@ -1,2 +1,5 @@ include/getopt.h -lib/libgnugetopt.a +lib/libgnugetopt.so +lib/libgnugetopt.so.1 +@exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R >How-To-Repeat: >Fix: Please, check and apply this patch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message