summaryrefslogtreecommitdiff
path: root/lang/gpc/files/patch-at
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-06 03:49:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-06 03:49:05 +0000
commit28e7382123cbc7ef132190c6b3c29b101db38cfc (patch)
treea9d50288bd0e48228abd908a6f7bd8be06c4e7bd /lang/gpc/files/patch-at
parentPR: 51521 (diff)
As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much longer) with no sign of a fix.
Notes
Notes: svn path=/head/; revision=80201
Diffstat (limited to 'lang/gpc/files/patch-at')
-rw-r--r--lang/gpc/files/patch-at20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/gpc/files/patch-at b/lang/gpc/files/patch-at
deleted file mode 100644
index 73d872b5e2b3..000000000000
--- a/lang/gpc/files/patch-at
+++ /dev/null
@@ -1,20 +0,0 @@
---- p/Make-lang.in.orig Tue Jan 19 02:10:16 1999
-+++ p/Make-lang.in Mon Jan 1 07:30:02 2001
-@@ -42,7 +42,7 @@
- HARDLINK=ln
-
- # Where to install the demos (relative to the prefix)
--DEMO_DIR=doc/gpc/demos
-+DEMO_DIR=share/doc/gpc/demos
- demodir=$(prefix)/$(DEMO_DIR)
-
- # Analogous to objext
-@@ -281,7 +281,7 @@
- p/doc/gpc.info: $(GPC_TEXI) p/doc/gpcpas.texi
- if [ -d p/doc ]; then true; else mkdir p/doc; fi
- src=`cd $(srcdir); pwd`; \
-- cd p/doc; $(MAKEINFO) -I$${src}/p/doc -o gpc.info $${src}/p/doc/gpc.texi
-+ cd p/doc; $(MAKEINFO) --no-split -I$${src}/p/doc -o gpc.info $${src}/p/doc/gpc.texi
-
- p/doc/gpc.dvi: $(GPC_TEXI) p/doc/gpcpas.texi
- if [ -d p/doc ]; then true; else mkdir p/doc; fi