Update to 1.8, which fixes a problem that it reports wrong results if
a library search path has a trailing / or a double /. PR: ports/46162 Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru> Approved by: portmgr (self, and no objection from others)
This commit is contained in:
parent
ed4952c697
commit
8cc3656d38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71690
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libchk
|
||||
PORTVERSION= 1.6
|
||||
PORTVERSION= 1.8
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libchk-1.6.tar.bz2) = 0a2bda88214050a5aa8945044cee94cc
|
||||
MD5 (libchk-1.8.tar.bz2) = e99d3ea2f634d9f82887ceb9e3b04652
|
||||
|
@ -1,32 +0,0 @@
|
||||
Index: libchk.1
|
||||
===================================================================
|
||||
RCS file: /home/cvs/libchk/libchk.1,v
|
||||
retrieving revision 1.4
|
||||
retrieving revision 1.5
|
||||
diff -u -r1.4 -r1.5
|
||||
--- libchk.1 3 Sep 2002 10:29:32 -0000 1.4
|
||||
+++ libchk.1 12 Nov 2002 06:48:24 -0000 1.5
|
||||
@@ -1,4 +1,4 @@
|
||||
-.\" $Idaemons: /home/cvs/libchk/libchk.1,v 1.4 2002/09/03 10:29:32 knu Exp $
|
||||
+.\" $Idaemons: /home/cvs/libchk/libchk.1,v 1.5 2002/11/12 06:48:24 knu Exp $
|
||||
.\"
|
||||
.Dd September 2, 2002
|
||||
.Dt LIBCHK 1
|
||||
@@ -91,9 +91,15 @@
|
||||
.Sh OPTIONS
|
||||
The following command line arguments are supported:
|
||||
.Pp
|
||||
-makes
|
||||
+.Bl -tag -width "--verbose" -compact
|
||||
+.It Fl s
|
||||
+.It Fl -strict
|
||||
+By default,
|
||||
.Nm
|
||||
-report it as well.
|
||||
+does not regard a reference to a library in the same directory as
|
||||
+dead, but this option makes
|
||||
+.Nm
|
||||
+warn of that as well.
|
||||
.Pp
|
||||
.It Fl v
|
||||
.It Fl -verbose
|
Loading…
Reference in New Issue
Block a user