Skip to content

Commit 5933ac0

Browse files
committed
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
1 parent e252132 commit 5933ac0

157 files changed

Lines changed: 245 additions & 255 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

audio/optimfrog-sse2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PKGNAMESUFFIX= -sse2
33
MASTERDIR= ${.CURDIR}/../optimfrog
44
COMMENT= Best-ratio lossless audio codec (SSE2 required)
55

6-
CONFLICTS_INSTALL= optimfrog-[0-9]*
6+
CONFLICTS_INSTALL= optimfrog
77

88
ONLY_FOR_ARCHS= i386
99
OPTIONS_DEFAULT= SSE2

audio/optimfrog/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
1515

1616
RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:misc/compat9x
1717

18-
CONFLICTS_INSTALL?= optimfrog-sse2-[0-9]*
18+
CONFLICTS_INSTALL?= optimfrog-sse2
1919

2020
ONLY_FOR_ARCHS?= amd64 i386
2121

audio/timidity++/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ USES+= ncurses
5555
CONFIGURE_ARGS+=--enable-interface=ncurses,vt100,server \
5656
--enable-network
5757

58-
CONFLICTS_INSTALL= timidity-[0-9]*
58+
CONFLICTS_INSTALL= timidity
5959

6060
DOCFILES= README.alsaseq README.dl README.m2m README.mts README.sf
6161

comms/conserver-com/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GNU_CONFIGURE= yes
1818
CONFIGURE_ARGS= --with-master=${DEFAULTHOST} --with-port=${DEFAULTPORT} \
1919
--with-pam --with-libwrap --with-openssl
2020

21-
CONFLICTS_INSTALL= conserver-[0-9]*
21+
CONFLICTS_INSTALL= conserver
2222

2323
OPTIONS_DEFINE= FREEIPMI GSSAPI GSSAPIONLY STRIPREALM UDS
2424
FREEIPMI_DESC= Compile in FreeIPMI support

databases/p5-DBD-mysql/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ USE_PERL5= configure
2626
CONFIGURE_ARGS= ${_CONFIGURE_ARGS_${CHOSEN_COMPILER_TYPE}}
2727
_CONFIGURE_ARGS_gcc= --libs="-L${PREFIX}/lib/gcc${GCC_DEFAULT} `mysql_config --libs | ${SED} 's/-pthread //'`"
2828

29-
CONFLICTS_INSTALL= p5-DBD-mysql[45][0-9]-[0-9]*
29+
CONFLICTS_INSTALL= p5-DBD-mysql[45][0-9]
3030

3131
OPTIONS_DEFINE= SSL
3232
OPTIONS_DEFAULT= SSL

deskutils/xpad/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ USES= autoreconf compiler:c++11-lang gmake pkgconfig tar:bzip2 gnome xorg
1717
OPTIONS_DEFINE= NLS DOCS
1818
OPTIONS_SUB= yes
1919

20-
CONFLICTS_INSTALL= xpad3-[0-9]*
20+
CONFLICTS_INSTALL= xpad3
2121
USE_XORG= x11 sm ice
2222
USE_GNOME= gtk30 intltool gtksourceview3 cairo
2323
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include

deskutils/xpad3/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ USES= pkgconfig gmake tar:bzip2 xorg gnome
2020
OPTIONS_DEFINE= NLS
2121
OPTIONS_SUB= yes
2222

23-
CONFLICTS_INSTALL= xpad-[0-9]*
23+
CONFLICTS_INSTALL= xpad
2424

2525
USE_XORG= x11 sm ice
2626
USE_GNOME= gtk20 intltool cairo

devel/ccache-memcached-static/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ MASTERDIR= ${.CURDIR}/../ccache-memcached
44

55
OPTIONS_SLAVE= STATIC
66

7-
CONFLICTS_INSTALL= ccache-[0-9]* ccache-memcached[0-9]* ccache-static[0-9]*
7+
CONFLICTS_INSTALL= ccache ccache-memcached ccache-static
88

99
.include "${MASTERDIR}/Makefile"

devel/ccache-memcached/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/GPL-3.0.txt
1717
USE_GITHUB= yes
1818
GH_TAGNAME= f7712082106bef085515f86ae47e7dbbd2a48b57
1919

20-
CONFLICTS_INSTALL?= ccache-[0-9]* ccache-static-[0-9]* ccache-memcached-static-[0-9]*
20+
CONFLICTS_INSTALL?= ccache ccache-static ccache-memcached-static
2121

2222
GNU_CONFIGURE= yes
2323

devel/ccache-static/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ MASTERDIR= ${.CURDIR}/../ccache
44

55
OPTIONS_SLAVE= STATIC
66

7-
CONFLICTS_INSTALL= ccache-[0-9]* ccache-memcached[0-9]* ccache-memcached-static[0-9]*
7+
CONFLICTS_INSTALL= ccache ccache-memcached ccache-memcached-static
88

99
.include "${MASTERDIR}/Makefile"

0 commit comments

Comments
 (0)