diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dconf/Makefile | 8 | ||||
-rw-r--r-- | devel/dconf/distinfo | 6 | ||||
-rw-r--r-- | devel/dconf/files/patch-bin_Makefile.in | 11 | ||||
-rw-r--r-- | devel/dconf/files/patch-client_Makefile.in | 11 | ||||
-rw-r--r-- | devel/dconf/files/patch-tests_Makefile.in | 11 | ||||
-rw-r--r-- | devel/dconf/pkg-plist | 20 |
6 files changed, 27 insertions, 40 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index 867090e18..3a4edbcf2 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -3,11 +3,11 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/dconf/Makefile,v 1.1 2010/05/28 22:45:39 kwm Exp $ +# $MCom: ports/devel/dconf/Makefile,v 1.2 2010/05/29 09:54:18 kwm Exp $ # PORTNAME= dconf -PORTVERSION= 0.3.1 +PORTVERSION= 0.4 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -15,17 +15,17 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= A configuration database system for GNOME +BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection + USE_BZIP2= yes USE_GMAKE= yes #USE_GETTEXT= yes USE_GNOME= gnomehack glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes -#USE_AUTOTOOLS= libtool:22 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -#MAN1= gconftool-2.1 post-install: -${PREFIX}/bin/gio-querymodules ${PREFIX}/lib/gio/modules diff --git a/devel/dconf/distinfo b/devel/dconf/distinfo index a55f09c7b..75a56dc2e 100644 --- a/devel/dconf/distinfo +++ b/devel/dconf/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome3/dconf-0.3.1.tar.bz2) = 73f93caf4fffa7b7f129a2a42f596224 -SHA256 (gnome3/dconf-0.3.1.tar.bz2) = eddc9c4b007386b0979361393a467e92d3bd8ff6569712b9e7841c98d205b3e1 -SIZE (gnome3/dconf-0.3.1.tar.bz2) = 263351 +MD5 (gnome3/dconf-0.4.tar.bz2) = 61f4a82b6f6a3c6ae2205eff347874c2 +SHA256 (gnome3/dconf-0.4.tar.bz2) = 9812a3401ce31a2b083aaf963b6600b528975c61b7292c6d40346f5f4bf76d28 +SIZE (gnome3/dconf-0.4.tar.bz2) = 286228 diff --git a/devel/dconf/files/patch-bin_Makefile.in b/devel/dconf/files/patch-bin_Makefile.in deleted file mode 100644 index d9686200f..000000000 --- a/devel/dconf/files/patch-bin_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- bin/Makefile.in.orig 2010-05-29 00:02:28.000000000 +0200 -+++ bin/Makefile.in 2010-05-29 00:03:32.000000000 +0200 -@@ -204,7 +204,7 @@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - AM_CFLAGS = -std=c89 -Wall -Wmissing-prototypes -Wwrite-strings --INCLUDES = -I$(top_srcdir)/{common,engine,client} $(gio_CFLAGS) -+INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/engine -I$(top_srcdir)/client $(gio_CFLAGS) - dconf_LDADD = ../client/libdconf.la - all: all-am - diff --git a/devel/dconf/files/patch-client_Makefile.in b/devel/dconf/files/patch-client_Makefile.in deleted file mode 100644 index 343eebb39..000000000 --- a/devel/dconf/files/patch-client_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- client/Makefile.in.orig 2010-05-28 23:50:30.000000000 +0200 -+++ client/Makefile.in 2010-05-28 23:51:00.000000000 +0200 -@@ -232,7 +232,7 @@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - AM_CFLAGS = -std=c89 -Wall -Wmissing-prototypes -Wwrite-strings --INCLUDES = -I$(top_srcdir)/{common,gvdb,engine} $(gio_CFLAGS) -+INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/gvdb -I$(top_srcdir)/engine $(gio_CFLAGS) - lib_LTLIBRARIES = libdconf.la - dconfinclude_HEADERS = \ - dconf-client.h \ diff --git a/devel/dconf/files/patch-tests_Makefile.in b/devel/dconf/files/patch-tests_Makefile.in deleted file mode 100644 index ae8c4698a..000000000 --- a/devel/dconf/files/patch-tests_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- tests/Makefile.in.orig 2010-05-28 23:48:23.000000000 +0200 -+++ tests/Makefile.in 2010-05-28 23:49:04.000000000 +0200 -@@ -204,7 +204,7 @@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - AM_CFLAGS = -std=c89 -Wall -Wmissing-prototypes -Wwrite-strings --INCLUDES = -I$(top_srcdir)/{common,engine,client} $(gio_CFLAGS) -+INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/engine -I$(top_srcdir)/client $(gio_CFLAGS) - paths_LDADD = $(gio_LIBS) - paths_SOURCES = \ - ../common/dconf-paths.c \ diff --git a/devel/dconf/pkg-plist b/devel/dconf/pkg-plist index 94398efe7..6e94f95ec 100644 --- a/devel/dconf/pkg-plist +++ b/devel/dconf/pkg-plist @@ -6,6 +6,7 @@ include/dconf/dconf-readtype.h include/dconf/dconf-resetlist.h include/dconf/dconf.h lib/gio/modules/libdconfsettings.so +lib/girepository-1.0/dconf-0.3.typelib lib/libdconf.a lib/libdconf.la lib/libdconf.so @@ -14,6 +15,25 @@ libdata/pkgconfig/dconf.pc libexec/dconf-service share/dbus-1/services/ca.desrt.dconf.service share/dbus-1/system-services/ca.desrt.dconf.service +share/gir-1.0/dconf-0.3.gir +share/gtk-doc/html/dconf/annotation-glossary.html +share/gtk-doc/html/dconf/api-index-full.html +share/gtk-doc/html/dconf/ch01.html +share/gtk-doc/html/dconf/dconf-dconf-client.html +share/gtk-doc/html/dconf/dconf-paths.html +share/gtk-doc/html/dconf/dconf.devhelp +share/gtk-doc/html/dconf/dconf.devhelp2 +share/gtk-doc/html/dconf/home.png +share/gtk-doc/html/dconf/index.html +share/gtk-doc/html/dconf/index.sgml +share/gtk-doc/html/dconf/left.png +share/gtk-doc/html/dconf/object-tree.html +share/gtk-doc/html/dconf/right.png +share/gtk-doc/html/dconf/style.css +share/gtk-doc/html/dconf/up.png +@dirrm share/gtk-doc/html/dconf +@dirrmtry share/gtk-doc/html +@dirrmtry share/gtk-doc @dirrm include/dconf @exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true @unexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true |