Bug 14315

Summary: Fix for devel/ORBit
Product: Ports & Packages Reporter: ade <ade>
Component: Individual Port(s)Assignee: Yukihiro Nakai <nakai>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description ade 1999-10-14 03:00:01 UTC
	Whilst trying to build mozilla M10 with IDL support, I noticed
	an error from libIDL-config (installed by this port) saying
	it couldn't find glib-config (part of devel/glib12).  We use
	glib12-config to differentiate between versions.

Fix: patches/patch-ad needs to be modified to work on both
	orbit-config.in and libIDL/libIDL-config.in

	Take the opportunity to use @GLIB_CONFIG@ (from configure)
	so that when GLIB_CONFIG changes, we don't get bitten again.

	This issue (of using GLIB_CONFIG and GTK_CONFIG, but
	substituting their actual values 'glib12-config' and 'gtk12-config')
	may be affecting other ports.

	Assuming the port uses GNU configure, these can be fixed with
	a similar use of @GLIB_CONFIG@ and @GTK_CONFIG@ in the *.in file.
	If I find any, I'll submit the PRs.


cvs diff: Diffing .
cvs diff: Diffing files
cvs diff: Diffing patches
How-To-Repeat: 
	With devel/ORBit installed, run:

		/usr/local/bin/libIDL-config --cflags

	you'll see something like:

	anaconda 43# libIDL-config --cflags
	glib-config: not found
	-I/usr/local/include
Comment 1 Yukihiro Nakai freebsd_committer freebsd_triage 1999-10-14 12:05:04 UTC
Responsible Changed
From-To: freebsd-ports->nakai

I'll take this.. 
Comment 2 Yukihiro Nakai freebsd_committer freebsd_triage 1999-10-14 12:17:23 UTC
State Changed
From-To: open->closed

Applied, Thanks!