Bug 149924 - [PATCH] Workaround for configure bug in devel/distcc
Summary: [PATCH] Workaround for configure bug in devel/distcc
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: Steven Kreuzer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-24 00:40 UTC by dennylin93
Modified: 2010-09-25 03:10 UTC (History)
1 user (show)

See Also:


Attachments
distcc.patch (447 bytes, patch)
2010-08-24 00:40 UTC, dennylin93
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dennylin93 2010-08-24 00:40:01 UTC
There is a bug in configure, so ENABLE_RFC2553 is still defined when --disable-rfc2553 is in use.

When ENABLE_RFC2553 is defined, distccd cannot bind IPv4 addresses.

Since RFC2553 is disabled by default, we can comment out --disable-rfc2553 as a temporary solution.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-24 00:40:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skreuzer

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-25 03:00:55 UTC
skreuzer    2010-09-25 02:00:49 UTC

  FreeBSD ports repository

  Modified files:
    devel/distcc         Makefile 
  Added files:
    devel/distcc/files   patch-configure.ac 
  Log:
  Patch configure script to honor --disable-rfc2553
  
  PR:             ports/149924
  Submitted by:   Denny Lin <dennylin93@hs.ntnu.edu.tw>
  
  Revision  Changes    Path
  1.70      +1 -1      ports/devel/distcc/Makefile
  1.1       +17 -0     ports/devel/distcc/files/patch-configure.ac (new)
_______________________________________________
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 Steven Kreuzer freebsd_committer freebsd_triage 2010-09-25 03:01:39 UTC
State Changed
From-To: open->closed

configure script has been patched to honor --disable-rfc2553