pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/squashfs



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri Nov  8 09:07:53 UTC 2024

Modified Files:
        pkgsrc/filesystems/squashfs: Makefile

Log Message:
squashfs: remove BROKEN_ON_PLATFORM+=Darwin

Builds OK for me and at least the unsquashfs(1) tool works.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/filesystems/squashfs/Makefile

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

Modified files:

Index: pkgsrc/filesystems/squashfs/Makefile
diff -u pkgsrc/filesystems/squashfs/Makefile:1.9 pkgsrc/filesystems/squashfs/Makefile:1.10
--- pkgsrc/filesystems/squashfs/Makefile:1.9    Tue Oct  3 19:26:20 2023
+++ pkgsrc/filesystems/squashfs/Makefile        Fri Nov  8 09:07:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/10/03 19:26:20 scole Exp $
+# $NetBSD: Makefile,v 1.10 2024/11/08 09:07:53 tnn Exp $
 
 VERSION=       4.6.1
 DISTNAME=      squashfs-tools-${VERSION}
@@ -36,9 +36,6 @@ SQUASH_DOCS=  ACKNOWLEDGEMENTS ACTIONS-RE
                USAGE-SQFSCAT-4.6 USAGE-SQFSTAR-4.6 USAGE-UNSQUASHFS-4.6
 SQUASH_MAN=    mksquashfs.1 sqfscat.1 sqfstar.1 unsquashfs.1
 
-# xxx no sigtimedwait or sigwaitinfo on mac os?
-BROKEN_ON_PLATFORM=    Darwin-*-*
-
 do-install:
        ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} \
                ${WRKSRC}/mksquashfs ${DESTDIR}${PREFIX}/bin



Home | Main Index | Thread Index | Old Index