pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/cidr this needs libnsl and libsocket on Solaris.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2fffda19c7e2
branches: trunk
changeset: 482793:2fffda19c7e2
user: grant <grant%pkgsrc.org@localhost>
date: Wed Nov 03 10:57:54 2004 +0000
description:
this needs libnsl and libsocket on Solaris.
diffstat:
net/cidr/Makefile | 5 ++++-
net/cidr/distinfo | 4 ++--
net/cidr/patches/patch-aa | 6 +++---
3 files changed, 9 insertions(+), 6 deletions(-)
diffs (49 lines):
diff -r d7afcfcdcdd3 -r 2fffda19c7e2 net/cidr/Makefile
--- a/net/cidr/Makefile Wed Nov 03 10:54:08 2004 +0000
+++ b/net/cidr/Makefile Wed Nov 03 10:57:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/20 12:22:19 agc Exp $
+# $NetBSD: Makefile,v 1.5 2004/11/03 10:57:54 grant Exp $
#
DISTNAME= cidr-current
@@ -12,4 +12,7 @@
WRKSRC= ${WRKDIR}/cidr-2.3
+LIBS.SunOS+= -lnsl -lsocket
+MAKE_ENV+= LIBS="${LIBS}"
+
.include "../../mk/bsd.pkg.mk"
diff -r d7afcfcdcdd3 -r 2fffda19c7e2 net/cidr/distinfo
--- a/net/cidr/distinfo Wed Nov 03 10:54:08 2004 +0000
+++ b/net/cidr/distinfo Wed Nov 03 10:57:54 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/08/13 20:11:46 nra Exp $
+$NetBSD: distinfo,v 1.2 2004/11/03 10:57:54 grant Exp $
SHA1 (cidr-current.tar.gz) = c543bec86e5786d19e59e262a8d3004d4aad0a71
Size (cidr-current.tar.gz) = 16898 bytes
-SHA1 (patch-aa) = a3f79ba1297fd0eae212e1aa566993fa684107c9
+SHA1 (patch-aa) = f24bffe08e2860ff4f354b0d95e352b2811ac3b9
diff -r d7afcfcdcdd3 -r 2fffda19c7e2 net/cidr/patches/patch-aa
--- a/net/cidr/patches/patch-aa Wed Nov 03 10:54:08 2004 +0000
+++ b/net/cidr/patches/patch-aa Wed Nov 03 10:57:54 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/08/13 20:11:46 nra Exp $
+$NetBSD: patch-aa,v 1.2 2004/11/03 10:57:54 grant Exp $
---- Makefile.orig Sat Jun 17 14:26:22 2000
+--- Makefile.orig 2001-07-03 17:23:23.000000000 +1000
+++ Makefile
@@ -1,10 +1,22 @@
# Makefile for cidr
@@ -18,7 +18,7 @@
+
cidr: $(OBJS)
- gcc -Wall -o cidr cidr.c
-+ $(CC) $(CFLAGS) -o cidr $(OBJS)
++ $(CC) $(CFLAGS) -o cidr $(OBJS) $(LIBS)
clean:
rm $(OBJS) cidr
Home |
Main Index |
Thread Index |
Old Index