1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
Commit Graph

3809 Commits

Author SHA1 Message Date
Pav Lucistnik
5165f9ec0d - ${ENV} is a generic shell variable in /bin/sh and in bash,
what was intended is ${SETENV}

Approved by:	maintainer
Pointy hat to:	sem
2005-05-11 18:21:04 +00:00
Palle Girgensohn
ebc37b4280 Fixing problems with the recent security patch: When bison was not
installed, the patched gram.y file would not be used and the security
patch would be a no-op. Also, I've had reports of compilation errors
related to bison.

Since checking for the correct version of bison is hard and error
prone, I'm doing what the postgresql distribution does - patching the
yacc:ed .c file to get rid of the building dependency.

Bumping portrevision of -server.

Pointy hat to:	me
Noticed by:	Mike Harding and others
Security:	http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html
Approved by:	seanc (implicit)
2005-05-11 00:40:15 +00:00
Palle Girgensohn
30f96e3f96 Update PostgreSQL to latest versions. For details on the fixes,
please see the HISTORY file included in the Release, but a summary
consists of:

      * Change encoding function signature to prevent misuse
      * Change "contrib/tsearch2" to avoid unsafe use of INTERNAL function
        results
      * Repair race condition between relation extension and VACUUM
        This could theoretically have caused loss of a page's worth of
        freshly-inserted data, although the scenario seems of very low
        probability. There are no known cases of it having caused more than
        an Assert failure.

Security:	http://www.postgresql.org/about/news.315
2005-05-10 23:42:54 +00:00
Thierry Thomas
916d8146f0 - Upgrade to 1.83
Changelog at
<http://sourceforge.net/project/shownotes.php?group_id=19382&release_id=326187>

- Don't use '.if exists' in pre-/post- install.
2005-05-10 17:07:52 +00:00
Dmitry Sivachenko
28211083a3 Update to version 1.27. 2005-05-10 14:28:53 +00:00
Dmitry Sivachenko
44b61cb1b7 Correct WWW. 2005-05-10 09:44:15 +00:00
Dmitry Sivachenko
d927d55d6c Update to version 1.2.6. 2005-05-10 09:14:54 +00:00
Dmitry Sivachenko
959321377f Fix build with rrdtool 1.2.x.
Spotted by:	kris
2005-05-10 08:41:31 +00:00
Hye-Shik Chang
323973d144 Fix build with rrdtool 1.2.
Spotted by:	kris
2005-05-10 06:10:21 +00:00
Thierry Thomas
0de698294e Update to latest version.
Full list of mysql++ changes at <http://tangentsoft.net/mysql++/ChangeLog>.

PR:		ports/80693
Submitted by:	maintainer
2005-05-09 21:59:39 +00:00
Dmitry Sivachenko
4c1a5cbacb Update to version 0.36.1. 2005-05-09 07:18:06 +00:00
Dmitry Sivachenko
ff7e316c16 USE_LIBTOOL implies GNU_CONFIGURE. 2005-05-08 21:31:43 +00:00
Dmitry Sivachenko
b3d4c962dc Upgrade to version 1.2.4. 2005-05-08 20:56:09 +00:00
Tilman Keskinoz
206c47477a Fix dependencies
Bump PORTREVISION

PR:		80216
Submitted by:	janos.mohacsi@bsd.hu
2005-05-08 13:59:47 +00:00
Norikatsu Shigemura
8d870e03c6 Chase dependency on p5-DBD-Pg.
(Use p5-DBD-Pg-13 on FreeBSD 4.x and Perl 5.00503)
2005-05-08 07:44:30 +00:00
Norikatsu Shigemura
b737e80a64 Add LATEST_LINK. 2005-05-08 06:50:17 +00:00
Norikatsu Shigemura
62cb14d858 Add CONFLICTS p5-DBD-Pg and p5-DBD-Pg-13, each other. 2005-05-08 06:47:59 +00:00
Norikatsu Shigemura
98412cbc70 Add p5-DBD-Pg-13 1.32, Provides access to PostgreSQL
databases through the DBI.

This is a port to provide DBD:Pg driver on FreeBSD
4.x with Perl 5.00505.  So if you use Perl 5.6 or
lator, you should use databases/p5-DBD-Pg port.

Requsted by:	Jun Watahiki <j-watahiki at ensure.jp>
2005-05-08 06:35:44 +00:00
Kris Kennaway
525f43914d BROKEN: Installs file in /etc
No response from:	maintainer
2005-05-07 23:15:16 +00:00
Jean-Yves Lefort
7843452227 Update to 2.0.a2
PR:		ports/80658
Submitted by:	maintainer
2005-05-07 21:41:51 +00:00
Jean-Yves Lefort
59ccca7815 Update to 4.3.28
PR:		ports/80576
Submitted by:	maintainer
2005-05-07 18:26:05 +00:00
Norikatsu Shigemura
2c163c685d Add linux-oracle-instantclient-sqlplus 10.1.0.3, oracle 10
InstantClient SQLPlus. Works with Oracle RDBMS 8.1.2+.

PR:		ports/76166
Inspired by:	Alexander Novitsky <alecn2002@yandex.ru>
Oked by:	thierry:-)
2005-05-06 15:13:13 +00:00
Norikatsu Shigemura
dd2a172061 Add linux-oracle-instantclient-sdk 10.1.0.3, oracle 10
InstantClient SDK. Works with Oracle RDBMS 8.1.2+.

PR:		ports/76166
Inspired by:	Alexander Novitsky <alecn2002@yandex.ru>
Oked by:	thierry:-)
2005-05-06 15:11:44 +00:00
Norikatsu Shigemura
21ab002805 Add linux-oracle-instantclient-basic 10.1.0.3, oracle 10
InstantClient basics. Works with Oracle RDBMS 8.1.2+.

PR:		ports/76166
Submitted by:	Alexander Novitsky <alecn2002@yandex.ru>
Oked by:	thierry:-)
2005-05-06 15:08:19 +00:00
Palle Girgensohn
2acfba6325 Update the ICU patch with some bug fixes 2005-05-06 02:36:50 +00:00
Hye-Shik Chang
c94348debc Fix build for the recent freetds library and unmark BROKEN. 2005-05-05 08:47:45 +00:00
Lars Thegler
4536770310 Update to 0.20
Approved by:	mat (blanket)
2005-05-04 10:40:48 +00:00
Roman Bogorodskiy
944e3496e3 Add one more MASTER_SITE backup
PR:		80574
Submitted by:	Renato Botelho (maintainer)
2005-05-03 11:21:49 +00:00
Lars Thegler
aec999f453 Update to 1.14 2005-05-02 20:12:23 +00:00
Erwin Lansing
0c61cd09b1 Mark IGNORE for perl < 5.6.x, which also drops the databases/p5-DBD-File
dependency.

Prompted by:	mat
PR:		80015
2005-05-02 11:23:29 +00:00
Sergey Matveychuk
03f16e88b0 - Don't be too smart and don't change /etc/services and /etc/inetd.conf
It fix problem with extra files on pointyhat
- Add message for usr how to run

PR:		ports/80358
Submitted by:	maintainer
2005-05-01 09:29:42 +00:00
Sergey Matveychuk
0ce92d8b40 - Do not change PREFIX and install port in PREFIX/firebird
PR:		ports/80414
Submitted by:	maintainer
2005-05-01 09:26:40 +00:00
Sergey Matveychuk
ce5cf9e4d9 - Fix pkg-plist. Unbreak.
Reported by:	kris via pointyhat
2005-05-01 09:09:06 +00:00
Kris Kennaway
b44a0503c6 BROKEN: Does not compile 2005-04-30 01:03:32 +00:00
Kris Kennaway
b0d32c0d8e BROKEN: Incomplete pkg-plist 2005-04-30 00:56:32 +00:00
Roman Bogorodskiy
c60e697304 + update port: databases/pear-DB_DataObject_FormBuilder to 0.14.0
+ changelog: http://pear.php.net/package/DB_DataObject_FormBuilder/download/0.14.0/
+ fix RUN_DEPENDS

PR:		80440
Submitted by:	Antonio Carlos Venancio Junior (maintainer)
2005-04-29 15:11:32 +00:00
Roman Bogorodskiy
32867db4a5 - update to 4.62
- update WWW: line

PR:		80430
Submitted by:	Martin Matuska (maintainer)
2005-04-28 15:13:47 +00:00
Sergey Skvortsov
b9e65bcffb Update to 2.9007 2005-04-27 09:02:40 +00:00
Sergey Matveychuk
c2156ba767 - Try to remove share/application to make pointyhat happy.
Reported by:	kris (via pointyhat)
2005-04-27 08:10:11 +00:00
Oliver Lehmann
39baf03e56 move mail/courier-authlib to security/courier-authlib which is a meta-port now.
Submitted by:		Yarema <yds@CoolRat.org>
In corporation with:	Jose M Rodriguez <josemi@freebsd.jazztel.es>, Milan Obuch <ports@dino.sk>, myself
2005-04-26 19:17:32 +00:00
Sergey Matveychuk
20d5b03667 - Don't be so smart and don't change /etc/services and /etc/inetd.conf
for an user. Just explain him what to do in pkg-message. It fixes problem
  with extra files and dirs.
- Remove some useless @dirrm from pkg-plist

PR:             ports/80345
Submitted by:   maintainer
Reported by:    kris (via pointyhat)
2005-04-26 17:46:48 +00:00
Sergey A. Osokin
9f947d5e01 Update to 3.13. 2005-04-25 10:03:17 +00:00
Sergey A. Osokin
af25012a9a Update to fresh version 3.37. 2005-04-25 09:59:36 +00:00
Michael Johnson
d1d8cfff95 - Update to 1.8.24 2005-04-25 04:02:03 +00:00
Jun Kuriyama
ba358c4800 Reset maintainer to ports@.
I'm not using this program for now.
2005-04-24 22:27:09 +00:00
Edwin Groothuis
7fdae3bf90 [MAINTAINER] databases/firebird-devel: Add a MASTER_SITE backup,
add $FreeBSD$ to pkg-plist

PR:		ports/80295
Submitted by:	Renato Botelho <freebsd@galle.com.br>
2005-04-24 04:22:22 +00:00
Sergey Matveychuk
12aad6f2be - Add pkg-install. It enable package build.
PR:		ports/79869
Submitted by:	maintainer
2005-04-23 20:06:32 +00:00
Herve Quiroz
01ed5103c5 Use JAVALIBDIR to find JAR dependencies during the build
PR:		80271
Submitted by:	maintainer
2005-04-23 10:51:59 +00:00
Sam Lawrance
d330210a51 Update PostGIS to 1.0.0.
PR:		ports/80223
Submitted by:	Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
Approved by:	clement (mentor)
2005-04-23 08:44:08 +00:00
Herve Quiroz
fcd2aa8e44 Update to 3.1.8
PR:		80270
Submitted by:	maintainer
2005-04-23 03:15:00 +00:00