pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/mpg123 mpg123: fix mpg123-pulse build failure on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13e5999e4555
branches:  trunk
changeset: 310405:13e5999e4555
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sat Jul 14 17:12:56 2018 +0000

description:
mpg123: fix mpg123-pulse build failure on NetBSD/i386 8.0_RC2.

Fixes PR pkg/53433 by disabling x86 asm that causes text relocations
in libmpg123.so.  Ok'ed by martin@.
Bump PKGREVISION.

diffstat:

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

diffs (32 lines):

diff -r 4a398adc763e -r 13e5999e4555 audio/mpg123/Makefile
--- a/audio/mpg123/Makefile     Sat Jul 14 16:59:46 2018 +0000
+++ b/audio/mpg123/Makefile     Sat Jul 14 17:12:56 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2018/05/22 22:50:25 jmcneill Exp $
+# $NetBSD: Makefile,v 1.57 2018/07/14 17:12:56 tsutsui Exp $
 
 PKGNAME=       ${DISTNAME:C/[^[:alnum:]]*//}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       MPEG layer 1, 2, and 3 audio player
 
 PKGCONFIG_OVERRIDE+=   libmpg123.pc.in
diff -r 4a398adc763e -r 13e5999e4555 audio/mpg123/options.mk
--- a/audio/mpg123/options.mk   Sat Jul 14 16:59:46 2018 +0000
+++ b/audio/mpg123/options.mk   Sat Jul 14 17:12:56 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2018/05/22 22:50:25 jmcneill Exp $
+# $NetBSD: options.mk,v 1.5 2018/07/14 17:12:56 tsutsui Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.mpg123
 PKG_OPTIONS_OPTIONAL_GROUPS=   fpu
@@ -9,7 +9,8 @@
 
 .if (${MACHINE_ARCH} == "i386")
 .  if empty(MACHINE_PLATFORM:MDarwin-11.*-i386) && \
-      empty(MACHINE_PLATFORM:MSunOS-*)
+      empty(MACHINE_PLATFORM:MSunOS-*) && \
+      empty(MACHINE_PLATFORM:MNetBSD-[89]*-i386)
 PKG_OPTIONS_GROUP.fpu=         mpg123-x86-dither mpg123-with-fpu
 PKG_SUGGESTED_OPTIONS+=                mpg123-x86-dither
 .  else



Home | Main Index | Thread Index | Old Index