pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 xview*: mark generally BROKEN_ON_PLATFORM for 64-b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5cc67ae1ff41
branches:  trunk
changeset: 377563:5cc67ae1ff41
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Apr 23 00:15:46 2022 +0000

description:
xview*: mark generally BROKEN_ON_PLATFORM for 64-bit archs

These packages compile on various 64-bit architectures, but then
segfault at runtime. This is a known issue with this being legacy code.

diffstat:

 x11/xview-clients/Makefile |  4 ++--
 x11/xview-lib/Makefile     |  7 +++----
 x11/xview/Makefile         |  4 ++--
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r 57b1e24e5c85 -r 5cc67ae1ff41 x11/xview-clients/Makefile
--- a/x11/xview-clients/Makefile        Sat Apr 23 00:10:44 2022 +0000
+++ b/x11/xview-clients/Makefile        Sat Apr 23 00:15:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2022/04/17 01:44:23 gutteridge Exp $
+# $NetBSD: Makefile,v 1.41 2022/04/23 00:15:46 gutteridge Exp $
 
 DISTNAME=              xview3.2p1-X11R6
 PKGNAME=               xview-clients-3.2.1
@@ -11,7 +11,7 @@
 
 MAKE_JOBS_SAFE=                no
 
-NOT_FOR_PLATFORM=      *-*-alpha       # it builds but everything segfaults...
+BROKEN_ON_PLATFORM=    ${LP64PLATFORMS}  # It builds but everything segfaults.
 
 LICENSE=               sun-openlook-license
 NO_SRC_ON_FTP=         Already in MASTER_SITE_LOCAL
diff -r 57b1e24e5c85 -r 5cc67ae1ff41 x11/xview-lib/Makefile
--- a/x11/xview-lib/Makefile    Sat Apr 23 00:10:44 2022 +0000
+++ b/x11/xview-lib/Makefile    Sat Apr 23 00:15:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2022/04/17 01:44:23 gutteridge Exp $
+# $NetBSD: Makefile,v 1.45 2022/04/23 00:15:46 gutteridge Exp $
 
 DISTNAME=              xview3.2p1-X11R6
 PKGNAME=               xview-lib-3.2.1
@@ -17,9 +17,8 @@
 
 LICENSE=               sun-openlook-license
 NO_SRC_ON_FTP=         Already in MASTER_SITE_LOCAL
-# builds, but binaries in../xview-clients all crash
-NOT_FOR_PLATFORM=      *-*-alpha
-NOT_FOR_PLATFORM+=     Linux-*-*
+# Builds, but binaries in ../xview-clients all crash. Broken va_arg handling.
+BROKEN_ON_PLATFORM=    ${LP64PLATFORMS}
 
 USE_IMAKE=             yes
 
diff -r 57b1e24e5c85 -r 5cc67ae1ff41 x11/xview/Makefile
--- a/x11/xview/Makefile        Sat Apr 23 00:10:44 2022 +0000
+++ b/x11/xview/Makefile        Sat Apr 23 00:15:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2022/04/17 01:44:23 gutteridge Exp $
+# $NetBSD: Makefile,v 1.27 2022/04/23 00:15:46 gutteridge Exp $
 #
 
 DISTNAME=      xview3.2p1-X11R6
@@ -17,6 +17,6 @@
 DEPENDS+=      xview-lib>=3.2.1nb11:../../x11/xview-lib
 DEPENDS+=      xview-clients>=3.2.1:../../x11/xview-clients
 
-NOT_FOR_PLATFORM=      *-*-alpha       # broken va_arg handling in xview-lib
+BROKEN_ON_PLATFORM=    ${LP64PLATFORMS}  # broken va_arg handling in xview-lib
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index