ports/181275: Fix security/sks build.

Mathieu Arnold mat at FreeBSD.org
Wed Aug 14 07:20:00 UTC 2013


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


More information about the freebsd-ports-bugs mailing list