pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/mpg123
Module Name: pkgsrc
Committed By: nia
Date: Sat May 3 17:04:06 UTC 2025
Modified Files:
pkgsrc/audio/mpg123: Makefile
Log Message:
mpg123: "sun" module does not build on OpenBSD
Problem found by drecklypkg ci.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/audio/mpg123/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/mpg123/Makefile
diff -u pkgsrc/audio/mpg123/Makefile:1.72 pkgsrc/audio/mpg123/Makefile:1.73
--- pkgsrc/audio/mpg123/Makefile:1.72 Mon Feb 5 06:35:16 2024
+++ pkgsrc/audio/mpg123/Makefile Sat May 3 17:04:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2024/02/05 06:35:16 adam Exp $
+# $NetBSD: Makefile,v 1.73 2025/05/03 17:04:06 nia Exp $
PKGNAME= ${DISTNAME:C/[^[:alnum:]]*//}
COMMENT= MPEG layer 1, 2, and 3 audio player
@@ -13,7 +13,7 @@ MPG123_BUILDING_BASE= # empty
PLIST_VARS+= coreaudio oss sun alsa
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "SunOS"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS"
MPG123_DEFAULT_MODULE= sun
PLIST.sun= yes
.elif ${OPSYS} == "Darwin"
Home |
Main Index |
Thread Index |
Old Index