2012-04-03 18:32:22 by David Brownlee | Files touched by this commit (1) |
Log message:
Set BUILDLINK_CPPFLAGS.iodbc - fixes at least myodbc & odbc-postgresql
|
2012-03-15 16:27:58 by David Brownlee | Files touched by this commit (1) |
Log message:
fix BUILDLINK_INCDIRS & BUILDLINK_LIBDIRS - thanks wiz
|
2012-03-15 15:50:56 by David Brownlee | Files touched by this commit (12) |
Log message:
Also put libs in iodbc subdir, patch to ensure pkgconfigdir is not affected
bump PKGREVISION. Test built soprano
|
2012-03-15 13:54:09 by David Brownlee | Files touched by this commit (3) |
Log message:
Set --includedir to avoid conflict with unixodbc, adjust BUILDLINK_INCDIRS
|
2010-06-26 00:06:47 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Use DL_AUTO_VARS to fix build on Linux. From Aleksey Cheusov in PR 43516.
|
2009-10-17 04:01:50 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update iodbc pakcage to 3.52.7, adding LICENSE.
Sep 10 2009, V3.52.7:
* Added iODBC Graphical Administrator for Mac OS X
* Added iODBC CFM Bridge
* Added resizable windows and dialogs for GTK+
* Added option in tracefile for sequence number ($S)
* Added additional translations between ANSI and Unicode
* Fixed if tracefile gets too big, continue in new tracefile
* Fixed unload bug due to wrong pointer deref
* Fixed Connection Pooling UI
* Fixed checking odbc_ver on connect handle
* Fixed packaging of runtime only libraries
* Fixed porting issues
* Fixed documentation
|
2009-06-14 19:43:27 by Joerg Sonnenberger | Files touched by this commit (120) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-04-14 23:46:58 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Add full DESTDIR support.
|
2008-02-09 08:26:57 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes 3.52.6:
* Added support for GTK+ 2.x
* Fixed long mutex lock on connect
* Fixed problems with SQLBrowseConnect
* Fixed missing functions in export list
* Fixed core dump when checking for driver odbc version
* Fixed allocation error in SQLDescribeCol
* Fixed rpm specification for RedHat
* Fixed porting problems on FreeBSD, OpenBSD and OSF
* Use SQLFetchScroll in iodbctest
|