Bug 53259 - mod_jk depends on automake @ patch-libtool
Summary: mod_jk depends on automake @ patch-libtool
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: 2003-06-12 20:40 UTC by Palle Girgensohn
Modified: 2003-06-19 13:12 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (488 bytes, patch)
2003-06-12 20:40 UTC, Palle Girgensohn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Palle Girgensohn 2003-06-12 20:40:15 UTC
If automake is not installed, the port fails.
automake's aclocal and libtoolize are needed in the patch-libtool
target, but the USE_AUTOMAKE* macros introduce automake as a 
build_dependency. build-depends target is after patch-libtool in the
dependency chain. Hence, PATCH_DEPEND on automake.
Comment 1 Palle Girgensohn 2003-06-12 20:44:39 UTC
Forgot:

Pointed out by: Eric Hedstr=F6m <erich@ucsd.edu> and Zhong Lun=20
<Zhong.Lun@bluewave.com>
Comment 2 Daichi GOTO freebsd_committer freebsd_triage 2003-06-19 13:12:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!