pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/quartz-wm



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Dec 31 09:51:56 UTC 2020

Modified Files:
        pkgsrc/wm/quartz-wm: Makefile PLIST

Log Message:
Configure with --enable-xplugin-dock-support to fix build on 64-bit-only
macOS. In exchange for avoiding the use of the bundled i386 binary blob,
this drops compatibility with older macOS (by requiring a newer API in
the system libXplugin). In case this had been building for anyone on
semi-recent macOS, bump PKGREVISION.

Addresses pkg/55880.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/wm/quartz-wm/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/quartz-wm/PLIST

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

Modified files:

Index: pkgsrc/wm/quartz-wm/Makefile
diff -u pkgsrc/wm/quartz-wm/Makefile:1.2 pkgsrc/wm/quartz-wm/Makefile:1.3
--- pkgsrc/wm/quartz-wm/Makefile:1.2    Wed Mar  7 11:57:33 2018
+++ pkgsrc/wm/quartz-wm/Makefile        Thu Dec 31 09:51:56 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2018/03/07 11:57:33 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2020/12/31 09:51:56 schmonz Exp $
 
 DISTNAME=      quartz-wm-1.3.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    wm
 MASTER_SITES=  http://xquartz.macosforge.org/downloads/src/
 EXTRACT_SUFX=  .tar.xz
@@ -14,6 +14,7 @@ LICENSE=      apple-public-source-license
 USE_TOOLS=     pkg-config gmake
 USE_LANGUAGES= c objc
 GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--enable-xplugin-dock-support
 
 ONLY_FOR_PLATFORM=     Darwin-*-*
 

Index: pkgsrc/wm/quartz-wm/PLIST
diff -u pkgsrc/wm/quartz-wm/PLIST:1.1 pkgsrc/wm/quartz-wm/PLIST:1.2
--- pkgsrc/wm/quartz-wm/PLIST:1.1       Thu Oct  1 11:06:08 2015
+++ pkgsrc/wm/quartz-wm/PLIST   Thu Dec 31 09:51:56 2020
@@ -1,5 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2015/10/01 11:06:08 tnn Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/12/31 09:51:56 schmonz Exp $
 bin/quartz-wm
-lib/libquartz-wm-ds.1.dylib
-lib/libquartz-wm-ds.dylib
 man/man1/quartz-wm.1



Home | Main Index | Thread Index | Old Index