On Sat, 17 Dec 2011 21:45:18 +0900, John Marino <marino%netbsd.org@localhost> wrote:
Module Name: pkgsrc
Committed By: marino
Date: Sat Dec 17 12:45:18 UTC 2011
Modified Files:
pkgsrc/lang/squeak-vm: Makefile PLIST
Log Message:
lang/squeak-vm: delint, add license, fix oss plugin for DragonFly
DragonFly doesn't have the ossaudio library, so it won't build the oss
plugin. The PLIST was adjusted accordingly. Pkglint hated the Makefile
so it was cleaned up and a license entry (2-clause-bsd) was added.
If DragonFly does not have ossaudio, I feel OSS_TYPE should be set as "none" after include of mk/oss.buildlink3.mk. mk/oss.builtin.mk is not suitable for DragonFly? (and I can find _OPSYS_HAS_OSSAUDIO=yes in mk/platform/DragonFly.mk) -- OBATA Akio / obache%NetBSD.org@localhost