Commit graph

29 commits

Author SHA1 Message Date
Ion-Mihai Tetcu
2a92043ffa - Update to version 3.52.5
PR:		ports/107994
Submitted by:	KATO Tsuguru
2007-01-17 17:18:12 +00:00
Max Khon
956d5355c5 Bump PORTREVISION. 2006-12-11 18:23:27 +00:00
Max Khon
884360947b Sync with unixODBC port: build without GUI by default. 2006-12-11 18:18:17 +00:00
Cheng-Lung Sung
4de56a776b - 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>
2006-08-14 22:55:18 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Simon Barner
3cd345f14f - Update to version 3.52.4 [1]
- Use less greedy CONFLICTS

Submitted by:	Ports fury
PR:		ports/92612
2006-01-31 21:28:38 +00:00
Edwin Groothuis
8782296f87 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry 2006-01-22 00:30:24 +00:00
Marcus Alves Grando
141d91e47f Update to 3.52.3
Add SHA256

PR:		89013
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-11-14 21:39:04 +00:00
Pav Lucistnik
924d490ce1 - Add WITHOUT_X11 as a synonym to WITHOUT_GUI
PR:		ports/86183
Requested by:	Vivek Khera <vivek@khera.org>
2005-09-15 23:09:22 +00:00
Kirill Ponomarev
5dbc3b93ef Update to version 3.52.2
PR:		ports/77963
Submitted by:	Ports Fury
2005-02-25 13:25:27 +00:00
Kirill Ponomarev
4c9b90398d Fix package build.
Submitted by:	Ports Fury
2004-11-16 10:13:38 +00:00
Kirill Ponomarev
ec11665cbc Update to version 3.52.1
PR:		ports/73901
Submitted by:	Ports Fury
2004-11-14 09:25:35 +00:00
Volker Stolz
c0fe83c44c Add SourceForge to MASTER_SITES. 2004-07-13 15:20:55 +00:00
Joe Marcus Clarke
9e5632dd66 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
2004-07-09 17:43:11 +00:00
Pav Lucistnik
8f4a956a74 - Update to 3.51.2
PR:		ports/68309
Submitted by:	Idar Tollefsen <idart@performancedesign.no>
2004-06-26 22:12:11 +00:00
Pav Lucistnik
edb7504dbe - Reset bouncing maintainer address:
This is a collection of reports about email delivery
process concerning a message you originated:

error: nosuchuser: ebakke@trolltech.com
2004-06-26 21:54:58 +00:00
Pav Lucistnik
9877989572 - 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)
2004-04-10 14:02:52 +00:00
Mark Linimon
864e345d34 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)
2004-03-22 19:11:39 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
Kirill Ponomarev
acadb0fcf3 - Add CONFLICTS between libiodbc and unixODBC
PR:		ports/62528
Submitted by:	Ports Fury
2004-02-08 13:29:32 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Joe Marcus Clarke
daa68ed157 Remove USE_GNOMENG. 2003-04-18 21:20:06 +00:00
Akinori MUSHA
2e4c764a61 De-pkg-comment. 2003-02-21 11:15:57 +00:00
Ying-Chieh Liao
944f5449af - Enable --with-pthreads option.
- Add WITH_GUI support(not default).

PR:		36129
Submitted by:	Hidekazu Kuroki <hidekazu@pc88.gr.jp>
Approved by:	maintainer timeout
2002-10-10 07:20:24 +00:00
Mario Sergio Fujikawa Ferreira
a1236aeac7 Deploy USE_GNOMENG infrastructure
PR:		42192
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-30 13:16:55 +00:00
Ying-Chieh Liao
40cd1c359c update maintainer email
PR:		32402
Submitted by:	maintainer
2001-12-02 09:46:11 +00:00
Johann Visagie
46e10b77bd - 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

Approved by:	No response in ~25h from maintainer.  (Apologies for the
		short wait;  I have a port waiting in the wings which depends
		on this one.)
2001-10-03 12:54:13 +00:00
Will Andrews
1fdcbff778 Add libiodbc, a library which allows access to ODBC databases.
PR:		17587
Submitted by:	Erik H. Bakke <erikhb@bgnett.no>
2000-05-29 08:23:02 +00:00