summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-11-20 08:29:42 +0000
committermaya <maya@pkgsrc.org>2017-11-20 08:29:42 +0000
commit66a5471817b66af8c3c73241297be5fbb8dd6f62 (patch)
tree1e6bccde9d6225596b6ee7f5236fa2da98c578d6 /shells
parente2e23c867ec9b2d2d704d9c3eee0d48801d4455d (diff)
downloadpkgsrc-66a5471817b66af8c3c73241297be5fbb8dd6f62.tar.gz
bash: comment broken option, remove dead master sites,
remove conflict with non-existent package. PR pkg/51519
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index b0ec1d22b7e..e9d003c7fc1 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2017/01/28 04:41:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.82 2017/11/20 08:29:42 maya Exp $
BASH_VERSION= 4.4
BASH_PATCHLEVEL= 012
@@ -7,7 +7,6 @@ DISTNAME= bash-${BASH_VERSION}
PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU:=bash/}
-MASTER_SITES+= ftp://ftp.cwru.edu/pub/bash/
PATCH_SITES= ${MASTER_SITES:=bash-4.4-patches/}
PATCHFILES+= bash44-001 bash44-002 bash44-003 bash44-004 bash44-005
@@ -24,8 +23,6 @@ HOMEPAGE= http://www.gnu.org/software/bash/bash.html
COMMENT= The GNU Bourne Again Shell
LICENSE= gnu-gpl-v3
-CONFLICTS= static-bash-[0-9]*
-
USE_TOOLS+= makeinfo bison
USE_PKGLOCALEDIR= yes
TEXINFO_REQD= 4.1
@@ -59,7 +56,7 @@ CONFIGURE_ARGS+= --enable-array-variables
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.bash
-PKG_SUPPORTED_OPTIONS= static
+PKG_SUPPORTED_OPTIONS= #static XXX 2017-11-20 broken
.include "../../mk/bsd.options.mk"