Bug 260102 - www/typo3-10: SQLITE dependency is failed
Summary: www/typo3-10: SQLITE dependency is failed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-29 05:09 UTC by Oleksandr Ignatyev
Modified: 2022-09-17 14:17 UTC (History)
2 users (show)

See Also:
freebsd-ports: maintainer-feedback+


Attachments
changing PHP=sqlite to PHP=sqlite3 (301 bytes, patch)
2021-11-29 05:09 UTC, Oleksandr Ignatyev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleksandr Ignatyev 2021-11-29 05:09:03 UTC
Created attachment 229777 [details]
changing PHP=sqlite to PHP=sqlite3

Got error in poudriere with SQLITE option enabled.

---- %< ----
=======================<phase: check-sanity   >============================
Unknown extension sqlite for PHP 74.
*** Error code 1

Stop.
make: stopped in /usr/ports/www/typo3-11
---- %< ----

Fixed by changing to PHP=sqlite3.
Build is successful for PHP74.
Comment 1 Wen Heping freebsd_committer freebsd_triage 2022-09-17 14:17:00 UTC
It had been updated last year.

wen