Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,17 +1,19 @@
$NetBSD: patch-Makefile,v 1.3 2014/12/23 18:51:37 joerg Exp $
$NetBSD: patch-Makefile,v 1.4 2015/10/20 12:13:33 fhajny Exp $
Add explicit NetBSD 64-bit target.
--- Makefile.orig 2013-05-17 01:29:31.000000000 +0000
Skip unpacking, handled by pkgsrc.
--- Makefile.orig 2014-07-04 05:20:00.000000000 +0000
+++ Makefile
@@ -76,7 +76,7 @@ $(NATIVE_DLL): $(SNAPPY_OUT)/$(LIBNAME)
@@ -20,7 +20,7 @@ $(SNAPPY_ARCHIVE):
@mkdir -p $(@D)
curl -o$@ http://snappy.googlecode.com/files/snappy-$(VERSION).tar.gz
-$(SNAPPY_UNPACKED): $(SNAPPY_ARCHIVE)
+$(SNAPPY_UNPACKED):
tar xvfz $< -C $(TARGET)
touch $@
$(TARGET)/$(snappy-jar-version).jar: native $(NATIVE_DLL)
- $(MVN) package -Dmaven.test.skip=true
+ $(MVN) package -Dmaven.test.skip=true -Duser.home=${HOME}
test: $(NATIVE_DLL)
$(MVN) test
@@ -97,6 +97,9 @@ linux32:
freebsd64:
$(MAKE) native OS_NAME=FreeBSD OS_ARCH=amd64