mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Register CONFLICTS
This commit is contained in:
parent
b794ff3809
commit
fbb80c4908
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243623
1 changed files with 3 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
||||||
PORTNAME= bash
|
PORTNAME= bash
|
||||||
PATCHLEVEL= 33
|
PATCHLEVEL= 33
|
||||||
PORTVERSION= 4.0.${PATCHLEVEL:S/^0//g}
|
PORTVERSION= 4.0.${PATCHLEVEL:S/^0//g}
|
||||||
PORTREVISION?= 0
|
PORTREVISION?= 1
|
||||||
CATEGORIES= shells
|
CATEGORIES= shells
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU:S/$/:bash/} \
|
MASTER_SITES= ${MASTER_SITE_GNU:S/$/:bash/} \
|
||||||
ftp://ftp.cwru.edu/pub/%SUBDIR%/:faq
|
ftp://ftp.cwru.edu/pub/%SUBDIR%/:faq
|
||||||
|
@ -30,7 +30,6 @@ MAINTAINER= obrien@FreeBSD.org
|
||||||
COMMENT= The GNU Project's Bourne Again SHell
|
COMMENT= The GNU Project's Bourne Again SHell
|
||||||
|
|
||||||
IGNOREFILES= FAQ
|
IGNOREFILES= FAQ
|
||||||
CONFLICTS= bash-[0-35-9].*
|
|
||||||
|
|
||||||
.if !defined(WITHOUT_IMPLICITCD)
|
.if !defined(WITHOUT_IMPLICITCD)
|
||||||
EXTRA_PATCHES+= ${PATCHDIR}/xpatch-implicitcd
|
EXTRA_PATCHES+= ${PATCHDIR}/xpatch-implicitcd
|
||||||
|
@ -64,10 +63,10 @@ WITHOUT_NLS=yes
|
||||||
.endif
|
.endif
|
||||||
CONFIGURE_ARGS+= --enable-static-link
|
CONFIGURE_ARGS+= --enable-static-link
|
||||||
PKGNAMESUFFIX= -static
|
PKGNAMESUFFIX= -static
|
||||||
CONFLICTS+= bash-[0-9]*
|
CONFLICTS+= bash-[0-9]* bash3-[0-9]* bash3-static-[0-9]*
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --enable-static-link=no
|
CONFIGURE_ARGS+= --enable-static-link=no
|
||||||
CONFLICTS+= bash-static-[0-9]*
|
CONFLICTS+= bash-static-[0-9]* bash3-[0-9]* bash3-static-[0-9]*
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITHOUT_HELP)
|
.if defined(WITHOUT_HELP)
|
||||||
|
|
Loading…
Add table
Reference in a new issue