FreeBSD-9.3 amd64 lang/expect: Registering installation for expect-5.45_1 pkg-static: expect-5.45_1 conflicts with whois-5.1.5 (installs files into the same place). Problematic file: /usr/local/man/man1/mkpasswd.1.gz *** [fake-pkg] Error code 70 Same with net/whois. (If I am remember right, seems an old bug).
This is a ports issue.
sometimes I wonder: where's the problem: changed in net/whois/files/patch-Makefile to install-mkpasswd: mkpasswd $(INSTALL) -d $(BASEDIR)$(prefix)/bin/ - $(INSTALL) -d $(BASEDIR)$(prefix)/share/man/man1/ + $(INSTALL) -d $(BASEDIR)$(prefix)/man/man2/ $(INSTALL) -m 0755 mkpasswd $(BASEDIR)$(prefix)/bin/ - $(INSTALL) -m 0644 mkpasswd.1 $(BASEDIR)$(prefix)/share/man/man1/ + $(INSTALL) -m 0644 mkpasswd.1 $(BASEDIR)$(prefix)/man/man2/ and in net/whois/pkg-plist the line to man/man2/mkpasswd.1.gz maybe I choosed the wrong man-directory, but and it's solved.
*** Bug 194129 has been marked as a duplicate of this bug. ***
notifying maintainer of net/whois
Hi. Thanks for the report and notification -- I'm on it.
Notify maintainers of lang/expect, too.
Nothing happened till now.
Hey, Still valid I guess?
Yes, nothing changed.
Request feedback from both maintainers
@Martin, feel free to maintainer timeout both (since they were CC'd)
A commit references this bug: Author: gahr Date: Sun Jan 17 12:38:25 UTC 2016 New revision: 406307 URL: https://svnweb.freebsd.org/changeset/ports/406307 Log: lang/expect: install manpages along with sample tools PR: 194130 Submitted by: w.schwarzenfeld@utanet.at Changes: head/lang/expect/Makefile head/lang/expect/files/patch-Makefile.in head/lang/expect/files/patch-configure head/lang/expect/files/patch-exp_main_sub.c head/lang/expect/pkg-plist
Thank you!