From owner-cvs-all@FreeBSD.ORG Thu Jan 27 20:47:30 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65999106566C; Thu, 27 Jan 2011 20:47:30 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3C1D48FC15; Thu, 27 Jan 2011 20:47:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p0RKlUYR060288; Thu, 27 Jan 2011 20:47:30 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p0RKlUtN060286; Thu, 27 Jan 2011 20:47:30 GMT (envelope-from delphij) Message-Id: <201101272047.p0RKlUtN060286@repoman.freebsd.org> From: Xin LI Date: Thu, 27 Jan 2011 20:47:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/cryptopp/files patch-GNUmakefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2011 20:47:30 -0000 delphij 2011-01-27 20:47:30 UTC FreeBSD ports repository Modified files: security/cryptopp/files patch-GNUmakefile Log: crypto++ assumes that the as(1) in PATH is the one used by c++(1), which is not always true. When PATH is being configured to a non-standard sequence, we may found an as(1) newer than the base one and draw wrong conclusion which leads to failed builds. Use the result given by c++. This is also accepted to upstream. PR: ports/154325 Submitted by: swell.k gmail.com Feature safe: yes Revision Changes Path 1.2 +15 -2 ports/security/cryptopp/files/patch-GNUmakefile