Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
$NetBSD: patch-aa,v 1.2 2004/11/19 10:09:48 adam Exp $
$NetBSD: patch-aa,v 1.3 2016/04/21 11:31:22 jperkin Exp $
Add OF() compat macro.
--- src/includes/unzip.h.orig 2003-03-30 14:39:27.000000000 +0100
+++ src/includes/unzip.h
+4 -2
View File
@@ -1,4 +1,6 @@
$NetBSD: patch-ab,v 1.3 2010/08/27 08:24:27 adam Exp $
$NetBSD: patch-ab,v 1.4 2016/04/21 11:31:22 jperkin Exp $
Use CMAKE_INSTALL_MANDIR.
--- CMakeLists.txt.orig 2010-07-22 18:25:40.000000000 +0000
+++ CMakeLists.txt
@@ -7,7 +9,7 @@ $NetBSD: patch-ab,v 1.3 2010/08/27 08:24:27 adam Exp $
if(NOT MANDIR)
- set(MANDIR share/man/man1)
+ set(MANDIR man/man1)
+ set(MANDIR ${CMAKE_INSTALL_MANDIR}/man1)
endif()
if(NOT DOCDIR)