Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 771D563B880 for ; Sun, 13 Jul 2008 14:47:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 2FE8463B2C0; Sun, 13 Jul 2008 14:47:25 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 7A63F63B100 for ; Sun, 13 Jul 2008 14:47:24 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 69CB0175D0; Sun, 13 Jul 2008 14:47:24 +0000 (UTC) From: Matthias Scheler Subject: CVS commit: pkgsrc/devel/libsmi To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org Message-Id: <20080713144724.69CB0175D0@cvs.netbsd.org> Date: Sun, 13 Jul 2008 14:47:24 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: tron Date: Sun Jul 13 14:47:24 UTC 2008 Modified Files: pkgsrc/devel/libsmi: Makefile Log Message: Fix serious problems in this package: - Remove build fixes for NetBSD 1.2, 1.3 and 1.4 which were applied on every platform. - Don't overwrite the default MIBS search path. It breaks the package if the "net-snmp" package is not installed. It best case it introduces random behaviour if either the "net-snmp" or the "scotty" package are installed. Bump package revision because of these fixes. Approved by Thomas Klausner. To generate a diff of this commit: cvs rdiff -r1.13 -r1.14 pkgsrc/devel/libsmi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.