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

@@ -0,0 +1,22 @@
@comment $NetBSD: PLIST.MirBSD,v 1.1 2013/11/30 16:25:12 bsiegert Exp $
bin/db4_archive
bin/db4_checkpoint
bin/db4_deadlock
bin/db4_dump
bin/db4_hotbackup
bin/db4_load
bin/db4_printlog
bin/db4_recover
bin/db4_sql
bin/db4_stat
bin/db4_upgrade
bin/db4_verify
include/db4/db.h
include/db4/db_185.h
include/db4/db_cxx.h
lib/libdb4-4.8.la
lib/libdb4.a
lib/libdb4_cxx-4.8.la
lib/libdb4_cxx-4.so
lib/libdb4_cxx.a
lib/libdb4_cxx.so

View File

@@ -1,10 +1,10 @@
$NetBSD: distinfo,v 1.39 2012/05/29 20:18:28 joerg Exp $
$NetBSD: distinfo,v 1.40 2014/03/17 19:07:36 asau Exp $
SHA1 (db-4.8.30.tar.gz) = ab36c170dda5b2ceaad3915ced96e41c6b7e493c
RMD160 (db-4.8.30.tar.gz) = dd2fcd4c9b857a91e2f491fd4fadb0c51b993a9c
Size (db-4.8.30.tar.gz) = 22887305 bytes
SHA1 (patch-aa) = 1004feec022eefbf3fd57b6d9af99edc5a2bf17a
SHA1 (patch-ab) = 8f9ecc47527d338e28ee1ce71e694eaf2bdceb92
SHA1 (patch-ab) = 43327c18df2de0baffe89310a30cd4c2634f7376
SHA1 (patch-ac) = 045a3b83b9c6c164382ec546b06ae248620552cf
SHA1 (patch-ae) = 43e574154de93dba60392b09d6ebddbca1036849
SHA1 (patch-dbinc_atomic.h) = ff60e3af41ac1b000ebccc91bc673adde5c7463b

View File

@@ -1,11 +1,17 @@
# $NetBSD: options.mk,v 1.5 2013/03/01 16:10:23 jperkin Exp $
# $NetBSD: options.mk,v 1.6 2013/11/30 16:25:12 bsiegert Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.db4
PKG_SUPPORTED_OPTIONS= doc
PKG_SUGGESTED_OPTIONS= doc
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "MirBSD"
PLIST_SRC+= PLIST.${OPSYS}
.else
PLIST_SRC+= PLIST
.endif
.include "../../mk/bsd.options.mk"

View File

@@ -1,4 +1,4 @@
$NetBSD: patch-ab,v 1.23 2011/02/04 12:26:01 obache Exp $
$NetBSD: patch-ab,v 1.24 2014/03/17 19:07:36 asau Exp $
--- dist/configure.orig 2010-04-12 20:25:23.000000000 +0000
+++ dist/configure
@@ -20,6 +20,60 @@ $NetBSD: patch-ab,v 1.23 2011/02/04 12:26:01 obache Exp $
CPPFLAGS="$CPPFLAGS -pthread"
LDFLAGS="$LDFLAGS -pthread"
else
@@ -11202,7 +11202,7 @@ if test -z "$aix_libpath"; then aix_libp
hardcode_shlibpath_var=no
;;
- freebsd1*)
+ freebsd1|freebsd1.*)
ld_shlibs=no
;;
@@ -12077,7 +12077,7 @@ dgux*)
shlibpath_var=LD_LIBRARY_PATH
;;
-freebsd1*)
+freebsd1|freebsd1.*)
dynamic_linker=no
;;
@@ -12088,7 +12088,7 @@ freebsd* | dragonfly*)
objformat=`/usr/bin/objformat`
else
case $host_os in
- freebsd[123]*) objformat=aout ;;
+ freebsd[123].freebsd[123].*) objformat=aout ;;
*) objformat=elf ;;
esac
fi
@@ -13772,7 +13772,7 @@ if test -z "$aix_libpath"; then aix_libp
esac
;;
- freebsd[12]*)
+ freebsd[12]|freebsd[12].*)
# C++ shared libraries reported to be fairly broken before
# switch to ELF
ld_shlibs_CXX=no
@@ -15530,7 +15530,7 @@ dgux*)
shlibpath_var=LD_LIBRARY_PATH
;;
-freebsd1*)
+freebsd1|freebsd1.*)
dynamic_linker=no
;;
@@ -15541,7 +15541,7 @@ freebsd* | dragonfly*)
objformat=`/usr/bin/objformat`
else
case $host_os in
- freebsd[123]*) objformat=aout ;;
+ freebsd[123]|freebsd[123].*) objformat=aout ;;
*) objformat=elf ;;
esac
fi
@@ -16161,7 +16161,7 @@ LIBTOOL="./libtool"
INSTALLER="\$(LIBTOOL) --mode=install cp -p"