From c511db5b8a611a96de09f1c59450cb6241484327 Mon Sep 17 00:00:00 2001 From: Steven Mestdagh Date: Sun, 8 Jan 2006 10:23:03 +0000 Subject: [PATCH] remove MODGNU_SHARED_LIBS --- net/GeoIP/Makefile | 8 +++----- net/howl/Makefile | 8 +++----- net/libnetdude/libnetdude/Makefile | 5 ++--- net/libpcapnav/Makefile | 5 ++--- net/libshout/Makefile | 5 ++--- net/libtorrent/Makefile | 3 +-- net/rrdtool/Makefile | 5 ++--- net/tn5250/Makefile | 5 ++--- 8 files changed, 17 insertions(+), 27 deletions(-) diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 866c9ac4c3..edfab8bffb 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -1,12 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2005/12/30 21:04:39 steven Exp $ +# $OpenBSD: Makefile,v 1.9 2006/01/08 10:23:02 steven Exp $ COMMENT= "find the country where IP address/hostname originates from" DISTNAME= GeoIP-1.3.14 -SHARED_LIBS= GeoIP 4.14 \ - GeoIPUpdate 0.0 -MODGNU_SHARED_LIBS= GeoIP '' \ - GeoIPUpdate '' +SHARED_LIBS= GeoIP 4.14 \ + GeoIPUpdate 0.0 CATEGORIES= net HOMEPAGE= http://www.maxmind.com/geoip/ diff --git a/net/howl/Makefile b/net/howl/Makefile index a4d005b527..9d0ae6c67a 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -1,12 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2005/12/31 09:46:56 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2006/01/08 10:23:02 steven Exp $ COMMENT= "zeroconf networking implementation" DISTNAME= howl-1.0.0 PKGNAME= ${DISTNAME}p0 -SHARED_LIBS= howl 0.0 \ - mDNSResponder 0.0 -MODGNU_SHARED_LIBS= howl '' \ - mDNSResponder '' +SHARED_LIBS= howl 0.0 \ + mDNSResponder 0.0 CATEGORIES= net MASTER_SITES= http://www.porchdogsoft.com/download/ diff --git a/net/libnetdude/libnetdude/Makefile b/net/libnetdude/libnetdude/Makefile index 3e5ea88277..5718d9d866 100644 --- a/net/libnetdude/libnetdude/Makefile +++ b/net/libnetdude/libnetdude/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2005/12/30 23:00:17 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2006/01/08 10:23:02 steven Exp $ COMMENT= "packet manipulation backend of the Netdude trace file editing framework" DISTNAME= libnetdude-0.7 PKGNAME= ${DISTNAME}p1 -SHARED_LIBS= netdude 0.0 -MODGNU_SHARED_LIBS= netdude '' +SHARED_LIBS= netdude 0.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netdude/} diff --git a/net/libpcapnav/Makefile b/net/libpcapnav/Makefile index 78d548373c..a7e5e78e06 100644 --- a/net/libpcapnav/Makefile +++ b/net/libpcapnav/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2005/12/30 22:51:31 steven Exp $ +# $OpenBSD: Makefile,v 1.3 2006/01/08 10:23:02 steven Exp $ COMMENT= "library for navigating to arbitrary packets in a trace file" DISTNAME= libpcapnav-0.6 PKGNAME= ${DISTNAME}p0 -SHARED_LIBS= pcapnav 0.0 -MODGNU_SHARED_LIBS= pcapnav '' +SHARED_LIBS= pcapnav 0.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netdude/} diff --git a/net/libshout/Makefile b/net/libshout/Makefile index edd64932f8..9a42184d91 100644 --- a/net/libshout/Makefile +++ b/net/libshout/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2005/12/31 11:32:49 steven Exp $ +# $OpenBSD: Makefile,v 1.7 2006/01/08 10:23:02 steven Exp $ COMMENT= "library for communicating with an icecast server" DISTNAME= libshout-2.1 PKGNAME= ${DISTNAME}p2 -SHARED_LIBS= shout 4.0 -MODGNU_SHARED_LIBS= shout '' +SHARED_LIBS= shout 4.0 CATEGORIES= net audio HOMEPAGE= http://www.icecast.org/ diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index 5d82e5d913..1590df8f95 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2006/01/02 22:11:02 naddy Exp $ +# $OpenBSD: Makefile,v 1.3 2006/01/08 10:23:02 steven Exp $ COMMENT= "BitTorrent Library written in C++" DISTNAME= libtorrent-0.7.6 PKGNAME= ${DISTNAME}p0 SHARED_LIBS= torrent 5.0 -MODGNU_SHARED_LIBS= torrent '' CATEGORIES= net devel HOMEPAGE= http://libtorrent.rakshasa.no/ diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile index 297fef785b..48123f3f23 100644 --- a/net/rrdtool/Makefile +++ b/net/rrdtool/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2006/01/03 15:15:43 steven Exp $ +# $OpenBSD: Makefile,v 1.35 2006/01/08 10:23:03 steven Exp $ NOT_FOR_ARCHS= ${NO_SHARED_ARCHS} @@ -7,8 +7,7 @@ COMMENT= "system to store and display time-series data" RRDVERSION= 1.0.49 DISTNAME= rrdtool-${RRDVERSION} PKGNAME= ${DISTNAME}p3 -SHARED_LIBS= rrd 0.0 -MODGNU_SHARED_LIBS= rrd '' +SHARED_LIBS= rrd 0.0 CATEGORIES= net MASTER_SITES= ${HOMEPAGE}pub/rrdtool-1.0.x/ \ http://ftp.sunet.se/pub/network/monitoring/rrdtool/rrdtool-1.0.x/ diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index aa24e8890e..7449725f6f 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2005/12/31 15:10:05 steven Exp $ +# $OpenBSD: Makefile,v 1.3 2006/01/08 10:23:03 steven Exp $ COMMENT= "5250 telnet protocol and terminal" DISTNAME= tn5250-0.17.3 -SHARED_LIBS= 5250 0.0 -MODGNU_SHARED_LIBS= 5250 '' +SHARED_LIBS= 5250 0.0 CATEGORIES= net HOMEPAGE= http://tn5250.sourceforge.net/