Bug 156564 - [patch] databases/php5-odbc -- implement option to choose iodbc / unixodbc backend
Summary: [patch] databases/php5-odbc -- implement option to choose iodbc / unixodbc ba...
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: 2011-04-22 09:50 UTC by Pietro Cerutti
Modified: 2011-04-26 13:10 UTC (History)
0 users

See Also:


Attachments
file.diff (879 bytes, patch)
2011-04-22 09:50 UTC, Pietro Cerutti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pietro Cerutti freebsd_committer freebsd_triage 2011-04-22 09:50:05 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-22 09:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-04-26 13:06:06 UTC
ale         2011-04-26 12:05:58 UTC

  FreeBSD ports repository

  Modified files:
    databases/php5-odbc/files patch-config.m4 
    lang/php5            Makefile.ext 
    lang/php5-extensions Makefile 
  Log:
  Add support for iODBC (in addition to [default] unixODBC) in php5-odbc and
  php-pdo_odbc extensions.
  
  PR:             ports/156564
  Submitted by:   gahr
  
  Revision  Changes    Path
  1.2       +21 -16    ports/databases/php5-odbc/files/patch-config.m4
  1.22      +1 -1      ports/lang/php5-extensions/Makefile
  1.80      +27 -5     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"
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2011-04-26 13:06:08 UTC
State Changed
From-To: open->closed

Committed, thanks!