pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Added required PHP dependencies & removed TODO file
Module Name: pkgsrc-wip
Committed By: Apurva Nandan <apurva.nandan4%gmail.com@localhost>
Pushed By: apurvan
Date: Tue Jun 16 14:08:36 2020 +0530
Changeset: 959a9a0821fb155d11a2a68d2271233135375df1
Modified Files:
Makefile
phoronix-test-suite/Makefile
phoronix-test-suite/TODO
phoronix-test-suite/distinfo
phoronix-test-suite/patches/patch-install-sh
phoronix-test-suite/patches/patch-ob-cache_test-profiles_pts_civilization-vi-1.0.0_install.sh
phoronix-test-suite/patches/patch-ob-cache_test-profiles_pts_mysqlslap-1.1.0_pre.sh
phoronix-test-suite/patches/patch-pts-core_static_sample-pts-client-update-script.sh
Log Message:
Added required PHP dependencies & removed TODO file
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=959a9a0821fb155d11a2a68d2271233135375df1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 +-
phoronix-test-suite/Makefile | 3 +++
phoronix-test-suite/TODO | 3 ---
phoronix-test-suite/distinfo | 8 ++++----
phoronix-test-suite/patches/patch-install-sh | 2 --
...ch-ob-cache_test-profiles_pts_civilization-vi-1.0.0_install.sh | 2 --
.../patch-ob-cache_test-profiles_pts_mysqlslap-1.1.0_pre.sh | 2 --
.../patch-pts-core_static_sample-pts-client-update-script.sh | 2 --
8 files changed, 8 insertions(+), 16 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index a1387c7915..db91912f62 100644
--- a/Makefile
+++ b/Makefile
@@ -2859,7 +2859,7 @@ SUBDIR+= phantomjs
SUBDIR+= phantomjs2
SUBDIR+= pheanstalk
SUBDIR+= phonon-backend-xine
-SUBDIR+= phoronix-test-suite
+SUBDIR+= phoronix-test-suite
SUBDIR+= php-ast
SUBDIR+= php-dotclear
SUBDIR+= php-imagick-imagick6
diff --git a/phoronix-test-suite/Makefile b/phoronix-test-suite/Makefile
index 4875c2cd30..b25beefa6e 100644
--- a/phoronix-test-suite/Makefile
+++ b/phoronix-test-suite/Makefile
@@ -20,6 +20,9 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pcntl>=5.3:../../devel/php-pcntl
DEPENDS+= ${PHP_PKG_PREFIX}-posix>=5.3:../../devel/php-posix
DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.3:../../archivers/php-zip
DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.3:../../archivers/php-zlib
+DEPENDS+= ${PHP_PKG_PREFIX}-bz2>=5.3:../../archivers/php-bz2
+DEPENDS+= ${PHP_PKG_PREFIX}-sqlite3>=5.3:../../databases/php-sqlite3
+DEPENDS+= ${PHP_PKG_PREFIX}-sockets>=5.3:../../net/php-sockets
INSTALLATION_DIRS= bin
INSTALLATION_DIRS+= lib/systemd/system/
diff --git a/phoronix-test-suite/TODO b/phoronix-test-suite/TODO
index 1cd6e26e5e..f25e528993 100644
--- a/phoronix-test-suite/TODO
+++ b/phoronix-test-suite/TODO
@@ -1,5 +1,2 @@
-Fix permission warnings such as:
-warning: /usr/pkgsrc/wip/phoronix-test-suite/work/.destdir/usr/pkg/share/doc/phoronix-test-suite/includes: group-writable directory.
-
- In install-sh:
`-e' option of echo is not portable
diff --git a/phoronix-test-suite/distinfo b/phoronix-test-suite/distinfo
index cbf194bbbb..832d208b93 100644
--- a/phoronix-test-suite/distinfo
+++ b/phoronix-test-suite/distinfo
@@ -4,7 +4,7 @@ SHA1 (phoronix-test-suite-9.6.1.tar.gz) = be0804b67123089204603af58d9e954b71a746
RMD160 (phoronix-test-suite-9.6.1.tar.gz) = 923e14818d716c630abde83bf9dbaea269a6111e
SHA512 (phoronix-test-suite-9.6.1.tar.gz) = f2e94adbd21384aaa2627c354de88e873df42ef074041dfef49bb25625e4a1b5c6135706fa777e002f292f9e33892a0456f2012c96488b56fe07c00310cfc78d
Size (phoronix-test-suite-9.6.1.tar.gz) = 1781439 bytes
-SHA1 (patch-install-sh) = 9e4b93b0717b792a0c5933c86439e2bb23c0444c
-SHA1 (patch-ob-cache_test-profiles_pts_civilization-vi-1.0.0_install.sh) = 4dd81739176efbf2b4d420c89aa38848c6c653dc
-SHA1 (patch-ob-cache_test-profiles_pts_mysqlslap-1.1.0_pre.sh) = 0772b6d497c2beb9aabbdd3bec8549cdad374dfd
-SHA1 (patch-pts-core_static_sample-pts-client-update-script.sh) = 7169988683dba0db0a49096fd71c73bbe1390f00
+SHA1 (patch-install-sh) = 2a7c43f4900893ae21c9a38dfa8b344556320d93
+SHA1 (patch-ob-cache_test-profiles_pts_civilization-vi-1.0.0_install.sh) = 3e591839d3cd67dfe36c4ed3d8141cb285165b30
+SHA1 (patch-ob-cache_test-profiles_pts_mysqlslap-1.1.0_pre.sh) = d3354bd4f0b977645972af7723d6a95221f697f7
+SHA1 (patch-pts-core_static_sample-pts-client-update-script.sh) = 2dd0008744fd4007b048829d5ff386846c5c1703
diff --git a/phoronix-test-suite/patches/patch-install-sh b/phoronix-test-suite/patches/patch-install-sh
index 7b152ecb61..0a4715642b 100644
--- a/phoronix-test-suite/patches/patch-install-sh
+++ b/phoronix-test-suite/patches/patch-install-sh
@@ -8,8 +8,6 @@ $NetBSD: patch-install-sh,v 1.4 2019/06/10 02:48:23 jym Exp $
* Remove the systemd directory creation and make the PLIST handle
the presence/absence of systemd ecosystem.
-$NetBSD: patch-install-sh,v 1.4 2019/06/10 02:48:23 jym Exp $
-
--- install-sh.orig 2020-05-25 13:26:05.000000000 +0000
+++ install-sh
@@ -53,10 +53,9 @@ mkdir -p $DESTDIR$INSTALL_PREFIX/bin/
diff --git a/phoronix-test-suite/patches/patch-ob-cache_test-profiles_pts_civilization-vi-1.0.0_install.sh b/phoronix-test-suite/patches/patch-ob-cache_test-profiles_pts_civilization-vi-1.0.0_install.sh
index 816497434b..873b7ac5fb 100644
--- a/phoronix-test-suite/patches/patch-ob-cache_test-profiles_pts_civilization-vi-1.0.0_install.sh
+++ b/phoronix-test-suite/patches/patch-ob-cache_test-profiles_pts_civilization-vi-1.0.0_install.sh
@@ -5,8 +5,6 @@ $NetBSD$
lead to unexpected behavior. Hence, this patch replaces the "==" operator
with "=".
-$NetBSD$
-
--- ob-cache/test-profiles/pts/civilization-vi-1.0.0/install.sh.orig 2020-05-25 13:26:05.000000000 +0000
+++ ob-cache/test-profiles/pts/civilization-vi-1.0.0/install.sh
@@ -129,7 +129,7 @@ TelemetryUploadNecessary 1
diff --git a/phoronix-test-suite/patches/patch-ob-cache_test-profiles_pts_mysqlslap-1.1.0_pre.sh b/phoronix-test-suite/patches/patch-ob-cache_test-profiles_pts_mysqlslap-1.1.0_pre.sh
index 7a43acb94e..976553c6fd 100644
--- a/phoronix-test-suite/patches/patch-ob-cache_test-profiles_pts_mysqlslap-1.1.0_pre.sh
+++ b/phoronix-test-suite/patches/patch-ob-cache_test-profiles_pts_mysqlslap-1.1.0_pre.sh
@@ -5,8 +5,6 @@ $NetBSD$
lead to unexpected behavior. Hence, this patch replaces the "==" operator
with "=".
-$NetBSD$
-
--- ob-cache/test-profiles/pts/mysqlslap-1.1.0/pre.sh.orig 2020-05-25 13:26:05.000000000 +0000
+++ ob-cache/test-profiles/pts/mysqlslap-1.1.0/pre.sh
@@ -2,7 +2,7 @@
diff --git a/phoronix-test-suite/patches/patch-pts-core_static_sample-pts-client-update-script.sh b/phoronix-test-suite/patches/patch-pts-core_static_sample-pts-client-update-script.sh
index cc496f3328..3b0d6ef6db 100644
--- a/phoronix-test-suite/patches/patch-pts-core_static_sample-pts-client-update-script.sh
+++ b/phoronix-test-suite/patches/patch-pts-core_static_sample-pts-client-update-script.sh
@@ -5,8 +5,6 @@ $NetBSD$
lead to unexpected behavior. Hence, this patch replaces the "==" operator
with "=".
-$NetBSD$
-
--- pts-core/static/sample-pts-client-update-script.sh.orig 2020-05-25 13:26:05.000000000 +0000
+++ pts-core/static/sample-pts-client-update-script.sh
@@ -20,7 +20,7 @@ fi
Home |
Main Index |
Thread Index |
Old Index