Date: Thu, 16 Jul 2015 11:05:00 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392287 - in head/net/lam: . files Message-ID: <201507161105.t6GB50Cg036846@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Thu Jul 16 11:04:59 2015 New Revision: 392287 URL: https://svnweb.freebsd.org/changeset/ports/392287 Log: 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 MFH: 2015Q3 Modified: head/net/lam/Makefile head/net/lam/files/patch-man-mans-Makefile.in head/net/lam/pkg-plist Modified: head/net/lam/Makefile ============================================================================== --- head/net/lam/Makefile Thu Jul 16 09:33:43 2015 (r392286) +++ head/net/lam/Makefile Thu Jul 16 11:04:59 2015 (r392287) @@ -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: head/net/lam/files/patch-man-mans-Makefile.in ============================================================================== --- head/net/lam/files/patch-man-mans-Makefile.in Thu Jul 16 09:33:43 2015 (r392286) +++ head/net/lam/files/patch-man-mans-Makefile.in Thu Jul 16 11:04:59 2015 (r392287) @@ -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: head/net/lam/pkg-plist ============================================================================== --- head/net/lam/pkg-plist Thu Jul 16 09:33:43 2015 (r392286) +++ head/net/lam/pkg-plist Thu Jul 16 11:04:59 2015 (r392287) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507161105.t6GB50Cg036846>