Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/mpg123 Don't set PKG_SUGGESTED_OPTIONS=mpg123-wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2236535d65cf
branches:  trunk
changeset: 436409:2236535d65cf
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sat Aug 01 23:44:06 2020 +0000

description:
Don't set PKG_SUGGESTED_OPTIONS=mpg123-with-fpu on softfloat arm.

Fixes PR/54779.
Bump PKGREVISION to rebuild arm binaries.

diffstat:

 audio/mpg123/Makefile   |  3 ++-
 audio/mpg123/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 94ae616613ed -r 2236535d65cf audio/mpg123/Makefile
--- a/audio/mpg123/Makefile     Sat Aug 01 21:51:17 2020 +0000
+++ b/audio/mpg123/Makefile     Sat Aug 01 23:44:06 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2019/07/27 15:14:40 nia Exp $
+# $NetBSD: Makefile,v 1.59 2020/08/01 23:44:06 tsutsui Exp $
 
 PKGNAME=       ${DISTNAME:C/[^[:alnum:]]*//}
+PKGREVISION=   1
 COMMENT=       MPEG layer 1, 2, and 3 audio player
 
 PKGCONFIG_OVERRIDE+=   libmpg123.pc.in
diff -r 94ae616613ed -r 2236535d65cf audio/mpg123/options.mk
--- a/audio/mpg123/options.mk   Sat Aug 01 21:51:17 2020 +0000
+++ b/audio/mpg123/options.mk   Sat Aug 01 23:44:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2018/07/14 17:12:56 tsutsui Exp $
+# $NetBSD: options.mk,v 1.6 2020/08/01 23:44:06 tsutsui Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.mpg123
 PKG_OPTIONS_OPTIONAL_GROUPS=   fpu
@@ -17,7 +17,7 @@
 PKG_OPTIONS_GROUP.fpu=         mpg123-with-fpu
 PKG_SUGGESTED_OPTIONS+=                mpg123-with-fpu
 .  endif
-.elif (${MACHINE_ARCH} == "arm") || (${MACHINE_ARCH} == "arm32")
+.elif !empty(MACHINE_ARCH:M*arm*) && empty(MACHINE_ARCH:M*hf*)
 PKG_OPTIONS_GROUP.fpu=         mpg123-with-fpu 
 .elif (${MACHINE_ARCH} == "aarch64")
 PKG_OPTIONS_GROUP.fpu=         mpg123-neon64 mpg123-aarch64



Home | Main Index | Thread Index | Old Index