Bug 165949 - lang/expect and astro/weather both install /usr/local/bin/weather
Summary: lang/expect and astro/weather both install /usr/local/bin/weather
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-11 21:20 UTC by Benjamin Tovar
Modified: 2012-07-04 09:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Tovar 2012-03-11 21:20:09 UTC
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.
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2012-03-12 16:57:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

Over to astro/weather maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-04 09:15:18 UTC
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"
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-07-04 09:22:39 UTC
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"
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-07-04 09:22:51 UTC
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"
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-07-04 09:24:16 UTC
State Changed
From-To: open->closed

Committed. Thanks!