Skip to content

Commit

Permalink
Fix CONFLICTS_INSTALL in archivers, astro, and audio
Browse files Browse the repository at this point in the history
Approved by:	portmgr (implict)
  • Loading branch information
stesser committed Jun 29, 2022
1 parent efc03b9 commit d11ee7c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion archivers/lua-lzlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CMAKE_ARGS= -DINSTALL_LMOD="${LUA_MODSHAREDIR}" \
-DINSTALL_DOC="${DOCSDIR}" \
-DINSTALL_TEST="${EXAMPLESDIR}"

CONFLICTS_INSTALL= ${LUA_PKGNAMEPREFIX}zlib lua[0-9][0-9]-lzlib # lib/lua/5.1/zlib.so share/doc/lzlib/README
CONFLICTS_INSTALL= lua[0-9][0-9]-lzlib lua[0-9][0-9]-zlib # lib/lua/5.1/zlib.so share/doc/lzlib/README

OPTIONS_DEFINE= DOCS EXAMPLES

Expand Down
2 changes: 1 addition & 1 deletion archivers/zutils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LICENSE= GPLv2
USES= cpe tar:lz
GNU_CONFIGURE= yes

CONFLICTS_INSTALL= gzip openzfs # bin/zcat bin/zcmp bin/zdiff bin/zgrep man/man1/ztest.1.gz
CONFLICTS_INSTALL= gzip # bin/zcat bin/zcmp bin/zdiff bin/zgrep man/man1/ztest.1.gz

INSTALL_TARGET= install-strip
CPE_VENDOR= nongnu
Expand Down
2 changes: 1 addition & 1 deletion astro/celestia/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -pthread

UI_LIST= glut gtk gnome
CELESTIA_UI?= glut
CONFLICTS= ${UI_LIST:S|${CELESTIA_UI}||:S|^|celestia-|}
CONFLICTS_INSTALL= ${UI_LIST:S|^|celestia-|}

# Celestia provides different UI frontends; you should pick one that suits
# you best by setting CELESTIA_UI variable. Possible values are:
Expand Down
2 changes: 1 addition & 1 deletion astro/match/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING

GNU_CONFIGURE= yes

CONFLICTS= avenger schilyutils # bin/match man/man1/match.1.gz
CONFLICTS_INSTALL= avenger # man/man1/match.1.gz

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion audio/julius/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes
USES= iconv perl5 shebangfix
SHEBANG_FILES= jclient-perl/jclient.pl

CONFLICTS_INSTALL= generate julius-caesariii php*-pear-Text_Highlighter # bin/generate bin/julius
CONFLICTS_INSTALL= generate # bin/generate bin/julius

CONFIGURE_ENV= ac_cv_path_PERL=${PERL}
CPPFLAGS+= -I${LOCALBASE}/include
Expand Down
2 changes: 1 addition & 1 deletion audio/mp3blaster/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake localbase:ldflags ncurses
GNU_CONFIGURE= yes

CONFLICTS_INSTALL= p5-MP3-Tag-Utils splay # bin/mp3tag bin/splay
CONFLICTS_INSTALL= splay # bin/mp3tag bin/splay

OPTIONS_DEFINE= DOCS LIRC NAS SDL SIDPLAY VORBIS
OPTIONS_DEFAULT= SIDPLAY VORBIS
Expand Down

0 comments on commit d11ee7c

Please sign in to comment.