Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile.common,v 1.2 2012/10/23 17:18:11 asau Exp $
# $NetBSD: Makefile.common,v 1.4 2014/03/28 23:27:16 pettai Exp $
# used by net/bird/Makefile
# used by net/bird6/Makefile
DISTNAME= bird-1.3.6
DISTNAME= bird-1.3.11
PKGNAME= ${DISTNAME:S/bird/bird${BIRD6}/}
CATEGORIES= net
MASTER_SITES= ftp://bird.network.cz/pub/bird/
@@ -15,7 +15,6 @@ LICENSE= gnu-gpl-v2
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake flex bison
USE_GNU_READLINE= yes
CONFIGURE_ARGS+= --localstatedir=/var
BIRD6?= # empty

View File

@@ -1,5 +1,5 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/22 02:53:01 agc Exp $
@comment $NetBSD: PLIST,v 1.3 2014/03/28 23:27:16 pettai Exp $
sbin/bird${BIRD6}
sbin/birdc${BIRD6}
sbin/birdcl${BIRD6}
share/examples/bird${BIRD6}/bird${BIRD6}.conf
share/examples/rc.d/bird${BIRD6}

View File

@@ -1,9 +1,8 @@
$NetBSD: distinfo,v 1.3 2012/08/07 19:20:39 marino Exp $
$NetBSD: distinfo,v 1.5 2014/03/28 23:27:16 pettai Exp $
SHA1 (bird-1.3.6.tar.gz) = 8fdc7afb99b5896e3dec85b8b3ba194c8287bf32
RMD160 (bird-1.3.6.tar.gz) = d4670d79509fc3975ff86d0b67d60bb507bbbcc6
Size (bird-1.3.6.tar.gz) = 864775 bytes
SHA1 (patch-configure) = 3c2aec3e4ec5824753a518cc517b2788d050ba26
SHA1 (bird-1.3.11.tar.gz) = c0a425ff2ef85bbeb17dbdf82c97c4565ebfb903
RMD160 (bird-1.3.11.tar.gz) = f62213b07941cac4e441e8211a37b0a32fd4601b
Size (bird-1.3.11.tar.gz) = 1108400 bytes
SHA1 (patch-configure) = ea93a7e90caa274632159172deb53eff9739cb4b
SHA1 (patch-lib_lists.h) = 7068c6b73841e19a540a08e822658b0455c53a77
SHA1 (patch-sysdep_bsd_sysio.h) = ff510970668766c95a926948c7a96286da7eca22
SHA1 (patch-tools_Makefile.in) = b6faf3bc1c866bfc311d74235a92cf3b1f34636f
SHA1 (patch-tools_Makefile.in) = d16dd8b9acc4392025a478995f2efc0e36f54919

View File

@@ -1,15 +1,17 @@
$NetBSD: patch-configure,v 1.1 2012/08/07 19:20:41 marino Exp $
$NetBSD: patch-configure,v 1.3 2014/03/28 23:27:16 pettai Exp $
--- configure.orig 2012-01-20 17:04:39.000000000 +0000
--- configure.orig 2013-07-28 18:57:59.000000000 +0000
+++ configure
@@ -4377,6 +4377,10 @@ $as_echo "$bird_cv_sys_linux_version" >&
@@ -4442,12 +4442,8 @@ else
default_iproutedir="/etc/iproute2"
;;
ipv4:freebsd*) sysdesc=bsd
ipv6:netbsd*) sysdesc=bsd-v6
- CPPFLAGS="$CPPFLAGS -I/usr/pkg/include"
- LDFLAGS="$LDFLAGS -L/usr/pkg/lib -R/usr/pkg/lib"
;;
+ ipv6:dragonfly*) sysdesc=bsd-v6
+ ;;
+ ipv4:dragonfly*) sysdesc=bsd
+ ;;
ipv6:kfreebsd*) sysdesc=bsd-v6
ipv4:netbsd*) sysdesc=bsd
- CPPFLAGS="$CPPFLAGS -I/usr/pkg/include"
- LDFLAGS="$LDFLAGS -L/usr/pkg/lib -R/usr/pkg/lib"
;;
ipv6:freebsd*) sysdesc=bsd-v6
;;
ipv4:kfreebsd*) sysdesc=bsd

View File

@@ -1,14 +0,0 @@
$NetBSD: patch-sysdep_bsd_sysio.h,v 1.1 2012/08/07 19:20:41 marino Exp $
--- sysdep/bsd/sysio.h.orig 2011-09-11 19:44:45.000000000 +0000
+++ sysdep/bsd/sysio.h
@@ -6,6 +6,9 @@
* Can be freely distributed and used under the terms of the GNU GPL.
*/
+#ifdef __DragonFly__
+#define TCP_MD5SIG TCP_SIGNATURE_ENABLE
+#endif
#ifdef IPV6
static inline void

View File

@@ -1,26 +1,27 @@
$NetBSD: patch-tools_Makefile.in,v 1.1.1.1 2012/01/22 02:53:01 agc Exp $
$NetBSD: patch-tools_Makefile.in,v 1.2 2014/03/28 23:27:16 pettai Exp $
install the example config files into the correct directory
--- tools/Makefile.in.orig 2011-03-31 08:29:42.000000000 +0000
--- tools/Makefile.in.orig 2013-04-29 21:41:58.000000000 +0000
+++ tools/Makefile.in
@@ -55,16 +55,13 @@ tags:
@@ -68,17 +68,14 @@ tags:
cd $(srcdir) ; etags -lc `find $(static-dirs) $(addprefix $(objdir)/,$(dynamic-dirs)) $(client-dirs) -name *.[chY]`
install: all
- $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(sysconfdir) $(DESTDIR)/$(localstatedir)/run
+ $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(EGDIR) $(DESTDIR)/$(localstatedir)/run
$(INSTALL_PROGRAM) -s $(exedir)/bird $(DESTDIR)/$(sbindir)/bird@SUFFIX6@
- $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(sysconfdir) $(DESTDIR)/@runtimedir@
+ $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(EGDIR) $(DESTDIR)/@runtimedir@
$(INSTALL_PROGRAM) -s $(exedir)/bird $(DESTDIR)/$(sbindir)/bird@SUFFIX@
$(INSTALL_PROGRAM) -s $(exedir)/birdcl $(DESTDIR)/$(sbindir)/birdcl@SUFFIX@
if test -n "@CLIENT@" ; then \
$(INSTALL_PROGRAM) -s $(exedir)/birdc $(DESTDIR)/$(sbindir)/birdc@SUFFIX6@ ; \
$(INSTALL_PROGRAM) -s $(exedir)/birdc $(DESTDIR)/$(sbindir)/birdc@SUFFIX@ ; \
fi
- if ! test -f $(DESTDIR)/$(sysconfdir)/bird@SUFFIX6@.conf ; then \
- $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/$(sysconfdir)/bird@SUFFIX6@.conf ; \
- if ! test -f $(DESTDIR)/@CONFIG_FILE@ ; then \
- $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@ ; \
- else \
- echo "Not overwriting old bird@SUFFIX@.conf" ; \
- echo "Not overwriting old bird@SUFFIX@.conf" ; \
- fi
+
+ $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/$(EGDIR)/bird@SUFFIX6@.conf
+
+ $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/$(EGDIR)/bird@SUFFIX@.conf
install-docs:
$(INSTALL) -d $(DESTDIR)/$(docdir)