From e34785f48f2eac31014d722e58fa7e84e031245d Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Tue, 29 Jun 2021 21:47:59 +0000 Subject: www/librespeed: add missing dependencies Add some PHP dependencies required by this port. Tweak the pkg-message output to hint that telemetry requires configuration settings at build time. PR: 256891 Reported by: dvl (cherry picked from commit 0bf5aa7c48694c5d7bfe3855685791d354370813) --- www/librespeed/Makefile | 5 ++++- www/librespeed/files/pkg-message.in | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/www/librespeed/Makefile b/www/librespeed/Makefile index b5e540c39736..ada87ee1ca5f 100644 --- a/www/librespeed/Makefile +++ b/www/librespeed/Makefile @@ -1,6 +1,7 @@ PORTNAME= librespeed DISTVERSION= 5.2.4 +PORTREVISION= 1 CATEGORIES= www net PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -12,6 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:flavors,web +USE_PHP= ctype json openssl pdo session + USE_GITHUB= YES GH_PROJECT= speedtest @@ -26,7 +29,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_RADIO= BACKEND OPTIONS_RADIO_BACKEND= MYSQL PGSQL SQLITE -MYSQL_USE= PHP=mysqli +MYSQL_USE= PHP=pdo_mysql PGSQL_USE= PHP=pdo_pgsql SQLITE_USE= PHP=pdo_sqlite diff --git a/www/librespeed/files/pkg-message.in b/www/librespeed/files/pkg-message.in index c7f741ff23af..2f5c6db4e0ee 100644 --- a/www/librespeed/files/pkg-message.in +++ b/www/librespeed/files/pkg-message.in @@ -5,7 +5,8 @@ You can mostly follow the guide on: https://fdossena.com/speedtest/qs_v5_ubuntu1 For more advanced docs: https://github.com/librespeed/speedtest/blob/master/doc.md Copy your preferred example from %%PREFIX%%/share/examples/librespeed to %%PREFIX%%/www/librespeed/index.html. -To use the backend feature, be sure to copy a -full example and rebuild the port with backend support. +To use the backend (i.e. telemetry) feature, be sure to copy a -full example and rebuild +the port with backend support. cd %%PREFIX%%/share/examples/librespeed cp -a example-singleServer-full.html %%PREFIX%%/www/librespeed/index.html -- cgit v1.2.3