Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 1999 10:42:06 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11481: Update port: devel/libgnugetopt
Message-ID:  <199905040642.KAA24104@icc.surw.chel.su>

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

>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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905040642.KAA24104>