aboutsummaryrefslogtreecommitdiffstats
path: root/databases/gnats/files
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-07-20 14:54:40 +0800
committerpst <pst@FreeBSD.org>1996-07-20 14:54:40 +0800
commit55aa139686edbc8dba606fad8eae0776bc78b18a (patch)
tree1c57aabc676962ead93c68c6d814e1bef779c08d /databases/gnats/files
parentbaf795823e8d334000f988849457a39069563d4a (diff)
downloadfreebsd-ports-gnome-55aa139686edbc8dba606fad8eae0776bc78b18a.tar.gz
freebsd-ports-gnome-55aa139686edbc8dba606fad8eae0776bc78b18a.tar.zst
freebsd-ports-gnome-55aa139686edbc8dba606fad8eae0776bc78b18a.zip
Finally upgrade to the "beta" release with remote machine support
Diffstat (limited to 'databases/gnats/files')
-rw-r--r--databases/gnats/files/patch-aa112
-rw-r--r--databases/gnats/files/patch-ab121
2 files changed, 98 insertions, 135 deletions
diff --git a/databases/gnats/files/patch-aa b/databases/gnats/files/patch-aa
index 869db9b4221c..8a67b5698cc2 100644
--- a/databases/gnats/files/patch-aa
+++ b/databases/gnats/files/patch-aa
@@ -1,59 +1,59 @@
-*** config.guess Tue Nov 16 12:43:37 1993
---- config.guess Fri Oct 27 23:22:19 1995
+*** gnats/Makefile.in Fri Oct 13 17:53:38 1995
+--- gnats/Makefile.in Tue Oct 31 09:01:49 1995
***************
-*** 174,179 ****
---- 174,183 ----
- i[34]86:NetBSD:*:*)
- echo ${UNAME_MACHINE}-unknown-netbsd${UNAME_RELEASE}
- exit 0 ;;
-+ i[34]86:FreeBSD:*:*)
-+ foo=`echo ${UNAME_RELEASE}|sed -e 's/-.*//'`
-+ echo ${UNAME_MACHINE}-unknown-freebsd${foo}
-+ exit 0 ;;
- i[34]86:Linux:*:*)
- echo ${UNAME_MACHINE}-unknown-linux
- exit 0 ;;
-*** config.sub Fri Dec 10 12:01:41 1993
---- config.sub Fri Oct 27 23:20:27 1995
+*** 130,136 ****
+ LIBS = @LIBS@
+ KRBINCLUDE = @KRBINCLUDE@
+
+! M4 = m4
+ MAKEINFO = makeinfo
+ TEXI2DVI = texi2dvi
+
+--- 130,136 ----
+ LIBS = @LIBS@
+ KRBINCLUDE = @KRBINCLUDE@
+
+! M4 = gm4
+ MAKEINFO = makeinfo
+ TEXI2DVI = texi2dvi
+
+
+*** Makefile.in Fri Oct 13 17:53:35 1995
+--- Makefile.in Sat Nov 11 10:57:42 1995
***************
-*** 228,233 ****
---- 223,232 ----
- basic_machine=i386-unknown # CYGNUS LOCAL
- os=-netbsd
- ;;
-+ freebsd386)
-+ basic_machine=i386-unknown # CYGNUS LOCAL
-+ os=-freebsd
-+ ;;
- spur)
- basic_machine=spur-unknown
- ;;
+*** 96,104 ****
+ then echo $$r/flex/flex ; \
+ else echo flex ; fi`
+
+! M4 = `if [ -f $$r/m4/m4 ] ; \
+! then echo $$r/m4/m4 ; \
+! else echo m4 ; fi`
+
+ MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] ; \
+ then echo $$r/texinfo/makeinfo/makeinfo ; \
+--- 96,102 ----
+ then echo $$r/flex/flex ; \
+ else echo flex ; fi`
+
+! M4 = gm4
+
+ MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] ; \
+ then echo $$r/texinfo/makeinfo/makeinfo ; \
***************
-*** 694,700 ****
- | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
- | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
- | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
-! | -hiux* | -386bsd* | -netbsd* | -riscix* | -lynxos* \
- | -go32 | -sim | -es1800* | -udi | -hms* | -xray | -hds* \
- | -os68k* | -none* | -v88r* | -aout* | -coff | -elf* | -bosx* \
- | -abug | -ecoff* | -netware* )
---- 693,699 ----
- | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
- | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
- | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
-! | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* | -lynxos* \
- | -go32 | -sim | -es1800* | -udi | -hms* | -xray | -hds* \
- | -os68k* | -none* | -v88r* | -aout* | -coff | -elf* | -bosx* \
- | -abug | -ecoff* | -netware* )
-***************
-*** 724,729 ****
---- 723,731 ----
- -386bsd) # CYGNUS LOCAL
- os=-bsd
- ;;
-+ -freebsd*)
-+ os=-bsd
-+ ;;
- -ctix* | -uts*)
- os=-sysv
- ;;
+*** 1017,1024 ****
+
+ MAKEDIRS= \
+ $(prefix) \
+! $(exec_prefix) \
+! $(tooldir)
+
+ .PHONY: install-dirs
+ install-dirs:
+--- 1015,1021 ----
+
+ MAKEDIRS= \
+ $(prefix) \
+! $(exec_prefix)
+
+ .PHONY: install-dirs
+ install-dirs:
diff --git a/databases/gnats/files/patch-ab b/databases/gnats/files/patch-ab
index a8bb39f49661..d6d82cfe0332 100644
--- a/databases/gnats/files/patch-ab
+++ b/databases/gnats/files/patch-ab
@@ -1,79 +1,42 @@
---- ./gnats/Makefile.in.org Fri Dec 10 14:29:14 1993
-+++ ./gnats/Makefile.in Tue Jul 9 23:07:57 1996
-@@ -127,7 +127,7 @@
- INSTALL_PROGRAM = $(INSTALL)
- INSTALL_DATA = $(INSTALL) -m 644
-
--CFLAGS = -g
-+CFLAGS += -g
- LDFLAGS = $(CFLAGS)
-
- prefix = /usr/local
-@@ -141,7 +141,7 @@
- program_transform_name =
-
- # Edit this to be the location of your emacs lisp files.
--lispdir = $(datadir)/emacs/lisp
-+lispdir = $(exec_prefix)/share/emacs/site-lisp
-
- datadir = $(prefix)/lib
- mandir = $(prefix)/man
-@@ -402,7 +402,7 @@
- echo "*** Warning: Must make pr-edit suid gnats" ; \
- fi
-
--EXTRA_INSTALL =
-+EXTRA_INSTALL = install-info
-
- install-gnats: install-gnats-bin install-gnats-man $(EXTRA_INSTALL)
-
---- ./send-pr/Makefile.in.org Fri Dec 10 12:03:32 1993
-+++ ./send-pr/Makefile.in Tue Jul 9 23:12:14 1996
-@@ -64,7 +64,7 @@
- INSTALL_PROGRAM = $(INSTALL)
- INSTALL_DATA = $(INSTALL) -m 644
-
--CFLAGS = -g
-+CFLAGS += -g
- LDFLAGS = -g
-
- ECHON = @ECHON@
-@@ -79,7 +79,7 @@
- program_transform_name =
-
- # Edit this to be the location of your emacs lisp files.
--lispdir = $(datadir)/emacs/lisp
-+lispdir = $(exec_prefix)/share/emacs/site-lisp
-
- datadir = $(prefix)/lib
- mandir = $(prefix)/man
-@@ -146,7 +146,7 @@
-
- install: $(SEND_PR_INSTALL)
- install-tools: install-norm install-categories
--install-gnats: install-norm install-gnats-dist install-categories
-+install-gnats: install-norm install-gnats-dist install-categories install-info
-
- install-norm all-gnats:
- $(INSTALL_PROGRAM) send-pr $(bindir)/send-pr
---- ./Makefile.in.org Fri Dec 10 12:03:54 1993
-+++ ./Makefile.in Tue Jul 9 23:07:18 1996
-@@ -57,7 +57,7 @@
-
- # We don't specify -g -O because many compilers don't support -g -O,
- # and/or -O is broken in and of itself.
--CFLAGS = -g
-+CFLAGS += -g
-
- CXX = gcc
-
-@@ -854,8 +854,7 @@
-
- MAKEDIRS= \
- $(prefix) \
-- $(exec_prefix) \
-- $(tooldir)
-+ $(exec_prefix)
-
- .PHONY: install-dirs
- install-dirs:
+Install lisp files in share/emacs/site-lisp if it exists.
+
+*** send-pr/aclocal.m4 Fri Jul 7 13:52:09 1995
+--- send-pr/aclocal.m4 Sat Nov 11 10:44:36 1995
+***************
+*** 36,43 ****
+ if test -n "$with_lispdir"; then
+ LISPDIR=${with_lispdir}
+ else
+! for f in ${prefix-/usr/local}/lib/emacs/site-lisp \
+! ${prefix-/usr/local}/lib/emacs/lisp; do
+ if test -d $f; then
+ if test -n "$prefix"; then
+ LISPDIR=`echo $f | sed "s,^$prefix,"'$(prefix),'`
+--- 36,45 ----
+ if test -n "$with_lispdir"; then
+ LISPDIR=${with_lispdir}
+ else
+! for f in ${prefix-/usr/local}/share/emacs/site-lisp \
+! ${prefix-/usr/local}/share/emacs/lisp \
+! ${prefix-/usr/local}/lib/emacs/site-lisp \
+! ${prefix-/usr/local}/lib/emacs/lisp ; do
+ if test -d $f; then
+ if test -n "$prefix"; then
+ LISPDIR=`echo $f | sed "s,^$prefix,"'$(prefix),'`
+***************
+*** 50,56 ****
+ fi
+ if test -z "$LISPDIR"; then
+ dnl # Change this default when Emacs 19 has been around for a while
+! LISPDIR='$(prefix)/lib/emacs/lisp'
+ fi
+ AC_MSG_RESULT(${LISPDIR})
+ AC_SUBST(LISPDIR)dnl
+--- 52,58 ----
+ fi
+ if test -z "$LISPDIR"; then
+ dnl # Change this default when Emacs 19 has been around for a while
+! LISPDIR='$(prefix)/lib/emacs/site-lisp'
+ fi
+ AC_MSG_RESULT(${LISPDIR})
+ AC_SUBST(LISPDIR)dnl