pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/SDL2 --enable-new-dtags in sdl2-config output br...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dcc281ae861f
branches:  trunk
changeset: 354461:dcc281ae861f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 30 18:10:21 2016 +0000

description:
--enable-new-dtags in sdl2-config output broke packages
using SDL2. Remove it.

Bump PKGREVISION.

diffstat:

 devel/SDL2/Makefile                |   3 ++-
 devel/SDL2/distinfo                |   3 ++-
 devel/SDL2/patches/patch-configure |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (46 lines):

diff -r c7ee33b963fd -r dcc281ae861f devel/SDL2/Makefile
--- a/devel/SDL2/Makefile       Sun Oct 30 17:07:22 2016 +0000
+++ b/devel/SDL2/Makefile       Sun Oct 30 18:10:21 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2016/10/28 19:13:44 adam Exp $
+# $NetBSD: Makefile,v 1.19 2016/10/30 18:10:21 wiz Exp $
 
 DISTNAME=      SDL2-2.0.5
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://www.libsdl.org/release/
 
diff -r c7ee33b963fd -r dcc281ae861f devel/SDL2/distinfo
--- a/devel/SDL2/distinfo       Sun Oct 30 17:07:22 2016 +0000
+++ b/devel/SDL2/distinfo       Sun Oct 30 18:10:21 2016 +0000
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.21 2016/10/30 10:37:17 wiz Exp $
+$NetBSD: distinfo,v 1.22 2016/10/30 18:10:21 wiz Exp $
 
 SHA1 (SDL2-2.0.5.tar.gz) = c4f87580630387796df4ac87c362b4f9a721457e
 RMD160 (SDL2-2.0.5.tar.gz) = 91283ce74bd451e83651910259cf226cae70e4bb
 SHA512 (SDL2-2.0.5.tar.gz) = 6401f5df08c08316c09bc6ac5b28345c5184bb25770baa5c94c0a582ae130ddf73bb736e44bb31f4e427c1ddbbeec4755a6a5f530b6b4c3d0f13ebc78ddc1750
 Size (SDL2-2.0.5.tar.gz) = 4209352 bytes
+SHA1 (patch-configure) = 7302a4fc6172b0cb1ca95f36d1cf8516afb6383c
 SHA1 (patch-src_audio_bsd_SDL__bsdaudio.c) = a165f34d6ac26d7948a9c36981ea18e2b8bcfa9e
 SHA1 (patch-src_joystick_bsd_SDL__sysjoystick.c) = 37f19752cbba8def12a210deafec66965e3ad9ac
 SHA1 (patch-src_video_SDL__egl.c) = d65856e98b2e49dd364440372ce37679a6f2982b
diff -r c7ee33b963fd -r dcc281ae861f devel/SDL2/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/SDL2/patches/patch-configure        Sun Oct 30 18:10:21 2016 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.5 2016/10/30 18:10:21 wiz Exp $
+
+Adding --enable-new-dtags breaks sdl2-config on NetBSD.
+
+--- configure.orig     2016-10-30 17:14:52.932037095 +0000
++++ configure
+@@ -23955,7 +23955,7 @@ _ACEOF
+ if ac_fn_c_try_link "$LINENO"; then :
+ 
+     have_enable_new_dtags=yes
+-    SDL_RLD_FLAGS="$SDL_RLD_FLAGS -Wl,--enable-new-dtags"
++    SDL_RLD_FLAGS="$SDL_RLD_FLAGS"
+ 
+ fi
+ rm -f core conftest.err conftest.$ac_objext \



Home | Main Index | Thread Index | Old Index