| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
12 Apr 2012 14:26:27
3.52.8
|
rakuco  |
Update to 3.52.8.
This commit also tries to clean up the infrastructure a little bit. It
compiled fine on 7.4, 8.2, 9.0 and 10 on redports:
- Remove iodbc.org from the MASTER_SITES list, it doesn't seem to
exist anymore.
- Set LICENSE.
- Remove USE_GMAKE, it seems to build fine with make(1).
- Remove the pthreads-related hacks and seds, as they do not seem to
be needed anymore, especially now that only pthreads exists.
- Remove the -D_BSD_WCHAR_T_DEFINED and the patch in files/, as
libiodbc itself has accounted for _BSD_WCHAR_T_DECLARED since 2003.
- Act on the example code based on NOPORTEXAMPLES instead of
NOPORTDOCS. |
23 Sep 2011 22:26:39
3.52.7
|
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
3.52.7
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
3.52.7
|
ade  |
Sync to new bsd.autotools.mk |
18 Jul 2010 17:45:16
3.52.7
|
makc  |
Take maintainership for kde@ |
21 Dec 2009 02:19:12
3.52.7
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
16 Sep 2009 14:27:05
3.52.7
|
miwi  |
- Update to 3.52.7
PR: 138814
Submitted by: Ports Fury
Feature safe: yes |
22 Aug 2009 00:18:43
3.52.6
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
02 Aug 2009 19:36:34
3.52.6
|
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 |
23 Oct 2007 23:07:10
3.52.6
|
miwi  |
- Update to 3.52.6
PR: 117333
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
17 Jan 2007 17:18:12
3.52.5
|
itetcu  |
- Update to version 3.52.5
PR: ports/107994
Submitted by: KATO Tsuguru |
11 Dec 2006 18:23:28
3.52.4_2
|
fjoe  |
Bump PORTREVISION. |
11 Dec 2006 18:18:17
3.52.4_1
|
fjoe  |
Sync with unixODBC port: build without GUI by default. |
14 Aug 2006 22:55:18
3.52.4_1
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
04 May 2006 21:41:12
3.52.4_1
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
07 Mar 2006 08:28:06
3.52.4_1
|
ade  |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
31 Jan 2006 21:28:38
3.52.4
|
barner  |
- Update to version 3.52.4 [1]
- Use less greedy CONFLICTS
Submitted by: Ports fury
PR: ports/92612 |
22 Jan 2006 00:27:03
3.52.3
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry |
14 Nov 2005 21:39:04
3.52.3
|
mnag  |
Update to 3.52.3
Add SHA256
PR: 89013
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
15 Sep 2005 23:09:22
3.52.2
|
pav  |
- Add WITHOUT_X11 as a synonym to WITHOUT_GUI
PR: ports/86183
Requested by: Vivek Khera <vivek@khera.org> |
25 Feb 2005 13:25:27
3.52.2
|
krion  |
Update to version 3.52.2
PR: ports/77963
Submitted by: Ports Fury |
16 Nov 2004 10:13:38
3.52.1_1
|
krion  |
Fix package build.
Submitted by: Ports Fury |
14 Nov 2004 09:25:35
3.52.1
|
krion  |
Update to version 3.52.1
PR: ports/73901
Submitted by: Ports Fury |
13 Jul 2004 15:20:55
3.51.2
|
vs  |
Add SourceForge to MASTER_SITES. |
09 Jul 2004 17:43:11
3.51.2
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
26 Jun 2004 22:12:11
3.51.2
|
pav  |
- Update to 3.51.2
PR: ports/68309
Submitted by: Idar Tollefsen <idart@performancedesign.no> |
26 Jun 2004 21:54:58
3.51.1_4
|
pav  |
- Reset bouncing maintainer address:
This is a collection of reports about email delivery
process concerning a message you originated:
error: nosuchuser: ebakke@trolltech.com |
10 Apr 2004 14:02:52
3.51.1_4
|
pav  |
- Fix detect of wchar_t on FreeBSD. Using _BSD_CT_RUNE_T_ is not sufficient
for some version of FreeBSD, rather test on __FreeBSD__. This problem
prevent other programs to include iodbc's header files on -STABLE systems.
PR: ports/64743
Submitted by: eik
Approved by: maintainer timeout (2 weeks) |
22 Mar 2004 19:11:39
3.51.1_3
|
linimon  |
Update to 3.51.1: catch up with the newest development branch, but not
yet the newest release from that branch. From the PR:
"I am aware that this patch does not update to the very latest version
of the libiodbc library, but I will submit another update when I am
back online after my move (along with a maintainer-email update)."
Changes over time include: added new SQLDrivers implementation; added
ODBC Tracing facility; code restructuring; fixes for installations in
many more environments; bugfixes. See ChangeLog for complete details.
PR: ports/62877
Submitted by: Erik H. Bakke <ebakke@trolltech.com> (maintainer) |
14 Mar 2004 06:17:56
3.0.5_2
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
08 Feb 2004 13:29:32
3.0.5_2
|
krion  |
- Add CONFLICTS between libiodbc and unixODBC
PR: ports/62528
Submitted by: Ports Fury |
04 Feb 2004 05:21:48
3.0.5_2
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
18 Apr 2003 21:19:01
3.0.5_1
|
marcus  |
Remove USE_GNOMENG. |
21 Feb 2003 11:15:05
3.0.5_1
|
knu  |
De-pkg-comment. |
10 Oct 2002 07:20:24
3.0.5_1
|
ijliao  |
- Enable --with-pthreads option.
- Add WITH_GUI support(not default).
PR: 36129
Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp>
Approved by: maintainer timeout |
30 Aug 2002 13:16:55
3.0.5
|
lioux  |
Deploy USE_GNOMENG infrastructure
PR: 42192
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
02 Dec 2001 09:46:11 
|
ijliao  |
update maintainer email |
03 Oct 2001 13:54:13 
|
wjv  |
- Update to version 3.0.5 - Add dependency on GTK (new in this version) via
USE_GTK knob - Install sample configuration files - Install odbctest binary
- Tweak installation directory of configuration files, and name of odbctest
binary so as not to conflict with the port databases/unixODBC - Install some
basic documentation in $DOCSDIR - Expand and clarify pkg-descr; reword
pkg-comment to be more correct |
08 Oct 2000 01:08:27 
|
asami  |
Convert category databases to new layout. |
29 May 2000 09:23:02 
|
will  |
Add libiodbc, a library which allows access to ODBC databases. |