pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/bash



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Nov 20 08:29:42 UTC 2017

Modified Files:
        pkgsrc/shells/bash: Makefile

Log Message:
bash: comment broken option, remove dead master sites,
remove conflict with non-existent package.

PR pkg/51519


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/shells/bash/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/bash/Makefile
diff -u pkgsrc/shells/bash/Makefile:1.81 pkgsrc/shells/bash/Makefile:1.82
--- pkgsrc/shells/bash/Makefile:1.81    Sat Jan 28 04:41:14 2017
+++ pkgsrc/shells/bash/Makefile Mon Nov 20 08:29:42 2017
@@ -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/ba
 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-variable
 .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"
 



Home | Main Index | Thread Index | Old Index