Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2012 05:45:38 GMT
From:      Anatoly Borodin <anatoly.borodin@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165313: [patch] security/apg fails to build with WITH_CRACKLIB
Message-ID:  <201202200545.q1K5jcge047902@red.freebsd.org>
Resent-Message-ID: <201202200550.q1K5oEi8054935@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165313
>Category:       ports
>Synopsis:       [patch] security/apg fails to build with WITH_CRACKLIB
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 20 05:50:13 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Anatoly Borodin
>Release:        
>Organization:
>Environment:
>Description:
The port fails to find an updated cracklib library:

..
===>   Compressing manual pages for cracklib-2.8.18
===>   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===>   Registering installation for cracklib-2.8.18
===>   Returning to build of apg-2.3.0b_2
Error: shared library "crack.1" does not exist
>How-To-Repeat:

>Fix:
Update the deps, bump the port's revision.

Patch attached with submission follows:

>From ed5e2cad5be4855fca5d3c6bc37c210dc8b49ab3 Mon Sep 17 00:00:00 2001
From: Anatoly Borodin <anatoly.borodin@gmail.com>
Date: Sat, 18 Feb 2012 21:04:30 +0100
Subject: [PATCH] TBC: security/agp: crack.10

---
 security/apg/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git security/apg/Makefile security/apg/Makefile
index e1ab1c4..8852106 100644
--- security/apg/Makefile
+++ security/apg/Makefile
@@ -20,7 +20,7 @@ OPTIONS=	CRACKLIB "CrackLib support for password quality" off
 .include <bsd.port.options.mk>
 
 .if defined(WITH_CRACKLIB)
-LIB_DEPENDS=	crack.1:${PORTSDIR}/security/cracklib
+LIB_DEPENDS=	crack.10:${PORTSDIR}/security/cracklib
 MAKE_ARGS=	-DWITH_CRACKLIB
 .endif
 
-- 
1.7.9



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202200545.q1K5jcge047902>