ports/165313: [patch] security/apg fails to build with WITH_CRACKLIB

Anatoly Borodin anatoly.borodin at gmail.com
Mon Feb 20 05:50:14 UTC 2012


>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 at 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:



More information about the freebsd-ports-bugs mailing list