Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 9047063B99A for ; Sat, 26 Jul 2008 01:34:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 291AB63B132; Sat, 26 Jul 2008 01:34:39 +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 A8B5463B12E for ; Sat, 26 Jul 2008 01:34:37 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 08108175D5; Sat, 26 Jul 2008 01:34:36 +0000 (UTC) From: "Tyler R. Retzlaff" Subject: CVS commit: [pkgsrc-2008Q2] pkgsrc/audio/libsndfile To: pkgsrc-changes@NetBSD.org Reply-To: rtr@netbsd.org Message-Id: <20080726013437.08108175D5@cvs.netbsd.org> Date: Sat, 26 Jul 2008 01:34:36 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: rtr Date: Sat Jul 26 01:34:36 UTC 2008 Modified Files: pkgsrc/audio/libsndfile [pkgsrc-2008Q2]: Makefile options.mk Log Message: pullup ticket #2464 - requested by obache libsndfile: fix for failure on some platforms revisions pulled up: pkgsrc/audio/libsndfile/Makefile 1.46 pkgsrc/audio/libsndfile/options.mk 1.5 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.45.4.1 pkgsrc/audio/libsndfile/Makefile cvs rdiff -r1.4 -r1.4.4.1 pkgsrc/audio/libsndfile/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.