Commit Graph

45 Commits

Author SHA1 Message Date
Volker Stolz
330c3278ea Update to 0.62.4
PR:		ports/75451
Submitted by:	Marcus Grando
Approved by:	maintainer
2005-02-14 12:06:11 +00:00
Pav Lucistnik
96db1030a6 - Make tdsver overridable
PR:		ports/69651
Submitted by:	Kenneth Vestergaard Schmidt <kvs@pil.dk>
Approved by:	maintainer
2004-07-29 10:42:56 +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
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Kirill Ponomarev
c7a4b53d8c - Update to version 0.62.3
PR:		ports/65444
Submitted by:	maintainer
2004-04-12 05:55:13 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Kris Kennaway
956cb90c96 Back out r1.33, which was committed prematurely 2004-03-28 00:10:33 +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
Ade Lovett
91e0c8f1a7 Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents.  In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.

First in a series of major autotools cleanups.
2004-03-12 02:48:25 +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
Alex Dupre
cc754f6440 Update to 0.62 release.
PR:		ports/61302
Submitted by:	Alex Kiesel <kiesel@schlund.de>
Approved by:	nork (mentor/implicitly)
2004-01-15 18:28:02 +00:00
Anders Nordby
e600bd8ea2 Update to 0.61.2.
Fix distfile.

PR:		57397
Submitted by:	maintainer
2003-11-07 08:26:27 +00:00
Norikatsu Shigemura
a7eab8fadf Correct the overwrite of configuration files.
Submitted by:	Alex Kiesel <kiesel@schlund.de> (maintainer)
2003-04-21 16:07:04 +00:00
Norikatsu Shigemura
c1c1c88364 Update to 0.61.
Give maintainership to submitter.

PR:		ports/50812
Submitted by:	Alex Kiesel <kiesel@schlund.de>
2003-04-11 15:51:25 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +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
Sheldon Hearn
1d83daa20b Use in-place editing to replace <malloc.h> with <stdlib.h>.
Bump PORTREVISION accordingly, since the affected files were installed
even in -CURRENT, where they couldn't be used to build stuff.
2002-10-08 09:10:00 +00:00
Ying-Chieh Liao
eea39fafa8 upgrade to 0.60
PR:		42735
Submitted by:	Ports Fury
2002-09-19 20:33:32 +00:00
David W. Chapman Jr.
534fffca27 ${PERL} -> ${REINPLACE_CMD}
PR:		40784
Submitted by:	corecode@corecode.ath.cx
Reviewed by:	flynn@energyhq.homeip.net
2002-09-01 16:07:59 +00:00
Maxim Sobolev
800ef6c0b0 Convert USE_GLIB into USE_GNOMENG+USE_GNOME. 2002-07-15 17:21:56 +00:00
Akinori MUSHA
7b0a375e80 Properly link these libraries with libiconv.
This should fix some other ports that try to link with the FreeTDS
libraries.
2002-03-30 08:30:29 +00:00
Maxim Sobolev
a68d2827d3 Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
2002-03-18 11:50:38 +00:00
Akinori MUSHA
21d944be5c Bump PORTREVISION to reflect the (lib)iconv upgrade. 2002-03-18 10:27:58 +00:00
Maxim Sobolev
8493a5819b Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
2002-03-18 09:46:46 +00:00
David W. Chapman Jr.
6b85cc8717 Update to 0.53
PR:		33126
Submitted by:	tkato@prontomail.com
2001-12-24 04:40:36 +00:00
Pete Fritchman
ea94a481e8 Fix compilation: malloc.h -> stdlib.h
PR:		32201
Submitted by:	Anthony Kim <anthony.kim@vw.com>
2001-11-24 01:36:45 +00:00
Mario Sergio Fujikawa Ferreira
57f25fdb01 o Fix PLIST
o Better packaging and removal of configuration file

PR:		29428
Submitted by:	Pete Fritchman <petef@databits.net>
2001-08-05 04:28:23 +00:00
David W. Chapman Jr.
17e239502d Update freetds to 0.52
PR:		28922
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-07-22 03:01:22 +00:00
Steve Price
3c0332ec04 Allow access to MS-SQL databases from PHP.
PR:		22172
Submitted by:	David Hill <djhill@novagate.net>
2001-02-26 03:48:31 +00:00
Kevin Lo
260afbe4ad Fix pkg-plist
PR: 25318
Submitted by: Ports Fury
2001-02-25 06:19:42 +00:00
Kevin Lo
41e2426546 - Add workaround to prepend installing junk files
- Fix pkg-plist

PR: 25075
Submitted by: Ports Fury
2001-02-14 12:48:45 +00:00
Maxim Sobolev
d234b62b2a - Update to 0.51;
- add a WWW into pkg-descr.

PR:		24803
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-02-02 18:16:04 +00:00
Maxim Sobolev
be5c1587b9 Reassign maintainership to ports@FreeBSD.org to indicate that the ports need
new maintainer.

Submitted by:	Domas Mituzas <midom@dammit.lt> (previous MAINTAINER)
2001-01-30 13:53:30 +00:00
Kevin Lo
96aead34ed PLIST @dirrm should be added to configuration directory.
PR: 20152
Submitted by: MAINTAINER
2000-07-25 01:26:09 +00:00
Chris D. Faulhaber
6a029ad96d Correct PLIST
PR:		20032
Submitted by:	Maintainer
2000-07-19 11:14:19 +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
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Dirk Froemberg
835c9ff362 GNU_CONFIGURE -> USE_LIBTOOL. 2000-06-03 07:59:18 +00:00
Michael Haro
3da86c6aa2 update with the new PORTNAME/PORTVERSION variables 2000-04-08 22:49:07 +00:00
Dirk Froemberg
cb675ff2c8 Define DBMFIX in sybdb.h permanently to be consistent with --enable-dbmfix. 2000-03-01 22:03:21 +00:00
Dirk Froemberg
7f932326e4 Fix typo (--enable-dmbfix -> --enable-dbmfix) and remove unneeded
PKGNAME.
2000-02-29 20:49:07 +00:00
Steve Price
a14d7c886b Update to version 0.50.
PR:		15453
Submitted by:	Yung-Jeng Hung <winard@ritax.dorm.ccu.edu.tw>
1999-12-23 16:03:29 +00:00
Steve Price
7758b7a8aa Initial import of freetds version 0.42pre2.
A Sybase/Microsoft TDS protocol library.

PR:		14668
Submitted by:	Domas Mituzas <midom@dammit.lt>
1999-11-26 20:52:39 +00:00