diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-06 04:54:18 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-06 04:54:18 +0800 |
commit | 638b97f5a5d741cee963b662efa43f26ddf9d04c (patch) | |
tree | c4dfb23a4708ce0260562560cd232bdef6bb6711 /devel | |
parent | 9062210343a87551bd420e59ca2d4e52f1365fe3 (diff) | |
download | marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.gz marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.zst marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.zip |
Garbage collection GNOME 2.5. Next stop, GNOME 2.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2260 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
123 files changed, 0 insertions, 4374 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile deleted file mode 100644 index c048a73e3..000000000 --- a/devel/ORBit2/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: orbit2 -# Date Created: 16 Aug 1998 -# Whom: Chia-liang Kao <clkao@CirX.ORG> -# -# $FreeBSD$ -# - -PORTNAME= ORBit2 -PORTVERSION= 2.10.0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= High-performance CORBA ORB with support for the C language - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_BZIP2= yes -USE_GMAKE= yes -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 -USE_GNOME= gnomehack lthack libidl -CONFIGURE_ARGS= --disable-indent \ - --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${GREP} -l LINC_THREADSAFE | \ - ${XARGS} ${REINPLACE_CMD} -e 's|LINC_THREADSAFE|G_THREADS_ENABLED|g' - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/src/idl-compiler/orbit-idl-backend.c \ - ${WRKSRC}/src/orb/orb-core/orbit-typelib.c - -post-install: - @${ECHO_CMD} "ORBIIOPIPv4=0" > ${PREFIX}/etc/orbit2rc.default - @${ECHO_CMD} "ORBIIOPIPv6=0" >> ${PREFIX}/etc/orbit2rc.default - @if [ ! -f ${PREFIX}/etc/orbit2rc ]; then \ - ${CP} -p ${PREFIX}/etc/orbit2rc.default ${PREFIX}/etc/orbit2rc ; \ - fi - -.include <bsd.port.mk> diff --git a/devel/ORBit2/distinfo b/devel/ORBit2/distinfo deleted file mode 100644 index b32abca37..000000000 --- a/devel/ORBit2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/ORBit2-2.10.0.tar.bz2) = fe86ec038fc51ee0e90e84169a8dda6c -SIZE (gnome2/ORBit2-2.10.0.tar.bz2) = 643687 diff --git a/devel/ORBit2/files/patch-ORBit-2.0.pc.in b/devel/ORBit2/files/patch-ORBit-2.0.pc.in deleted file mode 100644 index bd616eaa2..000000000 --- a/devel/ORBit2/files/patch-ORBit-2.0.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- ORBit-2.0.pc.in.orig Sat May 31 11:04:33 2003 -+++ ORBit-2.0.pc.in Sun Jun 15 01:31:20 2003 -@@ -8,6 +8,6 @@ - Name: ORBit-2.0 - Description: High-performance CORBA Object Request Broker. - Version: @ORBIT_VERSION@ --Requires: glib-2.0 gmodule-2.0 -+Requires: glib-2.0 gmodule-2.0 gthread-2.0 - Libs: -L${libdir} -lORBit-2 @ORBIT_LIBS@ @LIBS@ -lm - Cflags: -I${includedir}/orbit-2.0 -DORBIT2=1 diff --git a/devel/ORBit2/files/patch-ab b/devel/ORBit2/files/patch-ab deleted file mode 100644 index 281d27bbf..000000000 --- a/devel/ORBit2/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Fri Mar 5 23:34:38 2004 -+++ Makefile.in Fri Mar 5 23:35:59 2004 -@@ -34,7 +34,7 @@ - includedir = @includedir@ - oldincludedir = /usr/include - pkgdatadir = $(datadir)/@PACKAGE@ --pkglibdir = $(libdir)/@PACKAGE@ -+pkglibdir = $(prefix)/libdata/pkgconfig - pkgincludedir = $(includedir)/@PACKAGE@ - top_builddir = . - -@@ -125,7 +125,7 @@ - - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc - --SUBDIRS = linc2 src include test docs -+SUBDIRS = linc2 src include docs - - bin_SCRIPTS = orbit2-config - diff --git a/devel/ORBit2/files/patch-src::orb::util::Makefile.in b/devel/ORBit2/files/patch-src::orb::util::Makefile.in deleted file mode 100644 index e048ca634..000000000 --- a/devel/ORBit2/files/patch-src::orb::util::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/orb/util/Makefile.in.orig Fri Mar 5 23:39:16 2004 -+++ src/orb/util/Makefile.in Fri Mar 5 23:39:43 2004 -@@ -126,7 +126,7 @@ - INCLUDES = \ - -I$(top_srcdir)/include \ - -I$(top_builddir)/include \ -- -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbitrc\" \ -+ -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbit2rc\" \ - -DORBIT2_INTERNAL_API \ - $(WARN_CFLAGS) \ - $(ORBIT_DEBUG_CFLAGS) \ diff --git a/devel/ORBit2/files/patch-src_idl-compiler_orbit-idl-backend.c b/devel/ORBit2/files/patch-src_idl-compiler_orbit-idl-backend.c deleted file mode 100644 index 8ae3c7644..000000000 --- a/devel/ORBit2/files/patch-src_idl-compiler_orbit-idl-backend.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/idl-compiler/orbit-idl-backend.c.orig Tue Oct 1 23:32:46 2002 -+++ src/idl-compiler/orbit-idl-backend.c Sun May 11 20:51:19 2003 -@@ -38,6 +38,8 @@ - char **strv; - int i; - -+ paths = g_slist_prepend (paths, "%%X11BASE%%/lib/orbit-2.0/idl-backends"); -+ - if (!(val = getenv ("GNOME2_PATH"))) - return paths; - diff --git a/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c b/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c deleted file mode 100644 index 44dfb3fb0..000000000 --- a/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/orb/orb-core/orbit-typelib.c.orig Fri Mar 5 23:42:33 2004 -+++ src/orb/orb-core/orbit-typelib.c Fri Mar 5 23:43:00 2004 -@@ -218,6 +218,8 @@ - paths = g_ptr_array_sized_new (8); - - g_ptr_array_add (paths, g_strdup (ORBIT_TYPELIB_DIR)); -+ add_if_unique(paths, "%%X11BASE%%", TRUE); -+ add_if_unique(paths, "%%LOCALBASE%%", TRUE); - - if ((path = g_getenv ("ORBIT_TYPELIB_PATH"))) { - char **strv; diff --git a/devel/ORBit2/pkg-descr b/devel/ORBit2/pkg-descr deleted file mode 100644 index 57ee9653d..000000000 --- a/devel/ORBit2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -ORBit is a high-performance CORBA ORB with support for the C language. -It allows programs to comminucate with each other, regardless of their -physical and logical locations. diff --git a/devel/ORBit2/pkg-plist b/devel/ORBit2/pkg-plist deleted file mode 100644 index c18fe8f28..000000000 --- a/devel/ORBit2/pkg-plist +++ /dev/null @@ -1,79 +0,0 @@ -bin/linc-cleanup-sockets -bin/orbit-idl-2 -bin/orbit2-config -@unexec if cmp -s %D/etc/orbit2rc.default %D/etc/orbit2rc; then rm -f %D/etc/orbit2rc; fi -etc/orbit2rc.default -@exec if [ ! -f %D/etc/orbit2rc ] ; then cp -p %D/%F %B/orbit2rc; fi -include/orbit-2.0/ORBitservices/CosNaming.h -include/orbit-2.0/ORBitservices/CosNaming_impl.h -include/orbit-2.0/ORBitservices/orbit-imodule.h -include/orbit-2.0/orbit-idl/orbit-idl-backend.h -include/orbit-2.0/orbit/dynamic/dynamic-defs.h -include/orbit-2.0/orbit/dynamic/dynamic.h -include/orbit-2.0/orbit/orb-core/allocators.h -include/orbit-2.0/orbit/orb-core/corba-any-type.h -include/orbit-2.0/orbit/orb-core/corba-any.h -include/orbit-2.0/orbit/orb-core/corba-context-type.h -include/orbit-2.0/orbit/orb-core/corba-context.h -include/orbit-2.0/orbit/orb-core/corba-defs.h -include/orbit-2.0/orbit/orb-core/corba-environment-type.h -include/orbit-2.0/orbit/orb-core/corba-environment.h -include/orbit-2.0/orbit/orb-core/corba-nvlist.h -include/orbit-2.0/orbit/orb-core/corba-object-type.h -include/orbit-2.0/orbit/orb-core/corba-object.h -include/orbit-2.0/orbit/orb-core/corba-orb-type.h -include/orbit-2.0/orbit/orb-core/corba-orb.h -include/orbit-2.0/orbit/orb-core/corba-pobj.h -include/orbit-2.0/orbit/orb-core/corba-policy-type.h -include/orbit-2.0/orbit/orb-core/corba-string.h -include/orbit-2.0/orbit/orb-core/corba-typecode-type.h -include/orbit-2.0/orbit/orb-core/corba-typecode.h -include/orbit-2.0/orbit/orb-core/iop-defs.h -include/orbit-2.0/orbit/orb-core/orb-core-types.h -include/orbit-2.0/orbit/orb-core/orb-core.h -include/orbit-2.0/orbit/orb-core/orb-types.h -include/orbit-2.0/orbit/orb-core/orbit-interface.h -include/orbit-2.0/orbit/orb-core/orbit-object.h -include/orbit-2.0/orbit/orb-core/orbit-small.h -include/orbit-2.0/orbit/orbit-config.h -include/orbit-2.0/orbit/orbit-types.h -include/orbit-2.0/orbit/orbit.h -include/orbit-2.0/orbit/poa/orbit-adaptor.h -include/orbit-2.0/orbit/poa/poa-basics.h -include/orbit-2.0/orbit/poa/poa-defs.h -include/orbit-2.0/orbit/poa/poa-policy.h -include/orbit-2.0/orbit/poa/poa-types.h -include/orbit-2.0/orbit/poa/poa.h -include/orbit-2.0/orbit/poa/portableserver-current-type.h -include/orbit-2.0/orbit/poa/portableserver-poa-type.h -include/orbit-2.0/orbit/util/basic_types.h -include/orbit-2.0/orbit/util/orbit-genrand.h -include/orbit-2.0/orbit/util/orbit-util.h -lib/libORBit-2.a -lib/libORBit-2.so -lib/libORBit-2.so.0 -lib/libORBit-imodule-2.a -lib/libORBit-imodule-2.so -lib/libORBit-imodule-2.so.0 -lib/libORBitCosNaming-2.a -lib/libORBitCosNaming-2.so -lib/libORBitCosNaming-2.so.0 -lib/libname-server-2.a -libdata/pkgconfig/ORBit-2.0.pc -libdata/pkgconfig/ORBit-idl-2.0.pc -libdata/pkgconfig/ORBit-imodule-2.0.pc -libdata/pkgconfig/ORBit-CosNaming-2.0.pc -share/aclocal/ORBit2.m4 -share/idl/orbit-2.0/CosNaming.idl -@dirrm share/idl/orbit-2.0 -@dirrm %%DOCSDIR%% -@unexec /bin/rmdir %D/share/idl 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/lib/orbit-2.0 2>/dev/null || /usr/bin/true -@dirrm include/orbit-2.0/orbit/util -@dirrm include/orbit-2.0/orbit/poa -@dirrm include/orbit-2.0/orbit/orb-core -@dirrm include/orbit-2.0/orbit/dynamic -@dirrm include/orbit-2.0/orbit -@dirrm include/orbit-2.0/orbit-idl -@dirrm include/orbit-2.0/ORBitservices -@dirrm include/orbit-2.0 diff --git a/devel/bugbuddy2/Makefile b/devel/bugbuddy2/Makefile deleted file mode 100644 index cd7e13f7a..000000000 --- a/devel/bugbuddy2/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: bugbuddy2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= bugbuddy2 -PORTVERSION= 2.6.0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/bug-buddy/2.6 -DISTNAME= bug-buddy-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A bug reporting tool for GNOME 2 - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_REINPLACE= yes -USE_GMAKE= yes -USE_LIBTOOL_VER=13 -USE_GNOME= gnomeprefix gnomehack intlhack lthack gnomedesktop -GNOME_DESKTOP_VERSION=2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= bug-buddy.1 - -.include <bsd.port.mk> diff --git a/devel/bugbuddy2/distinfo b/devel/bugbuddy2/distinfo deleted file mode 100644 index 481abff6c..000000000 --- a/devel/bugbuddy2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/bug-buddy-2.6.0.tar.bz2) = 27e9dfa28e7639a15a42c31794f0c510 -SIZE (gnome2/bug-buddy-2.6.0.tar.bz2) = 833465 diff --git a/devel/bugbuddy2/pkg-descr b/devel/bugbuddy2/pkg-descr deleted file mode 100644 index 7268130ab..000000000 --- a/devel/bugbuddy2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a bug reporting tool. It pops up automatically when a GNOME -app crashes under the GNOME desktop (via gnome_segv), and allows -the crash information to be sent to the app's developers. - -Jacob Berkman <jberkman@andrew.cmu.edu> - -WWW: http://www.gnome.org/ diff --git a/devel/bugbuddy2/pkg-plist b/devel/bugbuddy2/pkg-plist deleted file mode 100644 index a6f570ff0..000000000 --- a/devel/bugbuddy2/pkg-plist +++ /dev/null @@ -1,174 +0,0 @@ -bin/bug-buddy -etc/gconf/gconf.xml.defaults/apps/bug-buddy/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/bug-buddy/%gconf.xml -etc/gconf/schemas/bug-buddy.schemas -share/gnome/application-registry/bug-buddy.applications -share/gnome/applications/bug-buddy.desktop -share/gnome/bug-buddy/bug-buddy.glade -share/gnome/bug-buddy/bug-buddy.png -share/gnome/bug-buddy/bugzilla/gnome.bugzilla -share/gnome/bug-buddy/bugzilla/gnome/config -share/gnome/bug-buddy/bugzilla/gnome/mostfreq -share/gnome/bug-buddy/bugzilla/gnome/products -share/gnome/bug-buddy/bugzilla/ximian.bugzilla -share/gnome/bug-buddy/bugzilla/ximian/config -share/gnome/bug-buddy/bugzilla/ximian/mostfreq -share/gnome/bug-buddy/bugzilla/ximian/products -share/gnome/bug-buddy/gdb-cmd -share/gnome/bug-buddy/gnome.png -share/gnome/bug-buddy/ximian.png -share/gnome/help/bug-buddy/C/bug-buddy.xml -share/gnome/help/bug-buddy/C/legal.xml -share/gnome/help/bug-buddy/de/bug-buddy.xml -share/gnome/help/bug-buddy/de/figures/bug-buddy_window.png -share/gnome/help/bug-buddy/de/legal.xml -share/gnome/help/bug-buddy/es/bug-buddy.xml -share/gnome/help/bug-buddy/es/figures/bug-buddy_window.png -share/gnome/help/bug-buddy/es/legal.xml -share/gnome/help/bug-buddy/fr/bug-buddy.xml -share/gnome/help/bug-buddy/fr/figures/bug-buddy_window.png -share/gnome/help/bug-buddy/fr/legal.xml -share/gnome/help/bug-buddy/it/bug-buddy.xml -share/gnome/help/bug-buddy/it/figures/bug-buddy_window.png -share/gnome/help/bug-buddy/it/legal.xml -share/gnome/help/bug-buddy/ja/bug-buddy.xml -share/gnome/help/bug-buddy/ja/figures/bug-buddy_window.png -share/gnome/help/bug-buddy/ja/legal.xml -share/gnome/help/bug-buddy/ko/bug-buddy.xml -share/gnome/help/bug-buddy/ko/figures/bug-buddy_window.png -share/gnome/help/bug-buddy/ko/legal.xml -share/gnome/help/bug-buddy/sv/bug-buddy.xml -share/gnome/help/bug-buddy/sv/figures/bug-buddy_window.png -share/gnome/help/bug-buddy/sv/legal.xml -share/gnome/help/bug-buddy/zh_CN/bug-buddy.xml -share/gnome/help/bug-buddy/zh_CN/figures/bug-buddy_window.png -share/gnome/help/bug-buddy/zh_CN/legal.xml -share/gnome/help/bug-buddy/zh_HK/bug-buddy.xml -share/gnome/help/bug-buddy/zh_HK/figures/bug-buddy_window.png -share/gnome/help/bug-buddy/zh_HK/legal.xml -share/gnome/help/bug-buddy/zh_TW/bug-buddy.xml -share/gnome/help/bug-buddy/zh_TW/figures/bug-buddy_window.png -share/gnome/help/bug-buddy/zh_TW/legal.xml -share/gnome/mime-info/bug-buddy.keys -share/gnome/omf/bug-buddy/bug-buddy-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/bug-buddy/bug-buddy-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/bug-buddy/bug-buddy-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/bug-buddy/bug-buddy-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/bug-buddy/bug-buddy-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/bug-buddy/bug-buddy-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/bug-buddy/bug-buddy-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/bug-buddy/bug-buddy-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/bug-buddy/bug-buddy-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/bug-buddy/bug-buddy-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/bug-buddy/bug-buddy-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/bug-buddy/bug-buddy-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/bug-buddy/bug-buddy-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/bug-buddy/bug-buddy-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/bug-buddy/bug-buddy-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/bug-buddy/bug-buddy-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/bug-buddy/bug-buddy-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/bug-buddy/bug-buddy-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/bug-buddy/bug-buddy-zh_HK.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/bug-buddy/bug-buddy-zh_HK.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/bug-buddy/bug-buddy-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/bug-buddy/bug-buddy-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/bug-buddy.png -share/locale/am/LC_MESSAGES/bug-buddy.mo -share/locale/ar/LC_MESSAGES/bug-buddy.mo -share/locale/az/LC_MESSAGES/bug-buddy.mo -share/locale/be/LC_MESSAGES/bug-buddy.mo -share/locale/bg/LC_MESSAGES/bug-buddy.mo -share/locale/bn/LC_MESSAGES/bug-buddy.mo -share/locale/ca/LC_MESSAGES/bug-buddy.mo -share/locale/cs/LC_MESSAGES/bug-buddy.mo -share/locale/cy/LC_MESSAGES/bug-buddy.mo -share/locale/da/LC_MESSAGES/bug-buddy.mo -share/locale/de/LC_MESSAGES/bug-buddy.mo -share/locale/el/LC_MESSAGES/bug-buddy.mo -share/locale/en_CA/LC_MESSAGES/bug-buddy.mo -share/locale/en_GB/LC_MESSAGES/bug-buddy.mo -share/locale/es/LC_MESSAGES/bug-buddy.mo -share/locale/et/LC_MESSAGES/bug-buddy.mo -share/locale/eu/LC_MESSAGES/bug-buddy.mo -share/locale/fa/LC_MESSAGES/bug-buddy.mo -share/locale/fi/LC_MESSAGES/bug-buddy.mo -share/locale/fr/LC_MESSAGES/bug-buddy.mo -share/locale/ga/LC_MESSAGES/bug-buddy.mo -share/locale/gl/LC_MESSAGES/bug-buddy.mo -share/locale/he/LC_MESSAGES/bug-buddy.mo -share/locale/hi/LC_MESSAGES/bug-buddy.mo -share/locale/hr/LC_MESSAGES/bug-buddy.mo -share/locale/hu/LC_MESSAGES/bug-buddy.mo -share/locale/id/LC_MESSAGES/bug-buddy.mo -share/locale/it/LC_MESSAGES/bug-buddy.mo -share/locale/ja/LC_MESSAGES/bug-buddy.mo -share/locale/ko/LC_MESSAGES/bug-buddy.mo -share/locale/lt/LC_MESSAGES/bug-buddy.mo -share/locale/lv/LC_MESSAGES/bug-buddy.mo -share/locale/mk/LC_MESSAGES/bug-buddy.mo -share/locale/ml/LC_MESSAGES/bug-buddy.mo -share/locale/mn/LC_MESSAGES/bug-buddy.mo -share/locale/ms/LC_MESSAGES/bug-buddy.mo -share/locale/nl/LC_MESSAGES/bug-buddy.mo -share/locale/nn/LC_MESSAGES/bug-buddy.mo -share/locale/no/LC_MESSAGES/bug-buddy.mo -share/locale/pa/LC_MESSAGES/bug-buddy.mo -share/locale/pl/LC_MESSAGES/bug-buddy.mo -share/locale/pt/LC_MESSAGES/bug-buddy.mo -share/locale/pt_BR/LC_MESSAGES/bug-buddy.mo -share/locale/ro/LC_MESSAGES/bug-buddy.mo -share/locale/ru/LC_MESSAGES/bug-buddy.mo -share/locale/sk/LC_MESSAGES/bug-buddy.mo -share/locale/sl/LC_MESSAGES/bug-buddy.mo -share/locale/sq/LC_MESSAGES/bug-buddy.mo -share/locale/sr/LC_MESSAGES/bug-buddy.mo -share/locale/sr@Latn/LC_MESSAGES/bug-buddy.mo -share/locale/sv/LC_MESSAGES/bug-buddy.mo -share/locale/ta/LC_MESSAGES/bug-buddy.mo -share/locale/th/LC_MESSAGES/bug-buddy.mo -share/locale/tr/LC_MESSAGES/bug-buddy.mo -share/locale/uk/LC_MESSAGES/bug-buddy.mo -share/locale/vi/LC_MESSAGES/bug-buddy.mo -share/locale/wa/LC_MESSAGES/bug-buddy.mo -share/locale/zh_CN/LC_MESSAGES/bug-buddy.mo -share/locale/zh_TW/LC_MESSAGES/bug-buddy.mo -@dirrm share/gnome/omf/bug-buddy -@dirrm share/gnome/help/bug-buddy/zh_TW/figures -@dirrm share/gnome/help/bug-buddy/zh_TW -@dirrm share/gnome/help/bug-buddy/zh_HK/figures -@dirrm share/gnome/help/bug-buddy/zh_HK -@dirrm share/gnome/help/bug-buddy/zh_CN/figures -@dirrm share/gnome/help/bug-buddy/zh_CN -@dirrm share/gnome/help/bug-buddy/sv/figures -@dirrm share/gnome/help/bug-buddy/sv -@dirrm share/gnome/help/bug-buddy/ko/figures -@dirrm share/gnome/help/bug-buddy/ko -@dirrm share/gnome/help/bug-buddy/ja/figures -@dirrm share/gnome/help/bug-buddy/ja -@dirrm share/gnome/help/bug-buddy/it/figures -@dirrm share/gnome/help/bug-buddy/it -@dirrm share/gnome/help/bug-buddy/fr/figures -@dirrm share/gnome/help/bug-buddy/fr -@dirrm share/gnome/help/bug-buddy/es/figures -@dirrm share/gnome/help/bug-buddy/es -@dirrm share/gnome/help/bug-buddy/de/figures -@dirrm share/gnome/help/bug-buddy/de -@dirrm share/gnome/help/bug-buddy/C -@dirrm share/gnome/help/bug-buddy -@dirrm share/gnome/bug-buddy/bugzilla/ximian -@dirrm share/gnome/bug-buddy/bugzilla/gnome -@dirrm share/gnome/bug-buddy/bugzilla -@dirrm share/gnome/bug-buddy -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/bug-buddy -@dirrm etc/gconf/gconf.xml.defaults/apps/bug-buddy -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/bug-buddy/bug-buddy-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/bug-buddy/bug-buddy-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/bug-buddy/bug-buddy-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/bug-buddy/bug-buddy-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/bug-buddy/bug-buddy-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/bug-buddy/bug-buddy-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/bug-buddy/bug-buddy-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/bug-buddy/bug-buddy-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/bug-buddy/bug-buddy-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/bug-buddy/bug-buddy-zh_HK.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/bug-buddy/bug-buddy-zh_TW.omf 2>/dev/null || /usr/bin/true diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile deleted file mode 100644 index 846df9bc8..000000000 --- a/devel/gconf2/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: gconf2 -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gconf2 -PORTVERSION= 2.6.0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/GConf/2.6 -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_GNOME= gnomehack lthack gnomehier orbit2 gtk20 libxml2 linc -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gconftool-2.1 - -post-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/devel/gconf2/distinfo b/devel/gconf2/distinfo deleted file mode 100644 index a49004abc..000000000 --- a/devel/gconf2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/GConf-2.6.0.tar.bz2) = 241ca25941e5bfa0f71725c30e17ab6e -SIZE (gnome2/GConf-2.6.0.tar.bz2) = 1428714 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/pkg-descr b/devel/gconf2/pkg-descr deleted file mode 100644 index 010cc810e..000000000 --- a/devel/gconf2/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -GConf extends the concept of a configuration registry. It provides -a simple way for applications and administrators to store data; -often GConf is used to store preferences for applications. - -Some of the features of GConf are: -GConf provides: - - * Documentation for each configuration key, so that administrators - can better modify the value. - - * Notifications to interested applications when configuration data - is changed. The notification service works across networks, - affecting all login sessions for a single user. - - * Proper locking so that configuration data doesn't get corrupted - when accessed by multiple applications at the same time. - -WWW: http://www.gnome.org/projects/gconf/ diff --git a/devel/gconf2/pkg-install b/devel/gconf2/pkg-install deleted file mode 100644 index 13898d569..000000000 --- a/devel/gconf2/pkg-install +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/bin:/usr/sbin - -case $2 in -POST-INSTALL) - dirs="etc/gconf/gconf.xml.defaults/apps \ - etc/gconf/gconf.xml.defaults/schemas/apps \ - etc/gconf/schemas" - for i in ${dirs}; do - mkdir -p ${PKG_PREFIX}/${i} - done - ;; -esac - -exit 0 diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist deleted file mode 100644 index adf99d563..000000000 --- a/devel/gconf2/pkg-plist +++ /dev/null @@ -1,118 +0,0 @@ -bin/gconf-merge-tree -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-oldxml.so -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/GConfClient.html -share/doc/gconf/ch01.html -share/doc/gconf/ch01s02.html -share/doc/gconf/ch02.html -share/doc/gconf/ch02s02.html -share/doc/gconf/ch02s03.html -share/doc/gconf/ch02s04.html -share/doc/gconf/ch06.html -share/doc/gconf/ch06s02.html -share/doc/gconf/ch06s03.html -share/doc/gconf/ch07.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/gconf.devhelp -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/locale/am/LC_MESSAGES/GConf2.mo -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/bn/LC_MESSAGES/GConf2.mo -share/locale/ca/LC_MESSAGES/GConf2.mo -share/locale/cs/LC_MESSAGES/GConf2.mo -share/locale/cy/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/en_GB/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/hi/LC_MESSAGES/GConf2.mo -share/locale/hr/LC_MESSAGES/GConf2.mo -share/locale/hu/LC_MESSAGES/GConf2.mo -share/locale/id/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/lt/LC_MESSAGES/GConf2.mo -share/locale/lv/LC_MESSAGES/GConf2.mo -share/locale/mk/LC_MESSAGES/GConf2.mo -share/locale/ml/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/sq/LC_MESSAGES/GConf2.mo -share/locale/sr/LC_MESSAGES/GConf2.mo -share/locale/sr@Latn/LC_MESSAGES/GConf2.mo -share/locale/sv/LC_MESSAGES/GConf2.mo -share/locale/ta/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 diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile deleted file mode 100644 index 0806087eb..000000000 --- a/devel/glib20/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: glib13 -# Date Created: 28 July 1998 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= glib -PORTVERSION= 2.4.0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.4,} \ - ftp://ftp.gtk.org/pub/gtk/v2.3/ \ - ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ - http://www.ameth.org/gimp/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:R} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Some useful routines of C programming (current stable version) - -NO_LATEST_LINK= yes - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_LIBTOOL_VER=13 -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -USE_GNOME= gnomehack gnometarget pkgconfig -USE_GMAKE= yes -USE_PERL5= yes -CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \ - --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ - --disable-man --without-xml-catalog -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -pre-everything:: - @${ECHO_CMD} '******************************************' - @${ECHO_CMD} - @${ECHO_CMD} If you have not updated your GNOME ports in the manner outlined in - @${ECHO_CMD} http://www.FreeBSD.org/gnome/docs/develfaq.html - @${ECHO_CMD} then you should abort this build immediately and follow the directions - @${ECHO_CMD} outlined in that document. - @${ECHO_CMD} - @${ECHO_CMD} Failure to follow the above directions will result in everything - @${ECHO_CMD} GNOME-related breaking. - @${ECHO_CMD} - @${ECHO_CMD} '******************************************' - -.include <bsd.port.mk> diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo deleted file mode 100644 index 9ee62b116..000000000 --- a/devel/glib20/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/glib-2.4.0.tar.bz2) = 0f5f4896782ec7ab6ea8c7c1d9958114 -SIZE (gnome2/glib-2.4.0.tar.bz2) = 2034272 diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae deleted file mode 100644 index 0a7c2987d..000000000 --- a/devel/glib20/files/patch-ae +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig Mon Dec 2 16:34:49 2002 -+++ configure Tue Dec 3 18:21:22 2002 -@@ -10176,6 +10176,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' -@@ -17057,6 +17058,8 @@ - fi - done - fi -+ G_THREAD_CFLAGS="${PTHREAD_CFLAGS}" -+ G_THREAD_LIBS="${PTHREAD_LIBS}" - - if test x"$G_THREAD_CFLAGS" = x; then - diff --git a/devel/glib20/files/patch-ag b/devel/glib20/files/patch-ag deleted file mode 100644 index 3e8fbfbf4..000000000 --- a/devel/glib20/files/patch-ag +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.in.orig Sun Dec 23 16:53:53 2001 -+++ Makefile.in Fri Feb 8 12:44:30 2002 -@@ -151,3 +151,3 @@ - --SUBDIRS = . m4macros glib gobject gmodule gthread tests build po docs -+SUBDIRS = . m4macros glib gobject gmodule gthread build po docs - -@@ -192,4 +192,4 @@ - -- --configexecincludedir = $(libdir)/glib-2.0/include -+glibincludedir = $(includedir)/glib-2.0 -+configexecincludedir = $(glibincludedir) - diff --git a/devel/glib20/files/patch-ah b/devel/glib20/files/patch-ah deleted file mode 100644 index c339b76e2..000000000 --- a/devel/glib20/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig Fri Oct 24 18:05:32 2003 -+++ docs/reference/Makefile.in Fri Oct 24 18:06:00 2003 -@@ -226,7 +226,7 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --SUBDIRS = glib gobject -+SUBDIRS = #glib gobject - subdir = docs/reference - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = $(top_builddir)/config.h diff --git a/devel/glib20/files/patch-glib::libcharset::Makefile.in b/devel/glib20/files/patch-glib::libcharset::Makefile.in deleted file mode 100644 index 2d0f82ab2..000000000 --- a/devel/glib20/files/patch-glib::libcharset::Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- glib/libcharset/Makefile.in.orig Fri Oct 24 18:07:07 2003 -+++ glib/libcharset/Makefile.in Fri Oct 24 18:09:20 2003 -@@ -228,7 +228,7 @@ - target_alias = @target_alias@ - - INCLUDES = \ -- -DLIBDIR=\"$(libdir)\" -+ -DLIBDIR=\"$(prefix)/libdata\" - - - noinst_LTLIBRARIES = libcharset.la -@@ -249,8 +249,8 @@ - make-patch.sh - - --charset_alias = $(DESTDIR)$(libdir)/charset.alias --charset_tmp = $(DESTDIR)$(libdir)/charset.tmp -+charset_alias = $(DESTDIR)$(prefix)/libdata/charset.alias -+charset_tmp = $(DESTDIR)$(prefix)/libdata/charset.tmp - - SUFFIXES = .sed .sin - -@@ -492,7 +492,7 @@ - - install-data-am: - --install-exec-am: install-exec-local -+install-exec-am: # install-exec-local - - install-info: install-info-am - diff --git a/devel/glib20/files/patch-gmodule::gmodule-dl.c b/devel/glib20/files/patch-gmodule::gmodule-dl.c deleted file mode 100644 index eaa43a74e..000000000 --- a/devel/glib20/files/patch-gmodule::gmodule-dl.c +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- gmodule/gmodule-dl.c.orig Sat Feb 17 08:28:07 2001 -+++ gmodule/gmodule-dl.c Fri Jan 18 09:48:45 2002 -@@ -104,6 +104,7 @@ - static gpointer - _g_module_self (void) - { -+#ifndef __FreeBSD__ - gpointer handle; - - /* to query symbols from the program itself, special link options -@@ -115,6 +116,9 @@ - g_module_set_error (fetch_dlerror (TRUE)); - - return handle; -+#else -+ return RTLD_DEFAULT; -+#endif - } - - static void diff --git a/devel/glib20/pkg-descr b/devel/glib20/pkg-descr deleted file mode 100644 index 3b3059030..000000000 --- a/devel/glib20/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GLib provides a simple, abstract, and highly portable set of C support -routines such as lists, trees, hashes, memory allocation, and much, much -more. It is a foundation for writing portable applications. - -WWW: http://www.gtk.org/ diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist deleted file mode 100644 index fcaad2e8d..000000000 --- a/devel/glib20/pkg-plist +++ /dev/null @@ -1,154 +0,0 @@ -bin/glib-genmarshal -bin/glib-gettextize -bin/glib-mkenums -bin/gobject-query -include/glib-2.0/glib-object.h -include/glib-2.0/glib.h -include/glib-2.0/glib/galloca.h -include/glib-2.0/glib/garray.h -include/glib-2.0/glib/gasyncqueue.h -include/glib-2.0/glib/gatomic.h -include/glib-2.0/glib/gbacktrace.h -include/glib-2.0/glib/gcache.h -include/glib-2.0/glib/gcompletion.h -include/glib-2.0/glib/gconvert.h -include/glib-2.0/glib/gdataset.h -include/glib-2.0/glib/gdate.h -include/glib-2.0/glib/gdir.h -include/glib-2.0/glib/gerror.h -include/glib-2.0/glib/gfileutils.h -include/glib-2.0/glib/ghash.h -include/glib-2.0/glib/ghook.h -include/glib-2.0/glib/gi18n-lib.h -include/glib-2.0/glib/gi18n.h -include/glib-2.0/glib/giochannel.h -include/glib-2.0/glib/glist.h -include/glib-2.0/glib/gmacros.h -include/glib-2.0/glib/gmain.h -include/glib-2.0/glib/gmarkup.h -include/glib-2.0/glib/gmem.h -include/glib-2.0/glib/gmessages.h -include/glib-2.0/glib/gnode.h -include/glib-2.0/glib/gpattern.h -include/glib-2.0/glib/gprimes.h -include/glib-2.0/glib/gprintf.h -include/glib-2.0/glib/gqsort.h -include/glib-2.0/glib/gquark.h -include/glib-2.0/glib/gqueue.h -include/glib-2.0/glib/grand.h -include/glib-2.0/glib/grel.h -include/glib-2.0/glib/gscanner.h -include/glib-2.0/glib/gshell.h -include/glib-2.0/glib/gslist.h -include/glib-2.0/glib/gspawn.h -include/glib-2.0/glib/gstrfuncs.h -include/glib-2.0/glib/gstring.h -include/glib-2.0/glib/gthread.h -include/glib-2.0/glib/gthreadpool.h -include/glib-2.0/glib/gtimer.h -include/glib-2.0/glib/gtree.h -include/glib-2.0/glib/gtypes.h -include/glib-2.0/glib/gunicode.h -include/glib-2.0/glib/gutils.h -include/glib-2.0/glib/gwin32.h -include/glib-2.0/glibconfig.h -include/glib-2.0/gmodule.h -include/glib-2.0/gobject/gboxed.h -include/glib-2.0/gobject/gclosure.h -include/glib-2.0/gobject/genums.h -include/glib-2.0/gobject/gmarshal.h -include/glib-2.0/gobject/gobject.h -include/glib-2.0/gobject/gobjectnotifyqueue.c -include/glib-2.0/gobject/gparam.h -include/glib-2.0/gobject/gparamspecs.h -include/glib-2.0/gobject/gsignal.h -include/glib-2.0/gobject/gsourceclosure.h -include/glib-2.0/gobject/gtype.h -include/glib-2.0/gobject/gtypemodule.h -include/glib-2.0/gobject/gtypeplugin.h -include/glib-2.0/gobject/gvalue.h -include/glib-2.0/gobject/gvaluearray.h -include/glib-2.0/gobject/gvaluecollector.h -include/glib-2.0/gobject/gvaluetypes.h -lib/libglib-2.0.a -lib/libglib-2.0.so -lib/libglib-2.0.so.400 -lib/libgmodule-2.0.a -lib/libgmodule-2.0.so -lib/libgmodule-2.0.so.400 -lib/libgobject-2.0.a -lib/libgobject-2.0.so -lib/libgobject-2.0.so.400 -lib/libgthread-2.0.a -lib/libgthread-2.0.so -lib/libgthread-2.0.so.400 -libdata/pkgconfig/glib-2.0.pc -libdata/pkgconfig/gmodule-2.0.pc -libdata/pkgconfig/gobject-2.0.pc -libdata/pkgconfig/gthread-2.0.pc -share/aclocal/glib-2.0.m4 -share/aclocal/glib-gettext.m4 -share/glib-2.0/gettext/po/Makefile.in.in -share/locale/am/LC_MESSAGES/glib20.mo -share/locale/ar/LC_MESSAGES/glib20.mo -share/locale/az/LC_MESSAGES/glib20.mo -share/locale/be/LC_MESSAGES/glib20.mo -share/locale/bg/LC_MESSAGES/glib20.mo -share/locale/bn/LC_MESSAGES/glib20.mo -share/locale/ca/LC_MESSAGES/glib20.mo -share/locale/cs/LC_MESSAGES/glib20.mo -share/locale/cy/LC_MESSAGES/glib20.mo -share/locale/da/LC_MESSAGES/glib20.mo -share/locale/de/LC_MESSAGES/glib20.mo -share/locale/el/LC_MESSAGES/glib20.mo -share/locale/es/LC_MESSAGES/glib20.mo -share/locale/eo/LC_MESSAGES/glib20.mo -share/locale/et/LC_MESSAGES/glib20.mo -share/locale/eu/LC_MESSAGES/glib20.mo -share/locale/fa/LC_MESSAGES/glib20.mo -share/locale/fi/LC_MESSAGES/glib20.mo -share/locale/fr/LC_MESSAGES/glib20.mo -share/locale/ga/LC_MESSAGES/glib20.mo -share/locale/gl/LC_MESSAGES/glib20.mo -share/locale/he/LC_MESSAGES/glib20.mo -share/locale/hi/LC_MESSAGES/glib20.mo -share/locale/hr/LC_MESSAGES/glib20.mo -share/locale/id/LC_MESSAGES/glib20.mo -share/locale/is/LC_MESSAGES/glib20.mo -share/locale/it/LC_MESSAGES/glib20.mo -share/locale/ja/LC_MESSAGES/glib20.mo -share/locale/ko/LC_MESSAGES/glib20.mo -share/locale/lt/LC_MESSAGES/glib20.mo -share/locale/lv/LC_MESSAGES/glib20.mo -share/locale/mk/LC_MESSAGES/glib20.mo -share/locale/mn/LC_MESSAGES/glib20.mo -share/locale/ms/LC_MESSAGES/glib20.mo -share/locale/nl/LC_MESSAGES/glib20.mo -share/locale/nn/LC_MESSAGES/glib20.mo -share/locale/no/LC_MESSAGES/glib20.mo -share/locale/pa/LC_MESSAGES/glib20.mo -share/locale/pl/LC_MESSAGES/glib20.mo -share/locale/pt/LC_MESSAGES/glib20.mo -share/locale/pt_BR/LC_MESSAGES/glib20.mo -share/locale/ro/LC_MESSAGES/glib20.mo -share/locale/ru/LC_MESSAGES/glib20.mo -share/locale/sk/LC_MESSAGES/glib20.mo -share/locale/sl/LC_MESSAGES/glib20.mo -share/locale/sq/LC_MESSAGES/glib20.mo -share/locale/sr/LC_MESSAGES/glib20.mo -share/locale/sr@Latn/LC_MESSAGES/glib20.mo -share/locale/sr@ije/LC_MESSAGES/glib20.mo -share/locale/sv/LC_MESSAGES/glib20.mo -share/locale/ta/LC_MESSAGES/glib20.mo -share/locale/tr/LC_MESSAGES/glib20.mo -share/locale/uk/LC_MESSAGES/glib20.mo -share/locale/vi/LC_MESSAGES/glib20.mo -share/locale/yi/LC_MESSAGES/glib20.mo -share/locale/zh_CN/LC_MESSAGES/glib20.mo -share/locale/zh_TW/LC_MESSAGES/glib20.mo -@dirrm share/glib-2.0/gettext/po -@dirrm share/glib-2.0/gettext -@dirrm share/glib-2.0 -@dirrm include/glib-2.0/gobject -@dirrm include/glib-2.0/glib -@dirrm include/glib-2.0 diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile deleted file mode 100644 index bcaf1722a..000000000 --- a/devel/gnome-vfs/Makefile +++ /dev/null @@ -1,107 +0,0 @@ -# New ports collection makefile for: gnomevfs2 -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomevfs2 -PORTVERSION= 2.6.0 -PORTREVISION= 1 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-vfs/2.6 -DISTNAME= gnome-vfs-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME Virtual File System - -RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intlhack gnomemimedata gconf2 \ - libbonobo -USE_REINPLACE= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --disable-openssl \ - --disable-gnutls \ - --with-gtk=no -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - BSD_PTHREAD_LIBS=${PTHREAD_LIBS} - -OPTIONS= KDE_MENUS "Integrated KDE menu picks" on - -.include <bsd.port.pre.mk> - -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) -.undef WITHOUT_CDPARANOIA -.undef WITHOUT_SAMBA -WITH_CDPARANOIA= yes -WITH_SAMBA= yes -.endif - -.if !defined(WITHOUT_KDE_MENUS) -EXTRA_PATCHES= ${FILESDIR}/modules_vfolder_applications-all-users.vfolder-info.in -PLIST_SUB+= KDEMENUS="" -.else -PLIST_SUB+= KDEMENUS="@comment " -.endif - -.if exists(${LOCALBASE}/lib/libcdda_paranoia.a) -WITH_CDPARANOIA= yes -.endif - -.if exists(${LOCALBASE}/lib/libsmbclient.so) -WITH_SAMBA= yes -.endif - -.if defined(WITH_CDPARANOIA) -LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia -PLIST_SUB+= CDPARANOIA="" -.else -PLIST_SUB+= CDPARANOIA="@comment " -.endif - -.if exists(${LOCALBASE}/lib/libfam) || !defined(WITHOUT_FAM) -LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam -.endif - -.if defined(WITH_SAMBA) -LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient -PLIST_SUB+= SAMBA="" -.else -PLIST_SUB+= SAMBA="@comment " -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "*info.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|\@datadir\@/gnome|\@datadir\@|g' - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/libgnomevfs/Makefile.in \ - ${WRKSRC}/libgnomevfs/xdgmime.c \ - ${WRKSRC}/modules/vfolder/applications-all-users.vfolder-info.in -.if !defined(WITHOUT_KDE_MENUS) - @${SED} -e 's|/usr/local|${LOCALBASE}|g' \ - < ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory -.endif - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" \ - ${WRKSRC}/Makefile.in - -pre-configure: - @if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]'`" ]; then \ - ${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \ - ${FALSE}; \ - fi - -post-install: - @${MKDIR} ${PREFIX}/share/gnome/vfolders -.if !defined(WITHOUT_KDE_MENUS) - @${INSTALL_DATA} ${WRKSRC}/KDE.directory ${PREFIX}/share/gnome/vfolders -.endif - -.include <bsd.port.post.mk> diff --git a/devel/gnome-vfs/distinfo b/devel/gnome-vfs/distinfo deleted file mode 100644 index 31ff3374e..000000000 --- a/devel/gnome-vfs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-vfs-2.6.0.tar.bz2) = 4d0323cf015dd006210fcacd4bfe7420 -SIZE (gnome2/gnome-vfs-2.6.0.tar.bz2) = 1431274 diff --git a/devel/gnome-vfs/files/KDE.directory b/devel/gnome-vfs/files/KDE.directory deleted file mode 100644 index 032126bb9..000000000 --- a/devel/gnome-vfs/files/KDE.directory +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Name=KDE -Comment=Some comment about KDE menu -Icon=/usr/local/share/icons/kdeclassic/48x48/apps/kmenu.png -Type=Directory diff --git a/devel/gnome-vfs/files/modules_vfolder_applications-all-users.vfolder-info.in b/devel/gnome-vfs/files/modules_vfolder_applications-all-users.vfolder-info.in deleted file mode 100644 index 120a89064..000000000 --- a/devel/gnome-vfs/files/modules_vfolder_applications-all-users.vfolder-info.in +++ /dev/null @@ -1,285 +0,0 @@ ---- modules/vfolder/applications-all-users.vfolder-info.in.orig Fri Oct 17 10:11:22 2003 -+++ modules/vfolder/applications-all-users.vfolder-info.in Thu Feb 12 15:15:40 2004 -@@ -19,7 +19,14 @@ - <MergeDir>/usr/share/gnome/apps/</MergeDir> - - <!-- Merge dirs optional --> -- <MergeDir>/etc/X11/applnk/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Toys/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Utilities/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Internet/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Office/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Applications/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Development/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Games/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Multimedia/</MergeDir> - - <!-- Root folder --> - <Folder> -@@ -34,10 +41,12 @@ - <Query> - <And> - <Keyword>Core</Keyword> -- <!-- FIXME: Seth, why would this be wanted? --> -- <!--<Not> -- <Keyword>Merged</Keyword> -- </Not>--> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - </And> - </Query> - -@@ -47,6 +56,12 @@ - <Desktop>Accessories.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Utility</Keyword> - <Not> -@@ -63,6 +78,12 @@ - <Desktop>Accessibility.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Accessibility</Keyword> - <Not> -@@ -80,6 +101,12 @@ - <OnlyUnallocated/> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Not> - <Keyword>Settings</Keyword> -@@ -101,6 +128,12 @@ - <Desktop>Development.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Development</Keyword> - </And> -@@ -114,6 +147,12 @@ - <Desktop>Games.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Game</Keyword> - </And> -@@ -127,6 +166,12 @@ - <Desktop>Graphics.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Graphics</Keyword> - </And> -@@ -140,6 +185,12 @@ - <Desktop>Internet.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Network</Keyword> - </And> -@@ -153,6 +204,12 @@ - <Desktop>Multimedia.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>AudioVideo</Keyword> - </And> -@@ -170,6 +227,12 @@ - <Desktop>Office.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Or> - <Keyword>Office</Keyword> -@@ -195,6 +258,12 @@ - <Desktop>System.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Not> - <Keyword>Settings</Keyword> -@@ -204,6 +273,118 @@ - </Query> - <DontShowIfEmpty/> - </Folder> -- -+ -+ <!-- KDE --> -+ <Folder> -+ <Name>KDE</Name> -+ <Desktop>KDE.directory</Desktop> -+ -+ <!-- KAccessories --> -+ <Folder> -+ <Name>Accessories</Name> -+ <Desktop>Accessories.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Utility</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KDevelopment Tools --> -+ <Folder> -+ <Name>Programming</Name> -+ <Desktop>Development.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Development</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KGraphics --> -+ <Folder> -+ <Name>Graphics</Name> -+ <Desktop>Graphics.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Graphics</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KInternet --> -+ <Folder> -+ <Name>Internet</Name> -+ <Desktop>Internet.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Network</Keyword> -+ </And> -+ </Query> -+ -+ <Include>/usr/local/share/applnk/konqueror.desktop</Include> -+ -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KMultimedia --> -+ <Folder> -+ <Name>Multimedia</Name> -+ <Desktop>Multimedia.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>AudioVideo</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KOffice --> -+ <Folder> -+ <Name>Office</Name> -+ <Desktop>Office.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Or> -+ <Keyword>Office</Keyword> -+ <Keyword>Spreadsheet</Keyword> -+ <Keyword>WordProcessor</Keyword> -+ <Keyword>Calendar</Keyword> -+ <Keyword>ProjectManagement</Keyword> -+ </Or> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ <DontShowIfEmpty/> -+ </Folder> <!-- KDE --> -+ - </Folder> - </VFolderInfo> diff --git a/devel/gnome-vfs/files/patch-aa b/devel/gnome-vfs/files/patch-aa deleted file mode 100644 index 8273ab3fe..000000000 --- a/devel/gnome-vfs/files/patch-aa +++ /dev/null @@ -1,69 +0,0 @@ ---- configure.orig Sun Feb 8 16:04:02 2004 -+++ configure Sun Feb 8 16:04:36 2004 -@@ -22816,6 +22816,8 @@ - if eval "test \"\${$as_ac_var+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -+ ac_check_lib_save_LIBS=$LIBS -+ LIBS="-lintl $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22898,6 +22900,7 @@ - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS - fi - echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 - echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -@@ -22905,6 +22908,7 @@ - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF -+ LIBS="-lintl $LIBS" - have_ngettext=yes - fi - done -@@ -26396,8 +26400,8 @@ - done - fi - --echo "$as_me:$LINENO: checking for bzCompressInit in -lbz2" >&5 --echo $ECHO_N "checking for bzCompressInit in -lbz2... $ECHO_C" >&6 -+echo "$as_me:$LINENO: checking for BZ2_bzCompressInit in -lbz2" >&5 -+echo $ECHO_N "checking for BZ2_bzCompressInit in -lbz2... $ECHO_C" >&6 - if test "${ac_cv_lib_bz2_bzCompressInit+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -26416,11 +26420,11 @@ - #endif - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char bzCompressInit (); -+char BZ2_bzCompressInit (); - int - main () - { --bzCompressInit (); -+BZ2_bzCompressInit (); - ; - return 0; - } -@@ -27547,7 +27551,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - -- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" -+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -30543,6 +30547,7 @@ - s,@ORBIT_IDL@,$ORBIT_IDL,;t t - s,@BONOBO_IDLDIR@,$BONOBO_IDLDIR,;t t - s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t -+s,@PTHREAD_LIB@,$BSD_PTHREAD_LIBS,;t t - s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t - s,@USE_NLS@,$USE_NLS,;t t - s,@MSGFMT@,$MSGFMT,;t t diff --git a/devel/gnome-vfs/files/patch-ac b/devel/gnome-vfs/files/patch-ac deleted file mode 100644 index 9362cac17..000000000 --- a/devel/gnome-vfs/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/Makefile.in.orig Tue May 6 15:39:48 2003 -+++ modules/Makefile.in Tue May 6 15:41:28 2003 -@@ -210,7 +210,7 @@ - @BUILD_CDEMENU_MODULE_TRUE@CDEMENU_LTLIBS = @BUILD_CDEMENU_MODULE_TRUE@libcdemenu-desktop.la - @BUILD_CDEMENU_MODULE_FALSE@CDEMENU_LTLIBS = - --module_flags = -export_dynamic -avoid-version -module -no-undefined -+module_flags = -export_dynamic -avoid-version -module -no-undefined $(PTHREAD_LIB) - modulesdir = $(libdir)/gnome-vfs-2.0/modules - - modules_LTLIBRARIES = \ diff --git a/devel/gnome-vfs/files/patch-devel-docs::Makefile.in b/devel/gnome-vfs/files/patch-devel-docs::Makefile.in deleted file mode 100644 index b02290aa2..000000000 --- a/devel/gnome-vfs/files/patch-devel-docs::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- devel-docs/Makefile.in 2002/02/16 16:44:53 1.1 -+++ devel-docs/Makefile.in 2002/02/16 16:45:47 -@@ -168,7 +168,7 @@ - TEXT_FILES = gnome-vfs-mime-type-handling.txt - - --docdir = $(prefix)/doc -+docdir = $(prefix)/share/doc - doc_DATA = - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h diff --git a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in b/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in deleted file mode 100644 index c75f0d973..000000000 --- a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in +++ /dev/null @@ -1,12 +0,0 @@ - -$FreeBSD$ - ---- gnome-vfs-2.0.pc.in 2002/02/16 13:07:24 1.1 -+++ gnome-vfs-2.0.pc.in 2002/02/16 13:07:38 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system libraries - Version: @VERSION@ - Requires: bonobo-activation-2.0,gthread-2.0,gmodule-2.0 --Libs: -L${libdir} -lgnomevfs-2 -+Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@ - Cflags: -I${includedir}/gnome-vfs-2.0 -I${libdir}/gnome-vfs-2.0/include diff --git a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in b/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in deleted file mode 100644 index f9b09d46b..000000000 --- a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in +++ /dev/null @@ -1,12 +0,0 @@ - -$FreeBSD$ - ---- gnome-vfs-module-2.0.pc.in 2002/02/16 13:07:42 1.1 -+++ gnome-vfs-module-2.0.pc.in 2002/02/16 13:07:51 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system module include info - Version: @VERSION@ - Requires: bonobo-activation-2.0,gthread-2.0,gmodule-2.0 --Libs: -L${libdir} -lgnomevfs-2 -+Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@ - Cflags: -I${includedir}/gnome-vfs-2.0 -I${includedir}/gnome-vfs-module-2.0 -I${libdir}/gnome-vfs-2.0/include diff --git a/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in b/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in deleted file mode 100644 index 063376961..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/Makefile.in.orig Wed Oct 22 01:11:11 2003 -+++ libgnomevfs/Makefile.in Wed Oct 22 01:12:00 2003 -@@ -429,7 +429,7 @@ - # CLEANFILES = $(BUILT_SOURCES) - - # Platform specific includes --libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include -+libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/include - libgnomevfsplatforminclude_HEADERS = \ - gnome-vfs-file-size.h - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c b/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c deleted file mode 100644 index bd679de03..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c +++ /dev/null @@ -1,29 +0,0 @@ - -$FreeBSD$ - ---- libgnomevfs/gnome-vfs-application-registry.c 2002/06/13 07:31:15 1.1 -+++ libgnomevfs/gnome-vfs-application-registry.c 2002/06/13 08:25:24 -@@ -940,6 +940,8 @@ - static void - gnome_vfs_application_registry_init (void) - { -+ gchar *tmp; -+ - if (gnome_vfs_application_registry_initialized) - return; - -@@ -961,6 +963,14 @@ - gnome_registry_dir.dirname = g_strdup (DATADIR "/application-registry"); - gnome_registry_dir.system_dir = TRUE; - -+ tmp = g_strconcat (g_get_home_dir(), "/.gnome", NULL); -+ if (mkdir (tmp, 0700) && -+ errno != EEXIST) { -+ g_warning("Could not create per-user Gnome configuration directory: %s", -+ tmp); -+ } -+ g_free(tmp); -+ - user_registry_dir.dirname = g_strconcat (g_get_home_dir(), "/.gnome/application-info", NULL); - user_registry_dir.system_dir = FALSE; - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c deleted file mode 100644 index 21912f46e..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c +++ /dev/null @@ -1,13 +0,0 @@ ---- libgnomevfs/gnome-vfs-unix-mounts.c.orig Mon Mar 8 22:29:57 2004 -+++ libgnomevfs/gnome-vfs-unix-mounts.c Mon Mar 8 22:33:35 2004 -@@ -857,8 +857,9 @@ - - #ifdef HAVE_SYS_SYSCTL_H - if (usermnt != 0) { -+ uid_t uid = getuid (); - if (stat (fstab->fs_file, &sb) == 0) { -- if (sb.st_uid != 0) { -+ if (uid == 0 || sb.st_uid == uid) { - mount_entry->is_user_mountable = TRUE; - } - } diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c deleted file mode 100644 index ab74eb932..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c +++ /dev/null @@ -1,31 +0,0 @@ ---- libgnomevfs/gnome-vfs-utils.c.orig Sat Mar 13 18:57:02 2004 -+++ libgnomevfs/gnome-vfs-utils.c Sat Mar 13 18:51:21 2004 -@@ -797,8 +797,10 @@ - - #if HAVE_STATVFS - statfs_result = statvfs (unescaped_path, &statfs_buffer); -+#define statfs_bsize f_frsize - #else - statfs_result = statfs (unescaped_path, &statfs_buffer); -+#define statfs_bsize f_bsize - #endif - - if (statfs_result != 0) { -@@ -831,7 +833,7 @@ - } - } - -- block_size = statfs_buffer.f_bsize; -+ block_size = statfs_buffer.statfs_bsize; - free_blocks = statfs_buffer.f_bavail; - - *size = block_size * free_blocks; -@@ -859,7 +861,7 @@ - paths = g_strsplit (gnome_var, ":", 0); - - for (temp_paths = paths; *temp_paths != NULL; temp_paths++) { -- full_filename = g_strconcat (*temp_paths, "/share/pixmaps/", relative_filename, NULL); -+ full_filename = g_strconcat (*temp_paths, "/share/gnome/pixmaps/", relative_filename, NULL); - if (g_file_test (full_filename, G_FILE_TEST_EXISTS)) { - g_strfreev (paths); - return full_filename; diff --git a/devel/gnome-vfs/files/patch-ltmain.sh b/devel/gnome-vfs/files/patch-ltmain.sh deleted file mode 100644 index 58384ee38..000000000 --- a/devel/gnome-vfs/files/patch-ltmain.sh +++ /dev/null @@ -1,51 +0,0 @@ ---- ltmain.sh.orig Sat Dec 6 14:47:45 2003 -+++ ltmain.sh Tue Dec 9 14:09:01 2003 -@@ -1280,7 +1280,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -1290,8 +1290,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 - ;; - -@@ -3000,6 +3008,9 @@ - # problems, so we reset it completely - verstring= - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - verstring="0.0" - ;; -@@ -5428,10 +5439,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/gnome-vfs/files/patch-modules_pty-open.c b/devel/gnome-vfs/files/patch-modules_pty-open.c deleted file mode 100644 index 2ee23b086..000000000 --- a/devel/gnome-vfs/files/patch-modules_pty-open.c +++ /dev/null @@ -1,13 +0,0 @@ ---- modules/pty-open.c.orig Sun Apr 4 12:58:08 2004 -+++ modules/pty-open.c Sun Apr 4 12:59:30 2004 -@@ -613,6 +613,10 @@ - if ((fd == -1) && (errno == ENOENT)) { - fd = open("/dev/ptc", O_RDWR | O_NOCTTY); /* AIX */ - } -+ -+ if ((fd == -1) && (errno == ENOENT)) { -+ fd = posix_openpt(O_RDWR); -+ } - #endif - /* Set it to blocking. */ - flags = fcntl(fd, F_GETFL); diff --git a/devel/gnome-vfs/files/patch-modules_sftp-method.c b/devel/gnome-vfs/files/patch-modules_sftp-method.c deleted file mode 100644 index bd08ae0b4..000000000 --- a/devel/gnome-vfs/files/patch-modules_sftp-method.c +++ /dev/null @@ -1,26 +0,0 @@ ---- modules/sftp-method.c.orig Mon Mar 8 13:52:39 2004 -+++ modules/sftp-method.c Sun Apr 4 13:50:21 2004 -@@ -175,6 +175,15 @@ - - typedef ssize_t (*read_write_fn) (int, void *, size_t); - -+#ifndef TEMP_FAILURE_RETRY -+#define TEMP_FAILURE_RETRY(expression) \ -+ (__extension__ \ -+ ({ long int __result; \ -+ do __result = (long int) (expression); \ -+ while (__result == -1L && errno == EINTR); \ -+ __result; })) -+#endif -+ - static gsize - atomic_io (read_write_fn f, gint fd, gpointer buffer_in, gsize size) - { -@@ -1072,6 +1081,7 @@ - if (io_status == G_IO_STATUS_NORMAL) { - buffer[len] = 0; - if (g_str_has_suffix (buffer, "password: ") || -+ g_str_has_suffix (buffer, "Password:") || - g_str_has_prefix (buffer, "Enter passphrase for key")) { - if (invoke_full_auth (uri, done_auth, buffer, &password) && password != NULL) { - g_io_channel_write_chars (tty_channel, password, -1, &len, NULL); diff --git a/devel/gnome-vfs/files/patch-modules_vfolder_vfolder-info.c b/devel/gnome-vfs/files/patch-modules_vfolder_vfolder-info.c deleted file mode 100644 index a07d0bc81..000000000 --- a/devel/gnome-vfs/files/patch-modules_vfolder_vfolder-info.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/vfolder/vfolder-info.c.orig Fri Nov 29 13:40:11 2002 -+++ modules/vfolder/vfolder-info.c Fri Nov 29 13:40:19 2002 -@@ -1721,7 +1721,7 @@ - - for (i = 0; ppath[i] != NULL; i++) { - dir = g_build_filename (ppath[i], -- "/share/applications/", -+ "/share/gnome/applications/", - NULL); - id = itemdir_new (info, - dir, diff --git a/devel/gnome-vfs/pkg-descr b/devel/gnome-vfs/pkg-descr deleted file mode 100644 index 03cbc07f6..000000000 --- a/devel/gnome-vfs/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The GNOME Virtual File System allows applications and users to treat -any number of file system concepts as a part of the local filesystem. -With GnomeVFS, filesystems across the internet, on connected devices, -and in multiple formats are as simple to access (and write code for) -as any directory on the local machine. - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist deleted file mode 100644 index 03548442e..000000000 --- a/devel/gnome-vfs/pkg-plist +++ /dev/null @@ -1,312 +0,0 @@ -bin/gnomevfs-cat -bin/gnomevfs-copy -bin/gnomevfs-info -bin/gnomevfs-ls -bin/gnomevfs-mkdir -etc/gconf/gconf.xml.defaults/desktop/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/applications/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/applications/component_viewer/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/applications/terminal/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/callto/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/ghelp/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/h323/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/http/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/https/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/info/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/mailto/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/man/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/trash/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/component_viewer/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/terminal/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/callto/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/ghelp/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/h323/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/http/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/https/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/info/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/mailto/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/man/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/trash/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/http_proxy/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/proxy/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/smb/%gconf.xml -etc/gconf/gconf.xml.defaults/system/%gconf.xml -etc/gconf/gconf.xml.defaults/system/http_proxy/%gconf.xml -etc/gconf/gconf.xml.defaults/system/proxy/%gconf.xml -etc/gconf/gconf.xml.defaults/system/smb/%gconf.xml -etc/gconf/schemas/desktop_default_applications.schemas -etc/gconf/schemas/desktop_gnome_url_handlers.schemas -etc/gconf/schemas/system_http_proxy.schemas -etc/gconf/schemas/system_smb.schemas -%%CDPARANOIA%%etc/gnome-vfs-2.0/modules/cdda-module.conf -etc/gnome-vfs-2.0/modules/default-modules.conf -%%SAMBA%%etc/gnome-vfs-2.0/modules/smb-module.conf -etc/gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info -etc/gnome-vfs-2.0/vfolders/favorites.vfolder-info -etc/gnome-vfs-2.0/vfolders/network.vfolder-info -etc/gnome-vfs-2.0/vfolders/preferences-all-users.vfolder-info -etc/gnome-vfs-2.0/vfolders/server-settings.vfolder-info -etc/gnome-vfs-2.0/vfolders/start-here.vfolder-info -etc/gnome-vfs-2.0/vfolders/system-settings.vfolder-info -include/gnome-vfs-2.0/include/gnome-vfs-file-size.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-cancellation.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-context.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-directory.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-drive.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-enum-types.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-size.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-find-directory.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-handle.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-init.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-job-limit.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-handlers.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-utils.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-module-callback.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ops.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-result.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-standard-callbacks.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-types.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-uri.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-utils.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-xfer.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-cancellable-ops.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-inet-connection.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-method.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-info.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-callback-module-api.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-shared.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-parse-ls.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket-buffer.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-ssl.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-transform.h -lib/bonobo/monikers/libmoniker_gnome_vfs_std.so -lib/gnome-vfs-2.0/modules/libbzip2.so -%%CDPARANOIA%%lib/gnome-vfs-2.0/modules/libcdda.so -lib/gnome-vfs-2.0/modules/libcomputer.so -lib/gnome-vfs-2.0/modules/libextfs.so -lib/gnome-vfs-2.0/modules/libfile.so -lib/gnome-vfs-2.0/modules/libftp.so -lib/gnome-vfs-2.0/modules/libgzip.so -lib/gnome-vfs-2.0/modules/libhttp.so -lib/gnome-vfs-2.0/modules/libnetwork.so -lib/gnome-vfs-2.0/modules/libnntp.so -lib/gnome-vfs-2.0/modules/libsftp.so -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.so -lib/gnome-vfs-2.0/modules/libssh.so -lib/gnome-vfs-2.0/modules/libtar.so -lib/gnome-vfs-2.0/modules/libvfolder-desktop.so -lib/gnome-vfs-2.0/modules/libvfs-pipe.so -lib/gnome-vfs-2.0/modules/libvfs-test.so -lib/gnome-vfs-2.0/modules/libvfs-translate.so -lib/libgnomevfs-2.a -lib/libgnomevfs-2.so -lib/libgnomevfs-2.so.600 -lib/vfs/2.0/extfs/README -lib/vfs/2.0/extfs/a -lib/vfs/2.0/extfs/ar -lib/vfs/2.0/extfs/arj -lib/vfs/2.0/extfs/cpio -lib/vfs/2.0/extfs/deb -lib/vfs/2.0/extfs/hp48 -lib/vfs/2.0/extfs/lha -lib/vfs/2.0/extfs/mailfs -lib/vfs/2.0/extfs/patchfs -lib/vfs/2.0/extfs/rar -lib/vfs/2.0/extfs/rpm -lib/vfs/2.0/extfs/rpms -lib/vfs/2.0/extfs/tar -lib/vfs/2.0/extfs/trpm -lib/vfs/2.0/extfs/zip -lib/vfs/2.0/extfs/zoo -libdata/bonobo/servers/GNOME_VFS_Daemon.server -libdata/bonobo/servers/GNOME_VFS_Moniker_std.server -libdata/pkgconfig/gnome-vfs-2.0.pc -libdata/pkgconfig/gnome-vfs-module-2.0.pc -libexec/gnome-vfs-daemon -share/doc/gnome-vfs-2.0/about.html -share/doc/gnome-vfs-2.0/advanced-operations.html -share/doc/gnome-vfs-2.0/ch08.html -share/doc/gnome-vfs-2.0/data-types.html -share/doc/gnome-vfs-2.0/gnome-vfs-2.0.devhelp -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-application-registry.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-async-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-cancellation.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-context.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-basic-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-find-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-list-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-advanced-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-basic-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-rw-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-size.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-trunc-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-inet-connection.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-init.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-method.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-database.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-monitor.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback-module-api.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-shared.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-monitor.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-parse-ls.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-result.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-socket-buffer.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-socket.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-ssl.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-standard-callbacks.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-transform.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-uri.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-utils.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-xfer.html -share/doc/gnome-vfs-2.0/gnome-vfs-directory-operations.html -share/doc/gnome-vfs-2.0/gnome-vfs-file-operations.html -share/doc/gnome-vfs-2.0/gnome-vfs-first-steps.html -share/doc/gnome-vfs-2.0/gnome-vfs-writing-modules.html -share/doc/gnome-vfs-2.0/home.png -share/doc/gnome-vfs-2.0/index.html -share/doc/gnome-vfs-2.0/index.sgml -share/doc/gnome-vfs-2.0/left.png -share/doc/gnome-vfs-2.0/mime-registry.html -share/doc/gnome-vfs-2.0/modules.html -share/doc/gnome-vfs-2.0/right.png -share/doc/gnome-vfs-2.0/up.png -@exec mkdir -p %D/share/gnome/vfolders -%%KDEMENUS%%share/gnome/vfolders/KDE.directory -share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/da/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/de/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/el/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/es/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/et/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/he/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/id/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/is/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/li/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/no/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr@ije/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/th/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/yi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo -@dirrm share/doc/gnome-vfs-2.0 -@dirrm share/gnome/vfolders -@dirrm lib/vfs/2.0/extfs -@dirrm lib/vfs/2.0 -@dirrm include/gnome-vfs-module-2.0/libgnomevfs -@dirrm include/gnome-vfs-module-2.0 -@dirrm include/gnome-vfs-2.0/libgnomevfs -@dirrm include/gnome-vfs-2.0/include -@dirrm include/gnome-vfs-2.0 -@dirrm etc/gnome-vfs-2.0/vfolders -@dirrm etc/gconf/gconf.xml.defaults/system/smb -@dirrm etc/gconf/gconf.xml.defaults/system/proxy -@dirrm etc/gconf/gconf.xml.defaults/system/http_proxy -@dirrm etc/gconf/gconf.xml.defaults/system -@dirrm etc/gconf/gconf.xml.defaults/schemas/system/smb -@dirrm etc/gconf/gconf.xml.defaults/schemas/system/proxy -@dirrm etc/gconf/gconf.xml.defaults/schemas/system/http_proxy -@dirrm etc/gconf/gconf.xml.defaults/schemas/system -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/trash -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/man -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/mailto -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/info -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/https -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/http -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/h323 -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/ghelp -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/callto -@unexec /bin/rmdir %D/etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers 2>/dev/null || true -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/terminal -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/component_viewer -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/trash -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/man -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/mailto -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/info -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/https -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/http -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/h323 -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/ghelp -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/callto -@unexec /bin/rmdir %D/etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers 2>/dev/null || true -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications/terminal -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications/component_viewer -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome -@dirrm etc/gconf/gconf.xml.defaults/desktop diff --git a/devel/gnome2-hacker-tools/Makefile b/devel/gnome2-hacker-tools/Makefile deleted file mode 100644 index c4443bb97..000000000 --- a/devel/gnome2-hacker-tools/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: gnome2-hacker-tools -# Date created: 07 January 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnome2-hacker-tools -PORTVERSION= 2.6.0 -CATEGORIES= devel gnome -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 development tools - -RUN_DEPENDS= mlv:${PORTSDIR}/editors/mlview \ - gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon \ - glade-2:${PORTSDIR}/devel/glade2 \ - ghex2:${PORTSDIR}/editors/ghex2 \ - gob2:${PORTSDIR}/devel/gob2 \ - conglomerate:${PORTSDIR}/editors/conglomerate \ - meld:${PORTSDIR}/textproc/meld \ - gtranslator:${PORTSDIR}/devel/gtranslator -# not yet buildable under GNOME 2.5 -# regexxer:${PORTSDIR}/devel/regexxer - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -RUN_DEPENDS+= anjuta:${PORTSDIR}/devel/anjuta -.endif - -NO_BUILD= yes - -do-install: # empty - -.include <bsd.port.post.mk> diff --git a/devel/gnome2-hacker-tools/pkg-descr b/devel/gnome2-hacker-tools/pkg-descr deleted file mode 100644 index 4c88310c8..000000000 --- a/devel/gnome2-hacker-tools/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -GNOME 2 Hacker Tools - -The Hackers Tools are a collection of GNOME development applications. -This suite includes IDEs, interface builders, "hacker" editors, and other -applications to build and maintain GNOME (and other) code. - -WWW: http://www.FreeBSD.org/gnome/ diff --git a/devel/gnome2-hacker-tools/pkg-plist b/devel/gnome2-hacker-tools/pkg-plist deleted file mode 100644 index 549a621fe..000000000 --- a/devel/gnome2-hacker-tools/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment this plist intentionally left empty diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile deleted file mode 100644 index bcaf1722a..000000000 --- a/devel/gnomevfs2/Makefile +++ /dev/null @@ -1,107 +0,0 @@ -# New ports collection makefile for: gnomevfs2 -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomevfs2 -PORTVERSION= 2.6.0 -PORTREVISION= 1 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-vfs/2.6 -DISTNAME= gnome-vfs-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME Virtual File System - -RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intlhack gnomemimedata gconf2 \ - libbonobo -USE_REINPLACE= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --disable-openssl \ - --disable-gnutls \ - --with-gtk=no -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - BSD_PTHREAD_LIBS=${PTHREAD_LIBS} - -OPTIONS= KDE_MENUS "Integrated KDE menu picks" on - -.include <bsd.port.pre.mk> - -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) -.undef WITHOUT_CDPARANOIA -.undef WITHOUT_SAMBA -WITH_CDPARANOIA= yes -WITH_SAMBA= yes -.endif - -.if !defined(WITHOUT_KDE_MENUS) -EXTRA_PATCHES= ${FILESDIR}/modules_vfolder_applications-all-users.vfolder-info.in -PLIST_SUB+= KDEMENUS="" -.else -PLIST_SUB+= KDEMENUS="@comment " -.endif - -.if exists(${LOCALBASE}/lib/libcdda_paranoia.a) -WITH_CDPARANOIA= yes -.endif - -.if exists(${LOCALBASE}/lib/libsmbclient.so) -WITH_SAMBA= yes -.endif - -.if defined(WITH_CDPARANOIA) -LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia -PLIST_SUB+= CDPARANOIA="" -.else -PLIST_SUB+= CDPARANOIA="@comment " -.endif - -.if exists(${LOCALBASE}/lib/libfam) || !defined(WITHOUT_FAM) -LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam -.endif - -.if defined(WITH_SAMBA) -LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient -PLIST_SUB+= SAMBA="" -.else -PLIST_SUB+= SAMBA="@comment " -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "*info.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|\@datadir\@/gnome|\@datadir\@|g' - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/libgnomevfs/Makefile.in \ - ${WRKSRC}/libgnomevfs/xdgmime.c \ - ${WRKSRC}/modules/vfolder/applications-all-users.vfolder-info.in -.if !defined(WITHOUT_KDE_MENUS) - @${SED} -e 's|/usr/local|${LOCALBASE}|g' \ - < ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory -.endif - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" \ - ${WRKSRC}/Makefile.in - -pre-configure: - @if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]'`" ]; then \ - ${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \ - ${FALSE}; \ - fi - -post-install: - @${MKDIR} ${PREFIX}/share/gnome/vfolders -.if !defined(WITHOUT_KDE_MENUS) - @${INSTALL_DATA} ${WRKSRC}/KDE.directory ${PREFIX}/share/gnome/vfolders -.endif - -.include <bsd.port.post.mk> diff --git a/devel/gnomevfs2/distinfo b/devel/gnomevfs2/distinfo deleted file mode 100644 index 31ff3374e..000000000 --- a/devel/gnomevfs2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-vfs-2.6.0.tar.bz2) = 4d0323cf015dd006210fcacd4bfe7420 -SIZE (gnome2/gnome-vfs-2.6.0.tar.bz2) = 1431274 diff --git a/devel/gnomevfs2/files/KDE.directory b/devel/gnomevfs2/files/KDE.directory deleted file mode 100644 index 032126bb9..000000000 --- a/devel/gnomevfs2/files/KDE.directory +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Name=KDE -Comment=Some comment about KDE menu -Icon=/usr/local/share/icons/kdeclassic/48x48/apps/kmenu.png -Type=Directory diff --git a/devel/gnomevfs2/files/modules_vfolder_applications-all-users.vfolder-info.in b/devel/gnomevfs2/files/modules_vfolder_applications-all-users.vfolder-info.in deleted file mode 100644 index 120a89064..000000000 --- a/devel/gnomevfs2/files/modules_vfolder_applications-all-users.vfolder-info.in +++ /dev/null @@ -1,285 +0,0 @@ ---- modules/vfolder/applications-all-users.vfolder-info.in.orig Fri Oct 17 10:11:22 2003 -+++ modules/vfolder/applications-all-users.vfolder-info.in Thu Feb 12 15:15:40 2004 -@@ -19,7 +19,14 @@ - <MergeDir>/usr/share/gnome/apps/</MergeDir> - - <!-- Merge dirs optional --> -- <MergeDir>/etc/X11/applnk/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Toys/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Utilities/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Internet/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Office/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Applications/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Development/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Games/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Multimedia/</MergeDir> - - <!-- Root folder --> - <Folder> -@@ -34,10 +41,12 @@ - <Query> - <And> - <Keyword>Core</Keyword> -- <!-- FIXME: Seth, why would this be wanted? --> -- <!--<Not> -- <Keyword>Merged</Keyword> -- </Not>--> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - </And> - </Query> - -@@ -47,6 +56,12 @@ - <Desktop>Accessories.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Utility</Keyword> - <Not> -@@ -63,6 +78,12 @@ - <Desktop>Accessibility.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Accessibility</Keyword> - <Not> -@@ -80,6 +101,12 @@ - <OnlyUnallocated/> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Not> - <Keyword>Settings</Keyword> -@@ -101,6 +128,12 @@ - <Desktop>Development.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Development</Keyword> - </And> -@@ -114,6 +147,12 @@ - <Desktop>Games.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Game</Keyword> - </And> -@@ -127,6 +166,12 @@ - <Desktop>Graphics.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Graphics</Keyword> - </And> -@@ -140,6 +185,12 @@ - <Desktop>Internet.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Network</Keyword> - </And> -@@ -153,6 +204,12 @@ - <Desktop>Multimedia.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>AudioVideo</Keyword> - </And> -@@ -170,6 +227,12 @@ - <Desktop>Office.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Or> - <Keyword>Office</Keyword> -@@ -195,6 +258,12 @@ - <Desktop>System.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Not> - <Keyword>Settings</Keyword> -@@ -204,6 +273,118 @@ - </Query> - <DontShowIfEmpty/> - </Folder> -- -+ -+ <!-- KDE --> -+ <Folder> -+ <Name>KDE</Name> -+ <Desktop>KDE.directory</Desktop> -+ -+ <!-- KAccessories --> -+ <Folder> -+ <Name>Accessories</Name> -+ <Desktop>Accessories.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Utility</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KDevelopment Tools --> -+ <Folder> -+ <Name>Programming</Name> -+ <Desktop>Development.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Development</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KGraphics --> -+ <Folder> -+ <Name>Graphics</Name> -+ <Desktop>Graphics.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Graphics</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KInternet --> -+ <Folder> -+ <Name>Internet</Name> -+ <Desktop>Internet.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Network</Keyword> -+ </And> -+ </Query> -+ -+ <Include>/usr/local/share/applnk/konqueror.desktop</Include> -+ -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KMultimedia --> -+ <Folder> -+ <Name>Multimedia</Name> -+ <Desktop>Multimedia.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>AudioVideo</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KOffice --> -+ <Folder> -+ <Name>Office</Name> -+ <Desktop>Office.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Or> -+ <Keyword>Office</Keyword> -+ <Keyword>Spreadsheet</Keyword> -+ <Keyword>WordProcessor</Keyword> -+ <Keyword>Calendar</Keyword> -+ <Keyword>ProjectManagement</Keyword> -+ </Or> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ <DontShowIfEmpty/> -+ </Folder> <!-- KDE --> -+ - </Folder> - </VFolderInfo> diff --git a/devel/gnomevfs2/files/patch-aa b/devel/gnomevfs2/files/patch-aa deleted file mode 100644 index 8273ab3fe..000000000 --- a/devel/gnomevfs2/files/patch-aa +++ /dev/null @@ -1,69 +0,0 @@ ---- configure.orig Sun Feb 8 16:04:02 2004 -+++ configure Sun Feb 8 16:04:36 2004 -@@ -22816,6 +22816,8 @@ - if eval "test \"\${$as_ac_var+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -+ ac_check_lib_save_LIBS=$LIBS -+ LIBS="-lintl $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22898,6 +22900,7 @@ - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS - fi - echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 - echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -@@ -22905,6 +22908,7 @@ - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF -+ LIBS="-lintl $LIBS" - have_ngettext=yes - fi - done -@@ -26396,8 +26400,8 @@ - done - fi - --echo "$as_me:$LINENO: checking for bzCompressInit in -lbz2" >&5 --echo $ECHO_N "checking for bzCompressInit in -lbz2... $ECHO_C" >&6 -+echo "$as_me:$LINENO: checking for BZ2_bzCompressInit in -lbz2" >&5 -+echo $ECHO_N "checking for BZ2_bzCompressInit in -lbz2... $ECHO_C" >&6 - if test "${ac_cv_lib_bz2_bzCompressInit+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -26416,11 +26420,11 @@ - #endif - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char bzCompressInit (); -+char BZ2_bzCompressInit (); - int - main () - { --bzCompressInit (); -+BZ2_bzCompressInit (); - ; - return 0; - } -@@ -27547,7 +27551,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - -- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" -+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -30543,6 +30547,7 @@ - s,@ORBIT_IDL@,$ORBIT_IDL,;t t - s,@BONOBO_IDLDIR@,$BONOBO_IDLDIR,;t t - s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t -+s,@PTHREAD_LIB@,$BSD_PTHREAD_LIBS,;t t - s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t - s,@USE_NLS@,$USE_NLS,;t t - s,@MSGFMT@,$MSGFMT,;t t diff --git a/devel/gnomevfs2/files/patch-ac b/devel/gnomevfs2/files/patch-ac deleted file mode 100644 index 9362cac17..000000000 --- a/devel/gnomevfs2/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/Makefile.in.orig Tue May 6 15:39:48 2003 -+++ modules/Makefile.in Tue May 6 15:41:28 2003 -@@ -210,7 +210,7 @@ - @BUILD_CDEMENU_MODULE_TRUE@CDEMENU_LTLIBS = @BUILD_CDEMENU_MODULE_TRUE@libcdemenu-desktop.la - @BUILD_CDEMENU_MODULE_FALSE@CDEMENU_LTLIBS = - --module_flags = -export_dynamic -avoid-version -module -no-undefined -+module_flags = -export_dynamic -avoid-version -module -no-undefined $(PTHREAD_LIB) - modulesdir = $(libdir)/gnome-vfs-2.0/modules - - modules_LTLIBRARIES = \ diff --git a/devel/gnomevfs2/files/patch-devel-docs::Makefile.in b/devel/gnomevfs2/files/patch-devel-docs::Makefile.in deleted file mode 100644 index b02290aa2..000000000 --- a/devel/gnomevfs2/files/patch-devel-docs::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- devel-docs/Makefile.in 2002/02/16 16:44:53 1.1 -+++ devel-docs/Makefile.in 2002/02/16 16:45:47 -@@ -168,7 +168,7 @@ - TEXT_FILES = gnome-vfs-mime-type-handling.txt - - --docdir = $(prefix)/doc -+docdir = $(prefix)/share/doc - doc_DATA = - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h diff --git a/devel/gnomevfs2/files/patch-gnome-vfs-2.0.pc.in b/devel/gnomevfs2/files/patch-gnome-vfs-2.0.pc.in deleted file mode 100644 index c75f0d973..000000000 --- a/devel/gnomevfs2/files/patch-gnome-vfs-2.0.pc.in +++ /dev/null @@ -1,12 +0,0 @@ - -$FreeBSD$ - ---- gnome-vfs-2.0.pc.in 2002/02/16 13:07:24 1.1 -+++ gnome-vfs-2.0.pc.in 2002/02/16 13:07:38 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system libraries - Version: @VERSION@ - Requires: bonobo-activation-2.0,gthread-2.0,gmodule-2.0 --Libs: -L${libdir} -lgnomevfs-2 -+Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@ - Cflags: -I${includedir}/gnome-vfs-2.0 -I${libdir}/gnome-vfs-2.0/include diff --git a/devel/gnomevfs2/files/patch-gnome-vfs-module-2.0.pc.in b/devel/gnomevfs2/files/patch-gnome-vfs-module-2.0.pc.in deleted file mode 100644 index f9b09d46b..000000000 --- a/devel/gnomevfs2/files/patch-gnome-vfs-module-2.0.pc.in +++ /dev/null @@ -1,12 +0,0 @@ - -$FreeBSD$ - ---- gnome-vfs-module-2.0.pc.in 2002/02/16 13:07:42 1.1 -+++ gnome-vfs-module-2.0.pc.in 2002/02/16 13:07:51 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system module include info - Version: @VERSION@ - Requires: bonobo-activation-2.0,gthread-2.0,gmodule-2.0 --Libs: -L${libdir} -lgnomevfs-2 -+Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@ - Cflags: -I${includedir}/gnome-vfs-2.0 -I${includedir}/gnome-vfs-module-2.0 -I${libdir}/gnome-vfs-2.0/include diff --git a/devel/gnomevfs2/files/patch-libgnomevfs::Makefile.in b/devel/gnomevfs2/files/patch-libgnomevfs::Makefile.in deleted file mode 100644 index 063376961..000000000 --- a/devel/gnomevfs2/files/patch-libgnomevfs::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/Makefile.in.orig Wed Oct 22 01:11:11 2003 -+++ libgnomevfs/Makefile.in Wed Oct 22 01:12:00 2003 -@@ -429,7 +429,7 @@ - # CLEANFILES = $(BUILT_SOURCES) - - # Platform specific includes --libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include -+libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/include - libgnomevfsplatforminclude_HEADERS = \ - gnome-vfs-file-size.h - diff --git a/devel/gnomevfs2/files/patch-libgnomevfs::gnome-vfs-application-registry.c b/devel/gnomevfs2/files/patch-libgnomevfs::gnome-vfs-application-registry.c deleted file mode 100644 index bd679de03..000000000 --- a/devel/gnomevfs2/files/patch-libgnomevfs::gnome-vfs-application-registry.c +++ /dev/null @@ -1,29 +0,0 @@ - -$FreeBSD$ - ---- libgnomevfs/gnome-vfs-application-registry.c 2002/06/13 07:31:15 1.1 -+++ libgnomevfs/gnome-vfs-application-registry.c 2002/06/13 08:25:24 -@@ -940,6 +940,8 @@ - static void - gnome_vfs_application_registry_init (void) - { -+ gchar *tmp; -+ - if (gnome_vfs_application_registry_initialized) - return; - -@@ -961,6 +963,14 @@ - gnome_registry_dir.dirname = g_strdup (DATADIR "/application-registry"); - gnome_registry_dir.system_dir = TRUE; - -+ tmp = g_strconcat (g_get_home_dir(), "/.gnome", NULL); -+ if (mkdir (tmp, 0700) && -+ errno != EEXIST) { -+ g_warning("Could not create per-user Gnome configuration directory: %s", -+ tmp); -+ } -+ g_free(tmp); -+ - user_registry_dir.dirname = g_strconcat (g_get_home_dir(), "/.gnome/application-info", NULL); - user_registry_dir.system_dir = FALSE; - diff --git a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c b/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c deleted file mode 100644 index 21912f46e..000000000 --- a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c +++ /dev/null @@ -1,13 +0,0 @@ ---- libgnomevfs/gnome-vfs-unix-mounts.c.orig Mon Mar 8 22:29:57 2004 -+++ libgnomevfs/gnome-vfs-unix-mounts.c Mon Mar 8 22:33:35 2004 -@@ -857,8 +857,9 @@ - - #ifdef HAVE_SYS_SYSCTL_H - if (usermnt != 0) { -+ uid_t uid = getuid (); - if (stat (fstab->fs_file, &sb) == 0) { -- if (sb.st_uid != 0) { -+ if (uid == 0 || sb.st_uid == uid) { - mount_entry->is_user_mountable = TRUE; - } - } diff --git a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c b/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c deleted file mode 100644 index ab74eb932..000000000 --- a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c +++ /dev/null @@ -1,31 +0,0 @@ ---- libgnomevfs/gnome-vfs-utils.c.orig Sat Mar 13 18:57:02 2004 -+++ libgnomevfs/gnome-vfs-utils.c Sat Mar 13 18:51:21 2004 -@@ -797,8 +797,10 @@ - - #if HAVE_STATVFS - statfs_result = statvfs (unescaped_path, &statfs_buffer); -+#define statfs_bsize f_frsize - #else - statfs_result = statfs (unescaped_path, &statfs_buffer); -+#define statfs_bsize f_bsize - #endif - - if (statfs_result != 0) { -@@ -831,7 +833,7 @@ - } - } - -- block_size = statfs_buffer.f_bsize; -+ block_size = statfs_buffer.statfs_bsize; - free_blocks = statfs_buffer.f_bavail; - - *size = block_size * free_blocks; -@@ -859,7 +861,7 @@ - paths = g_strsplit (gnome_var, ":", 0); - - for (temp_paths = paths; *temp_paths != NULL; temp_paths++) { -- full_filename = g_strconcat (*temp_paths, "/share/pixmaps/", relative_filename, NULL); -+ full_filename = g_strconcat (*temp_paths, "/share/gnome/pixmaps/", relative_filename, NULL); - if (g_file_test (full_filename, G_FILE_TEST_EXISTS)) { - g_strfreev (paths); - return full_filename; diff --git a/devel/gnomevfs2/files/patch-ltmain.sh b/devel/gnomevfs2/files/patch-ltmain.sh deleted file mode 100644 index 58384ee38..000000000 --- a/devel/gnomevfs2/files/patch-ltmain.sh +++ /dev/null @@ -1,51 +0,0 @@ ---- ltmain.sh.orig Sat Dec 6 14:47:45 2003 -+++ ltmain.sh Tue Dec 9 14:09:01 2003 -@@ -1280,7 +1280,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -1290,8 +1290,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 - ;; - -@@ -3000,6 +3008,9 @@ - # problems, so we reset it completely - verstring= - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - verstring="0.0" - ;; -@@ -5428,10 +5439,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/gnomevfs2/files/patch-modules_pty-open.c b/devel/gnomevfs2/files/patch-modules_pty-open.c deleted file mode 100644 index 2ee23b086..000000000 --- a/devel/gnomevfs2/files/patch-modules_pty-open.c +++ /dev/null @@ -1,13 +0,0 @@ ---- modules/pty-open.c.orig Sun Apr 4 12:58:08 2004 -+++ modules/pty-open.c Sun Apr 4 12:59:30 2004 -@@ -613,6 +613,10 @@ - if ((fd == -1) && (errno == ENOENT)) { - fd = open("/dev/ptc", O_RDWR | O_NOCTTY); /* AIX */ - } -+ -+ if ((fd == -1) && (errno == ENOENT)) { -+ fd = posix_openpt(O_RDWR); -+ } - #endif - /* Set it to blocking. */ - flags = fcntl(fd, F_GETFL); diff --git a/devel/gnomevfs2/files/patch-modules_sftp-method.c b/devel/gnomevfs2/files/patch-modules_sftp-method.c deleted file mode 100644 index bd08ae0b4..000000000 --- a/devel/gnomevfs2/files/patch-modules_sftp-method.c +++ /dev/null @@ -1,26 +0,0 @@ ---- modules/sftp-method.c.orig Mon Mar 8 13:52:39 2004 -+++ modules/sftp-method.c Sun Apr 4 13:50:21 2004 -@@ -175,6 +175,15 @@ - - typedef ssize_t (*read_write_fn) (int, void *, size_t); - -+#ifndef TEMP_FAILURE_RETRY -+#define TEMP_FAILURE_RETRY(expression) \ -+ (__extension__ \ -+ ({ long int __result; \ -+ do __result = (long int) (expression); \ -+ while (__result == -1L && errno == EINTR); \ -+ __result; })) -+#endif -+ - static gsize - atomic_io (read_write_fn f, gint fd, gpointer buffer_in, gsize size) - { -@@ -1072,6 +1081,7 @@ - if (io_status == G_IO_STATUS_NORMAL) { - buffer[len] = 0; - if (g_str_has_suffix (buffer, "password: ") || -+ g_str_has_suffix (buffer, "Password:") || - g_str_has_prefix (buffer, "Enter passphrase for key")) { - if (invoke_full_auth (uri, done_auth, buffer, &password) && password != NULL) { - g_io_channel_write_chars (tty_channel, password, -1, &len, NULL); diff --git a/devel/gnomevfs2/files/patch-modules_vfolder_vfolder-info.c b/devel/gnomevfs2/files/patch-modules_vfolder_vfolder-info.c deleted file mode 100644 index a07d0bc81..000000000 --- a/devel/gnomevfs2/files/patch-modules_vfolder_vfolder-info.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/vfolder/vfolder-info.c.orig Fri Nov 29 13:40:11 2002 -+++ modules/vfolder/vfolder-info.c Fri Nov 29 13:40:19 2002 -@@ -1721,7 +1721,7 @@ - - for (i = 0; ppath[i] != NULL; i++) { - dir = g_build_filename (ppath[i], -- "/share/applications/", -+ "/share/gnome/applications/", - NULL); - id = itemdir_new (info, - dir, diff --git a/devel/gnomevfs2/pkg-descr b/devel/gnomevfs2/pkg-descr deleted file mode 100644 index 03cbc07f6..000000000 --- a/devel/gnomevfs2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The GNOME Virtual File System allows applications and users to treat -any number of file system concepts as a part of the local filesystem. -With GnomeVFS, filesystems across the internet, on connected devices, -and in multiple formats are as simple to access (and write code for) -as any directory on the local machine. - -WWW: http://www.gnome.org/ diff --git a/devel/gnomevfs2/pkg-plist b/devel/gnomevfs2/pkg-plist deleted file mode 100644 index 03548442e..000000000 --- a/devel/gnomevfs2/pkg-plist +++ /dev/null @@ -1,312 +0,0 @@ -bin/gnomevfs-cat -bin/gnomevfs-copy -bin/gnomevfs-info -bin/gnomevfs-ls -bin/gnomevfs-mkdir -etc/gconf/gconf.xml.defaults/desktop/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/applications/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/applications/component_viewer/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/applications/terminal/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/callto/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/ghelp/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/h323/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/http/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/https/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/info/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/mailto/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/man/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/trash/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/component_viewer/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/terminal/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/callto/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/ghelp/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/h323/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/http/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/https/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/info/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/mailto/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/man/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/trash/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/http_proxy/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/proxy/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/smb/%gconf.xml -etc/gconf/gconf.xml.defaults/system/%gconf.xml -etc/gconf/gconf.xml.defaults/system/http_proxy/%gconf.xml -etc/gconf/gconf.xml.defaults/system/proxy/%gconf.xml -etc/gconf/gconf.xml.defaults/system/smb/%gconf.xml -etc/gconf/schemas/desktop_default_applications.schemas -etc/gconf/schemas/desktop_gnome_url_handlers.schemas -etc/gconf/schemas/system_http_proxy.schemas -etc/gconf/schemas/system_smb.schemas -%%CDPARANOIA%%etc/gnome-vfs-2.0/modules/cdda-module.conf -etc/gnome-vfs-2.0/modules/default-modules.conf -%%SAMBA%%etc/gnome-vfs-2.0/modules/smb-module.conf -etc/gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info -etc/gnome-vfs-2.0/vfolders/favorites.vfolder-info -etc/gnome-vfs-2.0/vfolders/network.vfolder-info -etc/gnome-vfs-2.0/vfolders/preferences-all-users.vfolder-info -etc/gnome-vfs-2.0/vfolders/server-settings.vfolder-info -etc/gnome-vfs-2.0/vfolders/start-here.vfolder-info -etc/gnome-vfs-2.0/vfolders/system-settings.vfolder-info -include/gnome-vfs-2.0/include/gnome-vfs-file-size.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-cancellation.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-context.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-directory.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-drive.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-enum-types.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-size.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-find-directory.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-handle.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-init.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-job-limit.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-handlers.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-utils.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-module-callback.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ops.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-result.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-standard-callbacks.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-types.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-uri.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-utils.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-xfer.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-cancellable-ops.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-inet-connection.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-method.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-info.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-callback-module-api.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-shared.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-parse-ls.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket-buffer.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-ssl.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-transform.h -lib/bonobo/monikers/libmoniker_gnome_vfs_std.so -lib/gnome-vfs-2.0/modules/libbzip2.so -%%CDPARANOIA%%lib/gnome-vfs-2.0/modules/libcdda.so -lib/gnome-vfs-2.0/modules/libcomputer.so -lib/gnome-vfs-2.0/modules/libextfs.so -lib/gnome-vfs-2.0/modules/libfile.so -lib/gnome-vfs-2.0/modules/libftp.so -lib/gnome-vfs-2.0/modules/libgzip.so -lib/gnome-vfs-2.0/modules/libhttp.so -lib/gnome-vfs-2.0/modules/libnetwork.so -lib/gnome-vfs-2.0/modules/libnntp.so -lib/gnome-vfs-2.0/modules/libsftp.so -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.so -lib/gnome-vfs-2.0/modules/libssh.so -lib/gnome-vfs-2.0/modules/libtar.so -lib/gnome-vfs-2.0/modules/libvfolder-desktop.so -lib/gnome-vfs-2.0/modules/libvfs-pipe.so -lib/gnome-vfs-2.0/modules/libvfs-test.so -lib/gnome-vfs-2.0/modules/libvfs-translate.so -lib/libgnomevfs-2.a -lib/libgnomevfs-2.so -lib/libgnomevfs-2.so.600 -lib/vfs/2.0/extfs/README -lib/vfs/2.0/extfs/a -lib/vfs/2.0/extfs/ar -lib/vfs/2.0/extfs/arj -lib/vfs/2.0/extfs/cpio -lib/vfs/2.0/extfs/deb -lib/vfs/2.0/extfs/hp48 -lib/vfs/2.0/extfs/lha -lib/vfs/2.0/extfs/mailfs -lib/vfs/2.0/extfs/patchfs -lib/vfs/2.0/extfs/rar -lib/vfs/2.0/extfs/rpm -lib/vfs/2.0/extfs/rpms -lib/vfs/2.0/extfs/tar -lib/vfs/2.0/extfs/trpm -lib/vfs/2.0/extfs/zip -lib/vfs/2.0/extfs/zoo -libdata/bonobo/servers/GNOME_VFS_Daemon.server -libdata/bonobo/servers/GNOME_VFS_Moniker_std.server -libdata/pkgconfig/gnome-vfs-2.0.pc -libdata/pkgconfig/gnome-vfs-module-2.0.pc -libexec/gnome-vfs-daemon -share/doc/gnome-vfs-2.0/about.html -share/doc/gnome-vfs-2.0/advanced-operations.html -share/doc/gnome-vfs-2.0/ch08.html -share/doc/gnome-vfs-2.0/data-types.html -share/doc/gnome-vfs-2.0/gnome-vfs-2.0.devhelp -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-application-registry.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-async-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-cancellation.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-context.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-basic-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-find-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-list-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-advanced-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-basic-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-rw-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-size.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-trunc-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-inet-connection.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-init.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-method.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-database.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-monitor.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback-module-api.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-shared.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-monitor.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-parse-ls.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-result.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-socket-buffer.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-socket.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-ssl.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-standard-callbacks.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-transform.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-uri.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-utils.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-xfer.html -share/doc/gnome-vfs-2.0/gnome-vfs-directory-operations.html -share/doc/gnome-vfs-2.0/gnome-vfs-file-operations.html -share/doc/gnome-vfs-2.0/gnome-vfs-first-steps.html -share/doc/gnome-vfs-2.0/gnome-vfs-writing-modules.html -share/doc/gnome-vfs-2.0/home.png -share/doc/gnome-vfs-2.0/index.html -share/doc/gnome-vfs-2.0/index.sgml -share/doc/gnome-vfs-2.0/left.png -share/doc/gnome-vfs-2.0/mime-registry.html -share/doc/gnome-vfs-2.0/modules.html -share/doc/gnome-vfs-2.0/right.png -share/doc/gnome-vfs-2.0/up.png -@exec mkdir -p %D/share/gnome/vfolders -%%KDEMENUS%%share/gnome/vfolders/KDE.directory -share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/da/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/de/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/el/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/es/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/et/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/he/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/id/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/is/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/li/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/no/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr@ije/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/th/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/yi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo -@dirrm share/doc/gnome-vfs-2.0 -@dirrm share/gnome/vfolders -@dirrm lib/vfs/2.0/extfs -@dirrm lib/vfs/2.0 -@dirrm include/gnome-vfs-module-2.0/libgnomevfs -@dirrm include/gnome-vfs-module-2.0 -@dirrm include/gnome-vfs-2.0/libgnomevfs -@dirrm include/gnome-vfs-2.0/include -@dirrm include/gnome-vfs-2.0 -@dirrm etc/gnome-vfs-2.0/vfolders -@dirrm etc/gconf/gconf.xml.defaults/system/smb -@dirrm etc/gconf/gconf.xml.defaults/system/proxy -@dirrm etc/gconf/gconf.xml.defaults/system/http_proxy -@dirrm etc/gconf/gconf.xml.defaults/system -@dirrm etc/gconf/gconf.xml.defaults/schemas/system/smb -@dirrm etc/gconf/gconf.xml.defaults/schemas/system/proxy -@dirrm etc/gconf/gconf.xml.defaults/schemas/system/http_proxy -@dirrm etc/gconf/gconf.xml.defaults/schemas/system -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/trash -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/man -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/mailto -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/info -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/https -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/http -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/h323 -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/ghelp -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/callto -@unexec /bin/rmdir %D/etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers 2>/dev/null || true -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/terminal -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/component_viewer -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/trash -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/man -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/mailto -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/info -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/https -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/http -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/h323 -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/ghelp -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/callto -@unexec /bin/rmdir %D/etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers 2>/dev/null || true -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications/terminal -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications/component_viewer -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome -@dirrm etc/gconf/gconf.xml.defaults/desktop diff --git a/devel/gob2/Makefile b/devel/gob2/Makefile deleted file mode 100644 index 75cf741f9..000000000 --- a/devel/gob2/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: gob2 -# Date created: 09 November 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/devel/gob2/Makefile,v 1.33 2004/02/04 05:19:32 marcus Exp $ -# - -PORTNAME= gob2 -PORTVERSION= 2.0.7 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A preprocessor for making GObjects with inline C - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= glib20 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gob2.1 - -.include <bsd.port.mk> diff --git a/devel/gob2/distinfo b/devel/gob2/distinfo deleted file mode 100644 index 1f82a513f..000000000 --- a/devel/gob2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gob2-2.0.7.tar.gz) = ab7bf93f6644d0dd5aab740779e91439 -SIZE (gnome2/gob2-2.0.7.tar.gz) = 233037 diff --git a/devel/gob2/pkg-descr b/devel/gob2/pkg-descr deleted file mode 100644 index 008a67517..000000000 --- a/devel/gob2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -a preprocessor for making GObjects with inline C - -WWW: http://www.5z.com/jirka/gob.html diff --git a/devel/gob2/pkg-plist b/devel/gob2/pkg-plist deleted file mode 100644 index 2ecd144fb..000000000 --- a/devel/gob2/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/gob2 -share/aclocal/gob2.m4 diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile deleted file mode 100644 index 8e7dbae1c..000000000 --- a/devel/libbonobo/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: libbonobo -# Date Created: 14 February 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libbonobo -PORTVERSION= 2.6.0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A component and compound document system for GNOME2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_BISON= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -USE_PERL5= yes -USE_GNOME= gnomehack intlhack libxml2 orbit2 -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale - -MAN1= bonobo-activation-server.1 - -.include <bsd.port.mk> diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo deleted file mode 100644 index 63bb6c5af..000000000 --- a/devel/libbonobo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libbonobo-2.6.0.tar.bz2) = 078942cb9c6a1a31f93958e993353f45 -SIZE (gnome2/libbonobo-2.6.0.tar.bz2) = 1059444 diff --git a/devel/libbonobo/files/patch-Makefile.in b/devel/libbonobo/files/patch-Makefile.in deleted file mode 100644 index e8a60bd28..000000000 --- a/devel/libbonobo/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed May 7 13:42:52 2003 -+++ Makefile.in Wed May 7 13:43:30 2003 -@@ -149,7 +149,7 @@ - SUBDIRS = \ - idl bonobo-activation bonobo \ - activation-server monikers \ -- utils samples tests doc po -+ utils samples doc po - - - libincludedir = $(includedir)/libbonobo-2.0 diff --git a/devel/libbonobo/files/patch-bonobo-activation::bonobo-activation-fork-server.c b/devel/libbonobo/files/patch-bonobo-activation::bonobo-activation-fork-server.c deleted file mode 100644 index db8d816a8..000000000 --- a/devel/libbonobo/files/patch-bonobo-activation::bonobo-activation-fork-server.c +++ /dev/null @@ -1,11 +0,0 @@ ---- bonobo-activation/bonobo-activation-fork-server.c.orig Fri Oct 18 06:15:11 2002 -+++ bonobo-activation/bonobo-activation-fork-server.c Sat Oct 19 15:35:03 2002 -@@ -364,6 +364,8 @@ - } else if ((childpid = fork ())) { - _exit (0); /* de-zombifier process, just exit */ - } else { -+ sigprocmask (SIG_SETMASK, &omask, NULL); -+ - setenv_activation_environment (environment); - - if (od_iorstr != NULL) { diff --git a/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-init.c b/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-init.c deleted file mode 100644 index 52cfebcd9..000000000 --- a/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-init.c +++ /dev/null @@ -1,18 +0,0 @@ ---- bonobo-activation/bonobo-activation-init.c.orig Sat Jun 14 02:09:52 2003 -+++ bonobo-activation/bonobo-activation-init.c Sat Jun 14 02:10:13 2003 -@@ -34,6 +34,7 @@ - #include "bonobo-activation-private.h" - #include "bonobo-activation-register.h" - #include "bonobo-activation-version.h" -+#include <sys/types.h> - #include <netinet/in.h> - #include <arpa/inet.h> - #include <fcntl.h> -@@ -44,7 +45,6 @@ - #include <stdlib.h> - #include <string.h> - #include <sys/socket.h> --#include <sys/types.h> - #include <sys/wait.h> - #include <unistd.h> - diff --git a/devel/libbonobo/files/patch-ltmain.sh b/devel/libbonobo/files/patch-ltmain.sh deleted file mode 100644 index 2719aeb6c..000000000 --- a/devel/libbonobo/files/patch-ltmain.sh +++ /dev/null @@ -1,51 +0,0 @@ ---- ltmain.sh.orig Thu Jun 5 08:09:04 2003 -+++ ltmain.sh Sat Jun 14 01:36:34 2003 -@@ -1280,7 +1280,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -1290,8 +1290,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 - ;; - -@@ -3000,6 +3008,9 @@ - # problems, so we reset it completely - verstring= - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - verstring="0.0" - ;; -@@ -5428,10 +5439,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/libbonobo/files/patch-server::Makefile.in b/devel/libbonobo/files/patch-server::Makefile.in deleted file mode 100644 index c821efc8e..000000000 --- a/devel/libbonobo/files/patch-server::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- activation-server/Makefile.in.orig Wed May 7 16:36:09 2003 -+++ activation-server/Makefile.in Wed May 7 16:36:51 2003 -@@ -159,7 +159,7 @@ - -I$(top_builddir) \ - -I$(top_builddir)/bonobo-activation \ - -I$(top_srcdir)/bonobo-activation \ -- -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers\" \ -+ -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers:${X11BASE}/libdata/bonobo/servers:${LOCALBASE}/libdata/bonobo/servers\" \ - -DSERVER_LOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" \ - $(SERVER_CFLAGS) \ - -DSERVER_CONFDIR=\"$(sysconfdir)\" \ diff --git a/devel/libbonobo/files/patch-server::activation-server-main.c b/devel/libbonobo/files/patch-server::activation-server-main.c deleted file mode 100644 index f1a74a4a3..000000000 --- a/devel/libbonobo/files/patch-server::activation-server-main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- activation-server/activation-server-main.c.orig Fri Oct 18 06:15:12 2002 -+++ activation-server/activation-server-main.c Sat Nov 9 01:50:36 2002 -@@ -127,7 +127,7 @@ - g_string_append (gnome_od_source_dir, - gnome_dirs[i]); - g_string_append (gnome_od_source_dir, -- "/lib/bonobo/servers:"); -+ "/libdata/bonobo/servers:"); - } - g_strfreev (gnome_dirs); - g_string_append_c (real_od_source_dir, ':'); diff --git a/devel/libbonobo/files/patch-utils::bonobo-slay.in b/devel/libbonobo/files/patch-utils::bonobo-slay.in deleted file mode 100644 index 44212a041..000000000 --- a/devel/libbonobo/files/patch-utils::bonobo-slay.in +++ /dev/null @@ -1,21 +0,0 @@ ---- utils/bonobo-slay.in.orig Mon Mar 11 12:16:43 2002 -+++ utils/bonobo-slay.in Tue Apr 2 18:30:30 2002 -@@ -56,15 +56,15 @@ - - # get Bonobo files - # --@bonobo_dirs = ( "@prefix@/lib/bonobo/servers" ); -+@bonobo_dirs = ( "@prefix@/libdata/bonobo/servers" ); - foreach $dir (split(':', $ENV{'BONOBO_ACTIVATION_INFO_PATH'})) { - if (-d $dir) { - push @bonobo_dirs, $dir; - } - } - foreach $dir (split(':', $ENV{'GNOME2_PATH'})) { -- if (-d "$dir/lib/bonobo/servers") { -- push @bonobo_dirs, "$dir/lib/bonobo/servers"; -+ if (-d "$dir/libdata/bonobo/servers") { -+ push @bonobo_dirs, "$dir/libdata/bonobo/servers"; - } - } - diff --git a/devel/libbonobo/pkg-descr b/devel/libbonobo/pkg-descr deleted file mode 100644 index c555fab9a..000000000 --- a/devel/libbonobo/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Bonobo is a set of language- and system-independant CORBA interfaces -for creating reusable components and controls, and for creating -compound documents. - -WWW: http://www.gnome.org/ diff --git a/devel/libbonobo/pkg-plist b/devel/libbonobo/pkg-plist deleted file mode 100644 index dbaabad55..000000000 --- a/devel/libbonobo/pkg-plist +++ /dev/null @@ -1,162 +0,0 @@ -bin/activation-client -bin/bonobo-slay -bin/echo-client-2 -etc/bonobo-activation/bonobo-activation-config.xml -include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h -include/bonobo-activation-2.0/bonobo-activation/Bonobo_GenericFactory.h -include/bonobo-activation-2.0/bonobo-activation/Bonobo_Unknown.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-activate.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-async.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-init.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-register.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-server-info.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-shlib.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-version.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation.h -include/libbonobo-2.0/bonobo/Bonobo.h -include/libbonobo-2.0/bonobo/bonobo-arg.h -include/libbonobo-2.0/bonobo/bonobo-app-client.h -include/libbonobo-2.0/bonobo/bonobo-application.h -include/libbonobo-2.0/bonobo/bonobo-context.h -include/libbonobo-2.0/bonobo/bonobo-event-source.h -include/libbonobo-2.0/bonobo/bonobo-exception.h -include/libbonobo-2.0/bonobo/bonobo-foreign-object.h -include/libbonobo-2.0/bonobo/bonobo-generic-factory.h -include/libbonobo-2.0/bonobo/bonobo-i18n.h -include/libbonobo-2.0/bonobo/bonobo-item-container.h -include/libbonobo-2.0/bonobo/bonobo-item-handler.h -include/libbonobo-2.0/bonobo/bonobo-listener.h -include/libbonobo-2.0/bonobo/bonobo-macros.h -include/libbonobo-2.0/bonobo/bonobo-main.h -include/libbonobo-2.0/bonobo/bonobo-moniker-extender.h -include/libbonobo-2.0/bonobo/bonobo-moniker-simple.h -include/libbonobo-2.0/bonobo/bonobo-moniker-util.h -include/libbonobo-2.0/bonobo/bonobo-moniker.h -include/libbonobo-2.0/bonobo/bonobo-object.h -include/libbonobo-2.0/bonobo/bonobo-persist-client.h -include/libbonobo-2.0/bonobo/bonobo-persist-file.h -include/libbonobo-2.0/bonobo/bonobo-persist-stream.h -include/libbonobo-2.0/bonobo/bonobo-persist.h -include/libbonobo-2.0/bonobo/bonobo-property-bag-client.h -include/libbonobo-2.0/bonobo/bonobo-property-bag.h -include/libbonobo-2.0/bonobo/bonobo-shlib-factory.h -include/libbonobo-2.0/bonobo/bonobo-storage-memory.h -include/libbonobo-2.0/bonobo/bonobo-storage.h -include/libbonobo-2.0/bonobo/bonobo-stream-client.h -include/libbonobo-2.0/bonobo/bonobo-stream-memory.h -include/libbonobo-2.0/bonobo/bonobo-stream.h -include/libbonobo-2.0/bonobo/bonobo-types.h -include/libbonobo-2.0/bonobo/bonobo-xobject.h -include/libbonobo-2.0/libbonobo.h -lib/bonobo-2.0/samples/bonobo-echo-2 -lib/bonobo/monikers/libmoniker_std_2.so -lib/libbonobo-2.a -lib/libbonobo-2.so -lib/libbonobo-2.so.0 -lib/libbonobo-activation.a -lib/libbonobo-activation.so -lib/libbonobo-activation.so.4 -lib/orbit-2.0/Bonobo_module.so -libdata/bonobo/servers/Bonobo_CosNaming_NamingContext.server -libdata/bonobo/servers/Bonobo_Moniker_std.server -libdata/bonobo/servers/Bonobo_Sample_Echo.server -libdata/pkgconfig/bonobo-activation-2.0.pc -libdata/pkgconfig/libbonobo-2.0.pc -libexec/bonobo-activation-server -sbin/bonobo-activation-sysconf -share/idl/bonobo-2.0/Bonobo.idl -share/idl/bonobo-2.0/Bonobo_Application.idl -share/idl/bonobo-2.0/Bonobo_Canvas.idl -share/idl/bonobo-2.0/Bonobo_Clipboard.idl -share/idl/bonobo-2.0/Bonobo_Context.idl -share/idl/bonobo-2.0/Bonobo_Control.idl -share/idl/bonobo-2.0/Bonobo_Embeddable.idl -share/idl/bonobo-2.0/Bonobo_Exception.idl -share/idl/bonobo-2.0/Bonobo_Gdk.idl -share/idl/bonobo-2.0/Bonobo_ItemContainer.idl -share/idl/bonobo-2.0/Bonobo_Listener.idl -share/idl/bonobo-2.0/Bonobo_Moniker.idl -share/idl/bonobo-2.0/Bonobo_Persist.idl -share/idl/bonobo-2.0/Bonobo_Print.idl -share/idl/bonobo-2.0/Bonobo_Property.idl -share/idl/bonobo-2.0/Bonobo_Sample_Echo.idl -share/idl/bonobo-2.0/Bonobo_Storage.idl -share/idl/bonobo-2.0/Bonobo_UI.idl -share/idl/bonobo-2.0/Bonobo_Zoomable.idl -share/idl/bonobo-activation-2.0/Bonobo_ActivationContext.idl -share/idl/bonobo-activation-2.0/Bonobo_Activation_types.idl -share/idl/bonobo-activation-2.0/Bonobo_GenericFactory.idl -share/idl/bonobo-activation-2.0/Bonobo_ObjectDirectory.idl -share/idl/bonobo-activation-2.0/Bonobo_Unknown.idl -share/locale/am/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ar/LC_MESSAGES/libbonobo-2.0.mo -share/locale/az/LC_MESSAGES/libbonobo-2.0.mo -share/locale/be/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bg/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ca/LC_MESSAGES/libbonobo-2.0.mo -share/locale/cs/LC_MESSAGES/libbonobo-2.0.mo -share/locale/cy/LC_MESSAGES/libbonobo-2.0.mo -share/locale/da/LC_MESSAGES/libbonobo-2.0.mo -share/locale/de/LC_MESSAGES/libbonobo-2.0.mo -share/locale/el/LC_MESSAGES/libbonobo-2.0.mo -share/locale/eo/LC_MESSAGES/libbonobo-2.0.mo -share/locale/es/LC_MESSAGES/libbonobo-2.0.mo -share/locale/fa/LC_MESSAGES/libbonobo-2.0.mo -share/locale/fi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/fr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ga/LC_MESSAGES/libbonobo-2.0.mo -share/locale/gl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/he/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hu/LC_MESSAGES/libbonobo-2.0.mo -share/locale/id/LC_MESSAGES/libbonobo-2.0.mo -share/locale/is/LC_MESSAGES/libbonobo-2.0.mo -share/locale/it/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ja/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ko/LC_MESSAGES/libbonobo-2.0.mo -share/locale/li/LC_MESSAGES/libbonobo-2.0.mo -share/locale/lt/LC_MESSAGES/libbonobo-2.0.mo -share/locale/lv/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mk/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ml/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ms/LC_MESSAGES/libbonobo-2.0.mo -share/locale/nl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/nn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/no/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pt/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ro/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ru/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sk/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sq/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sv/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ta/LC_MESSAGES/libbonobo-2.0.mo -share/locale/tr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/uk/LC_MESSAGES/libbonobo-2.0.mo -share/locale/vi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/wa/LC_MESSAGES/libbonobo-2.0.mo -share/locale/yi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libbonobo-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo -@dirrm share/idl/bonobo-activation-2.0 -@dirrm share/idl/bonobo-2.0 -@dirrm share/doc/bonobo-activation -@dirrm share/doc/libbonobo -@dirrm libdata/bonobo/servers -@dirrm libdata/bonobo -@dirrm lib/bonobo-2.0/samples -@dirrm lib/bonobo-2.0 -@dirrm include/libbonobo-2.0/bonobo -@dirrm include/libbonobo-2.0 -@dirrm include/bonobo-activation-2.0/bonobo-activation -@dirrm include/bonobo-activation-2.0 -@dirrm etc/bonobo-activation -@unexec /bin/rmdir %D/lib/bonobo/monikers 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/lib/bonobo 2>/dev/null || /usr/bin/true diff --git a/devel/libgconf-java/Makefile b/devel/libgconf-java/Makefile deleted file mode 100644 index 990019182..000000000 --- a/devel/libgconf-java/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: libgconf-java -# Date created: 09 January 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libgconf-java -PORTVERSION= 2.5.7 -CATEGORIES= devel java -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Java wrapper for GConf - -BUILD_DEPENDS= ${LOCALBASE}/share/java/classes/gtk${GTK_API_VERSION}-${GTK_JAVA_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java -RUN_DEPENDS= ${LOCALBASE}/share/java/classes/gtk${GTK_API_VERSION}-${GTK_JAVA_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java - -USE_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_JAVA= yes -JAVA_VERSION= 1.2+ -JAVA_OS= native -USE_GNOME= gnomehack gconf2 -USE_REINPLACE= yes -CONFIGURE_ARGS= --without-gcj-compile \ - --with-java-prefix=${JAVA_HOME} -CONFIGURE_ENV= DB2="/dev/null" - -GCONF_API_VERSION= 2.6 -GTK_API_VERSION= 2.4 -VERSION= beta2 -GTK_JAVA_VERSION= beta2 -PLIST_SUB= GCONF_API_VERSION=${GCONF_API_VERSION} \ - PORTVERSION=${VERSION} - -PKGMESSAGE= ${WRKDIR}/pkg-message - -post-patch: - @${REINPLACE_CMD} -e 's|^GTKJAR=.*|GTKJAR=${LOCALBASE}/share/java/classes/gtk${GTK_API_VERSION}-${GTK_JAVA_VERSION}.jar|' \ - ${WRKSRC}/configure - -do-install: - ${MKDIR} ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/lib/libgconfjava${GCONF_API_VERSION}.so.${VERSION} \ - ${PREFIX}/lib - ${LN} -sf ${PREFIX}/lib/libgconfjava${GCONF_API_VERSION}.so.${VERSION} ${PREFIX}/lib/libgconfjava${GCONF_API_VERSION}.so - ${MKDIR} ${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/lib/gconf${GCONF_API_VERSION}-${VERSION}.jar \ - ${JAVAJARDIR} - ${LN} -sf ${JAVAJARDIR}/gconf${GCONF_API_VERSION}-${VERSION}.jar \ - ${JAVAJARDIR}/gconf${GCONF_API_VERSION}.jar - -post-install: - @${SED} -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|g ; \ - s|%%PREFIX%%|${PREFIX}|g ; \ - s|%%GCONF_API_VERSION%%|${GCONF_API_VERSION}|g' \ - < ${PKGDIR}/pkg-message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/devel/libgconf-java/distinfo b/devel/libgconf-java/distinfo deleted file mode 100644 index 389a15ad0..000000000 --- a/devel/libgconf-java/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libgconf-java-2.5.7.tar.bz2) = c241eb2ba722009d1bd26b1a0503030f -SIZE (gnome2/libgconf-java-2.5.7.tar.bz2) = 52253 diff --git a/devel/libgconf-java/files/patch-src_Makefile.in b/devel/libgconf-java/files/patch-src_Makefile.in deleted file mode 100644 index c954fde51..000000000 --- a/devel/libgconf-java/files/patch-src_Makefile.in +++ /dev/null @@ -1,27 +0,0 @@ ---- src/Makefile.in.orig Tue Mar 30 17:05:19 2004 -+++ src/Makefile.in Tue Mar 30 17:06:06 2004 -@@ -60,6 +60,7 @@ - LIBGTKHTML_LIBS=@LIBGTKHTML_LIBS@ - GNOME_CFLAGS=@GNOME_CFLAGS@ - GNOME_LIBS=@GNOME_LIBS@ -+GCONF_CFLAGS=@GCONF_CFLAGS@ - LIBGLADE_CFLAGS=@LIBGLADE_CFLAGS@ - LIBGLADE_LIBS=@LIBGLADE_LIBS@ - GCJ=@GCJ@ -fPIC -fjni -@@ -71,6 +72,7 @@ - .c.o: - $(CC) -c $(CFLAGS) $< $(JAVA_INCLUDES) $(GTK_CFLAGS) \ - $(LIBGTKHTML_CFLAGS) $(GNOME_CFLAGS) $(LIBGLADE_CFLAGS) \ -+ $(GCONF_CFLAGS) \ - \ - -o $@ - -@@ -106,7 +108,7 @@ - COMPILED_CLASSES:=$(shell echo $(CLASSES) | sed -e 's=\.class=\.o=g' ) - - ../lib/gconf${apiversion}.jar: $(CLASSES) -- @(cd build-java; $(JAR) cf ../../lib/gconf${apiversion}-${version}.jar `find -name "*.class"` ) -+ @(cd build-java; $(JAR) cf ../../lib/gconf${apiversion}-${version}.jar `find . -name "*.class"` ) - @(cd ../lib; test ! -L gconf${apiversion}.jar && ln -s gconf${apiversion}-${version}.jar gconf${apiversion}.jar) || exit 0 - - jar: dirs ../lib/gconf${apiversion}.jar diff --git a/devel/libgconf-java/files/patch-src_jni_org_gnu_gconf_ConfValue.c b/devel/libgconf-java/files/patch-src_jni_org_gnu_gconf_ConfValue.c deleted file mode 100644 index 45e65648a..000000000 --- a/devel/libgconf-java/files/patch-src_jni_org_gnu_gconf_ConfValue.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/jni/org_gnu_gconf_ConfValue.c.orig Thu Feb 19 16:19:17 2004 -+++ src/jni/org_gnu_gconf_ConfValue.c Thu Feb 19 16:19:46 2004 -@@ -111,8 +111,9 @@ - jclass aCls = NULL; - guint len; - jobjectArray ar; -+ GConfValueType vt; - len = g_slist_length(list); -- GConfValueType vt = gconf_value_get_list_type((GConfValue*)value); -+ vt = gconf_value_get_list_type((GConfValue*)value); - if (vt == GCONF_VALUE_STRING) - aCls = (*env)->FindClass(env, "java/lang/String"); - else if (vt == GCONF_VALUE_INT) diff --git a/devel/libgconf-java/pkg-descr b/devel/libgconf-java/pkg-descr deleted file mode 100644 index abc1cdd10..000000000 --- a/devel/libgconf-java/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Java-GNOME is a set of Java bindings for GNOME and GTK libraries, -so GNOME applications can be written in Java. It is implemented -as a JNI layer that delegates the Java calls out to the underlying -C library. - --- Java-GNOME README - -WWW: http://java-gnome.sourceforge.net/ diff --git a/devel/libgconf-java/pkg-message b/devel/libgconf-java/pkg-message deleted file mode 100644 index 651dad538..000000000 --- a/devel/libgconf-java/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Libgconf-java was successfully installed. In order to build and run GTK+ -Java applications, you must add the following to your CLASSPATH: - -%%JAVAJARDIR%%/gconf%%GCONF_API_VERSION%%.jar - -************************************************************************ diff --git a/devel/libgconf-java/pkg-plist b/devel/libgconf-java/pkg-plist deleted file mode 100644 index bd5a55f13..000000000 --- a/devel/libgconf-java/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/libgconfjava%%GCONF_API_VERSION%%.so -lib/libgconfjava%%GCONF_API_VERSION%%.so.%%PORTVERSION%% -share/java/classes/gconf%%GCONF_API_VERSION%%-%%PORTVERSION%%.jar -share/java/classes/gconf%%GCONF_API_VERSION%%.jar diff --git a/devel/libglade-java/Makefile b/devel/libglade-java/Makefile deleted file mode 100644 index ed806e07f..000000000 --- a/devel/libglade-java/Makefile +++ /dev/null @@ -1,75 +0,0 @@ -# New ports collection makefile for: libglade-java -# Date created: 28 February 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libglade-java -PORTVERSION= 2.3.7 -CATEGORIES= devel java -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Java wrapper for libglade - -BUILD_DEPENDS= ${LOCALBASE}/share/java/classes/gtk${GTK_API_VERSION}-${GTK_JAVA_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java \ - ${LOCALBASE}/share/java/classes/gnome${GNOME_API_VERSION}-${GNOME_JAVA_VERSION}.jar:${PORTSDIR}/x11/libgnome-java -RUN_DEPENDS= ${LOCALBASE}/share/java/classes/gtk${GTK_API_VERSION}-${GTK_JAVA_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java \ - ${LOCALBASE}/share/java/classes/gnome${GNOME_API_VERSION}-${GNOME_JAVA_VERSION}.jar:${PORTSDIR}/x11/libgnome-java - -USE_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_JAVA= yes -JAVA_VERSION= 1.2+ -JAVA_OS= native -USE_GNOME= gnomehack libglade2 -USE_REINPLACE= yes -CONFIGURE_ARGS= --without-gcj-compile \ - --with-java-prefix=${JAVA_HOME} -CONFIGURE_ENV= DB2="/dev/null" - -GLADE_API_VERSION= 2.4 -GTK_API_VERSION= 2.4 -GNOME_API_VERSION= 2.6 -GTK_JAVA_VERSION= beta2 -GNOME_JAVA_VERSION= beta2 -VERSION= beta2 -PLIST_SUB= GLADE_API_VERSION=${GLADE_API_VERSION} \ - PORTVERSION=${VERSION} - -PKGMESSAGE= ${WRKDIR}/pkg-message - -post-patch: - @${REINPLACE_CMD} -e 's|^GTKJAR=.*|GTKJAR=${LOCALBASE}/share/java/classes/gtk${GTK_API_VERSION}-${GTK_JAVA_VERSION}.jar| ; \ - s|^GNOMEJAR=.*|GNOMEJAR=${LOCALBASE}/share/java/classes/gnome${GNOME_API_VERSION}-${GNOME_JAVA_VERSION}.jar|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|@gtkapiversion@|${GTK_API_VERSION}|g ; \ - s|@apiversion@|${GLADE_API_VERSION}|g ; \ - s|@version@|${VERSION}|g' \ - ${WRKSRC}/src/Makefile.in \ - ${WRKSRC}/src/java/org/gnu/glade/LibGlade.java.in - -do-install: - ${MKDIR} ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/lib/libgladejava${GLADE_API_VERSION}.so.${VERSION} \ - ${PREFIX}/lib - ${LN} -sf ${PREFIX}/lib/libgladejava${GLADE_API_VERSION}.so.${VERSION} ${PREFIX}/lib/libgladejava${GLADE_API_VERSION}.so - ${MKDIR} ${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/lib/glade${GLADE_API_VERSION}-${VERSION}.jar \ - ${JAVAJARDIR} - ${LN} -sf ${JAVAJARDIR}/lib/glade${GLADE_API_VERSION}-${VERSION}.jar \ - ${JAVAJARDIR}/glade${GLADE_API_VERSION}.jar - -post-install: - @${SED} -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|g ; \ - s|%%PREFIX%%|${PREFIX}|g ; \ - s|%%GLADE_API_VERSION%%|${GLADE_API_VERSION}|g' \ - < ${PKGDIR}/pkg-message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/devel/libglade-java/distinfo b/devel/libglade-java/distinfo deleted file mode 100644 index 189d02990..000000000 --- a/devel/libglade-java/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libglade-java-2.3.7.tar.bz2) = 22b803f9af4448a056381ff6a2103e3e -SIZE (gnome2/libglade-java-2.3.7.tar.bz2) = 52313 diff --git a/devel/libglade-java/files/patch-src_Makefile.in b/devel/libglade-java/files/patch-src_Makefile.in deleted file mode 100644 index de59543d6..000000000 --- a/devel/libglade-java/files/patch-src_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- src/Makefile.in.orig Mon Mar 29 13:37:37 2004 -+++ src/Makefile.in Tue Mar 30 17:32:50 2004 -@@ -107,7 +107,7 @@ - COMPILED_CLASSES:=$(shell echo $(CLASSES) | sed -e 's=\.class=\.o=g' ) - - ../lib/glade${apiversion}.jar: $(CLASSES) -- @(cd build-java; $(JAR) cf ../../lib/glade${apiversion}-${version}.jar `find -name "*.class"` ) -+ @(cd build-java; $(JAR) cf ../../lib/glade${apiversion}-${version}.jar `find . -name "*.class"` ) - @(cd ../lib; test ! -L glade${apiversion}.jar && ln -s glade${apiversion}-${version}.jar glade${apiversion}.jar) || exit 0 - - jar: dirs ../lib/glade${apiversion}.jar -@@ -117,7 +117,7 @@ - @(test ! -d ../lib && mkdir ../lib) || exit 0 - $(CC) $(CFLAGS) -shared -o ../lib/libgladejava${apiversion}.so.${version} \ - $(OBJECTS) \ -- $(CFLAGS) @LIBGLADE_LIBS@ @LIBGLADE_CFLAGS@ $(JAVA_INCLUDES) -Xlinker --no-undefined -+ $(CFLAGS) @LIBGLADE_LIBS@ @LIBGLADE_CFLAGS@ $(JAVA_INCLUDES) -lc -Xlinker --no-undefined - @(cd ../lib; test ! -L libgladejava${apiversion}.so && ln -s libgladejava${apiversion}.so.${version} libgladejava${apiversion}.so) || exit 0 - - nativelib: ../lib/libgladejava${apiversion}.so.${version} diff --git a/devel/libglade-java/pkg-descr b/devel/libglade-java/pkg-descr deleted file mode 100644 index abc1cdd10..000000000 --- a/devel/libglade-java/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Java-GNOME is a set of Java bindings for GNOME and GTK libraries, -so GNOME applications can be written in Java. It is implemented -as a JNI layer that delegates the Java calls out to the underlying -C library. - --- Java-GNOME README - -WWW: http://java-gnome.sourceforge.net/ diff --git a/devel/libglade-java/pkg-message b/devel/libglade-java/pkg-message deleted file mode 100644 index f5534e4a6..000000000 --- a/devel/libglade-java/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Libglade-java was successfully installed. In order to build and run GTK+ -Java applications, you must add the following to your CLASSPATH: - -%%JAVAJARDIR%%/glade%%GLADE_API_VERSION%%.jar - -************************************************************************ diff --git a/devel/libglade-java/pkg-plist b/devel/libglade-java/pkg-plist deleted file mode 100644 index f84b43b96..000000000 --- a/devel/libglade-java/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/libgladejava%%GLADE_API_VERSION%%.so -lib/libgladejava%%GLADE_API_VERSION%%.so.%%PORTVERSION%% -share/java/classes/glade%%GLADE_API_VERSION%%-%%PORTVERSION%%.jar -share/java/classes/glade%%GLADE_API_VERSION%%.jar diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile deleted file mode 100644 index 5fe9635d5..000000000 --- a/devel/libglade2/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: libglade2 -# Date created: 18 August 1999 -# Whom: Ade Lovett <ade@lovett.com> -# -# $FreeBSD$ -# - -PORTNAME= libglade2 -PORTVERSION= 2.3.6 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.3 -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME glade library - -BUILD_DEPENDS= ${PYEXPAT} -RUN_DEPENDS= ${PYEXPAT} \ - xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_REINPLACE= yes -USE_GMAKE= yes -USE_PYTHON= yes -USE_LIBTOOL_VER=13 -USE_GNOME= gnomehack libxml2 gtk20 -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= XMLCATALOG="${LOCALBASE}/bin/xmlcatalog" \ - CATALOG_PORTS_XML="${LOCALBASE}/share/xml/catalog.ports" - -.include <bsd.port.mk> diff --git a/devel/libglade2/distinfo b/devel/libglade2/distinfo deleted file mode 100644 index 1ac601a8e..000000000 --- a/devel/libglade2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libglade-2.3.6.tar.bz2) = f579c881b95e6dee0f55f82940eb2004 -SIZE (gnome2/libglade-2.3.6.tar.bz2) = 343224 diff --git a/devel/libglade2/files/patch-ab b/devel/libglade2/files/patch-ab deleted file mode 100644 index a09056d33..000000000 --- a/devel/libglade2/files/patch-ab +++ /dev/null @@ -1,29 +0,0 @@ ---- Makefile.in.orig Wed Jan 14 17:20:11 2004 -+++ Makefile.in Wed Jan 14 17:23:52 2004 -@@ -18,7 +18,7 @@ - top_srcdir = @top_srcdir@ - VPATH = @srcdir@ - pkgdatadir = $(datadir)/@PACKAGE@ --pkglibdir = $(libdir)/@PACKAGE@ -+pkglibdir = $(prefix)/libdata/pkgconfig - pkgincludedir = $(includedir)/@PACKAGE@ - top_builddir = . - -@@ -169,7 +169,7 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --SUBDIRS = glade doc tests -+SUBDIRS = glade doc - - INCLUDES = $(LIBGLADE_CFLAGS) - -@@ -188,7 +188,7 @@ - - - # handling of the XML catalog --XMLCATALOG = /etc/xml/catalog -+XMLCATALOG = $(LOCALBASE)/share/xml/catalog.ports - - xmldir = $(datadir)/xml/libglade - xml_DATA = glade-2.0.dtd diff --git a/devel/libglade2/files/patch-configure b/devel/libglade2/files/patch-configure deleted file mode 100644 index 388dd58bf..000000000 --- a/devel/libglade2/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- configure 2002/04/26 09:41:08 1.1 -+++ configure 2002/04/26 09:41:27 -@@ -7406,6 +7406,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/libglade2/pkg-descr b/devel/libglade2/pkg-descr deleted file mode 100644 index 7335dd1ea..000000000 --- a/devel/libglade2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -LibGlade allows GLADE interfaces to be handled at runtime, freeing -GUI development from code development. This allows an interface to -be changed without requiring a re-compilation. diff --git a/devel/libglade2/pkg-plist b/devel/libglade2/pkg-plist deleted file mode 100644 index f1b4720d6..000000000 --- a/devel/libglade2/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -bin/libglade-convert -include/libglade-2.0/glade/glade-build.h -include/libglade-2.0/glade/glade-init.h -include/libglade-2.0/glade/glade-parser.h -include/libglade-2.0/glade/glade-xml.h -include/libglade-2.0/glade/glade.h -lib/libglade-2.0.a -lib/libglade-2.0.so -lib/libglade-2.0.so.0 -libdata/pkgconfig/libglade-2.0.pc -share/doc/libglade/GladeXML.html -share/doc/libglade/home.png -share/doc/libglade/index.html -share/doc/libglade/index.sgml -share/doc/libglade/left.png -share/doc/libglade/libglade-Libglade-Build.html -share/doc/libglade/libglade-Libglade-Initialisation.html -share/doc/libglade/libglade-Libglade-SAX-Parser.html -share/doc/libglade/libglade-dtd.html -share/doc/libglade/libglade-dtd-exceptions.html -share/doc/libglade/libglade-embedding.html -share/doc/libglade/libglade-extending.html -share/doc/libglade/libglade-i18n.html -share/doc/libglade/libglade-lib.html -share/doc/libglade/libglade-modules.html -share/doc/libglade/libglade-notes.html -share/doc/libglade/libglade.devhelp -share/doc/libglade/right.png -share/doc/libglade/up.png -share/xml/libglade/glade-2.0.dtd -@unexec %%XMLCATALOG%% --noout --del %D/share/xml/libglade/glade-2.0.dtd %%CATALOG_PORTS_XML%% || /usr/bin/true -@exec %%XMLCATALOG%% --noout --add "system" "http://glade.gnome.org/glade-2.0.dtd" %D/share/xml/libglade/glade-2.0.dtd %%CATALOG_PORTS_XML%% || /usr/bin/true -@dirrm share/xml/libglade -@dirrm share/doc/libglade -@dirrm include/libglade-2.0/glade -@dirrm include/libglade-2.0 -@unexec /bin/rmdir %D/share/xml 2>/dev/null || /usr/bin/true diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile deleted file mode 100644 index 6bb388973..000000000 --- a/devel/libgtop2/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: libgtop2 -# Date Created: 29 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libgtop2 -PORTVERSION= 2.5.2 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5 -DISTNAME= libgtop-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 top library - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_BZIP2= yes -USE_PERL5= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -INFO= libgtop2 - -post-install: - @${CHGRP} kmem ${PREFIX}/bin/libgtop_server2 - @${CHMOD} 2555 ${PREFIX}/bin/libgtop_server2 - -.include <bsd.port.mk> diff --git a/devel/libgtop2/distinfo b/devel/libgtop2/distinfo deleted file mode 100644 index 7614d6251..000000000 --- a/devel/libgtop2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libgtop-2.5.2.tar.bz2) = 92b9665293df3b54a00ddfda40c9d04e -SIZE (gnome2/libgtop-2.5.2.tar.bz2) = 935545 diff --git a/devel/libgtop2/files/patch-ah b/devel/libgtop2/files/patch-ah deleted file mode 100644 index bbffe4a0c..000000000 --- a/devel/libgtop2/files/patch-ah +++ /dev/null @@ -1,38 +0,0 @@ ---- sysdeps/freebsd/procmap.c.orig Wed Mar 10 21:23:52 2004 -+++ sysdeps/freebsd/procmap.c Thu Mar 11 21:45:33 2004 -@@ -104,7 +104,7 @@ - glibtop_map_entry *maps; - #if defined __FreeBSD__ - struct vnode vnode; --#if __FreeBSD_version >= 500039 -+#if __FreeBSD_version < 500039 - struct inode inode; - #endif - #endif -@@ -122,8 +122,10 @@ - - /* Get the process data */ - pinfo = kvm_getprocs (server->machine.kd, KERN_PROC_PID, pid, &count); -- if ((pinfo == NULL) || (count < 1)) -+ if ((pinfo == NULL) || (count < 1)) { - glibtop_error_io_r (server, "kvm_getprocs (%d)", pid); -+ return NULL; -+ } - - /* Now we get the memory maps. */ - -@@ -280,13 +282,9 @@ - &inode, sizeof (inode)) != sizeof (inode)) - glibtop_error_io_r (server, "kvm_read (inode)"); - -- if (kvm_read (server->machine.kd, -- (unsigned long) vnode.v_mount, -- &mount, sizeof (mount)) != sizeof (mount)) -- glibtop_error_io_r (server, "kvm_read (mount)"); --#endif - maps [i-1].inode = inode.i_number; - maps [i-1].device = inode.i_dev; -+#endif - #endif - } while (entry.next != first); - diff --git a/devel/libgtop2/files/patch-configure b/devel/libgtop2/files/patch-configure deleted file mode 100644 index 662f75ac3..000000000 --- a/devel/libgtop2/files/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig Thu Mar 11 15:38:00 2004 -+++ configure Thu Mar 11 15:38:00 2004 -@@ -1917,9 +1917,9 @@ - - # libtool versioning - LT_RELEASE=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION --LT_CURRENT=$LIBGTOP_CURRENT --LT_REVISION=$LIBGTOP_REVISION --LT_AGE=$LIBGTOP_AGE -+LT_CURRENT=2 -+LT_REVISION=0 -+LT_AGE=0 - LT_VERSION_INFO="-version-info ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}" - - diff --git a/devel/libgtop2/files/patch-lib::command.c b/devel/libgtop2/files/patch-lib::command.c deleted file mode 100644 index 4bb3aefb1..000000000 --- a/devel/libgtop2/files/patch-lib::command.c +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/command.c.orig Tue Sep 9 09:47:58 2003 -+++ lib/command.c Tue Sep 9 08:14:33 2003 -@@ -38,6 +38,7 @@ - glibtop_init_r (&server, 0, 0); - - memset (&cmnd, 0, sizeof (glibtop_command)); -+ memset (&response, 0, sizeof (glibtop_response)); - - cmnd.command = command; - diff --git a/devel/libgtop2/files/patch-lib::lib.pl b/devel/libgtop2/files/patch-lib::lib.pl deleted file mode 100644 index 6e08ba030..000000000 --- a/devel/libgtop2/files/patch-lib::lib.pl +++ /dev/null @@ -1,62 +0,0 @@ ---- lib/lib.pl.orig Mon Sep 1 20:17:45 2003 -+++ lib/lib.pl Wed Sep 3 11:53:12 2003 -@@ -116,6 +116,8 @@ - $param_decl = ''; - $send_size = ''; - $send_ptr = ''; -+ $send_buf_decl = ''; -+ $send_buf = ''; - $nr_params = (@params = split(/:/, $param_def, 9999)); - for ($param = 1; $param <= $nr_params; $param++) { - $list = $params[$param]; -@@ -135,28 +137,37 @@ - - $fields[$field]; - $call_param = $call_param . ', ' . $fields[$field]; -- if ($send_ptr eq '') { -- $send_ptr = "\n\tconst void *send_ptr = &" . -- -- $fields[$field] . ';'; -- } -- if ($send_size eq '') { -- $send_size = "\n\tconst size_t send_size =\n\t\t"; -+ if ($send_buf eq '') { -+ $send_size = "\n\tconst size_t send_size = "; -+ $send_ptr = "\n\tconst void *send_ptr = &"; -+ if ($nr_params == 1 && $count == 1) { -+ $send_size = $send_size . 'sizeof (' . $fields[$field] . ');'; -+ $send_ptr = $send_ptr . $fields[$field] . ';'; -+ last; -+ } -+ $send_size = $send_size . 'sizeof (send_buf);'; -+ $send_ptr = $send_ptr . 'send_buf;'; - } - else { -- $send_size = $send_size . ' + '; -+ $send_buf_decl = $send_buf_decl . ' '; -+ $send_buf = $send_buf . ', '; - } -- $send_size = $send_size . 'sizeof (' . $fields[$field] . ')'; -+ $send_buf_decl = $send_buf_decl . '' . $convert{$type} . ' ' . -+ -+ $fields[$field] . ';'; -+ $send_buf = $send_buf . '' . $fields[$field]; - } - } -- if ($send_size ne '') { -- $send_size = $send_size . ';'; -- } -- else { -+ if ($send_size eq '') { - $send_size = "\n\tconst size_t send_size = 0;"; - } - if ($send_ptr eq '') { - $send_ptr = "\n\tconst void *send_ptr = NULL;"; -+ } -+ if ($send_buf ne '') { -+ $send_ptr = "\n\tconst struct { " . $send_buf_decl . " } send_buf =\n" . -+ "\t\t{ " . $send_buf . ' };' . -+ $send_ptr; - } - } - diff --git a/devel/libgtop2/files/patch-lib::read.c b/devel/libgtop2/files/patch-lib::read.c deleted file mode 100644 index 38583f876..000000000 --- a/devel/libgtop2/files/patch-lib::read.c +++ /dev/null @@ -1,28 +0,0 @@ ---- lib/read.c.orig Mon Oct 20 11:19:41 2003 -+++ lib/read.c Fri Nov 14 14:37:00 2003 -@@ -22,6 +22,7 @@ - */ - - #include <config.h> -+#include <errno.h> - #include <glibtop/read.h> - #include <libgnome/gnome-i18n.h> - -@@ -68,12 +69,16 @@ - fprintf (stderr, "LIBRARY: really reading %d bytes.\n", size); - #endif - -+retry: - if (server->socket) { - do_read (server->socket, buf, size); - } else { - ret = read (server->input [0], buf, size); - } - -- if (ret < 0) -+ if (ret < 0) { -+ if (errno == EINTR) -+ goto retry; - glibtop_error_io_r (server, _("read %d bytes"), size); -+ } - } diff --git a/devel/libgtop2/files/patch-lib::write.c b/devel/libgtop2/files/patch-lib::write.c deleted file mode 100644 index 45c2434ea..000000000 --- a/devel/libgtop2/files/patch-lib::write.c +++ /dev/null @@ -1,28 +0,0 @@ ---- lib/write.c.orig Mon Sep 8 23:05:01 2003 -+++ lib/write.c Tue Sep 9 10:04:37 2003 -@@ -21,6 +21,7 @@ - Boston, MA 02111-1307, USA. - */ - -+#include <errno.h> - #include <glibtop/write.h> - - /* Writes some data to server. */ -@@ -38,12 +39,16 @@ - fprintf (stderr, "LIBRARY: really writing %d bytes.\n", size); - #endif - -+retry: - if (server->socket) { - ret = send (server->socket, buf, size, 0); - } else { - ret = write (server->output [1], buf, size); - } - -- if (ret < 0) -+ if (ret < 0) { -+ if (errno == EINTR) -+ goto retry; - glibtop_error_io_r (server, _("write %d bytes"), size); -+ } - } diff --git a/devel/libgtop2/files/patch-ltmain.sh b/devel/libgtop2/files/patch-ltmain.sh deleted file mode 100644 index 54bbcbc57..000000000 --- a/devel/libgtop2/files/patch-ltmain.sh +++ /dev/null @@ -1,42 +0,0 @@ ---- ltmain.sh.orig Sun Aug 24 18:53:15 2003 -+++ ltmain.sh Sun Aug 24 18:57:42 2003 -@@ -1060,8 +1060,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_command="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2444,6 +2452,9 @@ - *-*-openbsd*) - # Do not include libc due to us having libc/libc_r. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test $build_libtool_need_lc = "yes"; then -@@ -4210,10 +4221,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/libgtop2/files/patch-src::daemon::io.c b/devel/libgtop2/files/patch-src::daemon::io.c deleted file mode 100644 index 0a11649ce..000000000 --- a/devel/libgtop2/files/patch-src::daemon::io.c +++ /dev/null @@ -1,58 +0,0 @@ ---- src/daemon/io.c.orig Sun Oct 19 12:54:32 2003 -+++ src/daemon/io.c Mon Dec 1 13:50:25 2003 -@@ -21,6 +21,7 @@ - Boston, MA 02111-1307, USA. - */ - -+#include <errno.h> - #include "daemon.h" - - void -@@ -35,9 +36,13 @@ - resp->offset = offset; - resp->data_size = data_size; - -+retry1: - if (s == 0) { -- if (write (1, (const void *) resp, sizeof (glibtop_response)) < 0) -+ if (write (1, (const void *) resp, sizeof (glibtop_response)) < 0) { -+ if (errno == EINTR) -+ goto retry1; - glibtop_warn_io ("write"); -+ } - } else { - if (send (s, (const void *) resp, sizeof (glibtop_response), 0) < 0) - glibtop_warn_io ("send"); -@@ -47,10 +52,13 @@ - #ifdef REAL_DEBUG - fprintf (stderr, "Writing %d bytes of data.\n", resp->data_size); - #endif -- -+retry2: - if (s == 0) { -- if (write (1, data, resp->data_size) < 0) -+ if (write (1, data, resp->data_size) < 0) { -+ if (errno == EINTR) -+ goto retry2; - glibtop_warn_io ("write"); -+ } - } else { - if (send (s, data, resp->data_size, 0) , 0) - glibtop_warn_io ("send"); -@@ -66,6 +74,7 @@ - size_t already_read = 0, remaining = total_size; - - while (already_read < total_size) { -+retry: - if (s) - nread = recv (s, ptr, remaining, 0); - else -@@ -77,6 +86,8 @@ - } - - if (nread <= 0) { -+ if (errno == EINTR) -+ goto retry; - glibtop_warn_io ("recv"); - return 0; - } diff --git a/devel/libgtop2/files/patch-src_daemon_server.c b/devel/libgtop2/files/patch-src_daemon_server.c deleted file mode 100644 index bf0bba5c7..000000000 --- a/devel/libgtop2/files/patch-src_daemon_server.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/daemon/server.c.orig Mon Feb 17 15:22:19 2003 -+++ src/daemon/server.c Mon Feb 17 15:23:31 2003 -@@ -88,11 +88,12 @@ - if (strcmp (uts.sysname, LIBGTOP_COMPILE_SYSTEM) || - strcmp (uts.release, LIBGTOP_COMPILE_RELEASE) || - strcmp (uts.machine, LIBGTOP_COMPILE_MACHINE)) { -- fprintf (stderr, "Can only run on %s %s %s\n", -+ fprintf (stderr, "This libgtop was compiled on %s %s %s\n", - LIBGTOP_COMPILE_SYSTEM, - LIBGTOP_COMPILE_RELEASE, - LIBGTOP_COMPILE_MACHINE); -- _exit (1); -+ fprintf (stderr, "If you see strange problems caused by it,\n"); -+ fprintf (stderr, "you should recompile libgtop and dependent applications\n"); - } - #endif - diff --git a/devel/libgtop2/files/patch-sysdeps::freebsd::procmem.c b/devel/libgtop2/files/patch-sysdeps::freebsd::procmem.c deleted file mode 100644 index e61274b13..000000000 --- a/devel/libgtop2/files/patch-sysdeps::freebsd::procmem.c +++ /dev/null @@ -1,30 +0,0 @@ ---- sysdeps/freebsd/procmem.c.orig Wed Mar 10 21:23:52 2004 -+++ sysdeps/freebsd/procmem.c Thu Mar 11 15:46:05 2004 -@@ -125,7 +125,7 @@ - #else - struct vm_object object; - #endif -- struct plimit plimit; -+ struct rlimit rlimit; - int count; - - glibtop_init_p (server, (1L << GLIBTOP_SYSDEPS_PROC_MEM), 0); -@@ -160,15 +160,12 @@ - - #define PROC_VMSPACE kp_proc.p_vmspace - -- if (kvm_read (server->machine.kd, -- (unsigned long) pinfo [0].PROC_VMSPACE, -- (char *) &plimit, sizeof (plimit)) != sizeof (plimit)) { -- glibtop_warn_io_r (server, "kvm_read (plimit)"); -+ if (getrlimit (RLIMIT_RSS, &rlimit) < 0) { -+ glibtop_warn_io_r (server, "getrlimit"); - return; - } - -- buf->rss_rlim = (guint64) -- (plimit.pl_rlimit [RLIMIT_RSS].rlim_cur); -+ buf->rss_rlim = (u_int64_t) (rlimit.rlim_cur); - - vms = &pinfo [0].kp_eproc.e_vm; - diff --git a/devel/libgtop2/files/patch-sysdeps::freebsd::proctime.c b/devel/libgtop2/files/patch-sysdeps::freebsd::proctime.c deleted file mode 100644 index 37b5b56df..000000000 --- a/devel/libgtop2/files/patch-sysdeps::freebsd::proctime.c +++ /dev/null @@ -1,48 +0,0 @@ ---- sysdeps/freebsd/proctime.c.orig Wed Mar 10 21:23:52 2004 -+++ sysdeps/freebsd/proctime.c Thu Mar 11 15:47:35 2004 -@@ -59,6 +59,7 @@ - - #ifndef __FreeBSD__ - -+#ifndef __FreeBSD__ - static void - calcru(p, up, sp, ip) - struct proc *p; -@@ -81,19 +82,10 @@ - tot = 1; - } - --#if (defined __FreeBSD__) && (__FreeBSD_version >= 300003) -- -- /* This was changed from a `struct timeval' into a `guint64' -- * on FreeBSD 3.0 and renamed p_rtime -> p_runtime. -- */ -- -- totusec = (u_quad_t) p->p_runtime; --#else - sec = p->p_rtime.tv_sec; - usec = p->p_rtime.tv_usec; - - totusec = (quad_t)sec * 1000000 + usec; --#endif - - if (totusec < 0) { - /* XXX no %qd in kernel. Truncate. */ -@@ -116,6 +108,7 @@ - ip->tv_usec = it % 1000000; - } - } -+#endif - - #endif /* !__FreeBSD__ */ - -@@ -133,9 +126,6 @@ - #endif - struct pstats pstats; - int count; -- -- char filename [BUFSIZ]; -- struct stat statb; - - glibtop_init_p (server, (1L << GLIBTOP_SYSDEPS_PROC_TIME), 0); - diff --git a/devel/libgtop2/files/patch-sysdeps_common_fsusage.c b/devel/libgtop2/files/patch-sysdeps_common_fsusage.c deleted file mode 100644 index b64ec4986..000000000 --- a/devel/libgtop2/files/patch-sysdeps_common_fsusage.c +++ /dev/null @@ -1,29 +0,0 @@ ---- sysdeps/common/fsusage.c.orig Thu Mar 11 15:53:36 2004 -+++ sysdeps/common/fsusage.c Thu Mar 11 15:56:37 2004 -@@ -28,7 +28,7 @@ - # endif - #endif - #ifndef UINTMAX_MAX --# define UINTMAX_MAX ((uintmax_t) -1) -+# define UINTMAX_MAX ((uint64_t) -1) - #endif - - #include <sys/types.h> -@@ -84,7 +84,7 @@ - a uintmax_t value that is all 1 bits if X is all 1 bits, even if X - is unsigned and narrower than uintmax_t. */ - #define PROPAGATE_ALL_ONES(x) \ -- ((sizeof (x) < sizeof (uintmax_t) \ -+ ((sizeof (x) < sizeof (uint64_t) \ - && (~ (x) == (sizeof (x) < sizeof (int) \ - ? - (1 << (sizeof (x) * CHAR_BIT)) \ - : 0))) \ -@@ -92,7 +92,7 @@ - - /* Extract the top bit of X as an uintmax_t value. */ - #define EXTRACT_TOP_BIT(x) ((x) \ -- & ((uintmax_t) 1 << (sizeof (x) * CHAR_BIT - 1))) -+ & ((uint64_t) 1 << (sizeof (x) * CHAR_BIT - 1))) - - /* If a value is negative, many space usage primitives store it into an - integer variable by assignment, even if the variable's type is unsigned. diff --git a/devel/libgtop2/files/patch-sysdeps_common_fsusage.h b/devel/libgtop2/files/patch-sysdeps_common_fsusage.h deleted file mode 100644 index bca23d9ae..000000000 --- a/devel/libgtop2/files/patch-sysdeps_common_fsusage.h +++ /dev/null @@ -1,25 +0,0 @@ ---- sysdeps/common/fsusage.h.orig Thu Mar 11 15:54:03 2004 -+++ sysdeps/common/fsusage.h Thu Mar 11 15:56:12 2004 -@@ -20,15 +20,17 @@ - #if !defined FSUSAGE_H_ - # define FSUSAGE_H_ - -+#include <sys/types.h> -+ - struct fs_usage - { - int fsu_blocksize; /* Size of a block. */ -- uintmax_t fsu_blocks; /* Total blocks. */ -- uintmax_t fsu_bfree; /* Free blocks available to superuser. */ -- uintmax_t fsu_bavail; /* Free blocks available to non-superuser. */ -+ uint64_t fsu_blocks; /* Total blocks. */ -+ uint64_t fsu_bfree; /* Free blocks available to superuser. */ -+ uint64_t fsu_bavail; /* Free blocks available to non-superuser. */ - int fsu_bavail_top_bit_set; /* 1 if fsu_bavail represents a value < 0. */ -- uintmax_t fsu_files; /* Total file nodes. */ -- uintmax_t fsu_ffree; /* Free file nodes. */ -+ uint64_t fsu_files; /* Total file nodes. */ -+ uint64_t fsu_ffree; /* Free file nodes. */ - }; - - # ifndef PARAMS diff --git a/devel/libgtop2/files/patch-sysdeps_common_mountlist.c b/devel/libgtop2/files/patch-sysdeps_common_mountlist.c deleted file mode 100644 index 62269380b..000000000 --- a/devel/libgtop2/files/patch-sysdeps_common_mountlist.c +++ /dev/null @@ -1,20 +0,0 @@ ---- sysdeps/common/mountlist.c.orig Mon Dec 1 13:59:28 2003 -+++ sysdeps/common/mountlist.c Mon Dec 1 16:13:15 2003 -@@ -127,7 +127,7 @@ - } - #endif /* MOUNTED_GETMNTENT1. */ - --#if defined (MOUNTED_GETMNTINFO) && !defined (__NetBSD__) && !defined (__OpenBSD__) -+#if defined (MOUNTED_GETMNTINFO) && !defined (__NetBSD__) && !defined (__OpenBSD__) && !defined(__FreeBSD__) - static char * - fstype_to_string (t) - short t; -@@ -345,7 +345,7 @@ - me = (struct mount_entry *) g_malloc (sizeof (struct mount_entry)); - me->me_devname = g_strdup (fsp->f_mntfromname); - me->me_mountdir = g_strdup (fsp->f_mntonname); --#if defined(__NetBSD__) || defined(__OpenBSD__) -+#if defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) - me->me_type = g_strdup (fsp->f_fstypename); - #else - me->me_type = g_strdup (fstype_to_string (fsp->f_type)); diff --git a/devel/libgtop2/files/patch-sysdeps_freebsd_Makefile.in b/devel/libgtop2/files/patch-sysdeps_freebsd_Makefile.in deleted file mode 100644 index 16bcbb055..000000000 --- a/devel/libgtop2/files/patch-sysdeps_freebsd_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- sysdeps/freebsd/Makefile.in.orig Sun Feb 15 16:13:22 2004 -+++ sysdeps/freebsd/Makefile.in Sun Feb 15 16:16:05 2004 -@@ -138,7 +138,7 @@ - - noinst_LTLIBRARIES = libgtop_sysdeps-2.0.la libgtop_sysdeps_suid-2.0.la - --libgtop_sysdeps_2_0_la_SOURCES = nosuid.c siglist.c -+libgtop_sysdeps_2_0_la_SOURCES = nosuid.c - - libgtop_sysdeps_2_0_la_LDFLAGS = $(LT_VERSION_INFO) - -@@ -172,7 +172,7 @@ - X_EXTRA_LIBS = @X_EXTRA_LIBS@ - X_PRE_LIBS = @X_PRE_LIBS@ - libgtop_sysdeps_2_0_la_LIBADD = --libgtop_sysdeps_2_0_la_OBJECTS = nosuid.lo siglist.lo -+libgtop_sysdeps_2_0_la_OBJECTS = nosuid.lo - libgtop_sysdeps_suid_2_0_la_LIBADD = - libgtop_sysdeps_suid_2_0_la_OBJECTS = open.lo close.lo siglist.lo \ - cpu.lo mem.lo swap.lo uptime.lo loadavg.lo shm_limits.lo msg_limits.lo \ diff --git a/devel/libgtop2/files/patch-sysdeps_freebsd_uptime.c b/devel/libgtop2/files/patch-sysdeps_freebsd_uptime.c deleted file mode 100644 index 7dbba8c37..000000000 --- a/devel/libgtop2/files/patch-sysdeps_freebsd_uptime.c +++ /dev/null @@ -1,13 +0,0 @@ ---- sysdeps/freebsd/uptime.c.orig Thu Mar 11 15:59:16 2004 -+++ sysdeps/freebsd/uptime.c Thu Mar 11 15:59:38 2004 -@@ -68,9 +68,8 @@ - buf->flags = _glibtop_sysdeps_uptime; - } - #else -- buf->flags = _glibtop_sysdeps_uptime; -- - glibtop_cpu cpu; -+ buf->flags = _glibtop_sysdeps_uptime; - - glibtop_init_p (server, (1L << GLIBTOP_SYSDEPS_UPTIME), 0); - diff --git a/devel/libgtop2/pkg-descr b/devel/libgtop2/pkg-descr deleted file mode 100644 index f263f1127..000000000 --- a/devel/libgtop2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This library provides the backend for gtop2, a GNOME 2.0 version -of top(1) that allows display and manipulation of running -processes. diff --git a/devel/libgtop2/pkg-plist b/devel/libgtop2/pkg-plist deleted file mode 100644 index e7d4a4b74..000000000 --- a/devel/libgtop2/pkg-plist +++ /dev/null @@ -1,104 +0,0 @@ -bin/libgtop_daemon2 -bin/libgtop_server2 -include/libgtop-2.0/glibtop.h -include/libgtop-2.0/glibtop/close.h -include/libgtop-2.0/glibtop/command.h -include/libgtop-2.0/glibtop/cpu.h -include/libgtop-2.0/glibtop/error.h -include/libgtop-2.0/glibtop/fsusage.h -include/libgtop-2.0/glibtop/global.h -include/libgtop-2.0/glibtop/gnuserv.h -include/libgtop-2.0/glibtop/inodedb.h -include/libgtop-2.0/glibtop/loadavg.h -include/libgtop-2.0/glibtop/mem.h -include/libgtop-2.0/glibtop/mountlist.h -include/libgtop-2.0/glibtop/msg_limits.h -include/libgtop-2.0/glibtop/netload.h -include/libgtop-2.0/glibtop/open.h -include/libgtop-2.0/glibtop/parameter.h -include/libgtop-2.0/glibtop/ppp.h -include/libgtop-2.0/glibtop/procargs.h -include/libgtop-2.0/glibtop/prockernel.h -include/libgtop-2.0/glibtop/proclist.h -include/libgtop-2.0/glibtop/procmap.h -include/libgtop-2.0/glibtop/procmem.h -include/libgtop-2.0/glibtop/procsegment.h -include/libgtop-2.0/glibtop/procsignal.h -include/libgtop-2.0/glibtop/procstate.h -include/libgtop-2.0/glibtop/proctime.h -include/libgtop-2.0/glibtop/procuid.h -include/libgtop-2.0/glibtop/read.h -include/libgtop-2.0/glibtop/read_data.h -include/libgtop-2.0/glibtop/sem_limits.h -include/libgtop-2.0/glibtop/shm_limits.h -include/libgtop-2.0/glibtop/signal.h -include/libgtop-2.0/glibtop/swap.h -include/libgtop-2.0/glibtop/sysdeps.h -include/libgtop-2.0/glibtop/sysinfo.h -include/libgtop-2.0/glibtop/types.h -include/libgtop-2.0/glibtop/union.h -include/libgtop-2.0/glibtop/uptime.h -include/libgtop-2.0/glibtop/version.h -include/libgtop-2.0/glibtop/write.h -include/libgtop-2.0/glibtop_machine.h -include/libgtop-2.0/glibtop_server.h -include/libgtop-2.0/glibtop_suid.h -lib/libgtop-2.0.a -lib/libgtop-2.0.so -lib/libgtop-2.0.so.2 -libdata/pkgconfig/libgtop-2.0.pc -share/locale/am/LC_MESSAGES/libgtop-2.0.mo -share/locale/ar/LC_MESSAGES/libgtop-2.0.mo -share/locale/az/LC_MESSAGES/libgtop-2.0.mo -share/locale/be/LC_MESSAGES/libgtop-2.0.mo -share/locale/bg/LC_MESSAGES/libgtop-2.0.mo -share/locale/bn/LC_MESSAGES/libgtop-2.0.mo -share/locale/ca/LC_MESSAGES/libgtop-2.0.mo -share/locale/cs/LC_MESSAGES/libgtop-2.0.mo -share/locale/cy/LC_MESSAGES/libgtop-2.0.mo -share/locale/da/LC_MESSAGES/libgtop-2.0.mo -share/locale/de/LC_MESSAGES/libgtop-2.0.mo -share/locale/el/LC_MESSAGES/libgtop-2.0.mo -share/locale/es/LC_MESSAGES/libgtop-2.0.mo -share/locale/et/LC_MESSAGES/libgtop-2.0.mo -share/locale/fa/LC_MESSAGES/libgtop-2.0.mo -share/locale/fi/LC_MESSAGES/libgtop-2.0.mo -share/locale/fr/LC_MESSAGES/libgtop-2.0.mo -share/locale/ga/LC_MESSAGES/libgtop-2.0.mo -share/locale/gl/LC_MESSAGES/libgtop-2.0.mo -share/locale/he/LC_MESSAGES/libgtop-2.0.mo -share/locale/hi/LC_MESSAGES/libgtop-2.0.mo -share/locale/hr/LC_MESSAGES/libgtop-2.0.mo -share/locale/hu/LC_MESSAGES/libgtop-2.0.mo -share/locale/id/LC_MESSAGES/libgtop-2.0.mo -share/locale/it/LC_MESSAGES/libgtop-2.0.mo -share/locale/ja/LC_MESSAGES/libgtop-2.0.mo -share/locale/ko/LC_MESSAGES/libgtop-2.0.mo -share/locale/lt/LC_MESSAGES/libgtop-2.0.mo -share/locale/lv/LC_MESSAGES/libgtop-2.0.mo -share/locale/mk/LC_MESSAGES/libgtop-2.0.mo -share/locale/ml/LC_MESSAGES/libgtop-2.0.mo -share/locale/mn/LC_MESSAGES/libgtop-2.0.mo -share/locale/ms/LC_MESSAGES/libgtop-2.0.mo -share/locale/nl/LC_MESSAGES/libgtop-2.0.mo -share/locale/nn/LC_MESSAGES/libgtop-2.0.mo -share/locale/no/LC_MESSAGES/libgtop-2.0.mo -share/locale/pl/LC_MESSAGES/libgtop-2.0.mo -share/locale/pt/LC_MESSAGES/libgtop-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libgtop-2.0.mo -share/locale/ro/LC_MESSAGES/libgtop-2.0.mo -share/locale/ru/LC_MESSAGES/libgtop-2.0.mo -share/locale/sk/LC_MESSAGES/libgtop-2.0.mo -share/locale/sl/LC_MESSAGES/libgtop-2.0.mo -share/locale/sq/LC_MESSAGES/libgtop-2.0.mo -share/locale/sr/LC_MESSAGES/libgtop-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/libgtop-2.0.mo -share/locale/sv/LC_MESSAGES/libgtop-2.0.mo -share/locale/ta/LC_MESSAGES/libgtop-2.0.mo -share/locale/tr/LC_MESSAGES/libgtop-2.0.mo -share/locale/uk/LC_MESSAGES/libgtop-2.0.mo -share/locale/vi/LC_MESSAGES/libgtop-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libgtop-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libgtop-2.0.mo -@dirrm include/libgtop-2.0/glibtop -@dirrm include/libgtop-2.0 |