Commit Graph

12 Commits

Author SHA1 Message Date
Max Khon
74bd1b92da ${DOCSDIR} should include ${PORTVERSION} for this port.
This fixes pkg-plist generation.

Noted by:	kris
2004-11-25 14:21:24 +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
e0d4f88269 - Fix build with thread-safe unixODBC.
- Bump PORTREVISION.
2004-07-07 12:12:49 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Max Khon
2a9374d10f Fix build on 64-bit architectures.
Noticed by:	kris (bento)
2004-06-02 20:03:34 +00:00
Max Khon
43fc33f849 Revive libodbc++:
- update to 0.2.3
- set MAINTAINER to myself for some time to catch build errors on bento

A few options and features from original port are missing
(WITH_GUI build, NOPORTDOCS build) but I do not have time for implementing
them correctly.
2004-05-31 21:29:33 +00:00
Kris Kennaway
28e7382123 As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much
longer) with no sign of a fix.
2003-05-06 03:49:05 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Edwin Groothuis
37f2224fa6 PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00
Kris Kennaway
7dfc6744de BROKEN: Does not compile 2002-10-05 22:11:09 +00:00
Johann Visagie
6e76729a1c - Update to version 0.2.2 (release)
- Streamline slightly the selection of whether to compile with GUI support,
  but this still needs further stress testing
- Add patch to work around bsd.port.mk problem described in PR 31142
2001-11-14 13:55:28 +00:00
Johann Visagie
8285df9452 Add libodbc++ 0.2.2.p5, a C++ class library and toolset for ODBC
access to data sources.
2001-10-04 08:51:47 +00:00