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: wiz
Date: Sat Jul 21 06:15:58 UTC 2018
Modified Files:
pkgsrc/x11/xscreensaver: Makefile Makefile.common
Log Message:
xscreensaver: add some dependencies
Should fix image loading support.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/x11/xscreensaver/Makefile
cvs rdiff -u -r1.125 -r1.126 pkgsrc/x11/xscreensaver/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/xscreensaver/Makefile
diff -u pkgsrc/x11/xscreensaver/Makefile:1.112 pkgsrc/x11/xscreensaver/Makefile:1.113
--- pkgsrc/x11/xscreensaver/Makefile:1.112 Mon Jun 25 08:42:39 2018
+++ pkgsrc/x11/xscreensaver/Makefile Sat Jul 21 06:15:58 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.112 2018/06/25 08:42:39 wiz Exp $
+# $NetBSD: Makefile,v 1.113 2018/07/21 06:15:58 wiz Exp $
COMMENT= Screen saver and locker for the X window system
+PKGREVISION= 1
CONFLICTS+= xscreensaver-gnome<4.14
@@ -21,10 +22,12 @@ post-install:
${INSTALL_DATA} ${FILESDIR}/pam-xscreensaver-NetBSD \
${DESTDIR}${EGDIR}/pam.d/xscreensaver-NetBSD
+.include "../../graphics/png/buildlink3.mk"
.include "../../x11/libXScrnSaver/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXxf86misc/buildlink3.mk"
.include "../../x11/libXxf86vm/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/x11/xscreensaver/Makefile.common
diff -u pkgsrc/x11/xscreensaver/Makefile.common:1.125 pkgsrc/x11/xscreensaver/Makefile.common:1.126
--- pkgsrc/x11/xscreensaver/Makefile.common:1.125 Mon Jun 25 08:42:39 2018
+++ pkgsrc/x11/xscreensaver/Makefile.common Sat Jul 21 06:15:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.125 2018/06/25 08:42:39 wiz Exp $
+# $NetBSD: Makefile.common,v 1.126 2018/07/21 06:15:58 wiz Exp $
#
# used by x11/xscreensaver/Makefile
# used by x11/xscreensaver-demo/Makefile
@@ -15,7 +15,7 @@ BUILDLINK_API_DEPENDS.Xrandr+= Xrandr>=1
USE_PKGLOCALEDIR= yes
USE_X11= yes
-USE_TOOLS+= msgfmt perl
+USE_TOOLS+= msgfmt perl pkg-config
CHECK_PORTABILITY_SKIP+= OSX/fuzztest.sh
@@ -74,6 +74,7 @@ BUILD_DEPENDS+= bc-[0-9]*:../../math/bc
INSTALL_MAKE_FLAGS= install_prefix=${DESTDIR}
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index