From 5e832324f8c8c062324583590e9ce775cd737965 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 19 Jan 2017 11:15:49 +0100 Subject: [PATCH 1/5] getopt/build - there is no need to patch the Makefile (why?) --- getopt/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getopt/build b/getopt/build index 00c247c..41ab319 100755 --- a/getopt/build +++ b/getopt/build @@ -3,7 +3,7 @@ SOURCE_URL="http://frodo.looijaard.name/system/files/software/getopt/getopt-1.1.6.tar.gz" pbuild::patch_sources_Linux() { - patch -p1 < "${BUILD_BLOCK_DIR}/Makefile.patch" + : patch -p1 < "${BUILD_BLOCK_DIR}/Makefile.patch" } pbuild::configure() { From 10fbeb08790182ba4ee2830b2a481a2200dc3f20 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 19 Jan 2017 13:07:24 +0100 Subject: [PATCH 2/5] config/versions.conf - set Pmodules version to 0.99.9 --- config/versions.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/versions.conf b/config/versions.conf index 6e9dae3..86d592e 100644 --- a/config/versions.conf +++ b/config/versions.conf @@ -4,5 +4,5 @@ dialog 1.3-20160828 getopt 1.1.6 gettext 0.19.4 Modules 3.2.10 -Pmodules 0.99.8 +Pmodules 0.99.9 Tcl 8.6.6 From f2a6b75de1cec5ef528428ccaa7cde7ddeb1160e Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 19 Jan 2017 13:08:33 +0100 Subject: [PATCH 3/5] getopt/build - patching Makefile is required with downloaded original tarball --- getopt/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getopt/build b/getopt/build index 41ab319..00c247c 100755 --- a/getopt/build +++ b/getopt/build @@ -3,7 +3,7 @@ SOURCE_URL="http://frodo.looijaard.name/system/files/software/getopt/getopt-1.1.6.tar.gz" pbuild::patch_sources_Linux() { - : patch -p1 < "${BUILD_BLOCK_DIR}/Makefile.patch" + patch -p1 < "${BUILD_BLOCK_DIR}/Makefile.patch" } pbuild::configure() { From f973e99c7639eeca35dd3a895739bec7584fe9e8 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 19 Jan 2017 15:38:35 +0100 Subject: [PATCH 4/5] testfile added --- testfile | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 testfile diff --git a/testfile b/testfile new file mode 100644 index 0000000..e69de29 From 1de4c52c8a3e29763efc25cc64733ad6ec523c4d Mon Sep 17 00:00:00 2001 From: gsell Date: Thu, 19 Jan 2017 15:43:16 +0100 Subject: [PATCH 5/5] Delete testfile --- testfile | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 testfile diff --git a/testfile b/testfile deleted file mode 100644 index e69de29..0000000