Commit graph

78 commits

Author SHA1 Message Date
Koop Mast
042e49267c Fix typo in last commit.
Submitted by:	Andrey Zverev (irc)
2011-10-28 18:32:50 +00:00
Koop Mast
17af7fcdb9 Fix build on FreeBSD 10 2011-10-28 17:21:35 +00:00
Thomas Abthorpe
bfc22dc307 - Reassign to the heap 2011-09-21 16:48:43 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Jose Alonso Cardenas Marquez
37673c0a9a - Remove firebird20-* CONFLICTS entry because isql tool was renamed to isql-fb
on databases/firebird20-client
2010-09-08 18:45:41 +00:00
Wen Heping
d38b7bbc54 - Update to 2.30
- Pass maintainership to submitter

PR:		ports/146388
Submitted by:	Ju Pengfei <jupengfei@gmail.com>
2010-05-19 07:12:05 +00:00
Max Khon
3ab4412abb This port conflicts with firebird-client (${PREFIX}/bin/isql).
Probably better solution would be to not install ${PREFIX/bin/isql
for this port at all (it is not that usable anyway).

PR:		122801
Feature safe:	yes
2010-02-16 18:09:48 +00:00
Wen Heping
a42ff3e0c5 - Reset maintainer to ports@
PR:		ports/143675
Submitted by:	"Peter C. Lai" <cowbert@gmail.com> (maintainer)
2010-02-09 06:10:29 +00:00
Max Khon
ac1dd0c9bd Add CONFLICTS with virtuoso-* ports.
PR:		122801
2010-02-08 15:43:25 +00:00
Alex Dupre
3e893a14b9 Remove unneeded dependencies and don't link to libthr.
Approved by:	maintainer
2009-12-13 08:39:46 +00:00
Jeremy Messenger
789d75c728 -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
2009-08-02 19:36:34 +00:00
Max Khon
14681a6608 - Fix ODBCINT64 and UODBCINT64 definitions in unixodbc_conf.h
Patch is taken from unixODBC CVS repository.

Approved by:	MAINTAINER
2009-01-27 05:07:23 +00:00
Beech Rintoul
8d38cd37a3 - Update to 2.2.14
- Pass maintainership to submitter

PR:		ports/129454
Submitted by:	Peter C. Lai <cowbert@gmail.com>
2009-01-08 05:29:51 +00:00
Dmitry Marakasov
32712d9eaa - Fix build qt3 GUI while qt4.4 installed
PR:		126645
Submitted by:	"Dima Panov" <fluffy at fluffy dot khv dot ru>
2008-09-05 21:11:39 +00:00
Alejandro Pulver
1f4dc27f41 - Install MySQL sample configuration files in EXAMPLESDIR.
- Add pkg-message to let the user know about the example configuration files
  and how to use them.
- Bump PORTREVISION.
- Restrict CONFLICTS as portlint(1) suggests.
- Clean up.

PR:		ports/113538
Submitted by:	"User1001" <supraexpress@globaleyes.net>
Reworked by:	alepulver (myself)
2007-09-30 21:09:42 +00:00
Tilman Keskinoz
0103d93356 Don't install world writeable files and directories.
PR:		114286
Reported by:	"O. Hartmann" <ohartman@zedat.fu-berlin.de>
2007-07-30 15:30:55 +00:00
Tom McLaughlin
ffba539fe7 Don't clobber config files on update.
PR:		111923
Submitted by:	emaste
2007-06-25 05:13:25 +00:00
Max Khon
1233e51f94 - Fix the build if MiniSQL headers are present: never build MiniSQL
ODBC driver. It is not in our pkg-plist and the build is broken.
- Bump PORTREVISION.
2006-11-28 20:01:56 +00:00
Max Khon
0f9d45de73 Do not call ${CHOWN} if INSTALL_AS_USER is set. 2006-11-07 15:27:36 +00:00
Martin Wilke
32ae46724f - Update to 2.2.12
PR:		ports/105029
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Sponsored by:   FreeBSD Bug-a-thon #2
2006-11-04 23:14:18 +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
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
8782296f87 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry 2006-01-22 00:30:24 +00:00
Pav Lucistnik
aa1836b7e9 - Add SHA256 2005-11-24 01:23:57 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
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