Date: Mon, 18 Apr 2016 06:43:12 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413554 - head/security/apg/files Message-ID: <201604180643.u3I6hCcc046026@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Mon Apr 18 06:43:12 2016 New Revision: 413554 URL: https://svnweb.freebsd.org/changeset/ports/413554 Log: Make the path to find cracklib dictionaries match what crackib uses nowadays. PR: 208881 Submitted by: freebsd@skinc.ru Modified: head/security/apg/files/patch-Makefile Modified: head/security/apg/files/patch-Makefile ============================================================================== --- head/security/apg/files/patch-Makefile Mon Apr 18 06:05:05 2016 (r413553) +++ head/security/apg/files/patch-Makefile Mon Apr 18 06:43:12 2016 (r413554) @@ -9,7 +9,7 @@ -#CLISERV_OPTIONS += -DAPG_USE_CRACKLIB '-DCRACKLIB_DICTPATH=${CRACKLIB_DICTPATH}' -I/usr/local/include -L/usr/local/lib -#APG_CLIBS += -lcrack +.if defined(WITH_CRACKLIB) -+CRACKLIB_DICTPATH = "${LOCALBASE}/libdata/cracklib/pw_dict" ++CRACKLIB_DICTPATH = "${LOCALBASE}/libdata/cracklib/cracklib-words" +STANDALONE_OPTIONS += -DAPG_USE_CRACKLIB '-DCRACKLIB_DICTPATH=${CRACKLIB_DICTPATH}' -I${LOCALBASE}/include -L${LOCALBASE}/lib +CLISERV_OPTIONS += -DAPG_USE_CRACKLIB '-DCRACKLIB_DICTPATH=${CRACKLIB_DICTPATH}' -I${LOCALBASE}/include -L${LOCALBASE}/lib +APG_CLIBS += -lcrack
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604180643.u3I6hCcc046026>