From f0f126c74fcbc258db4e44b10c20a64622e4e0ad Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 11 Apr 2003 23:21:11 +0000 Subject: Add gconf2-2.3.x. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@567 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/gconf2/Makefile | 41 +++++++++ devel/gconf2/distinfo | 1 + devel/gconf2/files/patch-ab | 11 +++ devel/gconf2/files/patch-configure | 13 +++ devel/gconf2/files/patch-gconf::gconf-internals.c | 15 ++++ devel/gconf2/pkg-descr | 4 + devel/gconf2/pkg-plist | 101 ++++++++++++++++++++++ 7 files changed, 186 insertions(+) create mode 100644 devel/gconf2/Makefile create mode 100644 devel/gconf2/distinfo create mode 100644 devel/gconf2/files/patch-ab create mode 100644 devel/gconf2/files/patch-configure create mode 100644 devel/gconf2/files/patch-gconf::gconf-internals.c create mode 100644 devel/gconf2/pkg-descr create mode 100644 devel/gconf2/pkg-plist (limited to 'devel') diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile new file mode 100644 index 000000000..14906290c --- /dev/null +++ b/devel/gconf2/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: gconf2 +# Date created: 28th June 2000 +# Whom: Ade Lovett +# +# $FreeBSD: ports/devel/gconf2/Makefile,v 1.47 2003/03/07 06:00:20 ade Exp $ +# + +PORTNAME= gconf2 +PORTVERSION= 2.3.1 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/GConf/2.3 +DISTNAME= GConf-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A configuration database system for GNOME + +USE_BZIP2= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_REINPLACE= yes +USE_GNOME= gnomehack gnomehier orbit2 gtk20 libxml2 +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \ + ${WRKSRC}/po/Makefile.in.in + +post-install: + @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults/apps + @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults/schemas/apps + @${MKDIR} ${PREFIX}/etc/gconf/schemas + +.include diff --git a/devel/gconf2/distinfo b/devel/gconf2/distinfo new file mode 100644 index 000000000..cb075b141 --- /dev/null +++ b/devel/gconf2/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/GConf-2.3.1.tar.bz2) = 8242d3a5997870621b6adad2dd638210 diff --git a/devel/gconf2/files/patch-ab b/devel/gconf2/files/patch-ab new file mode 100644 index 000000000..6f25900e7 --- /dev/null +++ b/devel/gconf2/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Aug 4 22:38:39 2002 ++++ Makefile.in Sun Aug 4 22:39:52 2002 +@@ -35,7 +35,7 @@ + DESTDIR = + + pkgdatadir = $(datadir)/@PACKAGE@ +-pkglibdir = $(libdir)/@PACKAGE@ ++pkglibdir = $(prefix)/libdata/pkgconfig + pkgincludedir = $(includedir)/@PACKAGE@ + + top_builddir = . diff --git a/devel/gconf2/files/patch-configure b/devel/gconf2/files/patch-configure new file mode 100644 index 000000000..f1195405d --- /dev/null +++ b/devel/gconf2/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD: ports/devel/gconf2/files/patch-configure,v 1.7 2003/02/07 18:42:02 marcus Exp $ + +--- configure.orig Fri Apr 26 12:18:08 2002 ++++ configure Fri Apr 26 12:18:36 2002 +@@ -6797,6 +6797,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/devel/gconf2/files/patch-gconf::gconf-internals.c b/devel/gconf2/files/patch-gconf::gconf-internals.c new file mode 100644 index 000000000..c0aec0804 --- /dev/null +++ b/devel/gconf2/files/patch-gconf::gconf-internals.c @@ -0,0 +1,15 @@ + +$FreeBSD: ports/devel/gconf2/files/patch-gconf::gconf-internals.c,v 1.3 2003/02/07 18:42:02 marcus Exp $ + +--- gconf/gconf-internals.c 2002/02/15 19:13:07 1.1 ++++ gconf/gconf-internals.c 2002/02/15 19:13:32 +@@ -26,6 +26,9 @@ + #include + #include + #include ++#include ++#include ++#include + #include + #include + #include diff --git a/devel/gconf2/pkg-descr b/devel/gconf2/pkg-descr new file mode 100644 index 000000000..c4f8b27a2 --- /dev/null +++ b/devel/gconf2/pkg-descr @@ -0,0 +1,4 @@ +GConf is a configuration database system for the GNOME desktop, +functionally similar to the Windows registry but lots better :-) + +WWW: http://www.gnome.org/projects/gconf/ diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist new file mode 100644 index 000000000..20d7e9048 --- /dev/null +++ b/devel/gconf2/pkg-plist @@ -0,0 +1,101 @@ +bin/gconftool-2 +etc/gconf/2/path +include/gconf/2/gconf/gconf-changeset.h +include/gconf/2/gconf/gconf-client.h +include/gconf/2/gconf/gconf-engine.h +include/gconf/2/gconf/gconf-enum-types.h +include/gconf/2/gconf/gconf-error.h +include/gconf/2/gconf/gconf-listeners.h +include/gconf/2/gconf/gconf-schema.h +include/gconf/2/gconf/gconf-value.h +include/gconf/2/gconf/gconf.h +lib/GConf/2/libgconfbackend-xml.so +lib/libgconf-2.a +lib/libgconf-2.so +lib/libgconf-2.so.5 +libdata/pkgconfig/gconf-2.0.pc +libexec/gconf-sanity-check-2 +libexec/gconfd-2 +share/aclocal/gconf-2.m4 +share/doc/gconf/c120.html +share/doc/gconf/c21.html +share/doc/gconf/c381.html +share/doc/gconf/c490.html +share/doc/gconf/conventions.html +share/doc/gconf/gconf-client-reference.html +share/doc/gconf/gconf-client.html +share/doc/gconf/gconf-gconf-backend.html +share/doc/gconf/gconf-gconf-changeset.html +share/doc/gconf/gconf-gconf-engine.html +share/doc/gconf/gconf-gconf-error.html +share/doc/gconf/gconf-gconf-internals.html +share/doc/gconf/gconf-gconf-listeners.html +share/doc/gconf/gconf-gconf-locale.html +share/doc/gconf/gconf-gconf-schema.html +share/doc/gconf/gconf-gconf-sources.html +share/doc/gconf/gconf-gconf-value.html +share/doc/gconf/gconf-gconf.html +share/doc/gconf/gconf-internals-reference.html +share/doc/gconf/gconf-reference.html +share/doc/gconf/gconfclient.html +share/doc/gconf/gconftool.html +share/doc/gconf/home.png +share/doc/gconf/index.html +share/doc/gconf/index.sgml +share/doc/gconf/left.png +share/doc/gconf/right.png +share/doc/gconf/up.png +share/doc/gconf/x184.html +share/doc/gconf/x236.html +share/doc/gconf/x289.html +share/doc/gconf/x42.html +share/doc/gconf/x462.html +share/doc/gconf/x485.html +share/locale/ar/LC_MESSAGES/GConf2.mo +share/locale/az/LC_MESSAGES/GConf2.mo +share/locale/be/LC_MESSAGES/GConf2.mo +share/locale/bg/LC_MESSAGES/GConf2.mo +share/locale/ca/LC_MESSAGES/GConf2.mo +share/locale/cs/LC_MESSAGES/GConf2.mo +share/locale/da/LC_MESSAGES/GConf2.mo +share/locale/de/LC_MESSAGES/GConf2.mo +share/locale/el/LC_MESSAGES/GConf2.mo +share/locale/es/LC_MESSAGES/GConf2.mo +share/locale/eu/LC_MESSAGES/GConf2.mo +share/locale/fa/LC_MESSAGES/GConf2.mo +share/locale/fi/LC_MESSAGES/GConf2.mo +share/locale/fr/LC_MESSAGES/GConf2.mo +share/locale/ga/LC_MESSAGES/GConf2.mo +share/locale/gl/LC_MESSAGES/GConf2.mo +share/locale/hu/LC_MESSAGES/GConf2.mo +share/locale/it/LC_MESSAGES/GConf2.mo +share/locale/ja/LC_MESSAGES/GConf2.mo +share/locale/ko/LC_MESSAGES/GConf2.mo +share/locale/lv/LC_MESSAGES/GConf2.mo +share/locale/mn/LC_MESSAGES/GConf2.mo +share/locale/ms/LC_MESSAGES/GConf2.mo +share/locale/nl/LC_MESSAGES/GConf2.mo +share/locale/nn/LC_MESSAGES/GConf2.mo +share/locale/no/LC_MESSAGES/GConf2.mo +share/locale/pl/LC_MESSAGES/GConf2.mo +share/locale/pt/LC_MESSAGES/GConf2.mo +share/locale/pt_BR/LC_MESSAGES/GConf2.mo +share/locale/ro/LC_MESSAGES/GConf2.mo +share/locale/ru/LC_MESSAGES/GConf2.mo +share/locale/sk/LC_MESSAGES/GConf2.mo +share/locale/sl/LC_MESSAGES/GConf2.mo +share/locale/sv/LC_MESSAGES/GConf2.mo +share/locale/tr/LC_MESSAGES/GConf2.mo +share/locale/uk/LC_MESSAGES/GConf2.mo +share/locale/vi/LC_MESSAGES/GConf2.mo +share/locale/yi/LC_MESSAGES/GConf2.mo +share/locale/zh_CN/LC_MESSAGES/GConf2.mo +share/locale/zh_TW/LC_MESSAGES/GConf2.mo +share/sgml/gconf/gconf-1.0.dtd +@dirrm share/sgml/gconf +@dirrm share/doc/gconf +@dirrm lib/GConf/2 +@dirrm include/gconf/2/gconf +@dirrm include/gconf/2 +@dirrm etc/gconf/2 +@unexec /bin/rmdir %D/share/sgml 2>/dev/null || /usr/bin/true -- cgit v1.2.3