diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /devel/oaf | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2 marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/oaf')
-rw-r--r-- | devel/oaf/Makefile | 37 | ||||
-rw-r--r-- | devel/oaf/distinfo | 3 | ||||
-rw-r--r-- | devel/oaf/files/patch-aa | 14 | ||||
-rw-r--r-- | devel/oaf/files/patch-configure | 14 | ||||
-rw-r--r-- | devel/oaf/files/patch-liboaf::oaf-fork-server.c | 14 | ||||
-rw-r--r-- | devel/oaf/files/patch-ltmain.sh | 28 | ||||
-rw-r--r-- | devel/oaf/files/patch-test_oaf-slay.in | 11 | ||||
-rw-r--r-- | devel/oaf/pkg-descr | 6 | ||||
-rw-r--r-- | devel/oaf/pkg-plist | 93 |
9 files changed, 0 insertions, 220 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile deleted file mode 100644 index 238d6dc31..000000000 --- a/devel/oaf/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: oaf -# Date created: 1st June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/oaf/Makefile,v 1.1 2006/07/25 16:53:52 mezz Exp $ -# - -PORTNAME= oaf -PORTVERSION= 0.6.10 -PORTREVISION= 4 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_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_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gtk12 orbit libxml -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static --enable-shared \ - --disable-more-warnings -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -MAN1= oafd.1 - -.include <bsd.port.mk> diff --git a/devel/oaf/distinfo b/devel/oaf/distinfo deleted file mode 100644 index 6229be211..000000000 --- a/devel/oaf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/oaf-0.6.10.tar.bz2) = ed9aa2ceb70bba34034b3134b22d2729 -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 e0caa8a8e..000000000 --- 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 = $(prefix)/share/aclocal diff --git a/devel/oaf/files/patch-configure b/devel/oaf/files/patch-configure deleted file mode 100644 index 51b6045b1..000000000 --- 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 fc1ebd446..000000000 --- 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 98cb05e4d..000000000 --- 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/files/patch-test_oaf-slay.in b/devel/oaf/files/patch-test_oaf-slay.in deleted file mode 100644 index bd5f51b50..000000000 --- a/devel/oaf/files/patch-test_oaf-slay.in +++ /dev/null @@ -1,11 +0,0 @@ ---- test/oaf-slay.in.orig Fri Oct 18 15:33:00 2002 -+++ test/oaf-slay.in Fri Oct 18 15:33:12 2002 -@@ -51,7 +51,7 @@ - - # get OAF files - # --@oaf_dirs = ( "@prefix@/share/oaf" ); -+@oaf_dirs = ( "@datadir@/oaf" ); - foreach $dir (split(':', $ENV{'OAF_INFO_PATH'})) { - if (-d $dir) { - push @oaf_dirs, $dir; diff --git a/devel/oaf/pkg-descr b/devel/oaf/pkg-descr deleted file mode 100644 index 880e3fa5e..000000000 --- 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 optinally 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 6ae0a769c..000000000 --- a/devel/oaf/pkg-plist +++ /dev/null @@ -1,93 +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.so -lib/liboaf.so.0 -share/aclocal/oaf.m4 -share/gnome/idl/oaf-factory.idl -share/gnome/idl/oaf.idl -share/gnome/oaf/OAF_naming-service.oaf -share/gnome/oaf/empty.oafinfo -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 -@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 -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el |