summaryrefslogtreecommitdiffstats
path: root/devel/clint/files
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-10-18 17:46:09 +0000
committerkrion <krion@FreeBSD.org>2003-10-18 17:46:09 +0000
commitebe009429d9361523e72b817c8e9575b3617c5c5 (patch)
tree0fa6d764f43d03c05ec3b180d44e46a3c0f2eca7 /devel/clint/files
parent093d3a605d56d64d079bbaa6f76c25056f02e78b (diff)
downloadFreeBSD-ports-ebe009429d9361523e72b817c8e9575b3617c5c5.zip
FreeBSD-ports-ebe009429d9361523e72b817c8e9575b3617c5c5.tar.gz
- Fix build on -current
- Utilize INFO PR: 58218 Submitted by: Ports Fury
Diffstat (limited to 'devel/clint/files')
-rw-r--r--devel/clint/files/patch-doc::clint.texi21
-rw-r--r--devel/clint/files/patch-src::Makefile.in11
2 files changed, 21 insertions, 11 deletions
diff --git a/devel/clint/files/patch-doc::clint.texi b/devel/clint/files/patch-doc::clint.texi
new file mode 100644
index 0000000..b951818
--- /dev/null
+++ b/devel/clint/files/patch-doc::clint.texi
@@ -0,0 +1,21 @@
+--- doc/clint.texinfo.orig Tue Apr 17 04:52:44 2001
++++ doc/clint.texinfo Sat Oct 18 21:02:43 2003
+@@ -2,6 +2,10 @@
+ @c %**start of header
+ @setfilename clint.info
+ @settitle Clint is a static source code checker for C++
++@dircategory Programming & development tools
++@direntry
++* Clint: (clint). A static source code checker for C++
++@end direntry
+ @finalout
+ @setchapternewpage odd
+ @c %**end of header
+@@ -94,7 +98,6 @@
+ professional experience.)
+
+ @node Copying, Overview, Instructions, Top
+-@include gpl.texinfo
+
+ @node Overview, Sample, Copying, Top
+ @chapter Overview
diff --git a/devel/clint/files/patch-src::Makefile.in b/devel/clint/files/patch-src::Makefile.in
deleted file mode 100644
index 2f8ccaf..0000000
--- a/devel/clint/files/patch-src::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig Tue May 1 16:52:17 2001
-+++ src/Makefile.in Tue May 1 16:52:26 2001
-@@ -107,7 +107,7 @@
-
- CXXFLAGS = -Wall -pedantic -ansi -W @CXXFLAGS@ -DPKGLIBDIR="\"$(pkglibdir)\""
- bin_PROGRAMS = clint
--clint_LDFLAGS = -ldl -rdynamic
-+clint_LDFLAGS = -rdynamic
- subdir = src
- mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
- CONFIG_HEADER = ../config.h
OpenPOWER on IntegriCloud