pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 Fix installation path of application defaults file...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/934210eac1af
branches:  trunk
changeset: 505770:934210eac1af
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Jan 07 12:04:48 2006 +0000

description:
Fix installation path of application defaults file "XLock" which ended up
in "${X11BASE}/lib/X11/app-defaults" instead of
"${LOCALBASE}/lib/X11/app-defaults". Bump package revision after contents
of binary package has been corrected.

diffstat:

 x11/xlockmore-lite/Makefile   |  3 ++-
 x11/xlockmore/Makefile        |  3 ++-
 x11/xlockmore/Makefile.common |  3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 9cd700d9a4e1 -r 934210eac1af x11/xlockmore-lite/Makefile
--- a/x11/xlockmore-lite/Makefile       Sat Jan 07 11:28:35 2006 +0000
+++ b/x11/xlockmore-lite/Makefile       Sat Jan 07 12:04:48 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2005/12/05 20:51:20 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2006/01/07 12:04:48 tron Exp $
 
 .include "../../x11/xlockmore/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-lite-/}
+PKGREVISION=   1
 COMMENT=       "lite" version of xlockmore
 
 CONFIGURE_ARGS+=       --without-xpm
diff -r 9cd700d9a4e1 -r 934210eac1af x11/xlockmore/Makefile
--- a/x11/xlockmore/Makefile    Sat Jan 07 11:28:35 2006 +0000
+++ b/x11/xlockmore/Makefile    Sat Jan 07 12:04:48 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.67 2005/01/17 17:01:29 jlam Exp $
+# $NetBSD: Makefile,v 1.68 2006/01/07 12:04:48 tron Exp $
 
 .include "Makefile.common"
 
+PKGREVISION=   1
 COMMENT=       Like the XLock session-locker/screensaver, but with more
 
 CONFIGURE_ARGS+=       --with-mesagl
diff -r 9cd700d9a4e1 -r 934210eac1af x11/xlockmore/Makefile.common
--- a/x11/xlockmore/Makefile.common     Sat Jan 07 11:28:35 2006 +0000
+++ b/x11/xlockmore/Makefile.common     Sat Jan 07 12:04:48 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2005/12/05 23:55:24 rillig Exp $
+# $NetBSD: Makefile.common,v 1.39 2006/01/07 12:04:48 tron Exp $
 #
 # This Makefile.common is included by:
 #
@@ -58,6 +58,7 @@
 CONFIGURE_ARGS+=        --without-rplay
 CONFIGURE_ARGS+=        --without-nas
 CONFIGURE_ARGS+=        --without-gtk
+CONFIGURE_ARGS+=       --enable-appdefaultdir=${PREFIX}/lib/X11/app-defaults
 
 .if ${OPSYS} == "NetBSD"
 .if !empty(PKG_OPTIONS:Moss)



Home | Main Index | Thread Index | Old Index