Wed May 6 11:16:46 2020 UTC ()
*: Remove manual page entries from ALTERNATIVES files.

Thes are not supported by pkg_alternatives, and lead to breakage as found
in <http://mail-index.netbsd.org/tech-pkg/2020/05/06/msg023089.html>.

In many cases these were unnecessary anyway, as they match the corresponding
command that pkg_alternatives will have automatically detected manual page
entries for, plus many of them did not support PKGMANDIR.

In the one case (databases/py-peewee) where the manual page does not match
the command name, pkg_alternatives will need to be enhanced to support this
before it can be re-enabled.


(jperkin)
diff -r1.3 -r1.4 pkgsrc/databases/py-peewee/ALTERNATIVES
diff -r1.1 -r1.2 pkgsrc/devel/py-bugzilla/ALTERNATIVES
diff -r1.3 -r1.4 pkgsrc/devel/py-ipython/ALTERNATIVES
diff -r1.4 -r1.5 pkgsrc/devel/py-logilab-common/ALTERNATIVES
diff -r1.3 -r1.4 pkgsrc/devel/py-pylint/ALTERNATIVES
diff -r1.7 -r1.8 pkgsrc/fonts/py-fonttools/ALTERNATIVES
diff -r1.1 -r1.2 pkgsrc/graphics/py-blockdiag/ALTERNATIVES
diff -r1.2 -r1.3 pkgsrc/graphics/py-qrcode/ALTERNATIVES
diff -r1.1 -r1.2 pkgsrc/graphics/py-seqdiag/ALTERNATIVES
diff -r1.3 -r1.4 pkgsrc/misc/py-tqdm/ALTERNATIVES
diff -r1.1 -r1.2 pkgsrc/www/py-swiftclient/ALTERNATIVES

cvs diff -r1.3 -r1.4 pkgsrc/databases/py-peewee/ALTERNATIVES (expand / switch to unified diff)

--- pkgsrc/databases/py-peewee/ALTERNATIVES 2018/12/18 11:48:33 1.3
+++ pkgsrc/databases/py-peewee/ALTERNATIVES 2020/05/06 11:16:45 1.4

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-bugzilla/ALTERNATIVES (expand / switch to unified diff)

--- pkgsrc/devel/py-bugzilla/ALTERNATIVES 2019/01/04 08:49:33 1.1
+++ pkgsrc/devel/py-bugzilla/ALTERNATIVES 2020/05/06 11:16:45 1.2

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-ipython/ALTERNATIVES (expand / switch to unified diff)

--- pkgsrc/devel/py-ipython/ALTERNATIVES 2018/11/21 17:31:50 1.3
+++ pkgsrc/devel/py-ipython/ALTERNATIVES 2020/05/06 11:16:45 1.4
@@ -1,3 +1,2 @@ @@ -1,3 +1,2 @@
1bin/iptest @PREFIX@/bin/iptest-@PYVERSSUFFIX@ 1bin/iptest @PREFIX@/bin/iptest-@PYVERSSUFFIX@
2bin/ipython @PREFIX@/bin/ipython-@PYVERSSUFFIX@ 2bin/ipython @PREFIX@/bin/ipython-@PYVERSSUFFIX@
3man/man1/ipython.1 @PREFIX@/man/man1/ipython-@PYVERSSUFFIX@.1 

cvs diff -r1.4 -r1.5 pkgsrc/devel/py-logilab-common/ALTERNATIVES (expand / switch to unified diff)

--- pkgsrc/devel/py-logilab-common/ALTERNATIVES 2019/07/06 22:56:03 1.4
+++ pkgsrc/devel/py-logilab-common/ALTERNATIVES 2020/05/06 11:16:45 1.5

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-pylint/ALTERNATIVES (expand / switch to unified diff)

--- pkgsrc/devel/py-pylint/ALTERNATIVES 2018/11/26 09:09:34 1.3
+++ pkgsrc/devel/py-pylint/ALTERNATIVES 2020/05/06 11:16:45 1.4
@@ -1,8 +1,4 @@ @@ -1,8 +1,4 @@
1bin/epylint @PREFIX@/bin/epylint-@PYVERSSUFFIX@ 1bin/epylint @PREFIX@/bin/epylint-@PYVERSSUFFIX@
2bin/pylint @PREFIX@/bin/pylint-@PYVERSSUFFIX@ 2bin/pylint @PREFIX@/bin/pylint-@PYVERSSUFFIX@
3bin/pyreverse @PREFIX@/bin/pyreverse-@PYVERSSUFFIX@ 3bin/pyreverse @PREFIX@/bin/pyreverse-@PYVERSSUFFIX@
4bin/symilar @PREFIX@/bin/symilar-@PYVERSSUFFIX@ 4bin/symilar @PREFIX@/bin/symilar-@PYVERSSUFFIX@
5man/man1/epylint.1 @PREFIX@/man/man1/epylint-@PYVERSSUFFIX@.1 
6man/man1/pylint.1 @PREFIX@/man/man1/pylint-@PYVERSSUFFIX@.1 
7man/man1/pyreverse.1 @PREFIX@/man/man1/pyreverse-@PYVERSSUFFIX@.1 
8man/man1/symilar.1 @PREFIX@/man/man1/symilar-@PYVERSSUFFIX@.1 

cvs diff -r1.7 -r1.8 pkgsrc/fonts/py-fonttools/ALTERNATIVES (expand / switch to unified diff)

--- pkgsrc/fonts/py-fonttools/ALTERNATIVES 2019/03/27 06:33:09 1.7
+++ pkgsrc/fonts/py-fonttools/ALTERNATIVES 2020/05/06 11:16:45 1.8
@@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
1bin/fonttools @PREFIX@/bin/fonttools-@PYVERSSUFFIX@ 1bin/fonttools @PREFIX@/bin/fonttools-@PYVERSSUFFIX@
2bin/pyftmerge @PREFIX@/bin/pyftmerge-@PYVERSSUFFIX@ 2bin/pyftmerge @PREFIX@/bin/pyftmerge-@PYVERSSUFFIX@
3bin/pyftsubset @PREFIX@/bin/pyftsubset-@PYVERSSUFFIX@ 3bin/pyftsubset @PREFIX@/bin/pyftsubset-@PYVERSSUFFIX@
4bin/ttx @PREFIX@/bin/ttx-@PYVERSSUFFIX@ 4bin/ttx @PREFIX@/bin/ttx-@PYVERSSUFFIX@
5man/man1/ttx.1 @PREFIX@/man/man1/ttx-@PYVERSSUFFIX@.1 

cvs diff -r1.1 -r1.2 pkgsrc/graphics/py-blockdiag/ALTERNATIVES (expand / switch to unified diff)

--- pkgsrc/graphics/py-blockdiag/ALTERNATIVES 2018/08/05 12:40:53 1.1
+++ pkgsrc/graphics/py-blockdiag/ALTERNATIVES 2020/05/06 11:16:45 1.2

cvs diff -r1.2 -r1.3 pkgsrc/graphics/py-qrcode/ALTERNATIVES (expand / switch to unified diff)

--- pkgsrc/graphics/py-qrcode/ALTERNATIVES 2018/10/07 08:55:13 1.2
+++ pkgsrc/graphics/py-qrcode/ALTERNATIVES 2020/05/06 11:16:45 1.3

cvs diff -r1.1 -r1.2 pkgsrc/graphics/py-seqdiag/ALTERNATIVES (expand / switch to unified diff)

--- pkgsrc/graphics/py-seqdiag/ALTERNATIVES 2019/07/03 20:51:51 1.1
+++ pkgsrc/graphics/py-seqdiag/ALTERNATIVES 2020/05/06 11:16:46 1.2

cvs diff -r1.3 -r1.4 pkgsrc/misc/py-tqdm/ALTERNATIVES (expand / switch to unified diff)

--- pkgsrc/misc/py-tqdm/ALTERNATIVES 2019/01/28 14:13:50 1.3
+++ pkgsrc/misc/py-tqdm/ALTERNATIVES 2020/05/06 11:16:46 1.4

cvs diff -r1.1 -r1.2 pkgsrc/www/py-swiftclient/ALTERNATIVES (expand / switch to unified diff)

--- pkgsrc/www/py-swiftclient/ALTERNATIVES 2018/02/02 08:36:10 1.1
+++ pkgsrc/www/py-swiftclient/ALTERNATIVES 2020/05/06 11:16:46 1.2