summaryrefslogtreecommitdiffstats
path: root/devel/gconf2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-02-20 06:20:25 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-02-20 06:20:25 +0800
commit52eb0c363dbd39ca18828556aa6e06a0f55cdad1 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /devel/gconf2
parent02ae0012100b6d06fd4310bcc5e44198eaf8930e (diff)
downloadmarcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.gz
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.bz2
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.lz
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.xz
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.zst
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.zip
Remove the GNOME 2.1 ports. These have been merged into FreeBSD CVS
as GNOME 2.2....next up, GNOME 2.3. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@538 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2')
-rw-r--r--devel/gconf2/Makefile46
-rw-r--r--devel/gconf2/distinfo1
-rw-r--r--devel/gconf2/files/patch-ab11
-rw-r--r--devel/gconf2/files/patch-backends::bdb-backend.c17
-rw-r--r--devel/gconf2/files/patch-configure22
-rw-r--r--devel/gconf2/files/patch-gconf::gconf-internals.c15
-rw-r--r--devel/gconf2/pkg-comment1
-rw-r--r--devel/gconf2/pkg-descr4
-rw-r--r--devel/gconf2/pkg-plist94
9 files changed, 0 insertions, 211 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile
deleted file mode 100644
index f47d5186f..000000000
--- a/devel/gconf2/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: gconf2
-# Date created: 28th June 2000
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gconf2
-PORTVERSION= 2.2.0
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/GConf/2.2
-DISTNAME= GConf-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-
-LIB_DEPENDS= ORBit-2.0:${PORTSDIR}/devel/ORBit2 \
- xml2.5:${PORTSDIR}/textproc/libxml2 \
- gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-USE_REINPLACE= yes
-USE_GNOMENG= yes
-USE_GNOME= gnomehack gnomehier
-INSTALLS_SHLIB= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-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 <bsd.port.mk>
diff --git a/devel/gconf2/distinfo b/devel/gconf2/distinfo
deleted file mode 100644
index 790114ae0..000000000
--- a/devel/gconf2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome2/GConf-2.2.0.tar.bz2) = 07ed2f6c583d5664cd728787cf59219b
diff --git a/devel/gconf2/files/patch-ab b/devel/gconf2/files/patch-ab
deleted file mode 100644
index 6f25900e7..000000000
--- a/devel/gconf2/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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-backends::bdb-backend.c b/devel/gconf2/files/patch-backends::bdb-backend.c
deleted file mode 100644
index 9c7fa1e3f..000000000
--- a/devel/gconf2/files/patch-backends::bdb-backend.c
+++ /dev/null
@@ -1,17 +0,0 @@
-
-$FreeBSD$
-
---- backends/bdb-backend.c 2002/02/15 19:10:46 1.1
-+++ backends/bdb-backend.c 2002/02/15 19:11:25
-@@ -29,10 +29,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 b4a36bc49..000000000
--- a/devel/gconf2/files/patch-configure
+++ /dev/null
@@ -1,22 +0,0 @@
-
-$FreeBSD$
-
---- 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'
-@@ -7513,7 +7514,7 @@
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-
-- for db3libs in "-ldb-3.3" "-ldb-3.2" "-ldb-3.1" "-ldb-3"; do
-+ for db3libs in "-ldb-3.3" "-ldb-3.2" "-ldb-3.1" "-ldb-3" "-ldb3"; do
- if test "x${with_db3_libs}" != "x"; then
- LIBS="$LIBS -L$with_db3_libs $db3libs"
- else
diff --git a/devel/gconf2/files/patch-gconf::gconf-internals.c b/devel/gconf2/files/patch-gconf::gconf-internals.c
deleted file mode 100644
index cc04f6913..000000000
--- a/devel/gconf2/files/patch-gconf::gconf-internals.c
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$FreeBSD$
-
---- 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 <string.h>
- #include <sys/stat.h>
- #include <sys/types.h>
-+#include <sys/socket.h>
-+#include <netinet/in.h>
-+#include <arpa/inet.h>
- #include <unistd.h>
- #include <stdlib.h>
- #include <stdio.h>
diff --git a/devel/gconf2/pkg-comment b/devel/gconf2/pkg-comment
deleted file mode 100644
index a28ad7d9f..000000000
--- 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 c4f8b27a2..000000000
--- 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/projects/gconf/
diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist
deleted file mode 100644
index dc75fdb1d..000000000
--- a/devel/gconf2/pkg-plist
+++ /dev/null
@@ -1,94 +0,0 @@
-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/index.html
-share/doc/gconf/index.sgml
-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/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/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/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