Bug 63960 - [patch]: make www/mod_python honor LOCALBASE instead of hard-coding /usr/local
Summary: [patch]: make www/mod_python honor LOCALBASE instead of hard-coding /usr/local
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-09 03:40 UTC by Josh Elsasser
Modified: 2004-03-11 13:22 UTC (History)
0 users

See Also:


Attachments
mod_python.diff (1.63 KB, patch)
2004-03-09 03:40 UTC, Josh Elsasser
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Elsasser 2004-03-09 03:40:14 UTC

patch-Makefile.in hard-coded /usr/local/sbin/apxs instead of using APXS, which is ${LOCALBASE}/sbin/apxs by default.
Also, update the check for a threaded python to know about freebsd-5's threading libraries.
Take maintainerhsip as well.
Comment 1 Hye-Shik Chang freebsd_committer freebsd_triage 2004-03-11 13:21:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!