pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
atlas: pkglint
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Tue Jul 5 01:50:24 2016 +0200
Changeset: b7bb9320b457e2b1fc23c9770641d931c03754f4
Modified Files:
atlas/Makefile
atlas/distinfo
atlas/patches/patch-CONFIG_src_Makefile
atlas/patches/patch-CONFIG_src_backend_Make.ext
atlas/patches/patch-CONFIG_src_backend_archinfo__netbsd.c
Log Message:
atlas: pkglint
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b7bb9320b457e2b1fc23c9770641d931c03754f4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
atlas/Makefile | 7 ++++---
atlas/distinfo | 6 +++---
atlas/patches/patch-CONFIG_src_Makefile | 2 ++
atlas/patches/patch-CONFIG_src_backend_Make.ext | 2 ++
atlas/patches/patch-CONFIG_src_backend_archinfo__netbsd.c | 2 ++
5 files changed, 13 insertions(+), 6 deletions(-)
diffs:
diff --git a/atlas/Makefile b/atlas/Makefile
index ef3070e..7d1a388 100644
--- a/atlas/Makefile
+++ b/atlas/Makefile
@@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= asau%inbox.ru@localhost
HOMEPAGE= http://math-atlas.sourceforge.net/
COMMENT= Automatically Tuned Linear Algebra Software
+LICENSE= modified-bsd
CONFLICTS= lapack-[0-9]*
@@ -24,10 +25,10 @@ USE_TOOLS+= gmake
.include "../../mk/bsd.prefs.mk"
ATLAS_CPUBITS= 32
-.for P in ${LP64PLATFORMS}
-.if ${MACHINE_PLATFORM:M${P}}
+.for p in ${LP64PLATFORMS}
+. if ${MACHINE_PLATFORM:M${p}}
ATLAS_CPUBITS= 64
-.endif
+. endif
.endfor
CONFIGURE_DIRS= obj
diff --git a/atlas/distinfo b/atlas/distinfo
index ac29762..c45fcca 100644
--- a/atlas/distinfo
+++ b/atlas/distinfo
@@ -4,8 +4,8 @@ SHA1 (atlas3.10.2.tar.bz2) = f1f883e201d70ff60d54a2af016b4afc83a2499b
RMD160 (atlas3.10.2.tar.bz2) = af4099e8bb65f5d771618ca1580f5bc8210f83fe
SHA512 (atlas3.10.2.tar.bz2) = 9fe04cfa1f89449db047d1a4659a656964d13117c783cbbe43344eb32555736f037d9cd30c5ae1514c08ad5b8949a3982d7fe102d707ddb62288e76b2607fbb1
Size (atlas3.10.2.tar.bz2) = 4904923 bytes
-SHA1 (patch-CONFIG_src_Makefile) = e2b267b821d3e39fa9aa72e96e9fead8ffd00b11
-SHA1 (patch-CONFIG_src_backend_Make.ext) = c43e912712f83f102800d3e7811c398786bc5326
-SHA1 (patch-CONFIG_src_backend_archinfo__netbsd.c) = 29026d2ddcd2414598f72b1bb4b540983cf4ed18
+SHA1 (patch-CONFIG_src_Makefile) = fbe578eadf870863603ba5eaa33ff2e763f094e2
+SHA1 (patch-CONFIG_src_backend_Make.ext) = adde5aa439381d8a55e7c2d5fbba18aa44cd1257
+SHA1 (patch-CONFIG_src_backend_archinfo__netbsd.c) = e1644ca3b5d1610c36dfeb338afe1958e2a3268f
SHA1 (patch-aa) = 1cfe4f7ad66ec006a2d6ee9186d1d91b9d656c44
SHA1 (patch-ab) = 45a535eb378de2cfcc4cf64e5f76d0ae0fc28a0f
diff --git a/atlas/patches/patch-CONFIG_src_Makefile b/atlas/patches/patch-CONFIG_src_Makefile
index e5a1cc7..a64cb28 100644
--- a/atlas/patches/patch-CONFIG_src_Makefile
+++ b/atlas/patches/patch-CONFIG_src_Makefile
@@ -1,5 +1,7 @@
$NetBSD$
+Add NetBSD support.
+
--- CONFIG/src/Makefile.orig 2014-07-10 16:22:02.000000000 +0000
+++ CONFIG/src/Makefile
@@ -381,6 +381,11 @@ IRunArchInfo_freebsd: xarchinfo_freebsd
diff --git a/atlas/patches/patch-CONFIG_src_backend_Make.ext b/atlas/patches/patch-CONFIG_src_backend_Make.ext
index 169d7f3..f5d1656 100644
--- a/atlas/patches/patch-CONFIG_src_backend_Make.ext
+++ b/atlas/patches/patch-CONFIG_src_backend_Make.ext
@@ -1,5 +1,7 @@
$NetBSD$
+Add NetBSD support.
+
--- CONFIG/src/backend/Make.ext.orig 2014-07-10 16:22:02.000000000 +0000
+++ CONFIG/src/backend/Make.ext
@@ -23,7 +23,7 @@ basf = $(basdRCW)/atlconf.base
diff --git a/atlas/patches/patch-CONFIG_src_backend_archinfo__netbsd.c b/atlas/patches/patch-CONFIG_src_backend_archinfo__netbsd.c
index 7a440b6..8c2adc0 100644
--- a/atlas/patches/patch-CONFIG_src_backend_archinfo__netbsd.c
+++ b/atlas/patches/patch-CONFIG_src_backend_archinfo__netbsd.c
@@ -1,5 +1,7 @@
$NetBSD$
+Add NetBSD specific file (the same as FreeBSD one)
+
--- CONFIG/src/backend/archinfo_netbsd.c.orig 2016-07-04 21:52:43.983232504 +0000
+++ CONFIG/src/backend/archinfo_netbsd.c
@@ -0,0 +1,279 @@
Home |
Main Index |
Thread Index |
Old Index