pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 Set sysconfdir for qt* packages.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a651f97c1c3
branches:  trunk
changeset: 652198:9a651f97c1c3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 27 21:36:02 2015 +0000

description:
Set sysconfdir for qt* packages.
>From Kamil Rytarowski on tech-pkg.
Bump PKGREVISION.

diffstat:

 x11/qt4-libs/Makefile        |  4 ++--
 x11/qt4-libs/Makefile.common |  3 ++-
 x11/qt5-qtbase/Makefile      |  5 +++--
 3 files changed, 7 insertions(+), 5 deletions(-)

diffs (52 lines):

diff -r 841532017257 -r 9a651f97c1c3 x11/qt4-libs/Makefile
--- a/x11/qt4-libs/Makefile     Wed May 27 20:46:34 2015 +0000
+++ b/x11/qt4-libs/Makefile     Wed May 27 21:36:02 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.104 2015/04/25 14:25:16 tnn Exp $
+# $NetBSD: Makefile,v 1.105 2015/05/27 21:36:02 wiz Exp $
 
 PKGNAME=       qt4-libs-${QTVERSION}
-PKGREVISION=   5
+PKGREVISION=   6
 COMMENT=       C++ X GUI toolkit
 
 .include "../../x11/qt4-libs/Makefile.common"
diff -r 841532017257 -r 9a651f97c1c3 x11/qt4-libs/Makefile.common
--- a/x11/qt4-libs/Makefile.common      Wed May 27 20:46:34 2015 +0000
+++ b/x11/qt4-libs/Makefile.common      Wed May 27 21:36:02 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2014/08/28 10:58:19 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.39 2015/05/27 21:36:02 wiz Exp $
 # used by x11/qt4-docs/Makefile
 # used by x11/qt4-libs/Makefile
 # used by x11/qt4-mng/Makefile
@@ -37,6 +37,7 @@
 CONFIGURE_ARGS+=       -prefix "${QTPREFIX}"
 CONFIGURE_ARGS+=       ${CFLAGS:M-I*} ${LDFLAGS:M-L*} ${LDFLAGS:M-l*}
 CONFIGURE_ARGS+=       -opensource -confirm-license
+CONFIGURE_ARGS+=       -sysconfdir "${PKG_SYSCONFDIR}/xdg"
 OPSYSVARS+=            CONFIGURE_ARGS
 
 .include "../../mk/bsd.prefs.mk"
diff -r 841532017257 -r 9a651f97c1c3 x11/qt5-qtbase/Makefile
--- a/x11/qt5-qtbase/Makefile   Wed May 27 20:46:34 2015 +0000
+++ b/x11/qt5-qtbase/Makefile   Wed May 27 21:36:02 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2015/04/27 10:38:04 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2015/05/27 21:36:02 wiz Exp $
 
 DISTNAME=      qtbase-opensource-src-${QTVERSION}
 PKGNAME=       qt5-qtbase-${QTVERSION}
-PKGREVISION=   3
+PKGREVISION=   4
 COMMENT=       C++ X GUI toolkit
 
 .include "../../x11/qt5-qtbase/Makefile.common"
@@ -17,6 +17,7 @@
 CONFIGURE_ARGS+=       -prefix "${QTPREFIX}"
 CONFIGURE_ARGS+=       ${CFLAGS:M-I*} ${LDFLAGS:M-L*} ${LDFLAGS:M-l*}
 CONFIGURE_ARGS+=       -opensource -confirm-license
+CONFIGURE_ARGS+=       -sysconfdir "${PKG_SYSCONFDIR}/xdg"
 CONFIGURE_ARGS+=       -accessibility
 CONFIGURE_ARGS+=       -fontconfig
 CONFIGURE_ARGS+=       -icu



Home | Main Index | Thread Index | Old Index