Subject: pkg/5748: Wrong depends in pkg ap-auth-cookie
To: None <gnats-bugs@gnats.netbsd.org>
From: Stephane Engel <steph@onyx.stsn.dga.fr>
List: netbsd-bugs
Date: 07/13/1998 17:28:04
>Number:         5748
>Category:       pkg
>Synopsis:       Wrong depends in pkg ap-auth-cookie
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnats-admin (GNATS administrator)
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 13 08:35:00 1998
>Last-Modified:
>Originator:     Stephane Engel
>Organization:
--
         |                     Stéphane Engel                         |
     ----+----                                                    ----+----
 ________X________   email : Stephane.Engel@onyx.stsn.dga.fr  ________X________
        / \                                                          / \
       0   0              `` Blue Sky And Tail Wheel ''             0   0
--
>Release:        NetBSD-current and NetBSD-1.3.2
>Environment:
	
System: NetBSD Onyx.stsn.dga.fr 1.3E NetBSD 1.3E (ONYX) #0: Mon May 18 00:13:55 CEST 1998 steph@Mustang:/NetBSD/src/sys/arch/i386/compile/ONYX i386


>Description:
sup last night (JULY-12-98)

We are using apache 1.3.0 not 1.2b7 as it's write on the Makefile ;-)
>How-To-Repeat:
Try to build ap-auth-cookie
>Fix:
1 st solution :
Apply the following diff to pkgsr/www/ap-auth-cookie/Makefile

16c16
< DEPENDS+=	apache-1.3b7:../../www/apache
---
> DEPENDS+=	apache-1.3.0:../../www/apache

2 nd solution :

Add the following line to pkgsrs/mk/bsd.pkg.mk
.if defined(USE_APACHE)
DEPENDS+=               apache-1.3.0:${PKGSRCDIR}/www/apache
.endif


then apply the following diff to pkgsr/www/ap-auth-cookie/Makefile
16c16
< DEPENDS+=	apache-1.3b7:../../www/apache
---
> USE_APACHE= yes

>Audit-Trail:
>Unformatted: