From owner-svn-ports-head@freebsd.org Thu Dec 15 14:18:42 2016 Return-Path: Delivered-To: svn-ports-head@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 173CAC811CF; Thu, 15 Dec 2016 14:18:42 +0000 (UTC) (envelope-from lifanov@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 DA573E3B; Thu, 15 Dec 2016 14:18:41 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBFEIfZe034198; Thu, 15 Dec 2016 14:18:41 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBFEIfHQ034197; Thu, 15 Dec 2016 14:18:41 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201612151418.uBFEIfHQ034197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Thu, 15 Dec 2016 14:18:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428617 - head/security/hashcat-legacy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2016 14:18:42 -0000 Author: lifanov Date: Thu Dec 15 14:18:40 2016 New Revision: 428617 URL: https://svnweb.freebsd.org/changeset/ports/428617 Log: security/hashcat-legacy: fix if lang/gccXX is installed and lang/gcc is not PR: 215184 Submitted by: John Hein Reported by: John Hein Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D8798 Modified: head/security/hashcat-legacy/Makefile Modified: head/security/hashcat-legacy/Makefile ============================================================================== --- head/security/hashcat-legacy/Makefile Thu Dec 15 13:38:21 2016 (r428616) +++ head/security/hashcat-legacy/Makefile Thu Dec 15 14:18:40 2016 (r428617) @@ -28,6 +28,9 @@ ONLY_FOR_ARCHS_REASON= uses amd64 instru ALL_TARGET= posix64 posixXOP +post-patch: + @${REINPLACE_CMD} -r 's|^(CC_.*[[:blank:]]*=[[:blank:]]*)gcc[[:blank:]]*$$|\1${CC}|' ${WRKSRC}/src/Makefile + do-install: .for v in 64 XOP ${INSTALL_PROGRAM} ${WRKSRC}/hashcat-cli${v}.bin ${STAGEDIR}${LOCALBASE}/bin