| 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: |
|
||||||
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. 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! |
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"