pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/ossinfo
Module Name: pkgsrc
Committed By: nia
Date: Sun May 9 09:08:27 UTC 2021
Modified Files:
pkgsrc/audio/ossinfo: Makefile
Log Message:
ossinfo: understand symlinks properly on NetBSD
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/ossinfo/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/ossinfo/Makefile
diff -u pkgsrc/audio/ossinfo/Makefile:1.2 pkgsrc/audio/ossinfo/Makefile:1.3
--- pkgsrc/audio/ossinfo/Makefile:1.2 Sun May 9 08:38:20 2021
+++ pkgsrc/audio/ossinfo/Makefile Sun May 9 09:08:27 2021
@@ -1,11 +1,18 @@
-# $NetBSD: Makefile,v 1.2 2021/05/09 08:38:20 nia Exp $
+# $NetBSD: Makefile,v 1.3 2021/05/09 09:08:27 nia Exp $
.include "Makefile.common"
PKGNAME= ossinfo-${DISTNAME:S/oss-v//1:S/-src-bsd//1:S/-/./g}
+PKGREVISION= 1
CATEGORIES= audio
MAINTAINER= nia%NetBSD.org@localhost
COMMENT= Display OSSv4 device information
+SUBST_CLASSES+= oss
+SUBST_STAGE.oss= pre-configure
+SUBST_MESSAGE.oss= Correcting the path to the OSS device.
+SUBST_FILES.oss+= cmd/ossinfo/ossinfo.c
+SUBST_SED.oss+= -e "s,/dev/dsp,${DEVOSSAUDIO},g"
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index