From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 25 13:20:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54C6B106564A for ; Sat, 25 Feb 2012 13:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0B30B8FC13 for ; Sat, 25 Feb 2012 13:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1PDKAl2071193 for ; Sat, 25 Feb 2012 13:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1PDKAFX071192; Sat, 25 Feb 2012 13:20:10 GMT (envelope-from gnats) Resent-Date: Sat, 25 Feb 2012 13:20:10 GMT Resent-Message-Id: <201202251320.q1PDKAFX071192@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Harald Schmalzbauer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D16F71065680 for ; Sat, 25 Feb 2012 13:11:13 +0000 (UTC) (envelope-from admin@omnilan.de) Received: from mailgw.rzhp.omnilan.net (mailgw.rzhp.omnilan.net [IPv6:2a01:138:9004:1::21:133]) by mx1.freebsd.org (Postfix) with ESMTP id 5CE118FC0A for ; Sat, 25 Feb 2012 13:11:13 +0000 (UTC) Received: from mailhub.wdn.omnilan.net (cale.wdn.omnilan.net [IPv6:2001:a60:f0bb:1::2:2]) by mailgw.rzhp.omnilan.net (8.14.4/8.14.4) with ESMTP id q1PDB5Lb042638 for ; Sat, 25 Feb 2012 14:11:10 +0100 (CET) (envelope-from admin@jadam9s64.cale.wdn.omnilan.net) Received: from jadam9s64.cale.wdn.omnilan.net (jadam9s64.cale.lo4.wdn.omnilan.net [IPv6:2001:a60:f0bb:1::2:2b7] (may be forged)) by mailhub.wdn.omnilan.net (8.14.5/8.14.4) with ESMTP id q1PDB5gd080666 for ; Sat, 25 Feb 2012 14:11:05 +0100 (CET) (envelope-from admin@jadam9s64.cale.wdn.omnilan.net) Received: (from root@localhost) by jadam9s64.cale.wdn.omnilan.net (8.14.5/8.14.5/Submit) id q1PDB4J6080665; Sat, 25 Feb 2012 14:11:04 +0100 (CET) (envelope-from admin) Message-Id: <201202251311.q1PDB4J6080665@jadam9s64.cale.wdn.omnilan.net> Date: Sat, 25 Feb 2012 14:11:04 +0100 (CET) From: Harald Schmalzbauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165469: Fix security/apg build with cracklib support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harald Schmalzbauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2012 13:20:11 -0000 >Number: 165469 >Category: ports >Synopsis: Fix security/apg build with cracklib support >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 25 13:20:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Harald Schmalzbauer >Release: FreeBSD 9.0-STABLE amd64 >Organization: OmniLAN >Environment: System: FreeBSD jadam9s64.cale.wdn.omnilan.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Thu Feb 23 17:02:32 CET 2012 admin@jadam9s64.cale.wdn.omnilan.net:/usr/obj/usr/src/sys/ILZ-S30 amd64 >Description: Building apg with cracklib support doesn't work since LIB_DEPENDS looks for wrong version >How-To-Repeat: Go to /usr/ports/security/apg and choose option "WITH_CRACKLIB" before 'make' >Fix: --- security/apg/Makefile.orig 2012-02-25 14:01:38.776243839 +0100 +++ security/apg/Makefile 2012-02-25 14:04:28.265967499 +0100 @@ -20,7 +20,7 @@ .include .if defined(WITH_CRACKLIB) -LIB_DEPENDS= crack.1:${PORTSDIR}/security/cracklib +LIB_DEPENDS= crack.10:${PORTSDIR}/security/cracklib MAKE_ARGS= -DWITH_CRACKLIB .endif >Release-Note: >Audit-Trail: >Unformatted: