pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xscreensaver
Module Name: pkgsrc
Committed By: youri
Date: Sat Jun 9 03:51:02 UTC 2018
Modified Files:
pkgsrc/x11/xscreensaver: Makefile.common options.mk
Added Files:
pkgsrc/x11/xscreensaver: PLIST.Darwin
Log Message:
Fix installation on Darwin.
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 pkgsrc/x11/xscreensaver/Makefile.common
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/xscreensaver/PLIST.Darwin
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/xscreensaver/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xscreensaver/Makefile.common
diff -u pkgsrc/x11/xscreensaver/Makefile.common:1.123 pkgsrc/x11/xscreensaver/Makefile.common:1.124
--- pkgsrc/x11/xscreensaver/Makefile.common:1.123 Tue Sep 26 10:27:23 2017
+++ pkgsrc/x11/xscreensaver/Makefile.common Sat Jun 9 03:51:02 2018
@@ -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 @@ CONFIGURE_ARGS+= --without-kerberos
. endif
.endif
+.if ${OPSYS} == "Darwin"
+PLIST_SRC+= PLIST.Darwin
+.endif
+
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc*)
CFLAGS+= -fno-strict-aliasing
Index: pkgsrc/x11/xscreensaver/options.mk
diff -u pkgsrc/x11/xscreensaver/options.mk:1.9 pkgsrc/x11/xscreensaver/options.mk:1.10
--- pkgsrc/x11/xscreensaver/options.mk:1.9 Sat Jan 24 06:09:13 2015
+++ pkgsrc/x11/xscreensaver/options.mk Sat Jun 9 03:51:02 2018
@@ -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-pam
#CONFIGURE_ARGS+= --without-shadow
.endif
-PLIST_SRC= PLIST
+PLIST_SRC+= PLIST
.if !empty(PKG_OPTIONS:Mwebcollage)
PLIST_SRC+= PLIST.webcollage
.else
Added files:
Index: pkgsrc/x11/xscreensaver/PLIST.Darwin
diff -u /dev/null pkgsrc/x11/xscreensaver/PLIST.Darwin:1.1
--- /dev/null Sat Jun 9 03:51:02 2018
+++ pkgsrc/x11/xscreensaver/PLIST.Darwin Sat Jun 9 03:51:02 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index