Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 3955763B89E for ; Thu, 24 Jul 2008 22:39:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id D9AAB63B20F; Thu, 24 Jul 2008 22:39:31 +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 1243063B20A for ; Thu, 24 Jul 2008 22:39:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id EEFDB175D0; Thu, 24 Jul 2008 22:39:30 +0000 (UTC) From: OBATA Akio Subject: CVS commit: pkgsrc/audio/libsndfile To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org Message-Id: <20080724223930.EEFDB175D0@cvs.netbsd.org> Date: Thu, 24 Jul 2008 22:39:30 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: obache Date: Thu Jul 24 22:39:30 UTC 2008 Modified Files: pkgsrc/audio/libsndfile: Makefile options.mk Log Message: Fix improper PKG_SUGGESTED_OPTIONS and fix build failure on some platforms. * Should not try to use OSS for unknown OSes, PR 39197, only for having buitin OSS. * for Solaris, ${OPSYS} != "Solaris", it's "SunOS". Fixed to use sunaudio instead of oss. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -r1.45 -r1.46 pkgsrc/audio/libsndfile/Makefile cvs rdiff -r1.4 -r1.5 pkgsrc/audio/libsndfile/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.