ports/53259: mod_jk depends on automake @ patch-libtool
Palle Girgensohn
girgen at pingpong.net
Thu Jun 12 19:40:17 UTC 2003
>Number: 53259
>Category: ports
>Synopsis: mod_jk depends on automake @ patch-libtool
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Jun 12 12:40:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Palle Girgensohn <girgen at pingpong.net>
>Release: FreeBSD 4.7-PRERELEASE i386
>Organization:
PING PONG
>Environment:
System: FreeBSD palle.girgensohn.se 4.7-RC FreeBSD 4.7-RC #0: Sun Sep 29 17:21:22 CEST 2002 root at palle.girgensohn.se:/usr/local/obj/usr/src/sys/STORDATAN i386
>Description:
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.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_jk/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile 11 Jun 2003 10:33:55 -0000 1.15
+++ Makefile 12 Jun 2003 19:13:51 -0000
@@ -16,6 +16,7 @@
MAINTAINER= girgen at pingpong.net
COMMENT= Apache JK module for Tomcat
+PATCH_DEPENDS= ${AUTOMAKE}:${PORTSDIR}/devel/automake
BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
RUN_DEPENDS= ${APXS}:${APACHE_PORT}
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list