diff options
author | obache <obache@pkgsrc.org> | 2010-11-20 01:36:49 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-11-20 01:36:49 +0000 |
commit | 663a420ef252ba74e246aeab6c01e787203b5af5 (patch) | |
tree | 1d39a9554c409a7aa45ce308cf128e61871cf993 /devel | |
parent | dbd88dfc84bb69f056511b2744f624aac66d016a (diff) | |
download | pkgsrc-663a420ef252ba74e246aeab6c01e787203b5af5.tar.gz |
Adjust dbus machine uuid path to dbus package.
Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib2/Makefile | 3 | ||||
-rw-r--r-- | devel/glib2/Makefile.common | 11 |
2 files changed, 12 insertions, 2 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index 693cd15598e..1b4fd69c8a1 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.176 2010/08/20 16:33:10 tez Exp $ +# $NetBSD: Makefile,v 1.177 2010/11/20 01:36:49 obache Exp $ .include "Makefile.common" +PKGREVISION= 1 CATEGORIES= devel COMMENT= Some useful routines for C programming (glib2) diff --git a/devel/glib2/Makefile.common b/devel/glib2/Makefile.common index ac0d971ecc5..4a2708ddacb 100644 --- a/devel/glib2/Makefile.common +++ b/devel/glib2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2010/11/15 14:36:03 drochner Exp $ +# $NetBSD: Makefile.common,v 1.6 2010/11/20 01:36:49 obache Exp $ # # used by devel/glib2/Makefile # used by sysutils/gio-fam/Makefile @@ -80,3 +80,12 @@ CONFIGURE_ARGS+= --disable-threads .else .include "../../mk/pthread.buildlink3.mk" .endif + +SUBST_CLASSES+= dbusdb +SUBST_MESSAGE.dbusdb= Adjust dbus machine uuid path to dbus package +SUBST_STAGE.dbusdb= post-patch +SUBST_FILES.dbusdb= gio/gdbusconnection.c +SUBST_FILES.dbusdb+= gio/gdbusprivate.c +SUBST_FILES.dbusdb+= po/glib20.pot +SUBST_FILES.dbusdb+= po/*.po +SUBST_SED.dbusdb= -e 's,/var/lib/dbus,${VARBASE}/db/dbus,g' |