From owner-svn-ports-branches@freebsd.org Thu Jul 16 11:13:09 2015 Return-Path: Delivered-To: svn-ports-branches@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 C224C9A3855; Thu, 16 Jul 2015 11:13:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 9B65410C3; Thu, 16 Jul 2015 11:13:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6GBD90R040923; Thu, 16 Jul 2015 11:13:09 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6GBD8Jh040920; Thu, 16 Jul 2015 11:13:08 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507161113.t6GBD8Jh040920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 16 Jul 2015 11:13:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392288 - in branches/2015Q3/net/lam: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jul 2015 11:13:10 -0000 Author: riggs Date: Thu Jul 16 11:13:07 2015 New Revision: 392288 URL: https://svnweb.freebsd.org/changeset/ports/392288 Log: MFH: r392287 Un-break build on armv6 While on it: - Un-break build on 32 bit architectures (plist issue) - Add LICENSE* - pet portlint PR: 201275 Submitted by: mikael.urankar@gmail.com Reviewed by: riggs Approved by: ports-secteam (build fix blanket) Modified: branches/2015Q3/net/lam/Makefile branches/2015Q3/net/lam/files/patch-man-mans-Makefile.in branches/2015Q3/net/lam/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net/lam/Makefile ============================================================================== --- branches/2015Q3/net/lam/Makefile Thu Jul 16 11:04:59 2015 (r392287) +++ branches/2015Q3/net/lam/Makefile Thu Jul 16 11:13:07 2015 (r392288) @@ -3,7 +3,7 @@ PORTNAME= lam PORTVERSION= 7.1.5b2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net parallel MASTER_SITES= http://www.lam-mpi.org/download/files/ \ http://www.thinkingnerds.com/lam/download/files/ @@ -11,7 +11,12 @@ MASTER_SITES= http://www.lam-mpi.org/dow MAINTAINER= ports@FreeBSD.org COMMENT= Local Area Multicomputer MPI implementation -USES= perl5 tar:bzip2 libtool +LICENSE= lam +LICENSE_NAME= Software License for LAM/MPI +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} + +USES= libtool perl5 tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rsh=ssh --without-fc USE_LDCONFIG= yes @@ -31,7 +36,7 @@ pre-configure: s|use warnings;||' ${WRKSRC}/tools/mpiexec/mpiexec post-install: -.if ${ARCH} != "i386" && ${ARCH} != "powerpc" +.if ${ARCH} != "armv6" && ${ARCH} != "i386" && ${ARCH} != "powerpc" ${RMDIR} ${STAGEDIR}${PREFIX}/lib/lam .endif Modified: branches/2015Q3/net/lam/files/patch-man-mans-Makefile.in ============================================================================== --- branches/2015Q3/net/lam/files/patch-man-mans-Makefile.in Thu Jul 16 11:04:59 2015 (r392287) +++ branches/2015Q3/net/lam/files/patch-man-mans-Makefile.in Thu Jul 16 11:13:07 2015 (r392288) @@ -1,6 +1,6 @@ ---- man/mans/Makefile.in.orig Fri Mar 10 22:31:27 2006 -+++ man/mans/Makefile.in Sun Jul 16 16:43:58 2006 -@@ -134,7 +134,7 @@ +--- man/mans/Makefile.in.orig 2008-06-09 04:36:53 UTC ++++ man/mans/Makefile.in +@@ -134,7 +134,7 @@ CONFIG_HEADER = $(top_builddir)/share/in CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = Modified: branches/2015Q3/net/lam/pkg-plist ============================================================================== --- branches/2015Q3/net/lam/pkg-plist Thu Jul 16 11:04:59 2015 (r392287) +++ branches/2015Q3/net/lam/pkg-plist Thu Jul 16 11:13:07 2015 (r392288) @@ -91,6 +91,7 @@ include/mpio.h include/mpiof.h %%32BIT_ONLY%%lib/lam/liblam_totalview.so %%32BIT_ONLY%%lib/lam/liblam_totalview.so.0 +%%32BIT_ONLY%%lib/lam/liblam_totalview.so.0.0.0 lib/liblam.a lib/liblammpi++.a lib/liblammpio.a