Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2013 09:18:04 +0200 (CEST)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/181275: Fix security/sks build.
Message-ID:  <20130814071804.78DDA14269C@aragorn.in.absolight.net>
Resent-Message-ID: <201308140720.r7E7K0HZ024489@freefall.freebsd.org>

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

>Number:         181275
>Category:       ports
>Synopsis:       Fix security/sks build.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 14 07:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 9.1-RELEASE-p4 i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:38:17 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386

>Description:
security/sks fails in strange ways when doing parallel jobs.
>How-To-Repeat:
Well, it doesn't fail everytime, but most of the time.
>Fix:

While at it, convert to the new Perl way.

Index: security/sks/Makefile
===================================================================
--- security/sks/Makefile	(revision 324678)
+++ security/sks/Makefile	(working copy)
@@ -13,7 +13,9 @@
 
 USE_OCAML=	yes
 USE_BDB=	5
-USE_PERL5_BUILD=yes
+USES=		perl5
+USE_PERL5=	build
+MAKE_JOBS_UNSAFE=yes
 
 USE_GMAKE=	yes
 MAKE_ENV=	BDBINCLUDE="-I${BDB_INCLUDE_DIR}" \
>Release-Note:
>Audit-Trail:
>Unformatted:



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