Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2013 01:13:32 GMT
From:      Dewayne <dewayne@heuristicsystems.com.au>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181923: heimdal JOBS_UNSAFE and default prefix location
Message-ID:  <201309080113.r881DWnF015312@oldred.freebsd.org>
Resent-Message-ID: <201309080120.r881K09o082442@freefall.freebsd.org>

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

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



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