[Midnightbsd-cvs] mports [16217] trunk/devel/dconf: use xz

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Apr 12 19:43:46 EDT 2014


Revision: 16217
          http://svnweb.midnightbsd.org/mports/?rev=16217
Author:   laffer1
Date:     2014-04-12 19:43:46 -0400 (Sat, 12 Apr 2014)
Log Message:
-----------
use xz

Modified Paths:
--------------
    trunk/devel/dconf/Makefile
    trunk/devel/dconf/pkg-plist

Modified: trunk/devel/dconf/Makefile
===================================================================
--- trunk/devel/dconf/Makefile	2014-04-12 23:41:42 UTC (rev 16216)
+++ trunk/devel/dconf/Makefile	2014-04-12 23:43:46 UTC (rev 16217)
@@ -2,7 +2,7 @@
 
 PORTNAME?=	dconf
 PORTVERSION=	0.14.1
-PORTREVISION=	1
+PORTREVISION?=	2
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DISTNAME=	dconf-${PORTVERSION}
@@ -18,8 +18,7 @@
 
 LIB_DEPENDS=	dbus-1:${PORTSDIR}/devel/dbus
 
-USE_XZ=		yes
-USES=		gettext gmake pathfix pkgconfig
+USES=		gettext gmake pathfix pkgconfig tar:xz
 USE_GNOME=	glib20 gnomehier intltool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
@@ -38,15 +37,13 @@
 CONFIGURE_ARGS+=--disable-editor
 .endif
 
-.if ${DCONF_SLAVE} == "no"
-MAN1=		dconf-editor.1 dconf-service.1 dconf.1
-MAN7=		dconf.7
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \
 		${WRKSRC}/engine/dconf-engine.c \
-		${WRKSRC}/bin/dconf-update.c
+		${WRKSRC}/engine/dconf-engine-profile.c \
+		${WRKSRC}/engine/dconf-engine-source-system.c \
+		${WRKSRC}/bin/dconf-update.c \
+		${WRKSRC}/tests/engine.c
 	@${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|g' \
 		${WRKSRC}/editor/dconf-model.c
 	@${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|g' \
@@ -56,10 +53,6 @@
 		${WRKSRC}/client/Makefile.in \
 		${WRKSRC}/editor/Makefile.in
 
-pre-build:
-#	${GMAKE} -C ${WRKSRC}/client dconf-client.c libdconf.so.0
-#	${GMAKE} -C ${WRKSRC}/dbus-1 dconf-dbus-1.c libdconf-dbus-1.so.0
-
 post-install:
 	-${LOCALBASE}/bin/gio-querymodules ${PREFIX}/lib/gio/modules
 	@${MKDIR} ${PREFIX}/etc/dconf/db

Modified: trunk/devel/dconf/pkg-plist
===================================================================
--- trunk/devel/dconf/pkg-plist	2014-04-12 23:41:42 UTC (rev 16216)
+++ trunk/devel/dconf/pkg-plist	2014-04-12 23:43:46 UTC (rev 16217)
@@ -12,6 +12,10 @@
 libdata/pkgconfig/dconf.pc
 libdata/pkgconfig/dconf-dbus-1.pc
 libexec/dconf-service
+man/man1/dconf-editor.1.gz
+man/man1/dconf-service.1.gz
+man/man1/dconf.1.gz
+man/man7/dconf.7.gz
 share/bash-completion/completions/dconf
 share/dbus-1/services/ca.desrt.dconf.service
 share/gtk-doc/html/dconf/dconf-DConfChangeset.html



More information about the Midnightbsd-cvs mailing list