diff options
Diffstat (limited to 'devel/gconf2')
-rw-r--r-- | devel/gconf2/Makefile | 41 | ||||
-rw-r--r-- | devel/gconf2/distinfo | 1 | ||||
-rw-r--r-- | devel/gconf2/files/patch-ab | 19 | ||||
-rw-r--r-- | devel/gconf2/files/patch-backends::bdb-backend.c | 17 | ||||
-rw-r--r-- | devel/gconf2/files/patch-configure | 32 | ||||
-rw-r--r-- | devel/gconf2/files/patch-ltmain.sh | 18 | ||||
-rw-r--r-- | devel/gconf2/pkg-comment | 1 | ||||
-rw-r--r-- | devel/gconf2/pkg-descr | 4 | ||||
-rw-r--r-- | devel/gconf2/pkg-plist | 67 |
9 files changed, 0 insertions, 200 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile deleted file mode 100644 index 48542d648542..000000000000 --- a/devel/gconf2/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: gconf -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gconf -PORTVERSION= 1.0.4 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/GConf -DISTNAME= GConf-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org - -LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \ - oaf.0:${PORTSDIR}/devel/oaf \ - db3.2:${PORTSDIR}/databases/db3 - -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOMELIBS= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - -post-install: - @if [ ! -f ${PREFIX}/etc/gconf/1/path ]; then \ - ${CP} -p ${PREFIX}/etc/gconf/1/path.example ${PREFIX}/etc/gconf/1/path ; \ - fi - -.include <bsd.port.mk> diff --git a/devel/gconf2/distinfo b/devel/gconf2/distinfo deleted file mode 100644 index a6edb3511d38..000000000000 --- a/devel/gconf2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (GConf-1.0.4.tar.gz) = 6eb7072552d8d9a02bdca38376f58863 diff --git a/devel/gconf2/files/patch-ab b/devel/gconf2/files/patch-ab deleted file mode 100644 index 032c7e5eab94..000000000000 --- a/devel/gconf2/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.in.orig Mon May 14 13:07:48 2001 -+++ Makefile.in Mon May 21 23:29:41 2001 -@@ -37,3 +37,3 @@ - pkgdatadir = $(datadir)/@PACKAGE@ --pkglibdir = $(libdir)/@PACKAGE@ -+pkglibdir = $(prefix)/libdata/pkgconfig - pkgincludedir = $(includedir)/@PACKAGE@ -@@ -144,3 +144,3 @@ - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(pkglibdir) - pkgconfig_DATA = gconf.pc gconfgtk.pc -@@ -476,4 +476,4 @@ - install-data-local: -- -mkdir -p $(DESTDIR)$(datadir)/aclocal -- $(INSTALL_DATA) gconf.m4 $(DESTDIR)$(datadir)/aclocal/gconf-$(MAJOR_VERSION).m4 -+ -mkdir -p $(DESTDIR)$(prefix)/share/aclocal -+ $(INSTALL_DATA) gconf.m4 $(DESTDIR)$(prefix)/share/aclocal/gconf-$(MAJOR_VERSION).m4 - @echo "**** NOTE ****" diff --git a/devel/gconf2/files/patch-backends::bdb-backend.c b/devel/gconf2/files/patch-backends::bdb-backend.c deleted file mode 100644 index bb839b4e4f52..000000000000 --- a/devel/gconf2/files/patch-backends::bdb-backend.c +++ /dev/null @@ -1,17 +0,0 @@ - -$FreeBSD$ - ---- backends/bdb-backend.c 2001/08/02 17:59:13 1.1 -+++ backends/bdb-backend.c 2001/08/02 18:03:23 -@@ -25,10 +25,9 @@ - #include <gconf/gconf-internals.h> - #include <gconf/gconf.h> - -+#include "config.h" - #include "bdb.h" - #include "dir-utils.h" -- --#include <db.h> - - #include <stdio.h> - #include <time.h> diff --git a/devel/gconf2/files/patch-configure b/devel/gconf2/files/patch-configure deleted file mode 100644 index c3381fcb8680..000000000000 --- a/devel/gconf2/files/patch-configure +++ /dev/null @@ -1,32 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Thu Aug 2 20:52:33 2001 -+++ configure Thu Aug 2 20:53:12 2001 -@@ -6497,14 +6497,14 @@ - BDB_LIBS= - BDB_CFLAGS= - --echo $ac_n "checking for db_env_create in -ldb-3""... $ac_c" 1>&6 --echo "configure:6502: checking for db_env_create in -ldb-3" >&5 -+echo $ac_n "checking for db_env_create in -ldb3""... $ac_c" 1>&6 -+echo "configure:6502: checking for db_env_create in -ldb3" >&5 - ac_lib_var=`echo db-3'_'db_env_create | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-ldb-3 $LIBS" -+LIBS="-ldb3 $LIBS" - cat > conftest.$ac_ext <<EOF - #line 6510 "configure" - #include "confdefs.h" -@@ -6532,7 +6532,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- BDB_LIBS=-ldb-3 -+ BDB_LIBS=-ldb3 - else - echo "$ac_t""no" 1>&6 - fi diff --git a/devel/gconf2/files/patch-ltmain.sh b/devel/gconf2/files/patch-ltmain.sh deleted file mode 100644 index 0c594216b0e1..000000000000 --- a/devel/gconf2/files/patch-ltmain.sh +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/07/23 09:45:58 1.1 -+++ ltmain.sh 2001/07/23 09:46:28 -@@ -4175,10 +4175,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/devel/gconf2/pkg-comment b/devel/gconf2/pkg-comment deleted file mode 100644 index a28ad7d9f0da..000000000000 --- a/devel/gconf2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A configuration database system for GNOME diff --git a/devel/gconf2/pkg-descr b/devel/gconf2/pkg-descr deleted file mode 100644 index 138c13870b2d..000000000000 --- a/devel/gconf2/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -GConf is a configuration database system for the GNOME desktop, -functionally similar to the Windows registry but lots better :-) - -WWW: http://www.gnome.org/ diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist deleted file mode 100644 index cd619d1a453d..000000000000 --- a/devel/gconf2/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -bin/gconf-config -bin/gconf-config-1 -bin/gconfd-1 -bin/gconftool -bin/gconftool-1 -etc/gconf/1/path -etc/gconf/schemas/desktop.schemas -include/gconf/1/gconf/gconf-changeset.h -include/gconf/1/gconf/gconf-client.h -include/gconf/1/gconf/gconf-engine.h -include/gconf/1/gconf/gconf-error.h -include/gconf/1/gconf/gconf-glib-public.h -include/gconf/1/gconf/gconf-listeners.h -include/gconf/1/gconf/gconf-schema.h -include/gconf/1/gconf/gconf-value.h -include/gconf/1/gconf/gconf.h -lib/GConf/1/libgconfbackend-bdb.a -lib/GConf/1/libgconfbackend-bdb.so -lib/GConf/1/libgconfbackend-xml.a -lib/GConf/1/libgconfbackend-xml.so -lib/libgconf-1.a -lib/libgconf-1.so -lib/libgconf-1.so.1 -lib/libgconf-gtk-1.a -lib/libgconf-gtk-1.so -lib/libgconf-gtk-1.so.1 -libdata/pkgconfig/gconf.pc -libdata/pkgconfig/gconfgtk.pc -share/aclocal/gconf-1.m4 -share/gnome/oaf/gconfd-1.oafinfo -share/locale/az/LC_MESSAGES/GConf.mo -share/locale/ca/LC_MESSAGES/GConf.mo -share/locale/cs/LC_MESSAGES/GConf.mo -share/locale/da/LC_MESSAGES/GConf.mo -share/locale/de/LC_MESSAGES/GConf.mo -share/locale/el/LC_MESSAGES/GConf.mo -share/locale/es/LC_MESSAGES/GConf.mo -share/locale/fi/LC_MESSAGES/GConf.mo -share/locale/fr/LC_MESSAGES/GConf.mo -share/locale/ga/LC_MESSAGES/GConf.mo -share/locale/hu/LC_MESSAGES/GConf.mo -share/locale/it/LC_MESSAGES/GConf.mo -share/locale/ja/LC_MESSAGES/GConf.mo -share/locale/ko/LC_MESSAGES/GConf.mo -share/locale/nl/LC_MESSAGES/GConf.mo -share/locale/nn/LC_MESSAGES/GConf.mo -share/locale/no/LC_MESSAGES/GConf.mo -share/locale/pt_BR/LC_MESSAGES/GConf.mo -share/locale/ru/LC_MESSAGES/GConf.mo -share/locale/sk/LC_MESSAGES/GConf.mo -share/locale/sl/LC_MESSAGES/GConf.mo -share/locale/sv/LC_MESSAGES/GConf.mo -share/locale/tr/LC_MESSAGES/GConf.mo -share/locale/uk/LC_MESSAGES/GConf.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/GConf.mo -@dirrm share/gnome/gconf/1 -@dirrm share/gnome/gconf -@dirrm lib/GConf/1 -@dirrm lib/GConf -@dirrm include/gconf/1/gconf -@dirrm include/gconf/1 -@dirrm include/gconf -@dirrm etc/gconf/schemas -@dirrm etc/gconf/gconf.xml.mandatory -@dirrm etc/gconf/gconf.xml.defaults -@dirrm etc/gconf/1 -@dirrm etc/gconf |