pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/SDL2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 30 18:10:21 UTC 2016

Modified Files:
        pkgsrc/devel/SDL2: Makefile distinfo
Added Files:
        pkgsrc/devel/SDL2/patches: patch-configure

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/SDL2/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/SDL2/distinfo
cvs rdiff -u -r0 -r1.5 pkgsrc/devel/SDL2/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/SDL2/Makefile
diff -u pkgsrc/devel/SDL2/Makefile:1.18 pkgsrc/devel/SDL2/Makefile:1.19
--- pkgsrc/devel/SDL2/Makefile:1.18     Fri Oct 28 19:13:44 2016
+++ pkgsrc/devel/SDL2/Makefile  Sun Oct 30 18:10:21 2016
@@ -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/
 

Index: pkgsrc/devel/SDL2/distinfo
diff -u pkgsrc/devel/SDL2/distinfo:1.21 pkgsrc/devel/SDL2/distinfo:1.22
--- pkgsrc/devel/SDL2/distinfo:1.21     Sun Oct 30 10:37:17 2016
+++ pkgsrc/devel/SDL2/distinfo  Sun Oct 30 18:10:21 2016
@@ -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

Added files:

Index: pkgsrc/devel/SDL2/patches/patch-configure
diff -u /dev/null pkgsrc/devel/SDL2/patches/patch-configure:1.5
--- /dev/null   Sun Oct 30 18:10:21 2016
+++ pkgsrc/devel/SDL2/patches/patch-configure   Sun Oct 30 18:10:21 2016
@@ -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