Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -1,18 +1,22 @@
$NetBSD: patch-ag,v 1.3 2013/08/20 11:07:13 shattered Exp $
$NetBSD: patch-ag,v 1.5 2015/06/12 13:58:07 jperkin Exp $
--- configure.orig 2012-10-10 11:54:30.000000000 +0000
Match x86 SunOS platforms correctly.
Remove os_solaris=yes to avoid special man page section handling (PR 38199).
--- configure.orig 2014-07-26 09:50:18.000000000 +0000
+++ configure
@@ -6612,13 +6612,8 @@ else
OS_DARWIN_FALSE=
fi
- if test "$os_solaris" = "yes"; then
- OS_SOLARIS_TRUE=
- OS_SOLARIS_FALSE='#'
-else
OS_SOLARIS_TRUE='#'
OS_SOLARIS_FALSE=
-fi
if test "$os_win32" = "yes"; then
OS_WIN32_TRUE=
@@ -6569,13 +6569,11 @@ fi
sparc-*-solaris*)
os_deps='os_solaris.o os_solaris_ata.o'
os_mailer='mailx'
- os_solaris=yes
os_man_filter=Solaris
;;
- *-pc-solaris*)
+ *-solaris*)
os_deps='os_solaris.o'
os_mailer='mailx'
- os_solaris=yes
os_man_filter=Solaris
;;
*-*-netbsd*)