ports/181923: heimdal JOBS_UNSAFE and default prefix location
Dewayne
dewayne at heuristicsystems.com.au
Sun Sep 8 01:20:00 UTC 2013
>Number: 181923
>Category: ports
>Synopsis: heimdal JOBS_UNSAFE and default prefix location
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Sep 08 01:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Dewayne
>Release: FreeBSD 9.2 Stable
>Organization:
>Environment:
FreeBSD 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0: Sat Sep 7 23:07:44 EST 2013 root@:/usr/obj/dev-amd64-padlock-smp-vga amd64
>Description:
Heimdal failed to build unless MAKE_JOBS_UNSAFE= yes
also the location of cracklib should be located with heimdal and not in localbase. The heimdal prefix is changed when overwriting the system default heimdal.
>How-To-Repeat:
On a busy system, cd /usr/ports/security/heimdal && make PREFIX=/usr package
>Fix:
Index: Makefile
===================================================================
--- Makefile (revision 326699)
+++ Makefile (working copy)
@@ -27,6 +27,7 @@
CRACKLIB_DESC= Use CrackLib for password quality checking
X11_DESC= Build X11 utilies
+MAKE_JOBS_UNSAFE= yes
USE_AUTOTOOLS= autoconf autoheader libtool
USE_OPENSSL= yes
USES= gettext pathfix pkgconfig
@@ -120,7 +121,7 @@
.endif
.if ${PORT_OPTIONS:MCRACKLIB}
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib
+BUILD_DEPENDS+= ${PREFIX}/lib/libcrack.a:${PORTSDIR}/security/cracklib
.endif
.if ${PORT_OPTIONS:MX11}
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list