pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/quartz-wm Configure with --enable-xplugin-dock-supp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65e2e3d83ed4
branches:  trunk
changeset: 443883:65e2e3d83ed4
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Dec 31 09:51:56 2020 +0000

description:
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.

diffstat:

 wm/quartz-wm/Makefile |  5 +++--
 wm/quartz-wm/PLIST    |  4 +---
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 2257c32cc82d -r 65e2e3d83ed4 wm/quartz-wm/Makefile
--- a/wm/quartz-wm/Makefile     Thu Dec 31 05:04:08 2020 +0000
+++ b/wm/quartz-wm/Makefile     Thu Dec 31 09:51:56 2020 +0000
@@ -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 @@
 USE_TOOLS=     pkg-config gmake
 USE_LANGUAGES= c objc
 GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--enable-xplugin-dock-support
 
 ONLY_FOR_PLATFORM=     Darwin-*-*
 
diff -r 2257c32cc82d -r 65e2e3d83ed4 wm/quartz-wm/PLIST
--- a/wm/quartz-wm/PLIST        Thu Dec 31 05:04:08 2020 +0000
+++ b/wm/quartz-wm/PLIST        Thu Dec 31 09:51:56 2020 +0000
@@ -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