diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:24:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:24:24 +0000 |
commit | 1d1a424e1ce5566733304e9f71ec17b5dee8aa1f (patch) | |
tree | bc3c1101d22e55deb5237ef53fbde0f33806170a /devel/bugbuddy/files | |
parent | d0e21923ea22a5e9983b98a4cc08ae4d6b615af8 (diff) | |
download | ports-1d1a424e1ce5566733304e9f71ec17b5dee8aa1f.tar.gz ports-1d1a424e1ce5566733304e9f71ec17b5dee8aa1f.zip |
Notes
Diffstat (limited to 'devel/bugbuddy/files')
-rw-r--r-- | devel/bugbuddy/files/patch-ad | 8 | ||||
-rw-r--r-- | devel/bugbuddy/files/patch-configure | 35 | ||||
-rw-r--r-- | devel/bugbuddy/files/patch-po::Makefile.in.in | 14 |
3 files changed, 0 insertions, 57 deletions
diff --git a/devel/bugbuddy/files/patch-ad b/devel/bugbuddy/files/patch-ad deleted file mode 100644 index c9c2e2d68103..000000000000 --- a/devel/bugbuddy/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/bugbuddy/files/patch-configure b/devel/bugbuddy/files/patch-configure deleted file mode 100644 index 76e04f71c15f..000000000000 --- a/devel/bugbuddy/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/bugbuddy/files/patch-po::Makefile.in.in b/devel/bugbuddy/files/patch-po::Makefile.in.in deleted file mode 100644 index 38cc2466de13..000000000000 --- a/devel/bugbuddy/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2002/07/12 12:18:04 1.1 -+++ po/Makefile.in.in 2002/07/12 12:18:13 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ |