From owner-svn-ports-all@freebsd.org Sat Jan 16 19:25:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B551A841F0; Sat, 16 Jan 2016 19:25:50 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F8D41878; Sat, 16 Jan 2016 19:25:50 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0GJPnBe082599; Sat, 16 Jan 2016 19:25:49 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0GJPmUS082597; Sat, 16 Jan 2016 19:25:48 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601161925.u0GJPmUS082597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 16 Jan 2016 19:25:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406270 - in head/security/john: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jan 2016 19:25:50 -0000 Author: pi Date: Sat Jan 16 19:25:48 2016 New Revision: 406270 URL: https://svnweb.freebsd.org/changeset/ports/406270 Log: security/john: Fix OPENMP option having no effect PR: 204903 Submitted by: John W. O'Brien , w.schwarzenfeld@aon.at Approved by: danfe (maintainer timeout) Added: head/security/john/files/patch-src_params.h - copied, changed from r406269, head/security/john/files/patch-params.h Deleted: head/security/john/files/patch-params.h Modified: head/security/john/Makefile Modified: head/security/john/Makefile ============================================================================== --- head/security/john/Makefile Sat Jan 16 19:24:31 2016 (r406269) +++ head/security/john/Makefile Sat Jan 16 19:25:48 2016 (r406270) @@ -3,7 +3,7 @@ PORTNAME= john DISTVERSION= 1.7.9-jumbo-7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.openwall.com/john/g/ \ http://mirrors.kernel.org/openwall/projects/john/${DISTVERSION:C/-.*//}/ \ @@ -38,6 +38,7 @@ PORTDOCS= CHANGES CONFIG EXAMPLES EXTERN OPTIONS_DEFINE= OPENMP DOCS OPENMP_DESC= Compile with OpenMP support +OPENMP_USES= compiler:openmp .include @@ -59,6 +60,10 @@ ALL_TARGET= generic BROKEN= Does not compile on sparc64 .endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +CFLAGS+= -flax-vector-conversions +.endif + post-patch: @${REINPLACE_CMD} -e 's|= gcc|= ${CC}|' \ -e '/^CFLAGS =/s|-O2|${CFLAGS}|' ${WRKSRC}/src/Makefile Copied and modified: head/security/john/files/patch-src_params.h (from r406269, head/security/john/files/patch-params.h) ============================================================================== --- head/security/john/files/patch-params.h Sat Jan 16 19:24:31 2016 (r406269, copy source) +++ head/security/john/files/patch-src_params.h Sat Jan 16 19:25:48 2016 (r406270) @@ -1,6 +1,6 @@ ---- src/params.h.orig +--- src/params.h.orig 2012-09-20 14:35:00 UTC +++ src/params.h -@@ -101,7 +101,11 @@ +@@ -134,7 +134,11 @@ /* * File names. */