Commit graph

64 commits

Author SHA1 Message Date
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
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