Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jun 2003 21:38:37 +0200 (CEST)
From:      Palle Girgensohn <girgen@pingpong.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        znerd@FreeBSD.org
Subject:   ports/53259: mod_jk depends on automake @ patch-libtool
Message-ID:  <200306121938.h5CJcbET007189@palle.girgensohn.se>
Resent-Message-ID: <200306121940.h5CJeFft048569@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306121938.h5CJcbET007189>