Bug 13137 - gtk-- port doesn't use X11BASE
Summary: gtk-- port doesn't use X11BASE
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-14 13:40 UTC by futatuki
Modified: 1999-08-15 07:50 UTC (History)
0 users

See Also:


Attachments
file.diff (496 bytes, patch)
1999-08-14 13:40 UTC, futatuki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description futatuki 1999-08-14 13:40:00 UTC
gtk--/Makefile sets USE_X11_BASE after including <bsd.port.pre.mk> 
so, so PREFIX is set to ${PREFIX}, not ${X11BASE}. To avoid it,
variable USE_X11BASE must set before including <bsd.port.pre.mk>.

Fix: Apply Following patch:

BEGIN --- cut here --- cut here --- cut here --- cut here --- cut here ---
How-To-Repeat: 
	cd ${PORTSDIR}/x11-toolkits/gtk--;make install
Comment 1 cpiazza freebsd_committer freebsd_triage 1999-08-15 07:50:09 UTC
State Changed
From-To: open->closed

Fixed, thanks!