Bug 115800 - [patch] databases/php5-pdo_sqlite - knob to use shared sqlite3 library from ports
Summary: [patch] databases/php5-pdo_sqlite - knob to use shared sqlite3 library from p...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-24 23:30 UTC by Maxim Khitrov
Modified: 2008-06-19 00:30 UTC (History)
0 users

See Also:


Attachments
Makefile.ext.patch (371 bytes, patch)
2007-08-24 23:30 UTC, Maxim Khitrov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Khitrov 2007-08-24 23:30:01 UTC
This patch adds a new knob when building databases/php5-pdo_sqlite called WITH_SQLITE_PORT. When set, instead of using the bundled version of the library, the extension will use shared one from databases/sqlite3. A suggestion was made to make this the default behavior, but I think that some people may prefer to use the bundled version. I have no preference one way or the other. Most should be fine with the default installation, since that was tested by PHP developers. I, however, want to use the more up to date version from ports, and this knob would allow me to do that.

Fix: To apply the patch run `patch Makefile.ext Makefile.ext.patch` from lang/php5.
How-To-Repeat: Install databases/php5-pdo_sqlite port. It will use the sqlite library that was distributed with the latest php5 version. You can't change CONFIGURE_ARGS manually because they get modified in lang/php5/Makefile.ext.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-24 23:30:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2008-06-19 00:21:34 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-06-19 00:22:04 UTC
pav         2008-06-18 23:22:00 UTC

  FreeBSD ports repository

  Modified files:
    lang/php5            Makefile.ext 
  Log:
  - Add WITH_SQLITE_PORT knob for php5-pdo_sqlite port, to use system-wide
    sqlite3 instead of bundled one
  
  PR:             ports/115800
  Submitted by:   Maxim Khitrov <mkhitrov@gmail.com>
  Approved by:    maintainer timeout (ale; 9 months)
  
  Revision  Changes    Path
  1.54      +5 -0      ports/lang/php5/Makefile.ext
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"