pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/dconf



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Jul 10 10:51:29 UTC 2019

Modified Files:
        pkgsrc/devel/dconf: Makefile

Log Message:
dconf: PKGREVISION bump for sysconfdir fix in py-meson/build.mk

also remove no longer used SUBST for /etc -> ${PKG_SYSCONFDIR}


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/dconf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/dconf/Makefile
diff -u pkgsrc/devel/dconf/Makefile:1.49 pkgsrc/devel/dconf/Makefile:1.50
--- pkgsrc/devel/dconf/Makefile:1.49    Thu Apr 25 07:32:44 2019
+++ pkgsrc/devel/dconf/Makefile Wed Jul 10 10:51:29 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2019/04/25 07:32:44 maya Exp $
+# $NetBSD: Makefile,v 1.50 2019/07/10 10:51:29 markd Exp $
 
 DISTNAME=      dconf-0.30.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/dconf/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -20,15 +20,6 @@ USE_TOOLS+=  pkg-config gmake
 
 REPLACE_PYTHON+=       *.py
 
-SUBST_CLASSES+=                sysdir
-SUBST_MESSAGE.sysdir=  Fixes hard-coded dconf database directory name
-SUBST_STAGE.sysdir=    post-configure
-SUBST_FILES.sysdir+=   engine/dconf-engine-source-system.c
-SUBST_FILES.sysdir+=   engine/dconf-engine-profile.c
-SUBST_FILES.sysdir+=   tests/engine.c
-SUBST_FILES.sysdir+=   bin/dconf-update.vala
-SUBST_SED.sysdir=      -e s,/etc,${PKG_SYSCONFDIR},g
-
 # gtk-doc wants to run dconf-scan, but that does not find its library libdconf.so.1
 # https://bugzilla.gnome.org/show_bug.cgi?id=795348
 #MESON_ARGS+=          -D enable-gtk-doc=true



Home | Main Index | Thread Index | Old Index