pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/libbind Try to fix PLIST other than *BSD.
details: https://anonhg.NetBSD.org/pkgsrc/rev/061d1a1ab0f4
branches: trunk
changeset: 576108:061d1a1ab0f4
user: obache <obache%pkgsrc.org@localhost>
date: Wed Jun 02 04:34:09 2010 +0000
description:
Try to fix PLIST other than *BSD.
diffstat:
net/libbind/PLIST | 3 +--
net/libbind/PLIST.AIX | 3 +++
net/libbind/PLIST.BSDOS | 2 ++
net/libbind/PLIST.Darwin | 2 ++
net/libbind/PLIST.DragonFly | 2 ++
net/libbind/PLIST.FreeBSD | 2 ++
net/libbind/PLIST.HPUX | 4 ++++
net/libbind/PLIST.IRIX | 4 ++++
net/libbind/PLIST.Linux | 3 +++
net/libbind/PLIST.NetBSD | 2 ++
net/libbind/PLIST.OSF1 | 3 +++
net/libbind/PLIST.OpenBSD | 2 ++
net/libbind/PLIST.QNX | 4 ++++
net/libbind/PLIST.SunOS | 4 ++++
net/libbind/PLIST.UnixWare | 3 +++
15 files changed, 41 insertions(+), 2 deletions(-)
diffs (113 lines):
diff -r 82c76bda4181 -r 061d1a1ab0f4 net/libbind/PLIST
--- a/net/libbind/PLIST Wed Jun 02 04:18:54 2010 +0000
+++ b/net/libbind/PLIST Wed Jun 02 04:34:09 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/15 12:57:49 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2010/06/02 04:34:09 obache Exp $
include/bind/arpa/inet.h
include/bind/arpa/nameser.h
include/bind/arpa/nameser_compat.h
@@ -22,7 +22,6 @@
include/bind/netgroup.h
include/bind/res_update.h
include/bind/resolv.h
-include/bind/sys/bitypes.h
lib/libbind.la
man/cat3/getaddrinfo.3
man/cat3/gethostbyname.3
diff -r 82c76bda4181 -r 061d1a1ab0f4 net/libbind/PLIST.AIX
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libbind/PLIST.AIX Wed Jun 02 04:34:09 2010 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST.AIX,v 1.1 2010/06/02 04:34:09 obache Exp $
+include/bind/sys/bitypes.h
+include/bind/sys/cdefs.h
diff -r 82c76bda4181 -r 061d1a1ab0f4 net/libbind/PLIST.BSDOS
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libbind/PLIST.BSDOS Wed Jun 02 04:34:09 2010 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.BSDOS,v 1.1 2010/06/02 04:34:09 obache Exp $
+include/bind/sys/bitypes.h
diff -r 82c76bda4181 -r 061d1a1ab0f4 net/libbind/PLIST.Darwin
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libbind/PLIST.Darwin Wed Jun 02 04:34:09 2010 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.Darwin,v 1.1 2010/06/02 04:34:09 obache Exp $
+include/bind/sys/bitypes.h
diff -r 82c76bda4181 -r 061d1a1ab0f4 net/libbind/PLIST.DragonFly
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libbind/PLIST.DragonFly Wed Jun 02 04:34:09 2010 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.DragonFly,v 1.1 2010/06/02 04:34:09 obache Exp $
+include/bind/sys/bitypes.h
diff -r 82c76bda4181 -r 061d1a1ab0f4 net/libbind/PLIST.FreeBSD
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libbind/PLIST.FreeBSD Wed Jun 02 04:34:09 2010 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.FreeBSD,v 1.1 2010/06/02 04:34:09 obache Exp $
+include/bind/sys/bitypes.h
diff -r 82c76bda4181 -r 061d1a1ab0f4 net/libbind/PLIST.HPUX
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libbind/PLIST.HPUX Wed Jun 02 04:34:09 2010 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST.HPUX,v 1.1 2010/06/02 04:34:09 obache Exp $
+include/bind/paths.h
+include/bind/sys/bitypes.h
+include/bind/sys/cdefs.h
diff -r 82c76bda4181 -r 061d1a1ab0f4 net/libbind/PLIST.IRIX
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libbind/PLIST.IRIX Wed Jun 02 04:34:09 2010 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST.IRIX,v 1.1 2010/06/02 04:34:09 obache Exp $
+include/bind/paths.h
+include/bind/sys/bitypes.h
+include/bind/sys/cdefs.h
diff -r 82c76bda4181 -r 061d1a1ab0f4 net/libbind/PLIST.Linux
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libbind/PLIST.Linux Wed Jun 02 04:34:09 2010 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST.Linux,v 1.1 2010/06/02 04:34:09 obache Exp $
+include/bind/sys/mbuf.h
+include/bind/net/route.h
diff -r 82c76bda4181 -r 061d1a1ab0f4 net/libbind/PLIST.NetBSD
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libbind/PLIST.NetBSD Wed Jun 02 04:34:09 2010 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.NetBSD,v 1.1 2010/06/02 04:34:09 obache Exp $
+include/bind/sys/bitypes.h
diff -r 82c76bda4181 -r 061d1a1ab0f4 net/libbind/PLIST.OSF1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libbind/PLIST.OSF1 Wed Jun 02 04:34:09 2010 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST.OSF1,v 1.1 2010/06/02 04:34:09 obache Exp $
+include/bind/sys/bitypes.h
+include/bind/sys/cdefs.h
diff -r 82c76bda4181 -r 061d1a1ab0f4 net/libbind/PLIST.OpenBSD
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libbind/PLIST.OpenBSD Wed Jun 02 04:34:09 2010 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.OpenBSD,v 1.1 2010/06/02 04:34:09 obache Exp $
+include/bind/sys/bitypes.h
diff -r 82c76bda4181 -r 061d1a1ab0f4 net/libbind/PLIST.QNX
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libbind/PLIST.QNX Wed Jun 02 04:34:09 2010 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST.QNX,v 1.1 2010/06/02 04:34:09 obache Exp $
+include/bind/sys/resource.h
+include/bind/sys/bitypes.h
+include/bind/sys/ioctl.h
diff -r 82c76bda4181 -r 061d1a1ab0f4 net/libbind/PLIST.SunOS
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libbind/PLIST.SunOS Wed Jun 02 04:34:09 2010 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST.SunOS,v 1.1 2010/06/02 04:34:09 obache Exp $
+include/bind/paths.h
+include/bind/sys/bitypes.h
+include/bind/sys/cdefs.h
diff -r 82c76bda4181 -r 061d1a1ab0f4 net/libbind/PLIST.UnixWare
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libbind/PLIST.UnixWare Wed Jun 02 04:34:09 2010 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST.UnixWare,v 1.1 2010/06/02 04:34:09 obache Exp $
+include/bind/sys/bitypes.h
+include/bind/sys/cdefs.h
Home |
Main Index |
Thread Index |
Old Index