Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2014 02:35:25 GMT
From:      Stephen Hurd <shurd@sasktel.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/185404: [Patch] fix security/cryptlib build failure
Message-ID:  <201401020235.s022ZP5c061033@oldred.freebsd.org>
Resent-Message-ID: <201401020240.s022e0i6001829@freefall.freebsd.org>

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

>Number:         185404
>Category:       ports
>Synopsis:       [Patch] fix security/cryptlib build failure
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 02 02:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Hurd
>Release:        10.0-RC3
>Organization:
>Environment:
FreeBSD portable 10.0-RC3 FreeBSD 10.0-RC3 #0 r259778: Mon Dec 23 23:27:58 UTC 2013     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Since the cryptlib build system explicity uses "make" for recursive makes, this causes the submakes to fail on some platforms with a cryptic "make[2]: don't know how to make w. Stop" error caused by gmake passing custom arguments to make(1).
>How-To-Repeat:
Attempt to build.
>Fix:
Use system make.  Patch attached.

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 338396)
+++ Makefile	(working copy)
@@ -15,7 +15,6 @@
 USE_ZIP=		yes
 EXTRACT_BEFORE_ARGS=	-aq
 NO_WRKSUBDIR=		yes
-USES=			gmake
 MAKEFILE=		makefile
 ALL_TARGET=		default FreeBSD shared
 USE_LDCONFIG=		yes


>Release-Note:
>Audit-Trail:
>Unformatted:



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