Bug 147802 - net-im/mu-conference fails to compile.
Summary: net-im/mu-conference fails to compile.
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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-12 01:20 UTC by Christopher Sean Hilton
Modified: 2010-11-22 15:50 UTC (History)
0 users

See Also:


Attachments
file.diff (2.65 KB, patch)
2010-06-12 01:20 UTC, Christopher Sean Hilton
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Sean Hilton 2010-06-12 01:20:02 UTC
The port fails to compile because CFLAGS doesn't include "/usr/local/include" in the list of standard places to look for header files. Thus, the port can't find the expat.h header. 

I'll submit this PR then send the patch for the Makefiles that fixes it to the port maintainer.

-- Chris <chris@vindaloo.com>

Fix: Fix the makefiles to use "-I/usr/local/include"

Patch attached with submission follows:
How-To-Repeat: Try to compile the port
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-06-12 01:21:55 UTC
Responsible Changed
From-To: freebsd-bugs->mm

ports PR.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-09 23:27:28 UTC
mm          2010-09-09 22:27:23 UTC

  FreeBSD ports repository

  Modified files:
    net-im/mu-conference Makefile 
  Log:
  - Move -I${LOCALBASE}/include from main CFLAGS inside port's Makefiles
  - This is a cosmetic change only
  
  PR:             ports/147802
  Submitted by:   Chris Hilton <chris@vindaloo.com>
  
  Revision  Changes    Path
  1.14      +1 -3      ports/net-im/mu-conference/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 Martin Matuska freebsd_committer freebsd_triage 2010-11-22 15:50:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!