summaryrefslogtreecommitdiff
path: root/devel/cs/files/patch-aa
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2003-02-11 14:44:58 +0000
committerPeter Pentchev <roam@FreeBSD.org>2003-02-11 14:44:58 +0000
commit38dbb75757a6afa1fe42f1f2452b4fae8ad82bf8 (patch)
tree72b98d0df983076ff57f703974f050e0a7f36634 /devel/cs/files/patch-aa
parentAdd a patch that fixes a locally-exploitable buffer overflow reported (diff)
Remove the devel/cs port, as it is no longer maintained and
officially discontinued in favor of the free version of cscope. PR: 47894 Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru>
Notes
Notes: svn path=/head/; revision=75298
Diffstat (limited to 'devel/cs/files/patch-aa')
-rw-r--r--devel/cs/files/patch-aa28
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/cs/files/patch-aa b/devel/cs/files/patch-aa
deleted file mode 100644
index e4528505e322..000000000000
--- a/devel/cs/files/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
---- Makefile.orig Sat Sep 25 06:33:12 1999
-+++ Makefile Fri Jan 5 11:09:24 2001
-@@ -2,7 +2,7 @@
- #DB= BINARY_DB
-
- #{{{script}}}#{{{ Linux, moria machines
--CFLAGS= -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
-+#CFLAGS= -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
- CPPFLAGS= -D$(DB)
- LDFLAGS= -g
- LIBS= -lcurses
-@@ -32,11 +32,11 @@
- #}}}
- #{{{ FreeBSD, gcc, ncurses
- #CC= gcc
--#CFLAGS= -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common $(CPPFLAGS)
--#CPPFLAGS= -I.curses.h -DNO_POSIX_SOURCE -D$(DB)
--#LIBS= -lncurses -lmytinfo
--#LDFLAGS=
--#MAKEDEPEND= gcc -MM
-+CFLAGS+= -pedantic -fno-common $(CPPFLAGS)
-+CPPFLAGS= -I.curses.h -DNO_POSIX_SOURCE -D$(DB)
-+LIBS= -lncurses -lmytinfo
-+LDFLAGS=
-+MAKEDEPEND= ${CC} -MM
- #}}}
- #{{{ BSDI
- #CC= gcc