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,11 +1,8 @@
$NetBSD: patch-ae,v 1.2 2013/01/26 23:11:14 wiz Exp $
$NetBSD: patch-ae,v 1.3 2016/08/14 18:27:05 scole Exp $
Second chunk: automake-1.13 compat
Rest: ?
--- configure.ac.orig 2008-02-05 04:11:37.000000000 +0000
+++ configure.ac
@@ -33,12 +33,14 @@ case $host_os in
--- configure.ac 2008-02-04 23:11:37.000000000 -0500
+++ configure.ac 2016-04-20 20:09:24.000000000 -0400
@@ -33,12 +33,14 @@
linux*) HOST_OS=linux;;
hpux*) HOST_OS=hpux;;
freebsd*) HOST_OS=freebsd;;
@@ -20,7 +17,7 @@ Rest: ?
# Version number definitions
#
@@ -80,12 +82,11 @@ AC_PREFIX_DEFAULT(/usr/local)
@@ -80,12 +82,11 @@
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
# Specify a configuration file
@@ -34,7 +31,7 @@ Rest: ?
AM_PROG_AS
AC_PROG_INSTALL
AC_PROG_LN_S
@@ -259,6 +260,10 @@ if test "$HOST_OS" = freebsd; then
@@ -259,6 +260,10 @@
LDFLAGS="$LDFLAGS -lutil"
fi
@@ -45,7 +42,7 @@ Rest: ?
dnl Check for optional libs
AC_CHECK_LIB(unwind-ia64, _Uia64_get_proc_name, )
@@ -331,6 +336,13 @@ if test "$HOST_OS" = hpux; then
@@ -331,6 +336,13 @@
check_curses=no], [])
fi
@@ -59,7 +56,7 @@ Rest: ?
if test "x$check_curses" != xno; then
AC_CHECK_LIB(curses, tgetent, [],
[AC_CHECK_LIB(ncurses, tgetent, ,
@@ -347,6 +359,7 @@ case $host_os in
@@ -347,6 +359,7 @@
hpux10*) CFLAGS="$CFLAGS -DHPUX1020";;
hpux11*) CFLAGS="$CFLAGS -DHPUX1100";;
freebsd*) CFLAGS="$CFLAGS -DFREEBSD -D__linux__";;