Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2022 23:47:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 268522] www/yourls missing php modules
Message-ID:  <bug-268522-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268522

            Bug ID: 268522
           Summary: www/yourls missing php modules
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: jason@tubnor.net
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Assignee: sunpoet@FreeBSD.org

The current packed yourls port requires the additional loading of the follo=
wing
php modules to operate correctly:

php81-iconv
php81-pdo_mysql

Below is a patch that could potentially fix the issue for users:

--- Makefile.orig       2022-12-23 10:38:06.682048000 +1100
+++ Makefile    2022-12-23 10:41:58.378126000 +1100
@@ -10,7 +10,9 @@ LICENSE=3D      MIT
 LICENSE_FILE=3D  ${WRKSRC}/LICENSE

 USES=3D          cpe php
-USE_PHP=3D       bcmath curl json mysqli pcre xml
+USE_PHP=3D       bcmath curl iconv json mysqli pcre pdo xml
+
+MYSQL_USE=3D     PHP=3Dpdo_mysql

 NO_ARCH=3D       yes
 NO_BUILD=3D      yes

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268522-7788>