pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xscreensaver Fix installation on Darwin.
details: https://anonhg.NetBSD.org/pkgsrc/rev/af8c205bcf0e
branches: trunk
changeset: 381522:af8c205bcf0e
user: youri <youri%pkgsrc.org@localhost>
date: Sat Jun 09 03:51:02 2018 +0000
description:
Fix installation on Darwin.
diffstat:
x11/xscreensaver/Makefile.common | 6 +++++-
x11/xscreensaver/PLIST.Darwin | 5 +++++
x11/xscreensaver/options.mk | 4 ++--
3 files changed, 12 insertions(+), 3 deletions(-)
diffs (47 lines):
diff -r 58c7da805747 -r af8c205bcf0e x11/xscreensaver/Makefile.common
--- a/x11/xscreensaver/Makefile.common Sat Jun 09 03:39:46 2018 +0000
+++ b/x11/xscreensaver/Makefile.common Sat Jun 09 03:51:02 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.123 2017/09/26 10:27:23 wiz Exp $
+# $NetBSD: Makefile.common,v 1.124 2018/06/09 03:51:02 youri Exp $
#
# used by x11/xscreensaver/Makefile
# used by x11/xscreensaver-demo/Makefile
@@ -54,6 +54,10 @@
. endif
.endif
+.if ${OPSYS} == "Darwin"
+PLIST_SRC+= PLIST.Darwin
+.endif
+
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc*)
CFLAGS+= -fno-strict-aliasing
diff -r 58c7da805747 -r af8c205bcf0e x11/xscreensaver/PLIST.Darwin
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xscreensaver/PLIST.Darwin Sat Jun 09 03:51:02 2018 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST.Darwin,v 1.1 2018/06/09 03:51:02 youri Exp $
+bin/pdf2jpeg
+bin/xscreensaver-getimage-desktop
+share/man/man1/pdf2jpeg.1
+share/man/man1/xscreensaver-getimage-desktop.1
diff -r 58c7da805747 -r af8c205bcf0e x11/xscreensaver/options.mk
--- a/x11/xscreensaver/options.mk Sat Jun 09 03:39:46 2018 +0000
+++ b/x11/xscreensaver/options.mk Sat Jun 09 03:51:02 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2015/01/24 06:09:13 obache Exp $
+# $NetBSD: options.mk,v 1.10 2018/06/09 03:51:02 youri Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xscreensaver
PKG_SUPPORTED_OPTIONS= pam webcollage opengl
@@ -20,7 +20,7 @@
#CONFIGURE_ARGS+= --without-shadow
.endif
-PLIST_SRC= PLIST
+PLIST_SRC+= PLIST
.if !empty(PKG_OPTIONS:Mwebcollage)
PLIST_SRC+= PLIST.webcollage
.else
Home |
Main Index |
Thread Index |
Old Index