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,23 +1,23 @@
# $NetBSD: Makefile,v 1.75 2015/06/07 05:49:28 ryoon Exp $
# $NetBSD: Makefile,v 1.77 2016/09/19 09:06:03 wiz Exp $
BASH_VERSION= 4.3
BASH_PATCHLEVEL= 039
BASH_VERSION= 4.4
#BASH_PATCHLEVEL= 039
DISTNAME= bash-${BASH_VERSION}
PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
#PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \
ftp://ftp.cwru.edu/pub/bash/
PATCH_SITES= ${MASTER_SITES:=bash-4.3-patches/}
PATCHFILES+= bash43-001 bash43-002 bash43-003 bash43-004 bash43-005
PATCHFILES+= bash43-006 bash43-007 bash43-008 bash43-009 bash43-010
PATCHFILES+= bash43-011 bash43-012 bash43-013 bash43-014 bash43-015
PATCHFILES+= bash43-016 bash43-017 bash43-018 bash43-019 bash43-020
PATCHFILES+= bash43-021 bash43-022 bash43-023 bash43-024 bash43-025
PATCHFILES+= bash43-026 bash43-027 bash43-028 bash43-029 bash43-030
PATCHFILES+= bash43-031 bash43-032 bash43-033 bash43-034 bash43-035
PATCHFILES+= bash43-036 bash43-037 bash43-038 bash43-039
#PATCH_SITES= ${MASTER_SITES:=bash-4.3-patches/}
#PATCHFILES+= bash43-001 bash43-002 bash43-003 bash43-004 bash43-005
#PATCHFILES+= bash43-006 bash43-007 bash43-008 bash43-009 bash43-010
#PATCHFILES+= bash43-011 bash43-012 bash43-013 bash43-014 bash43-015
#PATCHFILES+= bash43-016 bash43-017 bash43-018 bash43-019 bash43-020
#PATCHFILES+= bash43-021 bash43-022 bash43-023 bash43-024 bash43-025
#PATCHFILES+= bash43-026 bash43-027 bash43-028 bash43-029 bash43-030
#PATCHFILES+= bash43-031 bash43-032 bash43-033 bash43-034 bash43-035
#PATCHFILES+= bash43-036 bash43-037 bash43-038 bash43-039
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/bash/bash.html
@@ -35,6 +35,8 @@ CONFIGURE_ARGS= LOCAL_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:M*:Q}
CPPFLAGS+= -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:${LOCALBASE}/bin:/usr/local/bin\""
TEST_TARGET= test
PKGCONFIG_OVERRIDE= support/bash.pc.in
INFO_FILES= YES # PLIST
PKG_SHELL= bin/bash
INSTALLATION_DIRS= ${PKGMANDIR}/man1
@@ -65,7 +67,7 @@ PKG_SUPPORTED_OPTIONS= static
## Static link
##
.if !empty(PKG_OPTIONS:Mstatic)
CONFIGURE_ARGS+= --enable-static-link
CONFIGURE_ARGS+= --enable-static-link
BUILDLINK_DEPMETHOD.gettext= build
BUILDLINK_DEPMETHOD.readline= build
.endif
@@ -83,7 +85,7 @@ CONFIGURE_ARGS+= --enable-job-control
.if ${OPSYS} == "Darwin"
CONFIGURE_ARGS+= --with-installed-readline
BUILDLINK_API_DEPENDS.readline+= readline>=6.0
BUILDLINK_API_DEPENDS.readline+= readline>=7.0
.include "../../devel/readline/buildlink3.mk"
.endif