Bug 53705

Summary: Update port: devel/distcc fix for GNOME monitor
Product: Ports & Packages Reporter: Frerich Raabe <frerich.raabe>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Frerich Raabe 2003-06-25 02:20:15 UTC
This patch fixes a bug in the devel/distcc which becomes obvious when
the port gets built without WITHOUT_GNOME, but when HAVE_GNOME returns ""

For a sample log which shows the breakage by this bug, look at
http://bento.freebsd.org/errorlogs/ia64-5-latest/distcc-2.7.log

How-To-Repeat: $ cd /usr/ports/devel/distcc
$ make                           # Without having GNOME libraries installed
[..]
===>  Installing for distcc-2.7
install: /tmp/a/ports/devel/distcc/work/distcc-2.7/distccmon-gnome: No such file or directory
*** Error code 71
Comment 1 Daichi GOTO freebsd_committer freebsd_triage 2003-06-26 14:40:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!