pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/xmill



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 31 16:27:30 UTC 2025

Modified Files:
        pkgsrc/archivers/xmill: Makefile

Log Message:
xmill: mark as BROKEN on NetBSD 10+

This code is from 2003 and doesn't compile with gcc 10+.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/archivers/xmill/Makefile

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

Modified files:

Index: pkgsrc/archivers/xmill/Makefile
diff -u pkgsrc/archivers/xmill/Makefile:1.31 pkgsrc/archivers/xmill/Makefile:1.32
--- pkgsrc/archivers/xmill/Makefile:1.31        Mon Jan 27 19:12:39 2025
+++ pkgsrc/archivers/xmill/Makefile     Fri Jan 31 16:27:30 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2025/01/27 19:12:39 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2025/01/31 16:27:30 wiz Exp $
 
 DISTNAME=              xmill-0.9.1
 PKGREVISION=           3
@@ -25,6 +25,12 @@ USE_LANGUAGES=               c c++
 
 INSTALLATION_DIRS=     bin
 
+# ./ppmdi/Model.cpp: In member function 'void PPM_MODEL::encodeBinSymbol(PPM_CONTEXT*, int)':
+# ./ppmdi/Model.cpp:237:70: error: cannot bind packed field '((PPM_MODEL*)this)->PPM_MODEL::BinSumm[((int)((PPM_MODEL*)this)->PPM_MODEL::QTable[(((int)rs.STATE::Freq) - 1)])][(((int)indx) + 
((((PPM_MODEL*)this)->PPM_MODEL::RunLength >> 26) & 32))]' to 'WORD&' {aka 'short unsigned int&'}
+# ./ppmdi/Model.cpp: In member function 'void PPM_MODEL::decodeBinSymbol(PPM_CONTEXT*)':
+# ./ppmdi/Model.cpp:266:70: error: cannot bind packed field '((PPM_MODEL*)this)->PPM_MODEL::BinSumm[((int)((PPM_MODEL*)this)->PPM_MODEL::QTable[(((int)rs.STATE::Freq) - 1)])][(((int)indx) + 
((((PPM_MODEL*)this)->PPM_MODEL::RunLength >> 26) & 32))]' to 'WORD&' {aka 'short unsigned int&'}
+BROKEN_ON_PLATFORM+=   NetBSD-1[0-9].*-*
+
 do-install:
        ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/xmill
        ${INSTALL_DATA} ${WRKSRC}/documentation/COPYRIGHT.txt \



Home | Main Index | Thread Index | Old Index