aboutsummaryrefslogtreecommitdiff
path: root/devel/bug-buddy
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bug-buddy')
-rw-r--r--devel/bug-buddy/Makefile35
-rw-r--r--devel/bug-buddy/distinfo1
-rw-r--r--devel/bug-buddy/files/patch-ad8
-rw-r--r--devel/bug-buddy/files/patch-configure35
-rw-r--r--devel/bug-buddy/files/patch-po::Makefile.in.in12
-rw-r--r--devel/bug-buddy/pkg-comment1
-rw-r--r--devel/bug-buddy/pkg-descr6
-rw-r--r--devel/bug-buddy/pkg-plist99
8 files changed, 0 insertions, 197 deletions
diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile
deleted file mode 100644
index e2f28aa1bbbc..000000000000
--- a/devel/bug-buddy/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: bugbuddy
-# Date created: 23rd February 2000
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bugbuddy
-PORTVERSION= 2.0.8
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/bug-buddy
-DISTNAME= bug-buddy-${PORTVERSION}
-
-MAINTAINER= gnome@FreeBSD.org
-
-BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= yes
-USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib" \
- MSGFMT=${LOCALBASE}/bin/msgfmt-new \
- XGETTEXT=${LOCALBASE}/bin/xgettext-new
-
-pre-patch:
- @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
-
-.include <bsd.port.mk>
diff --git a/devel/bug-buddy/distinfo b/devel/bug-buddy/distinfo
deleted file mode 100644
index 75f64e7dfb4f..000000000000
--- a/devel/bug-buddy/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (bug-buddy-2.0.8.tar.gz) = 1bb7ec7386cb7f34c2ff4fb8d58cdac4
diff --git a/devel/bug-buddy/files/patch-ad b/devel/bug-buddy/files/patch-ad
deleted file mode 100644
index c9c2e2d68103..000000000000
--- a/devel/bug-buddy/files/patch-ad
+++ /dev/null
@@ -1,8 +0,0 @@
---- docs/app-docs.make.orig Mon Apr 17 06:28:43 2000
-+++ docs/app-docs.make Fri Apr 21 12:15:52 2000
-@@ -1,4 +1,4 @@
--helpdir = $(datadir)/gnome/help/$(app)/$(lang)
-+helpdir = $(datadir)/help/$(app)/$(lang)
- help_DATA = \
- index.html \
- topic.dat \
diff --git a/devel/bug-buddy/files/patch-configure b/devel/bug-buddy/files/patch-configure
deleted file mode 100644
index 76e04f71c15f..000000000000
--- a/devel/bug-buddy/files/patch-configure
+++ /dev/null
@@ -1,35 +0,0 @@
---- configure.orig Fri Jun 15 10:20:23 2001
-+++ configure Tue Jun 19 05:49:49 2001
-@@ -5679,2 +5679,19 @@
-
-+# Actually configure libtool. ac_aux_dir is where install-sh is found.
-+CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
-+LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
-+LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
-+DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
-+${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-+$libtool_flags $ac_aux_dir/ltmain.sh $lt_target \
-+|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
-+
-+# Reload cache, that may have been modified by ltconfig
-+if test -r "$cache_file"; then
-+ echo "loading cache $cache_file"
-+ . $cache_file
-+else
-+ echo "creating cache $cache_file"
-+ > $cache_file
-+fi
-
-@@ -5682,3 +5699,3 @@
- # This can be used to rebuild libtool when needed
--LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
-
-@@ -5686,2 +5703,7 @@
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-+
-+# Redirect the config.log output again, so that the ltconfig log is not
-+# clobbered by the next message.
-+exec 5>>./config.log
-+
-
diff --git a/devel/bug-buddy/files/patch-po::Makefile.in.in b/devel/bug-buddy/files/patch-po::Makefile.in.in
deleted file mode 100644
index 27f3358e04a0..000000000000
--- a/devel/bug-buddy/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- po/Makefile.in.in.orig Fri Jun 15 10:20:15 2001
-+++ po/Makefile.in.in Tue Jun 19 05:56:13 2001
-@@ -25,3 +25,3 @@
- datadir = @datadir@
--localedir = $(datadir)/locale
-+localedir = $(prefix)/share/locale
- gettextsrcdir = $(datadir)/gettext/po
-@@ -108,3 +108,3 @@
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
diff --git a/devel/bug-buddy/pkg-comment b/devel/bug-buddy/pkg-comment
deleted file mode 100644
index bf6ab260074b..000000000000
--- a/devel/bug-buddy/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A bug reporting tool for GNOME
diff --git a/devel/bug-buddy/pkg-descr b/devel/bug-buddy/pkg-descr
deleted file mode 100644
index 0a572e8ccc7f..000000000000
--- a/devel/bug-buddy/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This is a graphical bug reporting tool. It can extract debugging
-information from a core file or crashed application (via gnome_segv).
-
-Jacob Berkman <jberkman@andrew.cmu.edu>
-
-WWW: http://www.gnome.org/
diff --git a/devel/bug-buddy/pkg-plist b/devel/bug-buddy/pkg-plist
deleted file mode 100644
index 2e9a40bec201..000000000000
--- a/devel/bug-buddy/pkg-plist
+++ /dev/null
@@ -1,99 +0,0 @@
-bin/bug-buddy
-share/gnome/apps/Utilities/bug-buddy.desktop
-share/gnome/bug-buddy/bug-anim.png
-share/gnome/bug-buddy/bug-buddy.glade
-share/gnome/bug-buddy/bug-buddy.png
-share/gnome/bug-buddy/bug-core.png
-share/gnome/bug-buddy/bug-flower.png
-share/gnome/bug-buddy/bugzilla/gnome.bugzilla
-share/gnome/bug-buddy/bugzilla/gnome/config
-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/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/authors.html
-share/gnome/help/bug-buddy/C/bugs.html
-share/gnome/help/bug-buddy/C/component.html
-share/gnome/help/bug-buddy/C/contact-info.html
-share/gnome/help/bug-buddy/C/debug-info.html
-share/gnome/help/bug-buddy/C/description.html
-share/gnome/help/bug-buddy/C/docbook.css
-share/gnome/help/bug-buddy/C/index.html
-share/gnome/help/bug-buddy/C/license.html
-share/gnome/help/bug-buddy/C/ln10.html
-share/gnome/help/bug-buddy/C/product.html
-share/gnome/help/bug-buddy/C/stylesheet-images/caution.png
-share/gnome/help/bug-buddy/C/stylesheet-images/important.png
-share/gnome/help/bug-buddy/C/stylesheet-images/note.png
-share/gnome/help/bug-buddy/C/stylesheet-images/tip.png
-share/gnome/help/bug-buddy/C/stylesheet-images/warning.png
-share/gnome/help/bug-buddy/C/submit-report.html
-share/gnome/help/bug-buddy/C/summary.html
-share/gnome/help/bug-buddy/C/updating.html
-share/gnome/help/bug-buddy/it/authors.html
-share/gnome/help/bug-buddy/it/bugs.html
-share/gnome/help/bug-buddy/it/collect-debug-info.html
-share/gnome/help/bug-buddy/it/contact-info.html
-share/gnome/help/bug-buddy/it/debug-info.html
-share/gnome/help/bug-buddy/it/description.html
-share/gnome/help/bug-buddy/it/index.html
-share/gnome/help/bug-buddy/it/ln13.html
-share/gnome/help/bug-buddy/it/report-info.html
-share/gnome/help/bug-buddy/it/stylesheet-images/caution.png
-share/gnome/help/bug-buddy/it/stylesheet-images/important.png
-share/gnome/help/bug-buddy/it/stylesheet-images/note.png
-share/gnome/help/bug-buddy/it/stylesheet-images/tip.png
-share/gnome/help/bug-buddy/it/stylesheet-images/warning.png
-share/gnome/help/bug-buddy/it/submit-report.html
-share/gnome/help/bug-buddy/it/summary.html
-share/gnome/help/bug-buddy/it/system-config.html
-share/gnome/mime-info/bug-buddy.keys
-share/gnome/mime-info/bug-buddy.mime
-share/gnome/pixmaps/bug-buddy.png
-share/locale/az/LC_MESSAGES/bug-buddy.mo
-share/locale/ca/LC_MESSAGES/bug-buddy.mo
-share/locale/cs/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_AU/LC_MESSAGES/bug-buddy.mo
-share/locale/en_GB/LC_MESSAGES/bug-buddy.mo
-share/locale/es/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/hu/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/nl/LC_MESSAGES/bug-buddy.mo
-share/locale/nn/LC_MESSAGES/bug-buddy.mo
-share/locale/no/LC_MESSAGES/bug-buddy.mo
-share/locale/pl/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/sv/LC_MESSAGES/bug-buddy.mo
-share/locale/tr/LC_MESSAGES/bug-buddy.mo
-share/locale/uk/LC_MESSAGES/bug-buddy.mo
-share/locale/wa/LC_MESSAGES/bug-buddy.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/bug-buddy.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/bug-buddy.mo
-@dirrm share/gnome/help/bug-buddy/it/stylesheet-images
-@dirrm share/gnome/help/bug-buddy/it/figures
-@dirrm share/gnome/help/bug-buddy/it
-@dirrm share/gnome/help/bug-buddy/C/stylesheet-images
-@dirrm share/gnome/help/bug-buddy/C/figures
-@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