pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt4-libs



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Thu Sep 14 19:23:16 UTC 2023

Modified Files:
        pkgsrc/x11/qt4-libs: Makefile.common

Log Message:
qt4-libs: Change NOT_FOR to BROKEN_ON

As suggested by Greg Troxel on pkgsrc-changes@, there is no good reason why
this package should be unavailable on Darwin-*-aarch64.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/x11/qt4-libs/Makefile.common

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

Modified files:

Index: pkgsrc/x11/qt4-libs/Makefile.common
diff -u pkgsrc/x11/qt4-libs/Makefile.common:1.55 pkgsrc/x11/qt4-libs/Makefile.common:1.56
--- pkgsrc/x11/qt4-libs/Makefile.common:1.55    Wed Sep 13 20:07:53 2023
+++ pkgsrc/x11/qt4-libs/Makefile.common Thu Sep 14 19:23:16 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.55 2023/09/13 20:07:53 triaxx Exp $
+# $NetBSD: Makefile.common,v 1.56 2023/09/14 19:23:16 triaxx Exp $
 # used by x11/qt4-docs/Makefile
 # used by x11/qt4-libs/Makefile
 # used by x11/qt4-mng/Makefile
@@ -19,7 +19,7 @@ DISTINFO_FILE=        ${.CURDIR}/../../x11/qt4-
 FILESDIR=      ${.CURDIR}/../../x11/qt4-libs/files
 PATCHDIR=      ${.CURDIR}/../../x11/qt4-libs/patches
 
-NOT_FOR_PLATFORM=      Darwin-*-aarch64
+BROKEN_ON_PLATFORM=    Darwin-*-aarch64
 
 HAS_CONFIGURE=         yes
 USE_LANGUAGES=         c c++



Home | Main Index | Thread Index | Old Index