Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2000 06:10:49 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/16876: Update port: net/gnet
Message-ID:  <200002211410.GAA19901@freefall.freebsd.org>

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

>Number:         16876
>Category:       ports
>Synopsis:       Update port: net/gnet
>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 Feb 21 06:20:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Add missing LIB_DEPENDS
- Add USE_LIBTOOL
- Fix pkg/PLIST

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/net/gnet/Makefile net/gnet/Makefile
--- /usr/ports/net/gnet/Makefile	Wed Feb 16 21:01:25 2000
+++ net/gnet/Makefile	Sun Feb 20 22:40:26 2000
@@ -12,9 +12,11 @@
 
 MAINTAINER=	nakai@FreeBSD.org
 
+LIB_DEPENDS=	glib12.3:${PORTSDIR}/devel/glib12
+
 GLIB_CONFIG=	${LOCALBASE}/bin/glib12-config
 
-GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
 CONFIGURE_ENV=	GLIB_CONFIG="${GLIB_CONFIG}"
 
 .include <bsd.port.mk>
diff -urN /usr/ports/net/gnet/pkg/PLIST net/gnet/pkg/PLIST
--- /usr/ports/net/gnet/pkg/PLIST	Wed Feb 16 21:01:25 2000
+++ net/gnet/pkg/PLIST	Sun Feb 20 23:09:47 2000
@@ -4,10 +4,9 @@
 include/gnet/mcast.h
 include/gnet/tcp.h
 include/gnet/udp.h
-lib/libgnet-0.1.so
 lib/libgnet-0.1.so.9
 lib/libgnet.a
-lib/libgnet.la
+lib/libgnet.so
 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
 share/aclocal/gnet.m4


>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?200002211410.GAA19901>