From 64455a10f133ed2c5df4ad6e08cdf4f7220d7fbb Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 17 Jul 2018 20:45:40 +0300 Subject: [PATCH 1/4] gc:rebuild --- system/devel/gc/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/devel/gc/actions.py b/system/devel/gc/actions.py index a9c1fbd6..94d9b837 100644 --- a/system/devel/gc/actions.py +++ b/system/devel/gc/actions.py @@ -31,4 +31,4 @@ def install(): pisitools.dodoc("ChangeLog", "doc/README.linux", "doc/*.html") - pisitools.removeDir("/usr/share/gc") + #pisitools.removeDir("/usr/share/gc") From d33d1bc2d46d8da35a5c4e06293ac7faf60410d0 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 17 Jul 2018 21:00:54 +0300 Subject: [PATCH 2/4] libatomic_ops --- system/devel/libatomic_ops/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/devel/libatomic_ops/actions.py b/system/devel/libatomic_ops/actions.py index f670ad69..76a87890 100644 --- a/system/devel/libatomic_ops/actions.py +++ b/system/devel/libatomic_ops/actions.py @@ -21,4 +21,4 @@ def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) # move docs into proper place - pisitools.domove("/usr/share/libatomic_ops/", "/usr/share/doc/%s" % get.srcNAME()) + #pisitools.domove("/usr/share/libatomic_ops/", "/usr/share/doc/%s" % get.srcNAME()) From 77a8ac4d5db213ff56a89ecbd162cfd0e92cd1c3 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 17 Jul 2018 21:28:17 +0300 Subject: [PATCH 3/4] numactl --- system/devel/numactl/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/devel/numactl/pspec.xml b/system/devel/numactl/pspec.xml index 11a6c4f2..ef366af9 100644 --- a/system/devel/numactl/pspec.xml +++ b/system/devel/numactl/pspec.xml @@ -14,7 +14,7 @@ app:console Library for tuning NUMA machines numactl consists of a numactl program to run other programs with a specific NUMA policy and a libnuma to do allocations with NUMA policy in applications. - ftp://oss.sgi.com/www/projects/libnuma/download/numactl-2.0.11.tar.gz + http://ftp.vim.org/ftp/os/Linux/distr/salix/i486/14.2/source/d/numactl/numactl-2.0.11.tar.gz From 26b0cc46b5420fadabbafac50cfde4cef0a896c9 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 17 Jul 2018 21:32:20 +0300 Subject: [PATCH 4/4] Python setuptools --- system/devel/python-setuptools/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/devel/python-setuptools/pspec.xml b/system/devel/python-setuptools/pspec.xml index f4958587..e678f184 100644 --- a/system/devel/python-setuptools/pspec.xml +++ b/system/devel/python-setuptools/pspec.xml @@ -12,7 +12,7 @@ library Python setuptools python-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. - http://pypi.python.org/packages/source/d/distribute/distribute-0.6.49.tar.gz + https://files.pythonhosted.org/packages/f3/2b/e97c01487b7636ba3fcff5e73db995c66c524d54d0907d238311524f67c8/distribute-0.6.49.tar.gz