Subject: pkg/37629: security/qca2-ossl depends (incorrectly) on securty/qca
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <eric@cirr.com>
List: pkgsrc-bugs
Date: 12/27/2007 21:00:00
>Number:         37629
>Category:       pkg
>Synopsis:       security/qca2-ossl depends (incorrectly) on security/qca
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Dec 27 21:00:00 +0000 2007
>Originator:     Eric Schnoebelen
>Release:        NetBSD 4.99.34
>Organization:
Eric Schnoebelen	eschnoebelen@efjohnson.com		eric@cirr.com
"He made a lot of mistakes.  But he made mistakes in good directions, so 
 eventually he got to the right answers.  I tried to imitate him, but I 
 found out that it is very difficult to make good mistakes." -- Goro Simura
>Environment:
System: NetBSD duke 4.99.34 NetBSD 4.99.34 (GENERIC.MP) #17: Sat Nov 3 07:24:10 CDT 2007 eric@egsner.cirr.com:/work/eric/NetBSD-current/obj/amd64/sys/arch/amd64/compile/GENERIC.MP amd64
Architecture: x86_64
Machine: amd64
>Description:
Qt4 qca2-ossl depends on the Qt3 qca package, incorrectly.  It should
depend on qca2.
>How-To-Repeat:
	% cd /usr/pkgsrc/security/qca2-ossl
	% make
	% # watch the error.
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/security/qca2-ossl/Makefile,v
retrieving revision 1.1.1.1
diff -b -u -w -r1.1.1.1 Makefile
--- Makefile	20 Dec 2007 20:20:17 -0000	1.1.1.1
+++ Makefile	27 Dec 2007 20:58:07 -0000
@@ -19,6 +19,6 @@
 CONFIGURE_ARGS+=	--with-openssl-inc=${SSLBASE}/include
 CONFIGURE_ARGS+=	--with-openssl-lib=${SSLBASE}/lib
 
-.include "../../security/qca/buildlink3.mk"
+.include "../../security/qca2/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

>Unformatted:
 	pkgsrc circa 2007-12-22 10:15 -0600