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,7 +1,8 @@
$NetBSD: distinfo,v 1.11 2014/04/29 07:10:09 wiz Exp $
$NetBSD: distinfo,v 1.13 2015/11/04 01:32:34 agc Exp $
SHA1 (tree-1.7.0.tgz) = 35bd212606e6c5d60f4d5062f4a59bb7b7b25949
RMD160 (tree-1.7.0.tgz) = 238a8d89b3a993679dad68fef871b3d7d0011354
SHA512 (tree-1.7.0.tgz) = b234fb1428ba75da72d7e4aeb24bf961e123332342593e441b29a0baa2270d12bb187d889c179d6463c940c8dce9fe9dffeb4ad3f06cf11f057b83234d7b4b4a
Size (tree-1.7.0.tgz) = 47082 bytes
SHA1 (patch-Makefile) = fa796fe0bf6cc364ea4741250a2ae81b91b6afab
SHA1 (patch-Makefile) = b2b3fd1538b524989ea7e1938091977df8b518b8
SHA1 (patch-tree.c) = 4c33a0105c8ab08edf5da7ea62ed9332d3f97725

View File

@@ -1,12 +1,20 @@
$NetBSD: patch-Makefile,v 1.4 2014/04/29 07:07:26 wiz Exp $
$NetBSD: patch-Makefile,v 1.5 2015/11/03 10:48:55 jperkin Exp $
* Fix build on systems lacking strverscmp.
* Use CFLAGS that were passed in
* Fix DESTDIR.
* Fix PKGMANDIR.
--- Makefile.orig 2014-04-18 17:35:39.000000000 +0000
+++ Makefile
@@ -30,14 +30,14 @@ OBJS=tree.o unix.o html.o xml.o json.o h
@@ -24,20 +24,20 @@ VERSION=1.7.0
TREE_DEST=tree
BINDIR=${prefix}/bin
MAN=tree.1
-MANDIR=${prefix}/man/man1
+MANDIR=${prefix}/${MANSUBDIR}/man1
OBJS=tree.o unix.o html.o xml.o json.o hash.o color.o
# Uncomment options below for your particular OS:
# Linux defaults: