Bug 200747 - [patch] Building databases/freetds fails with IODBC.
Summary: [patch] Building databases/freetds fails with IODBC.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Muhammad Moinur Rahman
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-06-10 00:39 UTC by SASAKI Katuhiro
Modified: 2015-06-10 10:30 UTC (History)
0 users

See Also:
bofh: maintainer-feedback+


Attachments
Fix replacig ODBC_INC in configure.ac. (641 bytes, patch)
2015-06-10 00:39 UTC, SASAKI Katuhiro
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description SASAKI Katuhiro 2015-06-10 00:39:01 UTC
Created attachment 157590 [details]
Fix replacig ODBC_INC in configure.ac.

Now, $ODBC_INC/ in the configure script are replaced into $ODBC_INC/libiodbc/ at post-patch sequence. But, because using autoconf is specified in the Makefile, the configure script is regenerated before running the script.
My patch replaces the tareget of REINPLACE_CMD into configure.ac. It works with regenerating the configure script.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-06-10 10:29:51 UTC
A commit references this bug:

Author: bofh
Date: Wed Jun 10 10:29:06 UTC 2015
New revision: 389029
URL: https://svnweb.freebsd.org/changeset/ports/389029

Log:
  databases/freetds: Fix build with IODBC

  PR:		200747
  Submitted by:	crest@sahiro.org

Changes:
  head/databases/freetds/Makefile
Comment 2 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2015-06-10 10:30:29 UTC
Thanks