lang/expect and astro/weather from ports both install different /usr/local/bin/weather, without warning the user of the overwrite. I found out because a script using astro/weather stopped working after I installed lang/expect. Fix: One, or both files should be renamed. Maybe astro-weather and expect-weather? How-To-Repeat: Compile and install astro/weather. Run /usr/local/bin/weather. Compile and install lang/expect. Run /usr/local/bin/weather and note that it is a different program.
Responsible Changed From-To: freebsd-ports-bugs->sunpoet Over to astro/weather maintainer
sunpoet 2012-07-04 08:14:54 UTC FreeBSD ports repository Modified files: lang/expect Makefile Log: - Add CONFLICTS with astro/weather PR: ports/165949 Submitted by: Benjamin Tovar <ben@robotoloco.com> Revision Changes Path 1.81 +1 -1 ports/lang/expect/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
sunpoet 2012-07-04 08:22:26 UTC FreeBSD ports repository Modified files: astro/weather Makefile Log: - Add CONFLICTS with lang/expect and lang/expect-devel PR: ports/165949 Submitted by: Benjamin Tovar <ben@robotoloco.com> Revision Changes Path 1.6 +2 -0 ports/astro/weather/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
sunpoet 2012-07-04 08:22:39 UTC FreeBSD ports repository Modified files: lang/expect-devel Makefile Log: - Add CONFLICTS with astro/weather PR: ports/165949 Submitted by: Benjamin Tovar <ben@robotoloco.com> Revision Changes Path 1.15 +1 -1 ports/lang/expect-devel/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!