mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix build on -current
- Utilize INFO PR: 58218 Submitted by: Ports Fury
This commit is contained in:
parent
d51451b438
commit
5f23f2dc98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91585
4 changed files with 31 additions and 27 deletions
|
@ -17,21 +17,18 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= A static source code checker for C++
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
INFO= clint
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|-pedantic||g ; \
|
||||
s|-ldl||g'
|
||||
|
||||
post-install:
|
||||
@install-info ${PREFIX}/info/clint.info ${PREFIX}/info/dir
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
21
devel/clint/files/patch-doc::clint.texi
Normal file
21
devel/clint/files/patch-doc::clint.texi
Normal file
|
@ -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
|
|
@ -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
|
|
@ -1,17 +1,12 @@
|
|||
bin/clint
|
||||
include/clint/exceptions.h
|
||||
include/clint/python.h
|
||||
@dirrm include/clint
|
||||
@unexec install-info --delete %D/info/clint.info %D/info/dir
|
||||
info/clint.info
|
||||
@exec install-info %D/info/clint.info %D/info/dir
|
||||
lib/clint/python.a
|
||||
lib/clint/python.so
|
||||
lib/clint/python.so.0
|
||||
lib/libpython++.a
|
||||
lib/libpython++.so
|
||||
lib/libpython++.so.0
|
||||
@dirrm lib/clint
|
||||
share/clint/clint.py
|
||||
share/clint/python_rules/c_comments.py
|
||||
share/clint/python_rules/catch_exception.py
|
||||
|
@ -22,3 +17,5 @@ share/clint/python_rules/macros.py
|
|||
share/clint/python_rules/shortcut_if.py
|
||||
@dirrm share/clint/python_rules
|
||||
@dirrm share/clint
|
||||
@dirrm lib/clint
|
||||
@dirrm include/clint
|
||||
|
|
Loading…
Add table
Reference in a new issue