| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
21 Mar 2013 17:43:46
  |
bapt  |
Convert to new options framework left unconverted ports in databases category |
06 Feb 2012 12:25:50
0.99.2_4
|
miwi  |
- Chase unixODBC shlib bump |
23 Sep 2011 22:26:39
0.99.2_3
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
20 Mar 2011 12:54:45
0.99.2_3
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
0.99.2_3
|
ade  |
Sync to new bsd.autotools.mk |
02 Aug 2009 19:36:34
0.99.2_3
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
21 Aug 2008 06:18:49
0.99.2_3
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
19 Apr 2008 17:56:05
0.99.2_3  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
16 Dec 2006 10:31:52
0.99.2_3
|
fjoe  |
- Fix the build with gcc 4.1
- Bump PORTREVISION |
28 Nov 2006 20:07:20
0.99.2_2
|
fjoe  |
Bump PORTREVISION. |
28 Nov 2006 19:48:18
0.99.2_1
|
fjoe  |
Fix the build with unixODBC 2.2.12:
GNU_CONFIGURE= yes -> USE_AUTOTOOLS= libtool:15
Pointed out by: kris via pointyhat |
23 Feb 2006 10:40:45
0.99.2_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
17 Nov 2005 19:09:12
0.99.2_1
|
fjoe  |
Add SHA256 checksum. |
13 Sep 2005 11:42:15
0.99.2_1
|
fjoe  |
Use BROKEN instead of ".error". This allows to run "make config" to
reconfigure the port properly. |
13 Sep 2005 11:38:17
0.99.2_1
|
fjoe  |
- Fix build on RELENG_4 [1]
- Fix build with iODBC
- Bump PORTREVISION
Found by: kris (via pointyhat) [1] |
31 Aug 2005 18:43:34
0.99.2
|
fjoe  |
New port: mysql2odbc 0.99.2
The MySQL-ODBC SDK enables you to make MySQL-specific applications
database-independent without wholesale re-writes of your application code.
Thus, applications that are written directly to the MySQL call level interface
now end up being database independent via iODBC (or unixODBC), and usable
against any ODBC accessible database (including MySQL).
WWW: http://www.iodbc.org/index.php?page=mysql2odbc/index |