aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-07 14:28:52 +0800
committerbapt <bapt@FreeBSD.org>2013-10-07 14:28:52 +0800
commit685923a1f3401d7e220127bdb147c25f7429ded5 (patch)
tree9ef3c1d0b243b266742e4ad82abbb89600b5d509 /devel
parent77585370f938c4bd472b8851e21ca99eb60bd71e (diff)
downloadfreebsd-ports-gnome-685923a1f3401d7e220127bdb147c25f7429ded5.tar.gz
freebsd-ports-gnome-685923a1f3401d7e220127bdb147c25f7429ded5.tar.zst
freebsd-ports-gnome-685923a1f3401d7e220127bdb147c25f7429ded5.zip
Remove bonobo,oaf (component of the EOLed gnome1) not used by anything anymore.
Approved by: gnome (implicit)
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile2
-rw-r--r--devel/bonobo/Makefile30
-rw-r--r--devel/bonobo/distinfo2
-rw-r--r--devel/bonobo/files/patch-ab15
-rw-r--r--devel/bonobo/files/patch-ad12
-rw-r--r--devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in23
-rw-r--r--devel/bonobo/files/patch-ltmain.sh41
-rw-r--r--devel/bonobo/files/patch-monikers::Makefile.in11
-rw-r--r--devel/bonobo/files/patch-po::Makefile.in.in14
-rw-r--r--devel/bonobo/files/patch-storage-modules::Makefile.in12
-rw-r--r--devel/bonobo/pkg-descr9
-rw-r--r--devel/bonobo/pkg-plist254
-rw-r--r--devel/oaf/Makefile32
-rw-r--r--devel/oaf/distinfo2
-rw-r--r--devel/oaf/files/patch-aa14
-rw-r--r--devel/oaf/files/patch-configure14
-rw-r--r--devel/oaf/files/patch-liboaf::oaf-fork-server.c14
-rw-r--r--devel/oaf/files/patch-ltmain.sh28
-rw-r--r--devel/oaf/pkg-descr6
-rw-r--r--devel/oaf/pkg-plist66
20 files changed, 0 insertions, 601 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 0e4c0be383a2..65dbb9966128 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -134,7 +134,6 @@
SUBDIR += boehm-gc
SUBDIR += boehm-gc-redirect
SUBDIR += boehm-gc-threaded
- SUBDIR += bonobo
SUBDIR += boost-all
SUBDIR += boost-docs
SUBDIR += boost-jam
@@ -1290,7 +1289,6 @@
SUBDIR += npth
SUBDIR += nspr
SUBDIR += nxt-python
- SUBDIR += oaf
SUBDIR += obby
SUBDIR += obfuscatejs
SUBDIR += ocaml-annexlib
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile
deleted file mode 100644
index c62ffa0ad0dc..000000000000
--- a/devel/bonobo/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Ade Lovett <ade@lovett.com>
-# $FreeBSD$
-# $MCom: ports/devel/bonobo/Makefile,v 1.5 2007/05/19 21:36:04 marcus Exp $
-
-PORTNAME= bonobo
-PORTVERSION= 1.0.22
-PORTREVISION= 12
-CATEGORIES= devel gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= The component and compound document system for GNOME
-
-USE_BZIP2= yes
-USE_GNOME= gnomehack gnomeprefix oaf gnomehier gnomeprint
-USES= gettext gmake perl5
-GNOME_HTML_DIR= ${PREFIX}/share/doc/bonobo
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
-CPPFLAGS+= -I${LOCALBASE}/include
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
- ${WRKSRC}/configure \
- ${WRKSRC}/libefs/configure
-
-.include <bsd.port.mk>
diff --git a/devel/bonobo/distinfo b/devel/bonobo/distinfo
deleted file mode 100644
index 285265c35f79..000000000000
--- a/devel/bonobo/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome/bonobo-1.0.22.tar.bz2) = 02f02653c5ecf9a0f39df33b21087070ba6768a3147fcca10589950dfc778584
-SIZE (gnome/bonobo-1.0.22.tar.bz2) = 1186349
diff --git a/devel/bonobo/files/patch-ab b/devel/bonobo/files/patch-ab
deleted file mode 100644
index 7b67117ddb67..000000000000
--- a/devel/bonobo/files/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile.in.orig Tue Oct 8 01:30:21 2002
-+++ Makefile.in Tue Oct 8 01:32:12 2002
-@@ -174,10 +174,10 @@
- monikers \
- components samples \
- gshell \
-- tests doc po
-+ doc po
-
-
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = bonoboConf.sh bonoboxConf.sh bonobox_printConf.sh
-
- bonoboincludedir = $(includedir)/gnome-1.0
diff --git a/devel/bonobo/files/patch-ad b/devel/bonobo/files/patch-ad
deleted file mode 100644
index 60a694acefcb..000000000000
--- a/devel/bonobo/files/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
---- libefs/libefs-config.in.orig Tue Oct 10 18:36:09 2000
-+++ libefs/libefs-config.in Mon Oct 16 11:20:38 2000
-@@ -55,3 +55,3 @@
- --cflags)
-- echo -I@includedir@
-+ echo -I@includedir@ @GLIB_CFLAGS@
- ;;
-@@ -59,3 +59,3 @@
- --libs)
-- echo -L@libdir@ -lefs -lglib -lz @CRYPTLIB@
-+ echo -L@libdir@ -lefs @GLIB_LIBS@ -lz @CRYPTLIB@
- ;;
diff --git a/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in b/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in
deleted file mode 100644
index 36eac4b5a92a..000000000000
--- a/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- components/audio-ulaw/doc/C/Makefile.in 2002/05/01 01:17:50 1.1
-+++ components/audio-ulaw/doc/C/Makefile.in 2002/05/02 14:07:25
-@@ -168,7 +168,7 @@
- cxxflags_set = @cxxflags_set@
- l = @l@
-
--audio_ulaw_helpdir = $(datadir)/gnome/bonobo/docs/audio_ulaw/C
-+audio_ulaw_helpdir = $(datadir)/gnome/help/bonobo/audio_ulaw/C
-
- #
- # Module configuration information
-@@ -288,7 +288,7 @@
- -cp $(module)/index.html .
-
- $(module)/$(module).html: $(SGML_FILES)
-- -db2html $(srcdir)/$(main_module_file)
-+ -db2html_foo $(srcdir)/$(main_module_file)
-
- dist-hook:
- mkdir $(distdir)/$(module)
diff --git a/devel/bonobo/files/patch-ltmain.sh b/devel/bonobo/files/patch-ltmain.sh
deleted file mode 100644
index ecc06ccd0280..000000000000
--- a/devel/bonobo/files/patch-ltmain.sh
+++ /dev/null
@@ -1,41 +0,0 @@
---- ltmain.sh.orig Sat Nov 30 21:32:08 2002
-+++ ltmain.sh Tue Dec 3 22:59:51 2002
-@@ -1037,8 +1037,16 @@
- continue
- ;;
-
-+ -pthread)
-+ compile_command="$compile_command -pthread"
-+ finalize_command="$finalize_command -pthread"
-+ compiler_flags="$compiler_flags -pthread"
-+ continue
-+ ;;
-+
- -module)
- module=yes
-+ build_old_libs=no
- continue
- ;;
-
-@@ -2405,7 +2413,7 @@
- # Rhapsody C library is in the System framework
- deplibs="$deplibs -framework System"
- ;;
-- *-*-netbsd*)
-+ *-*-netbsd* | *-*-freebsd*)
- # Don't link with libc until the a.out ld.so is fixed.
- ;;
- *)
-@@ -4175,10 +4183,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/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/bonobo/files/patch-monikers::Makefile.in b/devel/bonobo/files/patch-monikers::Makefile.in
deleted file mode 100644
index ed1a71440c37..000000000000
--- a/devel/bonobo/files/patch-monikers::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- monikers/Makefile.in.orig Thu Apr 11 17:19:45 2002
-+++ monikers/Makefile.in Thu Apr 11 17:21:09 2002
-@@ -72,7 +72,7 @@
- BONOBO_LIBDIR = @BONOBO_LIBDIR@
- BONOBO_LIBS = @BONOBO_LIBS@
- BONOBO_REVISION = @BONOBO_REVISION@
--BONOBO_TEST_CFLAGS = @BONOBO_TEST_CFLAGS@
-+BONOBO_TEST_CFLAGS = @BONOBO_TEST_CFLAGS@ @BONOBO_INCLUDEDIR@
- BONOBO_TEST_LIBS = @BONOBO_TEST_LIBS@
- BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
- CATALOGS = @CATALOGS@
diff --git a/devel/bonobo/files/patch-po::Makefile.in.in b/devel/bonobo/files/patch-po::Makefile.in.in
deleted file mode 100644
index 2d1ff382a72f..000000000000
--- a/devel/bonobo/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- po/Makefile.in.in.orig Tue Jul 3 19:44:24 2001
-+++ po/Makefile.in.in Tue Jul 3 19:51:42 2001
-@@ -106,7 +106,7 @@
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then \
diff --git a/devel/bonobo/files/patch-storage-modules::Makefile.in b/devel/bonobo/files/patch-storage-modules::Makefile.in
deleted file mode 100644
index 783fba3fae59..000000000000
--- a/devel/bonobo/files/patch-storage-modules::Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- storage-modules/Makefile.in.orig Tue Oct 8 02:07:53 2002
-+++ storage-modules/Makefile.in Tue Oct 8 02:09:33 2002
-@@ -196,8 +196,7 @@
- libstorage_efs_la_LDFLAGS = \
- $(common_ldflags) \
- -L$(top_builddir)/libefs/src \
-- -lefs
--
-+ $(top_builddir)/libefs/src/libefs.la
-
- #
- # File-system based storage
diff --git a/devel/bonobo/pkg-descr b/devel/bonobo/pkg-descr
deleted file mode 100644
index 1628b880d9df..000000000000
--- a/devel/bonobo/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Bonobo is a set of language and system independent CORBA
-interfaces for creating reusable components and creating compound
-documents.
-
-The Bonobo distribution includes a Gtk+ based implementation of the
-Bonobo interfaces, enabling developers to create reusable components
-and applications that can be used to form more complex documents.
-
-WWW: http://www.gnome.org/
diff --git a/devel/bonobo/pkg-plist b/devel/bonobo/pkg-plist
deleted file mode 100644
index 927719f611b7..000000000000
--- a/devel/bonobo/pkg-plist
+++ /dev/null
@@ -1,254 +0,0 @@
-bin/bonobo-application-x-mines
-bin/bonobo-audio-ulaw
-bin/bonobo-echo
-bin/bonobo-moniker-gunzip
-bin/bonobo-moniker-http
-bin/bonobo-sample-canvas-item
-bin/bonobo-sample-controls
-bin/bonobo-sample-hello
-bin/bonobo-sample-paint
-bin/bonobo-selector
-bin/bonobo-text-plain
-bin/echo-client
-bin/efstool
-bin/gshell
-bin/libefs-config
-bin/moniker-test
-bin/sample-container
-bin/sample-control-container
-etc/bonoboConf.sh
-etc/bonoboxConf.sh
-etc/bonobox_printConf.sh
-include/efs.h
-include/efs_error.h
-include/gnome-1.0/bonobo.h
-include/gnome-1.0/bonobo/Bonobo.h
-include/gnome-1.0/bonobo/bonobo-arg.h
-include/gnome-1.0/bonobo/bonobo-async.h
-include/gnome-1.0/bonobo/bonobo-canvas-component.h
-include/gnome-1.0/bonobo/bonobo-canvas-item.h
-include/gnome-1.0/bonobo/bonobo-client-site.h
-include/gnome-1.0/bonobo/bonobo-context.h
-include/gnome-1.0/bonobo/bonobo-control-frame.h
-include/gnome-1.0/bonobo/bonobo-control.h
-include/gnome-1.0/bonobo/bonobo-desktop-window.h
-include/gnome-1.0/bonobo/bonobo-embeddable.h
-include/gnome-1.0/bonobo/bonobo-event-source.h
-include/gnome-1.0/bonobo/bonobo-exception.h
-include/gnome-1.0/bonobo/bonobo-generic-factory.h
-include/gnome-1.0/bonobo/bonobo-item-container.h
-include/gnome-1.0/bonobo/bonobo-item-handler.h
-include/gnome-1.0/bonobo/bonobo-listener.h
-include/gnome-1.0/bonobo/bonobo-main.h
-include/gnome-1.0/bonobo/bonobo-moniker-extender.h
-include/gnome-1.0/bonobo/bonobo-moniker-simple.h
-include/gnome-1.0/bonobo/bonobo-moniker-util.h
-include/gnome-1.0/bonobo/bonobo-moniker.h
-include/gnome-1.0/bonobo/bonobo-object-client.h
-include/gnome-1.0/bonobo/bonobo-object-directory.h
-include/gnome-1.0/bonobo/bonobo-object-io.h
-include/gnome-1.0/bonobo/bonobo-object.h
-include/gnome-1.0/bonobo/bonobo-persist-file.h
-include/gnome-1.0/bonobo/bonobo-persist-stream.h
-include/gnome-1.0/bonobo/bonobo-persist.h
-include/gnome-1.0/bonobo/bonobo-plug.h
-include/gnome-1.0/bonobo/bonobo-print-client.h
-include/gnome-1.0/bonobo/bonobo-print.h
-include/gnome-1.0/bonobo/bonobo-progressive.h
-include/gnome-1.0/bonobo/bonobo-property-bag-client.h
-include/gnome-1.0/bonobo/bonobo-property-bag-xml.h
-include/gnome-1.0/bonobo/bonobo-property-bag.h
-include/gnome-1.0/bonobo/bonobo-property-control.h
-include/gnome-1.0/bonobo/bonobo-property.h
-include/gnome-1.0/bonobo/bonobo-selector-widget.h
-include/gnome-1.0/bonobo/bonobo-selector.h
-include/gnome-1.0/bonobo/bonobo-shlib-factory.h
-include/gnome-1.0/bonobo/bonobo-socket.h
-include/gnome-1.0/bonobo/bonobo-storage-plugin.h
-include/gnome-1.0/bonobo/bonobo-storage.h
-include/gnome-1.0/bonobo/bonobo-stream-client.h
-include/gnome-1.0/bonobo/bonobo-stream-memory.h
-include/gnome-1.0/bonobo/bonobo-stream.h
-include/gnome-1.0/bonobo/bonobo-transient.h
-include/gnome-1.0/bonobo/bonobo-ui-component.h
-include/gnome-1.0/bonobo/bonobo-ui-config-widget.h
-include/gnome-1.0/bonobo/bonobo-ui-container.h
-include/gnome-1.0/bonobo/bonobo-ui-engine.h
-include/gnome-1.0/bonobo/bonobo-ui-node.h
-include/gnome-1.0/bonobo/bonobo-ui-sync.h
-include/gnome-1.0/bonobo/bonobo-ui-toolbar-button-item.h
-include/gnome-1.0/bonobo/bonobo-ui-toolbar-icon.h
-include/gnome-1.0/bonobo/bonobo-ui-toolbar-item.h
-include/gnome-1.0/bonobo/bonobo-ui-toolbar-toggle-button-item.h
-include/gnome-1.0/bonobo/bonobo-ui-util.h
-include/gnome-1.0/bonobo/bonobo-view-frame.h
-include/gnome-1.0/bonobo/bonobo-view.h
-include/gnome-1.0/bonobo/bonobo-widget.h
-include/gnome-1.0/bonobo/bonobo-win.h
-include/gnome-1.0/bonobo/bonobo-wrapper.h
-include/gnome-1.0/bonobo/bonobo-xobject.h
-include/gnome-1.0/bonobo/bonobo-zoomable-frame.h
-include/gnome-1.0/bonobo/bonobo-zoomable.h
-lib/bonobo/monikers/libmoniker_std.so
-lib/bonobo/plugin/libstorage_efs.so
-lib/bonobo/plugin/libstorage_fs.so
-lib/libbonobo-print.a
-lib/libbonobo-print.so
-lib/libbonobo-print.so.2
-lib/libbonobo.a
-lib/libbonobo.so
-lib/libbonobo.so.2
-lib/libbonobox.a
-lib/libbonobox.so
-lib/libbonobox.so.2
-lib/libefs.a
-lib/libefs.so
-lib/libefs.so.1
-libdata/pkgconfig/libefs.pc
-%%DOCSDIR%%/bonobo-api.html
-%%DOCSDIR%%/bonobo-api.sgml
-%%DOCSDIR%%/bonobo-decl.txt
-%%DOCSDIR%%/bonobo-sections.txt
-%%DOCSDIR%%/bonobo.hierarchy
-%%DOCSDIR%%/bonobo.signals
-%%DOCSDIR%%/bonobo.types
-%%DOCSDIR%%/bonobo/bonobo-bonobo-arg.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-async.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-canvas-component.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-canvas-item.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-client-site.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-context.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-control-frame.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-control.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-embeddable.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-event-source.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-exception.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-generic-factory.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-item-container.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-item-handler.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-listener.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-main.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-moniker-extender.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-moniker-simple.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-moniker-util.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-moniker.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-object-client.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-object.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-persist-file.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-persist-stream.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-persist.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-plug.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-print-client.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-print.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-property-bag-client.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-property-bag-xml.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-property-bag.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-property-control.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-selector.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-socket.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-storage-plugin.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-storage.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-stream-client.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-stream-memory.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-stream.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-transient.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-ui-component.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-ui-container.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-ui-engine.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-ui-node.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-ui-sync.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-ui-util.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-view-frame.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-view.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-widget.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-win.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-wrapper.html
-%%DOCSDIR%%/bonobo/bonobo-bonobo-xobject.html
-%%DOCSDIR%%/bonobo/bonobo-controls.html
-%%DOCSDIR%%/bonobo/bonobo-core.html
-%%DOCSDIR%%/bonobo/bonobo-documents.html
-%%DOCSDIR%%/bonobo/bonobo-moniker-handlers.html
-%%DOCSDIR%%/bonobo/bonobo-notification.html
-%%DOCSDIR%%/bonobo/bonobo-object-activation.html
-%%DOCSDIR%%/bonobo/bonobo-print.html
-%%DOCSDIR%%/bonobo/bonobo-properties.html
-%%DOCSDIR%%/bonobo/bonobo-storage.html
-%%DOCSDIR%%/bonobo/bonobo-support-utilities.html
-%%DOCSDIR%%/bonobo/bonobo-ui.html
-%%DOCSDIR%%/bonobo/bonobo-view.html
-%%DOCSDIR%%/bonobo/book1.html
-share/gnome/help/bonobo/audio_ulaw/C/index.html
-share/gnome/ui/gshell-ui.xml
-share/idl/Bonobo.idl
-share/idl/Bonobo_Advise.idl
-share/idl/Bonobo_Canvas.idl
-share/idl/Bonobo_ClientSite.idl
-share/idl/Bonobo_Context.idl
-share/idl/Bonobo_Control.idl
-share/idl/Bonobo_Desktop.idl
-share/idl/Bonobo_Embeddable.idl
-share/idl/Bonobo_Exception.idl
-share/idl/Bonobo_ItemContainer.idl
-share/idl/Bonobo_Listener.idl
-share/idl/Bonobo_Moniker.idl
-share/idl/Bonobo_Persist.idl
-share/idl/Bonobo_Print.idl
-share/idl/Bonobo_Progressive.idl
-share/idl/Bonobo_Property.idl
-share/idl/Bonobo_Sample_Echo.idl
-share/idl/Bonobo_Storage.idl
-share/idl/Bonobo_UI.idl
-share/idl/Bonobo_Unknown.idl
-share/idl/Bonobo_Zoomable.idl
-share/locale/az/LC_MESSAGES/bonobo.mo
-share/locale/ca/LC_MESSAGES/bonobo.mo
-share/locale/da/LC_MESSAGES/bonobo.mo
-share/locale/de/LC_MESSAGES/bonobo.mo
-share/locale/el/LC_MESSAGES/bonobo.mo
-share/locale/en_GB/LC_MESSAGES/bonobo.mo
-share/locale/es/LC_MESSAGES/bonobo.mo
-share/locale/eu/LC_MESSAGES/bonobo.mo
-share/locale/fi/LC_MESSAGES/bonobo.mo
-share/locale/fr/LC_MESSAGES/bonobo.mo
-share/locale/ga/LC_MESSAGES/bonobo.mo
-share/locale/gl/LC_MESSAGES/bonobo.mo
-share/locale/hu/LC_MESSAGES/bonobo.mo
-share/locale/it/LC_MESSAGES/bonobo.mo
-share/locale/ja/LC_MESSAGES/bonobo.mo
-share/locale/ko/LC_MESSAGES/bonobo.mo
-share/locale/lt/LC_MESSAGES/bonobo.mo
-share/locale/nl/LC_MESSAGES/bonobo.mo
-share/locale/no/LC_MESSAGES/bonobo.mo
-share/locale/pl/LC_MESSAGES/bonobo.mo
-share/locale/pt/LC_MESSAGES/bonobo.mo
-share/locale/pt_BR/LC_MESSAGES/bonobo.mo
-share/locale/ro/LC_MESSAGES/bonobo.mo
-share/locale/ru/LC_MESSAGES/bonobo.mo
-share/locale/sk/LC_MESSAGES/bonobo.mo
-share/locale/sl/LC_MESSAGES/bonobo.mo
-share/locale/sv/LC_MESSAGES/bonobo.mo
-share/locale/tr/LC_MESSAGES/bonobo.mo
-share/locale/uk/LC_MESSAGES/bonobo.mo
-share/locale/wa/LC_MESSAGES/bonobo.mo
-share/locale/zh_CN/LC_MESSAGES/bonobo.mo
-share/locale/zh_TW/LC_MESSAGES/bonobo.mo
-share/oaf/Bonobo_Moniker_gzip.oaf
-share/oaf/Bonobo_Moniker_http.oaf
-share/oaf/Bonobo_Moniker_std.oaf
-share/oaf/Bonobo_Sample_Audio.oaf
-share/oaf/Bonobo_Sample_CanvasItem.oaf
-share/oaf/Bonobo_Sample_Controls.oaf
-share/oaf/Bonobo_Sample_Echo.oaf
-share/oaf/Bonobo_Sample_Hello.oafinfo
-share/oaf/Bonobo_Sample_Mines.oaf
-share/oaf/Bonobo_Sample_Paint.oaf
-share/oaf/Bonobo_Sample_Text.oaf
-share/oaf/Bonobo_Selector.oaf
-@dirrm share/gnome/help/bonobo/audio_ulaw/C/images
-@dirrm share/gnome/help/bonobo/audio_ulaw/C
-@dirrm share/gnome/help/bonobo/audio_ulaw
-@dirrm share/gnome/help/bonobo
-@dirrm %%DOCSDIR%%/libefs
-@dirrm %%DOCSDIR%%/bonobo
-@dirrm %%DOCSDIR%%
-@dirrm include/gnome-1.0/bonobo
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile
deleted file mode 100644
index 99601bf60a29..000000000000
--- a/devel/oaf/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Ade Lovett <ade@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/devel/oaf/Makefile,v 1.5 2007/05/19 21:36:06 marcus Exp $
-
-PORTNAME= oaf
-PORTVERSION= 0.6.10
-PORTREVISION= 9
-CATEGORIES= devel gnome
-MASTER_SITES= GNOME
-MASTER_SITE_SUBDIR= sources/oaf/0.6
-DIST_SUBDIR= gnome
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Object Activation Framework for GNOME
-
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
-
-USE_AUTOTOOLS= libtool
-USE_BZIP2= yes
-USE_GNOME= gnomehack gnomeprefix gtk12 orbit libxml
-USES= gettext gmake perl5
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-CONFIGURE_ARGS= --enable-static --enable-shared \
- --disable-more-warnings
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl"
-CPPFLAGS+= -I${LOCALBASE}/include
-
-MAN1= oafd.1
-
-NO_STAGE= yes
-.include <bsd.port.mk>
diff --git a/devel/oaf/distinfo b/devel/oaf/distinfo
deleted file mode 100644
index 2f6737fa7f9e..000000000000
--- a/devel/oaf/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome/oaf-0.6.10.tar.bz2) = 0a813badfba04781d51339ec3eddc5e7702042fb5d6abffd746a79172793197e
-SIZE (gnome/oaf-0.6.10.tar.bz2) = 435621
diff --git a/devel/oaf/files/patch-aa b/devel/oaf/files/patch-aa
deleted file mode 100644
index ebcf5703b8b4..000000000000
--- a/devel/oaf/files/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in.orig Fri Jul 5 11:27:26 2002
-+++ Makefile.in Fri Jul 5 11:28:17 2002
-@@ -145,7 +145,7 @@
- oafconfig_DATA = oaf-config.xml oaf-config.xml.sample $(NULL)
-
-
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = oafConf.sh
-
- m4datadir = $(datadir)/aclocal
diff --git a/devel/oaf/files/patch-configure b/devel/oaf/files/patch-configure
deleted file mode 100644
index 51b6045b1a1e..000000000000
--- a/devel/oaf/files/patch-configure
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- configure 2001/09/25 15:22:02 1.1
-+++ configure 2001/09/25 15:22:25
-@@ -5647,7 +5647,7 @@
-
- fi
-
--for ac_prog in 'bison -y' byacc
-+for ac_prog in '_bison -y' byacc
- do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
- set dummy $ac_prog; ac_word=$2
diff --git a/devel/oaf/files/patch-liboaf::oaf-fork-server.c b/devel/oaf/files/patch-liboaf::oaf-fork-server.c
deleted file mode 100644
index fc1ebd446773..000000000000
--- a/devel/oaf/files/patch-liboaf::oaf-fork-server.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- liboaf/oaf-fork-server.c 2002/02/14 01:44:13 1.1
-+++ liboaf/oaf-fork-server.c 2002/02/14 01:44:39
-@@ -264,6 +264,8 @@
- } else if ((childpid = fork ())) {
- _exit (0); /* de-zombifier process, just exit */
- } else {
-+ sigprocmask (SIG_SETMASK, &omask, NULL);
-+
- if (display)
- oaf_setenv ("DISPLAY", display);
- if (od_iorstr)
diff --git a/devel/oaf/files/patch-ltmain.sh b/devel/oaf/files/patch-ltmain.sh
deleted file mode 100644
index 98cb05e4ddb3..000000000000
--- a/devel/oaf/files/patch-ltmain.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-
-$FreeBSD$
-
---- ltmain.sh 2001/08/27 09:51:26 1.1
-+++ ltmain.sh 2001/08/27 09:51:42
-@@ -2408,6 +2408,9 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- # Add libc to deplibs on all other systems if necessary.
- if test "$build_libtool_need_lc" = "yes"; then
-@@ -4175,10 +4178,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/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/oaf/pkg-descr b/devel/oaf/pkg-descr
deleted file mode 100644
index 2e0aa07d9f42..000000000000
--- a/devel/oaf/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-OAF is the Object Activation Framework, a much more powerful replacement
-for gnorba in the GNOME 1.4 development platform. It's used by Nautilus
-(and optionally by Bonobo by other GNOME applications) for advanced
-object query and activation capabilities.
-
-WWW: http://www.gnome.org/
diff --git a/devel/oaf/pkg-plist b/devel/oaf/pkg-plist
deleted file mode 100644
index 518eac48143b..000000000000
--- a/devel/oaf/pkg-plist
+++ /dev/null
@@ -1,66 +0,0 @@
-bin/oaf-client
-bin/oaf-config
-bin/oaf-empty-server
-bin/oaf-run-query
-bin/oaf-slay
-bin/oaf-sysconf
-bin/oafd
-etc/oaf/oaf-config.xml
-etc/oaf/oaf-config.xml.sample
-etc/oafConf.sh
-include/liboaf/liboaf-version.h
-include/liboaf/liboaf.h
-include/liboaf/oaf-actid.h
-include/liboaf/oaf-activate.h
-include/liboaf/oaf-async.h
-include/liboaf/oaf-factory-suppress.h
-include/liboaf/oaf-factory.h
-include/liboaf/oaf-mainloop.h
-include/liboaf/oaf-plugin.h
-include/liboaf/oaf-registration.h
-include/liboaf/oaf-servreg.h
-include/liboaf/oaf-util.h
-include/liboaf/oaf.h
-lib/liboaf.a
-lib/liboaf.la
-lib/liboaf.so
-lib/liboaf.so.0
-share/aclocal/oaf.m4
-share/idl/oaf-factory.idl
-share/idl/oaf.idl
-share/locale/az/LC_MESSAGES/oaf.mo
-share/locale/bg/LC_MESSAGES/oaf.mo
-share/locale/da/LC_MESSAGES/oaf.mo
-share/locale/de/LC_MESSAGES/oaf.mo
-share/locale/el/LC_MESSAGES/oaf.mo
-share/locale/es/LC_MESSAGES/oaf.mo
-share/locale/eu/LC_MESSAGES/oaf.mo
-share/locale/fi/LC_MESSAGES/oaf.mo
-share/locale/fr/LC_MESSAGES/oaf.mo
-share/locale/ga/LC_MESSAGES/oaf.mo
-share/locale/gl/LC_MESSAGES/oaf.mo
-share/locale/hu/LC_MESSAGES/oaf.mo
-share/locale/it/LC_MESSAGES/oaf.mo
-share/locale/ja/LC_MESSAGES/oaf.mo
-share/locale/ko/LC_MESSAGES/oaf.mo
-share/locale/nl/LC_MESSAGES/oaf.mo
-share/locale/nn/LC_MESSAGES/oaf.mo
-share/locale/no/LC_MESSAGES/oaf.mo
-share/locale/pl/LC_MESSAGES/oaf.mo
-share/locale/pt/LC_MESSAGES/oaf.mo
-share/locale/pt_BR/LC_MESSAGES/oaf.mo
-share/locale/ro/LC_MESSAGES/oaf.mo
-share/locale/ru/LC_MESSAGES/oaf.mo
-share/locale/sk/LC_MESSAGES/oaf.mo
-share/locale/sl/LC_MESSAGES/oaf.mo
-share/locale/sv/LC_MESSAGES/oaf.mo
-share/locale/ta/LC_MESSAGES/oaf.mo
-share/locale/tr/LC_MESSAGES/oaf.mo
-share/locale/uk/LC_MESSAGES/oaf.mo
-share/locale/zh_CN/LC_MESSAGES/oaf.mo
-share/locale/zh_TW/LC_MESSAGES/oaf.mo
-%%DATADIR%%/OAF_naming-service.oaf
-%%DATADIR%%/empty.oafinfo
-@dirrm include/liboaf
-@dirrm etc/oaf
-@unexec ps gx | grep '[0-9]:[0-9][0-9]\.[0-9][0-9] oafd --ac-activate' | awk '{print $1}' | xargs kill 2>/dev/null || true