Bug 21821

Summary: devel/glade fails to generate source code
Product: Ports & Packages Reporter: fujie <fujie>
Component: Individual Port(s)Assignee: Ade Lovett <ade>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description fujie 2000-10-07 18:50:01 UTC
	ports/devel/glade fails to generate source code,
        because this port uses Mk/bsd.gnome.mk with USE_GNOME,
        but this override 'datadir' value on configure stage.
        so generated 'config.h' file contains wrong GLADE_DATA_DIR value.

Fix: put this patch in ports/devel/glade/patch. but there must be
      better way to solve.
How-To-Repeat: 
	install glade with ports/devel/glade. then make a sample project
        and generate source code. then an error occurs with a message like
        "/usr/X11R6/share/gnome/glade/gnome/Makefile.am, No such file or
         directory"
Comment 1 Ade Lovett freebsd_committer freebsd_triage 2000-10-07 22:06:01 UTC
Responsible Changed
From-To: freebsd-ports->ade

My port.. I'll be reinstalling one of my boxes from scratch after all 
the restructuring so I'll take a look at this then.
Comment 2 Ade Lovett freebsd_committer freebsd_triage 2000-10-10 18:16:34 UTC
State Changed
From-To: open->closed

Port updated to 0.5.11, and a bunch of things moved around to the 
right place in our bsd.gnome.mk world. 

Thanks for the report!