Commit graph

53 commits

Author SHA1 Message Date
Cheng-Lung Sung
b32e278877 - update to 2.2.11
PR:		78874
Submitted by:	Ports Fury
2005-03-16 03:18:55 +00:00
Kirill Ponomarev
197cc79069 Update to version 2.2.10
PR:		ports/73347
Submitted by:	Ports Fury
2004-11-01 17:54:04 +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
Max Khon
537115a154 Build with thread supports by default.
Bump PORTREVISION.
2004-06-28 01:19:44 +00:00
Kirill Ponomarev
20aa451f1b Update to version 2.2.9
PR:		ports/68370
Submitted by:	Ports Fury
2004-06-27 18:02:50 +00:00
Max Khon
d7b47d8803 - Never build MiniSQL driver (it is broken)
- Provide a real fix for building MiniSQL driver in case someone
will be interested in adding it back (including WITH/WITHOUT Makefile
knobs and correct pkg-plist conditionals).
2004-05-31 21:05:11 +00:00
Kirill Ponomarev
da603e0252 - Fix handling empty directory
PR:		ports/65532
Submitted by:	Ports Fury
2004-04-14 18:48:40 +00:00
Mark Linimon
98a42122f1 Per dosirak run, add missing directories to plist. 2004-04-14 05:30:10 +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
d844eada86 - Update to version 2.2.8
PR:		ports/63132
Submitted by:	Ports Fury
2004-02-20 15:54:21 +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
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Kirill Ponomarev
63dc6098d9 - Fix a bug in 2.2.7 that will send a statement to the
incorrect state if SQLMoreResults is used

PR:		61421
Submitted by:	Ports Fury
2004-01-16 14:01:40 +00:00
Kirill Ponomarev
076a151bf4 - Update to version 2.2.7
PR:		60007
Submitted by:	Ports Fury
2003-12-07 15:19:35 +00:00
Kirill Ponomarev
6af6ffa3e2 Update to version 2.2.6
PR:		54800
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
Approved by:	fjoe (mentor) (implicit)
2003-07-24 11:41:26 +00:00
Norikatsu Shigemura
73530b08a2 Update to 2.2.5.
PR:		ports/51361
Submitted by:	Ports Fury
2003-04-26 22:35:39 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Tilman Keskinoz
bdfac6efe2 Don't use qt-Legacy Headers.
PR:		48304
Submitted by:	 Michael Collette <metrol@metrol.net>
2003-02-15 22:14:58 +00:00
Tilman Keskinoz
f2bc8a5752 Update to 2.2.4
PR:		47484
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-01-26 00:18:49 +00:00
Ying-Chieh Liao
bf71c68ccb support qt3
PR:		43695
Submitted by:	Ports Fury
2003-01-03 06:41:24 +00:00
Tilman Keskinoz
6928d673c9 Fix Build with recent bison
PR:		46057
Submitted by:	Aries <aries@mindworks.hu>
2002-12-10 17:34:48 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
David W. Chapman Jr.
d89a76a997 Update to 2.2.3
PR:		42033
Submitted by:	tkato@prontomail.com
2002-09-01 17:28:43 +00:00
Ying-Chieh Liao
bf24d154b0 upgrade to 2.2.2
PR:		40357
Submitted by:	Ports Fury
2002-07-09 06:14:13 +00:00
OKAZAKI Tetsurou
c42ff00e0e Update to 2.2.1.
PR:		37836
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-07-02 05:13:19 +00:00
Patrick Li
a24943198a Update to 2.2.0
PR:		34766
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-02-09 23:43:39 +00:00
Dmitry Sivachenko
40aba535c4 Update to 2.1.1
PR:		33127
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-12-26 11:42:33 +00:00
Ying-Chieh Liao
b4317facd7 upgrade to 2.1.0
PR:		32851
Submitted by:	Ports Fury
2001-12-17 19:19:44 +00:00
Dmitry Sivachenko
bbb7fda618 Upgrade to 2.0.9
PR:		29819
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-08-22 01:36:40 +00:00
Akinori MUSHA
63fd4602e8 Update to 2.0.8.
PR:		ports/29011
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-07-23 03:54:43 +00:00
Akinori MUSHA
1b0bda1dfd Build with --enable-threads=no by default to get around the libc_r
weirdness.

Reviewed by:	sobomax (MAINTAINER of java/jdk12-beta)
2001-07-02 14:49:04 +00:00
Akinori MUSHA
9192c2297a Update to 2.0.7.
PR:		ports/28040
Submitted by:	KATO Tsuguru <tkato@prontomail.com> aka Ports Fury
2001-06-12 05:40:12 +00:00
Kevin Lo
198c39f858 Update to version 2.0.5
PR: 25995
Submitted by: Ports Fury
2001-03-23 14:01:00 +00:00
Kevin Lo
91fb3e9693 Upgrade to version 2.0.4
PR: 24974
Submitted by: Ports Fury
2001-02-11 06:00:18 +00:00
Kevin Lo
d8efb98caa - Add missing file (bin/isql) to pkg-plist
- Use NOPORTDOCS PLIST_SUB

PR: 24601
Submitted by: Ports Fury
2001-01-25 06:48:15 +00:00
Clive Lin
a7ac79a7f1 Fix breakage due to inappropriate patch files.
PR: 24419
2001-01-20 16:20:48 +00:00
Kevin Lo
faa76f4d2f Update to 2.0.3
PR: 24353
Submitted by: Ports Fury
2001-01-16 15:15:26 +00:00
Kevin Lo
122aeb5544 Update to 2.0.2
PR: 24199
Submitted by: Ports Fury
2001-01-10 15:50:55 +00:00
Kevin Lo
8c5821e2fa Update to 2.0.0
PR: 24093
Submitted by: Ports Fury
2001-01-06 16:10:40 +00:00
Kevin Lo
f7017a32c2 Update to version 1.8.13
PR: 23133
Submitted by: Ports Fury
2000-11-28 15:07:22 +00:00
Maxim Sobolev
29a0461ea9 Ditch out "Version required" from comments section. 2000-11-23 11:56:11 +00:00
Nick Sayer
f63adfa120 There has got to be someone who understands databases better than me to shepard
this port. :-)
2000-11-16 17:44:40 +00:00
Nick Sayer
d56bbea909 Oops. Somehow an extra USE_XLIB got into the !WITH_X case. 2000-09-14 14:27:23 +00:00
Maxim Sobolev
0e6fa7c75c Add USE_LIBTOOL to fix c_r issues.
Submitted by:	Max Khon <fjoe@iclub.nsu.ru>
2000-07-19 15:40:28 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
1de95a9ce1 First round of INSTALL_SHLIB fixes. 2000-06-15 16:44:16 +00:00
Nick Sayer
2d610cd8b4 Make the port work in the absence of X
Submitted by:	andrews@technologist.com
2000-05-29 16:42:04 +00:00
Steve Price
5b51dbc6ff Specify the path to javac just in case it is not in the user's PATH as
it wasn't on bento.
2000-05-28 03:46:58 +00:00