1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
Commit Graph

2553 Commits

Author SHA1 Message Date
Edwin Groothuis
7fe9e75768 [MAINTAINER] databases/postgresql73: wrong MD5_FILE for subports
Just realized that after the repo-copy, the MD5_FILE pointer for
	subports was never updated.

PR:		ports/61193
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2004-01-11 10:32:54 +00:00
Pete Fritchman
e4a46328e3 - give a more specific URL to fetch the distfile from
- switch to UID/GID 98 so we don't conflict w/qmail
- remove BROKEN for -current; I can't repeat this, and it looks like
  patch-az and patch-ab address the problem.
- bump PORTREVISION
2004-01-11 05:38:40 +00:00
Edwin Groothuis
1c55eab4fa fix port: databases/p5-DBIx-Password
remove extra file and directories.

Informed maintainer.

PR:		ports/61061
Submitted by:	Yen-Ming Lee <leeym@utopia.leeym.com>
2004-01-10 10:33:17 +00:00
Edwin Groothuis
ec56618aab replace dependency on apache with USE_APACHE 2004-01-10 10:28:48 +00:00
Edwin Groothuis
fc09ccf718 No documentation for the port databases/dbf2mysql is installed
There is no documentation after the port dbf2mysql installation.

PR:		ports/51140
Submitted by:	Alex Semenyaka <alexs@snark.ratmir.ru>
Approved by:	maintainer timeout
2004-01-10 09:27:33 +00:00
Edwin Groothuis
f68fdc7175 new ports: databases/mantis
Mantis is a web-based bugtracking system.

	It is written in the PHP scripting language and requires
	the MySQL database and a webserver. Mantis has been installed
	on Windows, MacOS, OS/2, and a variety of Unix operating
	systems. Any web browser should be able to function as a
	client. It is released under the terms of the GNU General
	Public License (GPL).

PR:		ports/46034
Submitted by:	Sebastien Gioria <gioria@FreeBSD.ORG>
2004-01-10 09:19:54 +00:00
Pav Lucistnik
1977d149f7 Add Berkeley DB 4.2.52 after repocopy from db41.
Note to other porters who want their port to depend on this one: Use

LIB_DEPENDS=db-4.2.2:${PORTSDIR}/databases/db42-nocrypto

Usually, setting
CONFIGURE_ENV?=	CPPFLAGS="-I${LOCALBASE}/include/db42"
		LDFLAGS="-L${LOCALBASE}/lib/db42" LIBS="-ldb-4.2"

will then work to get the right DB library. At run time, the proper
library will be looked up by its SONAME, which is "libdb-4.2.so.2" and
resides in /usr/local/lib.

PR:		ports/60943
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2004-01-09 09:45:37 +00:00
Kirill Ponomarev
7e993deff7 - Update to 1.7.28
PR:		61102
Submitted by:	maintainer
2004-01-08 23:55:14 +00:00
Mark Linimon
b2b41bf90a Remove databases/xmysql. Per the distfile survey, this port hasn't
fetched for a long time.  It's no longer even clear that this is the
same port as is now available on sourceforge under that name; the
major number is different.  After 3 years of no updates, it's probably
easier to start over at this point.

PR:				ports/59171
Submitted by:			linimon
No objection from anyone for:	2 months
2004-01-08 20:05:14 +00:00
Sergey A. Osokin
94399cf1e7 Update to 3.10. 2004-01-08 10:00:49 +00:00
Sergey A. Osokin
b9a64ad368 Update to 2.88. 2004-01-08 09:56:58 +00:00
Sergey A. Osokin
2fdac2141b Update to 3.09. 2004-01-06 15:34:31 +00:00
Sergey A. Osokin
117c1ceb96 Update to 2.87. 2004-01-06 15:28:32 +00:00
Will Andrews
08c8f0e2df Add py-sybase 0.36, a Python Database API interface to the Sybase RDBMS.
PR:		57521
Submitted by:	Gregory Bond <gnb@itga.com.au>
2004-01-06 06:18:59 +00:00
Pav Lucistnik
dd3f3818b5 - Update to 1.7.26
PR:		ports/60958
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org> (maintainer)
2004-01-05 23:35:27 +00:00
Akinori MUSHA
fad8517b93 Update to 0.991. 2004-01-05 18:17:22 +00:00
Adam Weinberger
6e7ec4e97c Udpate to 1.0.2.
Use %%DOCSDIR%%.
2004-01-03 20:29:08 +00:00
Edwin Groothuis
833ee1a4cc Remove options for -X, which is not possible on FreeBSD system.
Submitted by:	edwin@mavetju.org
2004-01-02 23:45:47 +00:00
Dmitry Sivachenko
7bdb27f843 Assume maintainership.
Approved by:	tobez (former maintainer)

Update to version 0.96.
2004-01-02 23:42:59 +00:00
Dmitry Sivachenko
5d806ff6a4 Fix build on -current;
utilize USE_MYSQL;
minor improvements to pet portlint.

PR:		59699
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2004-01-02 23:32:09 +00:00
Edwin Groothuis
7a6314056c FreeBSD port of the NetBSD db(1) command.
manipulate db(3)'s btree(3) and hash(3) databases

Submitted by:	edwin@mavetju.org
2004-01-02 21:53:41 +00:00
Michael Nottebrock
d80ad25f88 Add build-shimmies for qt-odbc-plugin. 2003-12-31 19:33:01 +00:00
Michael Nottebrock
5bf07460a2 Add qt-odbc-plugin, a database plugin for the QT toolkit. 2003-12-31 19:29:54 +00:00
Michael Nottebrock
701937e315 Build, link and install the plugins properly so they can actually work.
Reviewed by:	maintainer
2003-12-30 10:09:57 +00:00
Mark Linimon
a502f0a20d As documented at
http://www.mysql.com/documentation/connector-j/index.html#id2800748

MySQL Connector/J really does need JDK 1.4.x to compile.  Use of
apache-ant appears to side-step all of the effects of the USE_JAVA
knob from bsd.java.mk, so all previous testing was actually using JDK 1.4.2
to do the compilation step.

Since the distfile contains a pre-compiled .jar file, which will work with
any Java-2 JVM, provide a WITHOUT_BUILD option.

PR:		ports/59993
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Noticed by:	Aristedes Maniatis
2003-12-29 21:38:36 +00:00
Edwin Groothuis
0c43deceea Make some fields ?= so it can become a master-port for for example
databases/db3-tcl

PR:		ports/60473 (related)
2003-12-29 06:44:52 +00:00
Edwin Groothuis
59f5611bc4 New port: databases/pgbash
pgBash is a bash shell with the ability to directly connect
	to a PostgreSQL Database and use it while still being at a
	shell prompt with all its features.

PR:		ports/54271
Submitted by:	Sascha Holzleiter <sascha@root-login.org>
2003-12-29 05:20:14 +00:00
Mark Linimon
035feb978b Mark as broken on recent versions of -current due to use of varags.h
(deprecated in gcc3.3 in favor of stdarg.h.)  This is not caught on bento
because this is a restricted port.

The distfile is from 2001; perhaps the submitter of the most recent
PR (ports/58479) might take a look at creating a port for msql3?

While here, pet portlint and fix plist.
2003-12-28 08:55:53 +00:00
Edwin Groothuis
93b7ed7f50 [PATCH] simplify pear-* ports
These patches do the following things for PEAR ports:

	* devel-pear-PEAR-Makefile.common.patch
	    - provides a do-install target and all that jazz in
	      devel/pear-PEAR/Makefile.common
	    - individual PEAR ports now just set a few variables:
	* pear-ports-Makefile.common-ng.patch
	    contains changes for all pear-* ports including devel/pear-PEAR

	See http://smradoch.innuendo.cz/FreeBSD/ for complete description.

Note: still missing are:
	devel/pear-HTML_Common
	devel/pear-I18N
	net/pear-Net_NNTP
	security/pear-Auth

PR:		ports/59213
Submitted by:	Roman Neuhauser <neuhauser@bellavista.cz>
2003-12-28 07:55:47 +00:00
Kirill Ponomarev
c0c1552a04 - Update to version 1.14
PR:		60605
Submitted by:	maintainer
2003-12-28 00:24:43 +00:00
Mark Linimon
cc748244df In a followup to ports/60559, Alex admitted to being the maintainer of all
the other mysql-(server|client) ports, and thus found himself volunteered
for this one as well.  Of course, it may well be that he didn't run away
fast enough ... or that this release is probably the last in the 3.x series.
2003-12-27 07:04:07 +00:00
Norikatsu Shigemura
9b40ba5549 add CONFLICTS, use USE_MYSQL.
PR:		ports/60559
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-12-26 17:25:49 +00:00
Norikatsu Shigemura
68c83ee767 Add new SLAVE port for p5-DBD-mysql with databases/mysql41-client.
PR:		ports/60559
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-12-26 17:08:26 +00:00
Norikatsu Shigemura
6109a20595 Add new SLAVE port for p5-DBD-mysql with databases/mysql40-client.
PR:		ports/60559
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-12-26 17:07:11 +00:00
Norikatsu Shigemura
1a4405c8a4 add CONFLICTS, make a MASTER port, use USE_MYSQL.
PR:		ports/60559
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-12-26 17:05:39 +00:00
Norikatsu Shigemura
6af6d64e7e o Add CONFLICTS sections.
o Fix packages dependencies.
o portlint clean
o Correct typo in MASTER_SITES, Fix non-optimized build.

PR:		ports/60559
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-12-26 16:56:52 +00:00
Sean Chittenden
b919b91069 Maintainer update to PostgreSQL 7.4.1. This release includes fixed ident
authentication support for FreeBSD (been broken since 7.4).  Merry
Christmas to all, and to all a good night.

Release notes:
http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-4-1

Prompted by PR:	ports/60542
Obtained from:	maintainer
2003-12-25 10:55:39 +00:00
Akinori MUSHA
f6a45a43c0 Update to 0.5.0. 2003-12-23 17:33:32 +00:00
Dmitry Sivachenko
eb903a06ad Remove redundant USE_GMAKE.
PR:		58993
Submitted by:	Helge Oldach <1464424446@oldach.net>
2003-12-22 10:27:13 +00:00
Kirill Ponomarev
1feadf79a0 - Update to 1.7.23
PR:		60481
Submitted by:	maintainer
2003-12-21 21:54:42 +00:00
Clement Laforet
384e4de0ff - Update WWW
- Change my email address

Approved by:        erwin (mentor)
2003-12-21 18:37:57 +00:00
Sergei Kolobov
8bf7269a4e - Use canonical form (ports@FreeBSD.org) in MAINTAINER line 2003-12-21 00:23:25 +00:00
Sergey A. Osokin
b5cf419f03 Update to 2.86. 2003-12-20 20:29:03 +00:00
Mark Linimon
ed9d5928e5 Per distfile list, fix fetch and WWW location. 2003-12-18 05:45:24 +00:00
Mathieu Arnold
c6b9f2fd99 Update to 0.05 2003-12-17 13:07:28 +00:00
Kirill Ponomarev
50075dc6cf - Sync with lang/gauche
PR:		60324
Submitted by:	maintainer
2003-12-17 11:36:37 +00:00
Norikatsu Shigemura
a9851b4910 o Update to 4.0.17.
o Make portlint clean.

PR:		ports/60321
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-12-17 10:52:54 +00:00
Ying-Chieh Liao
553d3eefb7 add mtop 0.6.4
MySQL Monitoring Tool
2003-12-17 03:27:46 +00:00
Pav Lucistnik
4dbbbcde23 - Fix Makefile syntax for older versions of make, like 4.8-RELEASE
PR:		ports/60288
Reported by:	parv <parv@pair.com>
2003-12-16 19:32:03 +00:00
Jacques Vidrine
e596d188de Patch a remotely exploitable root buffer overflow, as reported by a
nruns.com security advisory published on the Full-Disclosure list.
2003-12-15 22:20:08 +00:00