Subject: pkg/18225: buildlink2.mk of net/ORBit2 has wrong package specification
To: None <gnats-bugs@gnats.netbsd.org>
From: Julio Merino <jmmv@hispabsd.org>
List: netbsd-bugs
Date: 09/07/2002 23:57:40
>Number:         18225
>Category:       pkg
>Synopsis:       buildlink2.mk of net/ORBit2 has wrong package specification
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Sep 07 14:55:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Julio Merino
>Release:        NetBSD 1.6G
>Organization:
HispaBSD
>Environment:
	
	
System: NetBSD darkstar 1.6G NetBSD 1.6G (DARKSTAR) #10: Wed Sep 4 15:25:12 CEST 2002 jmmv@darkstar:/var/build/kernel/DARKSTAR i386
Architecture: i386
Machine: i386
>Description:
	buildlink2.mk file of net/ORBit2 has an incorrect package
	specification. This makes that all buildlink stuff is not treated
	properly, and packages using the buildlink do not build successfully.
	For example, they do not add it as a dependency.
>How-To-Repeat:
	For example, uninstall ORBit2 and GConf2. Then, try to compile
	GConf2 (after applying pkg/18224). It uses buildlink2.mk of ORBit2
	but as this is wrong, it is not compiled.
>Fix:

Index: buildlink2.mk
===================================================================
RCS file: /cvsroot/pkgsrc/net/ORBit2/buildlink2.mk,v
retrieving revision 1.2
diff -u -u -r1.2 buildlink2.mk
--- buildlink2.mk	2002/08/25 19:23:10	1.2
+++ buildlink2.mk	2002/09/07 21:50:51
@@ -3,7 +3,7 @@
 .if !defined(ORBIT2_BUILDLINK2_MK)
 ORBIT2_BUILDLINK2_MK=	# defined
 
-BUILDLINK_PACKAGES+=		ORBit2
+BUILDLINK_PACKAGES+=		orbit2
 BUILDLINK_DEPENDS.orbit2?=	ORBit2>=2.4.0
 BUILDLINK_PKGSRCDIR.orbit2?=	../../net/ORBit2
 
>Release-Note:
>Audit-Trail:
>Unformatted: