summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-06-02 04:34:09 +0000
committerobache <obache@pkgsrc.org>2010-06-02 04:34:09 +0000
commit510c7a5193ad47629970af5d7a9ebf2c50d7ae9b (patch)
tree218aa3334febe4f54397a3d0f7b75a19c00d0ae8 /net
parent04d0252bf5a4b0a379344619854935b3f7a929bb (diff)
downloadpkgsrc-510c7a5193ad47629970af5d7a9ebf2c50d7ae9b.tar.gz
Try to fix PLIST other than *BSD.
Diffstat (limited to 'net')
-rw-r--r--net/libbind/PLIST3
-rw-r--r--net/libbind/PLIST.AIX3
-rw-r--r--net/libbind/PLIST.BSDOS2
-rw-r--r--net/libbind/PLIST.Darwin2
-rw-r--r--net/libbind/PLIST.DragonFly2
-rw-r--r--net/libbind/PLIST.FreeBSD2
-rw-r--r--net/libbind/PLIST.HPUX4
-rw-r--r--net/libbind/PLIST.IRIX4
-rw-r--r--net/libbind/PLIST.Linux3
-rw-r--r--net/libbind/PLIST.NetBSD2
-rw-r--r--net/libbind/PLIST.OSF13
-rw-r--r--net/libbind/PLIST.OpenBSD2
-rw-r--r--net/libbind/PLIST.QNX4
-rw-r--r--net/libbind/PLIST.SunOS4
-rw-r--r--net/libbind/PLIST.UnixWare3
15 files changed, 41 insertions, 2 deletions
diff --git a/net/libbind/PLIST b/net/libbind/PLIST
index 2417818e5ca..8696d7cd9eb 100644
--- a/net/libbind/PLIST
+++ b/net/libbind/PLIST
@@ -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/netdb.h
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 --git a/net/libbind/PLIST.AIX b/net/libbind/PLIST.AIX
new file mode 100644
index 00000000000..0831d13fcf5
--- /dev/null
+++ b/net/libbind/PLIST.AIX
@@ -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 --git a/net/libbind/PLIST.BSDOS b/net/libbind/PLIST.BSDOS
new file mode 100644
index 00000000000..2f490b9e6ee
--- /dev/null
+++ b/net/libbind/PLIST.BSDOS
@@ -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 --git a/net/libbind/PLIST.Darwin b/net/libbind/PLIST.Darwin
new file mode 100644
index 00000000000..4364fe43fba
--- /dev/null
+++ b/net/libbind/PLIST.Darwin
@@ -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 --git a/net/libbind/PLIST.DragonFly b/net/libbind/PLIST.DragonFly
new file mode 100644
index 00000000000..6f76c08c8ca
--- /dev/null
+++ b/net/libbind/PLIST.DragonFly
@@ -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 --git a/net/libbind/PLIST.FreeBSD b/net/libbind/PLIST.FreeBSD
new file mode 100644
index 00000000000..bb66f8f4e00
--- /dev/null
+++ b/net/libbind/PLIST.FreeBSD
@@ -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 --git a/net/libbind/PLIST.HPUX b/net/libbind/PLIST.HPUX
new file mode 100644
index 00000000000..5abc8c6ce17
--- /dev/null
+++ b/net/libbind/PLIST.HPUX
@@ -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 --git a/net/libbind/PLIST.IRIX b/net/libbind/PLIST.IRIX
new file mode 100644
index 00000000000..9f3277bdbd2
--- /dev/null
+++ b/net/libbind/PLIST.IRIX
@@ -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 --git a/net/libbind/PLIST.Linux b/net/libbind/PLIST.Linux
new file mode 100644
index 00000000000..ce423e51cfa
--- /dev/null
+++ b/net/libbind/PLIST.Linux
@@ -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 --git a/net/libbind/PLIST.NetBSD b/net/libbind/PLIST.NetBSD
new file mode 100644
index 00000000000..9f868d174b6
--- /dev/null
+++ b/net/libbind/PLIST.NetBSD
@@ -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 --git a/net/libbind/PLIST.OSF1 b/net/libbind/PLIST.OSF1
new file mode 100644
index 00000000000..a8f3c86f1d1
--- /dev/null
+++ b/net/libbind/PLIST.OSF1
@@ -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 --git a/net/libbind/PLIST.OpenBSD b/net/libbind/PLIST.OpenBSD
new file mode 100644
index 00000000000..b897d8df4c5
--- /dev/null
+++ b/net/libbind/PLIST.OpenBSD
@@ -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 --git a/net/libbind/PLIST.QNX b/net/libbind/PLIST.QNX
new file mode 100644
index 00000000000..98da6513537
--- /dev/null
+++ b/net/libbind/PLIST.QNX
@@ -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 --git a/net/libbind/PLIST.SunOS b/net/libbind/PLIST.SunOS
new file mode 100644
index 00000000000..666b1c150cc
--- /dev/null
+++ b/net/libbind/PLIST.SunOS
@@ -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 --git a/net/libbind/PLIST.UnixWare b/net/libbind/PLIST.UnixWare
new file mode 100644
index 00000000000..f9b9ebcb6b2
--- /dev/null
+++ b/net/libbind/PLIST.UnixWare
@@ -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