From 6ea8cdadd34fade98a807bf84429806612c65079 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 14 Mar 2005 01:21:27 +0000 Subject: Remove these ports now that they have been merged into the ports tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3934 df743ca5-7f9a-e211-a948-0013205c9059 --- sysutils/gnome-system-tools/Makefile | 44 ------ sysutils/gnome-system-tools/distinfo | 2 - sysutils/gnome-system-tools/files/patch-configure | 11 -- .../files/patch-src_common_gst-auth.c | 18 --- .../files/patch-src_common_gst-tool.c | 11 -- .../files/patch-src_network_location.c | 11 -- sysutils/gnome-system-tools/pkg-descr | 10 -- sysutils/gnome-system-tools/pkg-plist | 166 --------------------- 8 files changed, 273 deletions(-) delete mode 100644 sysutils/gnome-system-tools/Makefile delete mode 100644 sysutils/gnome-system-tools/distinfo delete mode 100644 sysutils/gnome-system-tools/files/patch-configure delete mode 100644 sysutils/gnome-system-tools/files/patch-src_common_gst-auth.c delete mode 100644 sysutils/gnome-system-tools/files/patch-src_common_gst-tool.c delete mode 100644 sysutils/gnome-system-tools/files/patch-src_network_location.c delete mode 100644 sysutils/gnome-system-tools/pkg-descr delete mode 100644 sysutils/gnome-system-tools/pkg-plist (limited to 'sysutils/gnome-system-tools') diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile deleted file mode 100644 index 1dca8a647..000000000 --- a/sysutils/gnome-system-tools/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: gnomesystemtools -# Date created: 17 May 2004 -# Whom: Adam Weinberger -# -# $FreeBSD$ -# - -PORTNAME= gnomesystemtools -PORTVERSION= 1.2.0 -PORTREVISION= 2 -CATEGORIES= sysutils gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-system-tools/1.2 -DISTNAME= gnome-system-tools-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Tools to configure workstations - -BUILD_DEPENDS= ${X11BASE}/share/setup-tool-backends/scripts/xml.pl:${PORTSDIR}/sysutils/system-tools-backends -RUN_DEPENDS= ${X11BASE}/share/setup-tool-backends/scripts/xml.pl:${PORTSDIR}/sysutils/system-tools-backends - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomehack gnomeprefix gnometarget intlhack nautilus2 -USE_LIBTOOL_VER=15 -INSTALLS_OMF= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gnome-system-tools.schemas - -.include - -.if ${OSVERSION} >= 500000 -CONFIGURE_ARGS+= --enable-services -PLIST_SUB+= SERVICES="" -.else -PLIST_SUB+= SERVICES="@comment " -.endif - -.include diff --git a/sysutils/gnome-system-tools/distinfo b/sysutils/gnome-system-tools/distinfo deleted file mode 100644 index 6eb37fa99..000000000 --- a/sysutils/gnome-system-tools/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-system-tools-1.2.0.tar.bz2) = fbcf8866ecea8b330cbe53cf8b0df55e -SIZE (gnome2/gnome-system-tools-1.2.0.tar.bz2) = 1780677 diff --git a/sysutils/gnome-system-tools/files/patch-configure b/sysutils/gnome-system-tools/files/patch-configure deleted file mode 100644 index 712bb1def..000000000 --- a/sysutils/gnome-system-tools/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Thu Jan 13 17:15:39 2005 -+++ configure Thu Jan 13 17:17:13 2005 -@@ -22990,7 +22990,7 @@ - GST_CFLAGS="$GST_DEPENDS_CFLAGS $GST_CRACK_LIB_CFLAGS $GST_DEPRECATED_FLAGS" - - GST_TOOL_LIBS="$GST_LIBS -lutil \$(top_builddir)/src/common/libsetuptool.a" --GST_TOOL_CFLAGS="$GST_CFLAGS -I\$(top_srcdir)/src/common" -+GST_TOOL_CFLAGS="-I\$(top_srcdir)/src/common $GST_CFLAGS" - - GST_TOOL_CLEANFILES="\$(desktop) \$(desktop).in" - GST_TOOL_EXTRA_DIST="\$(toolpixmaps) \$(desktop).in.in" diff --git a/sysutils/gnome-system-tools/files/patch-src_common_gst-auth.c b/sysutils/gnome-system-tools/files/patch-src_common_gst-auth.c deleted file mode 100644 index 9272d9181..000000000 --- a/sysutils/gnome-system-tools/files/patch-src_common_gst-auth.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/common/gst-auth.c.orig Thu Mar 10 14:39:18 2005 -+++ src/common/gst-auth.c Thu Mar 10 14:39:50 2005 -@@ -142,12 +142,12 @@ gst_auth_run_term (GstTool *tool, gchar - unsetenv("LANG"); - unsetenv("LANGUAGE"); - -- dup2 (p[1], 1); -- dup2 (p[1], 2); -+ dup2 (p[1], STDOUT_FILENO); -+ /*dup2 (p[1], 2);*/ - close (p[0]); - - execv (args[0], args); -- exit (255); -+ _exit (255); - } else { - #ifndef __FreeBSD__ - /* Linux's su works ok with echo disabling */ diff --git a/sysutils/gnome-system-tools/files/patch-src_common_gst-tool.c b/sysutils/gnome-system-tools/files/patch-src_common_gst-tool.c deleted file mode 100644 index 5134f30e5..000000000 --- a/sysutils/gnome-system-tools/files/patch-src_common_gst-tool.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/common/gst-tool.c.orig Thu Mar 10 14:39:54 2005 -+++ src/common/gst-tool.c Thu Mar 10 14:40:00 2005 -@@ -1653,7 +1653,7 @@ poll_backend (GstTool *tool) - struct pollfd fd; - - fd.fd = tool->read_fd; -- fd.events = POLLIN || POLLPRI; -+ fd.events = POLLIN | POLLPRI; - - while (poll (&fd, 1, 100) <= 0) { - while (gtk_events_pending ()) diff --git a/sysutils/gnome-system-tools/files/patch-src_network_location.c b/sysutils/gnome-system-tools/files/patch-src_network_location.c deleted file mode 100644 index e2577a6a4..000000000 --- a/sysutils/gnome-system-tools/files/patch-src_network_location.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/network/location.c.orig Thu Dec 23 13:16:33 2004 -+++ src/network/location.c Thu Dec 23 13:16:40 2004 -@@ -687,7 +687,7 @@ - static void - copy_tag_list (xmlNodePtr source, xmlNodePtr dest, const gchar *list[]) - { -- gchar **string = (gchar **) list;; -+ gchar **string = (gchar **) list; - gchar *value; - - while (*string) diff --git a/sysutils/gnome-system-tools/pkg-descr b/sysutils/gnome-system-tools/pkg-descr deleted file mode 100644 index b0b69e539..000000000 --- a/sysutils/gnome-system-tools/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Various tools to assist in administration and configuration of a workstation. -Included are tools to: - - * Administer user and group accounts - * Change the date, time, and time zone - * Set up and configure network interfaces - * Modify bootloader settings - * Start, stop, and modify system services - -WWW: http://www.gnome.org/projects/gst/ diff --git a/sysutils/gnome-system-tools/pkg-plist b/sysutils/gnome-system-tools/pkg-plist deleted file mode 100644 index a52125a51..000000000 --- a/sysutils/gnome-system-tools/pkg-plist +++ /dev/null @@ -1,166 +0,0 @@ -bin/network-admin -%%SERVICES%%bin/services-admin -bin/shares-admin -bin/time-admin -bin/users-admin -lib/nautilus/extensions-1.0/libnautilus-gst-shares.so -libdata/pkgconfig/gnome-system-tools.pc -share/gnome-system-tools/interfaces/boot.glade -share/gnome-system-tools/interfaces/common.glade -share/gnome-system-tools/interfaces/disks.glade -share/gnome-system-tools/interfaces/network.glade -share/gnome-system-tools/interfaces/services.glade -share/gnome-system-tools/interfaces/shares.glade -share/gnome-system-tools/interfaces/time.glade -share/gnome-system-tools/interfaces/users.glade -share/gnome-system-tools/pixmaps/16_ethernet.xpm -share/gnome-system-tools/pixmaps/16_loopback.xpm -share/gnome-system-tools/pixmaps/16_plip.xpm -share/gnome-system-tools/pixmaps/16_ppp.xpm -share/gnome-system-tools/pixmaps/archlinux.png -share/gnome-system-tools/pixmaps/black_panther.png -share/gnome-system-tools/pixmaps/boot.png -share/gnome-system-tools/pixmaps/computer.png -share/gnome-system-tools/pixmaps/conectiva.png -share/gnome-system-tools/pixmaps/connection-ethernet.png -share/gnome-system-tools/pixmaps/connection-modem.png -share/gnome-system-tools/pixmaps/debian.png -share/gnome-system-tools/pixmaps/disks.png -share/gnome-system-tools/pixmaps/fedora.png -share/gnome-system-tools/pixmaps/freebsd.png -share/gnome-system-tools/pixmaps/gentoo.png -share/gnome-system-tools/pixmaps/gnome-dev-cdrom-data.png -share/gnome-system-tools/pixmaps/gnome-dev-cdrom-mixed.png -share/gnome-system-tools/pixmaps/irda-16.png -share/gnome-system-tools/pixmaps/irda-48.png -share/gnome-system-tools/pixmaps/mandrake.png -share/gnome-system-tools/pixmaps/nameresolution.png -share/gnome-system-tools/pixmaps/nameresolution_alias.png -share/gnome-system-tools/pixmaps/nameresolution_id.png -share/gnome-system-tools/pixmaps/network.png -share/gnome-system-tools/pixmaps/openna.png -share/gnome-system-tools/pixmaps/pld.png -share/gnome-system-tools/pixmaps/plip-48.png -share/gnome-system-tools/pixmaps/ppp.png -share/gnome-system-tools/pixmaps/reading.png -share/gnome-system-tools/pixmaps/redhat.png -share/gnome-system-tools/pixmaps/server.png -share/gnome-system-tools/pixmaps/services.png -share/gnome-system-tools/pixmaps/settings.png -share/gnome-system-tools/pixmaps/shares.png -share/gnome-system-tools/pixmaps/slackware.png -share/gnome-system-tools/pixmaps/specifix.png -share/gnome-system-tools/pixmaps/suse.png -share/gnome-system-tools/pixmaps/talk-userlist.png -share/gnome-system-tools/pixmaps/time.png -share/gnome-system-tools/pixmaps/timezone.png -share/gnome-system-tools/pixmaps/turbolinux.png -share/gnome-system-tools/pixmaps/unsupported-distro.png -share/gnome-system-tools/pixmaps/users-groups.png -share/gnome-system-tools/pixmaps/users.png -share/gnome-system-tools/pixmaps/vine.png -share/gnome-system-tools/pixmaps/wavelan-16.png -share/gnome-system-tools/pixmaps/wavelan-48.png -share/gnome-system-tools/pixmaps/world_map-960.png -share/gnome/applications/network.desktop -%%SERVICES%%share/gnome/applications/services.desktop -share/gnome/applications/shares.desktop -share/gnome/applications/time.desktop -share/gnome/applications/users.desktop -share/gnome/help/boot-admin/C/boot-admin.xml -share/gnome/help/boot-admin/C/figures/boot-tool.png -share/gnome/help/boot-admin/C/legal.xml -share/gnome/help/network-admin/C/figures/network-tool.png -share/gnome/help/network-admin/C/legal.xml -share/gnome/help/network-admin/C/network-admin.xml -share/gnome/help/services-admin/C/figures/service-properties.png -share/gnome/help/services-admin/C/figures/services-tool.png -share/gnome/help/services-admin/C/legal.xml -share/gnome/help/services-admin/C/services-admin.xml -share/gnome/help/time-admin/C/figures/time-map.png -share/gnome/help/time-admin/C/figures/time-servers.png -share/gnome/help/time-admin/C/figures/time-tool.png -share/gnome/help/time-admin/C/legal.xml -share/gnome/help/time-admin/C/time-admin.xml -share/gnome/help/users-admin/C/figures/users-tool.png -share/gnome/help/users-admin/C/legal.xml -share/gnome/help/users-admin/C/users-admin.xml -share/gnome/omf/gnome-system-tools/boot-admin-C.omf -share/gnome/omf/gnome-system-tools/network-admin-C.omf -share/gnome/omf/gnome-system-tools/services-admin-C.omf -share/gnome/omf/gnome-system-tools/time-admin-C.omf -share/gnome/omf/gnome-system-tools/users-admin-C.omf -share/locale/am/LC_MESSAGES/gnome-system-tools.mo -share/locale/ar/LC_MESSAGES/gnome-system-tools.mo -share/locale/az/LC_MESSAGES/gnome-system-tools.mo -share/locale/bg/LC_MESSAGES/gnome-system-tools.mo -share/locale/bn/LC_MESSAGES/gnome-system-tools.mo -share/locale/ca/LC_MESSAGES/gnome-system-tools.mo -share/locale/cs/LC_MESSAGES/gnome-system-tools.mo -share/locale/da/LC_MESSAGES/gnome-system-tools.mo -share/locale/de/LC_MESSAGES/gnome-system-tools.mo -share/locale/el/LC_MESSAGES/gnome-system-tools.mo -share/locale/en_CA/LC_MESSAGES/gnome-system-tools.mo -share/locale/en_GB/LC_MESSAGES/gnome-system-tools.mo -share/locale/es/LC_MESSAGES/gnome-system-tools.mo -share/locale/et/LC_MESSAGES/gnome-system-tools.mo -share/locale/eu/LC_MESSAGES/gnome-system-tools.mo -share/locale/fi/LC_MESSAGES/gnome-system-tools.mo -share/locale/fr/LC_MESSAGES/gnome-system-tools.mo -share/locale/ga/LC_MESSAGES/gnome-system-tools.mo -share/locale/gl/LC_MESSAGES/gnome-system-tools.mo -share/locale/gu/LC_MESSAGES/gnome-system-tools.mo -share/locale/hi/LC_MESSAGES/gnome-system-tools.mo -share/locale/hr/LC_MESSAGES/gnome-system-tools.mo -share/locale/hu/LC_MESSAGES/gnome-system-tools.mo -share/locale/id/LC_MESSAGES/gnome-system-tools.mo -share/locale/it/LC_MESSAGES/gnome-system-tools.mo -share/locale/ja/LC_MESSAGES/gnome-system-tools.mo -share/locale/ko/LC_MESSAGES/gnome-system-tools.mo -share/locale/lt/LC_MESSAGES/gnome-system-tools.mo -share/locale/lv/LC_MESSAGES/gnome-system-tools.mo -share/locale/mk/LC_MESSAGES/gnome-system-tools.mo -share/locale/ml/LC_MESSAGES/gnome-system-tools.mo -share/locale/mn/LC_MESSAGES/gnome-system-tools.mo -share/locale/ms/LC_MESSAGES/gnome-system-tools.mo -share/locale/nl/LC_MESSAGES/gnome-system-tools.mo -share/locale/nn/LC_MESSAGES/gnome-system-tools.mo -share/locale/no/LC_MESSAGES/gnome-system-tools.mo -share/locale/pa/LC_MESSAGES/gnome-system-tools.mo -share/locale/pl/LC_MESSAGES/gnome-system-tools.mo -share/locale/pt/LC_MESSAGES/gnome-system-tools.mo -share/locale/pt_BR/LC_MESSAGES/gnome-system-tools.mo -share/locale/ro/LC_MESSAGES/gnome-system-tools.mo -share/locale/ru/LC_MESSAGES/gnome-system-tools.mo -share/locale/sk/LC_MESSAGES/gnome-system-tools.mo -share/locale/sq/LC_MESSAGES/gnome-system-tools.mo -share/locale/sr/LC_MESSAGES/gnome-system-tools.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-system-tools.mo -share/locale/sv/LC_MESSAGES/gnome-system-tools.mo -share/locale/ta/LC_MESSAGES/gnome-system-tools.mo -share/locale/th/LC_MESSAGES/gnome-system-tools.mo -share/locale/tr/LC_MESSAGES/gnome-system-tools.mo -share/locale/uk/LC_MESSAGES/gnome-system-tools.mo -share/locale/vi/LC_MESSAGES/gnome-system-tools.mo -share/locale/wa/LC_MESSAGES/gnome-system-tools.mo -share/locale/zh_CN/LC_MESSAGES/gnome-system-tools.mo -share/locale/zh_TW/LC_MESSAGES/gnome-system-tools.mo -@dirrm share/gnome/omf/gnome-system-tools -@dirrm share/gnome/help/users-admin/C/figures -@dirrm share/gnome/help/users-admin/C -@dirrm share/gnome/help/users-admin -@dirrm share/gnome/help/time-admin/C/figures -@dirrm share/gnome/help/time-admin/C -@dirrm share/gnome/help/time-admin -@dirrm share/gnome/help/services-admin/C/figures -@dirrm share/gnome/help/services-admin/C -@dirrm share/gnome/help/services-admin -@dirrm share/gnome/help/network-admin/C/figures -@dirrm share/gnome/help/network-admin/C -@dirrm share/gnome/help/network-admin -@dirrm share/gnome/help/boot-admin/C/figures -@dirrm share/gnome/help/boot-admin/C -@dirrm share/gnome/help/boot-admin -@dirrm share/gnome-system-tools/pixmaps -@dirrm share/gnome-system-tools/interfaces -@dirrm share/gnome-system-tools -- cgit v1.2.3