From owner-cvs-all@FreeBSD.ORG Thu Jul 21 20:19:33 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 40657106566C; Thu, 21 Jul 2011 20:19:33 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2FF8A8FC15; Thu, 21 Jul 2011 20:19:33 +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 p6LKJXRT023188; Thu, 21 Jul 2011 20:19:33 GMT (envelope-from stephen@repoman.freebsd.org) Received: (from stephen@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6LKJX3W023187; Thu, 21 Jul 2011 20:19:33 GMT (envelope-from stephen) Message-Id: <201107212019.p6LKJX3W023187@repoman.freebsd.org> From: Stephen Montgomery-Smith Date: Thu, 21 Jul 2011 20:19:33 +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/math/arpack Makefile distinfo pkg-plist ports/math/arpack/files patch-ARmake.inc patch-UTIL+second.f 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, 21 Jul 2011 20:19:33 -0000 stephen 2011-07-21 20:19:33 UTC FreeBSD ports repository Modified files: math/arpack Makefile distinfo pkg-plist math/arpack/files patch-UTIL+second.f Removed files: math/arpack/files patch-ARmake.inc Log: - Fix PATCH_SITES, and update to version 3 of Kloeckner's arscnd patch. - Fix patch.tar.gz being unpacked into the wrong directory. - Respect AR, RANLIB, LD, LDFLAGS, etc. in ARmake.inc. - Fix install of arpack.h. - Fix broken sparc64 build. - Add tests. - Various other cleanups. PR: ports/159075 Submitted by: bf Approved by: maho (mentor, implicit) Revision Changes Path 1.23 +99 -49 ports/math/arpack/Makefile 1.7 +2 -2 ports/math/arpack/distinfo 1.4 +0 -61 ports/math/arpack/files/patch-ARmake.inc (dead) 1.2 +2 -2 ports/math/arpack/files/patch-UTIL+second.f 1.6 +1 -1 ports/math/arpack/pkg-plist