Commit Graph

118911 Commits

Author SHA1 Message Date
Mario Sergio Fujikawa Ferreira
43a47aa881 o Fix patch #3676 from patch kit p with patch [2] from [1]: BT/fileTP
HTTP header check

  [1] http://savannah.nongnu.org/patch/?func=detailitem&item_id=3676
  [2] file 3676_2-fix.patch

o Bump PORTREVISION
2005-01-31 02:47:22 +00:00
Michael Johnson
f5c3602bd6 - Update to 1.31 2005-01-31 02:31:32 +00:00
Michael Johnson
c6374edd03 - Readd ONLY_FOR_ARCHS=i386
Tested by:	pav (amd64)
Reported by:	pointyhat
2005-01-31 02:08:44 +00:00
Palle Girgensohn
8da7d1da0c Correct comment about USE_PGSQL knob 2005-01-31 02:05:54 +00:00
Palle Girgensohn
4b2a360285 Bumping portrevision 2005-01-31 02:00:54 +00:00
Palle Girgensohn
504e1a160a Bump portrevision 2005-01-31 01:58:58 +00:00
Michael Johnson
77b0f46395 - Fix RUN_DEPENDS
Reported by:	FreshPorts sanity check
2005-01-31 01:55:03 +00:00
Michael Johnson
7ab47a6961 - Update to 0.90 2005-01-31 01:49:03 +00:00
Palle Girgensohn
7990471c15 Bump portrevision 2005-01-31 01:48:06 +00:00
Herve Quiroz
e9c581baa8 Commons Math is a library of lightweight, self-contained mathematics and
statistics components addressing the most common problems not available in the
Java programming language or Commons Lang.

WWW: http://jakarta.apache.org/commons/math/
2005-01-31 01:48:04 +00:00
Palle Girgensohn
05610f3814 Bump portrevision. 2005-01-31 01:46:21 +00:00
Palle Girgensohn
736c07eca8 The PostgreSQL version 7.2 is removed, since 7.2 branch is retired.
PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:41:33 +00:00
Palle Girgensohn
bcad976d9a Split the postgresql ports into a server and a client part. Hence,
remove this port. Please see UPDATING for more info.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:39:18 +00:00
Palle Girgensohn
dde08c696b Say hello to postgresql-8.0. Some of the highlights of the new version
are savepoints (within transactions), point-in-time recovery and
tablespaces. Check out the release notes and the shiny new
PostgreSQL.org website at:

http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0

The port uses the new postgresql ports' layout and is split into a
server and a client part. The following knobs can be used by ports
depending on PostgreSQL:

# USE_PGSQL     - Add PostgreSQL client dependency.
#                 If no version is given (by the maintainer via the port or
#                 by the user via defined variable), try to find the
#                 currently installed version.  Fall back to default if
#                 necessary (PostgreSQL-7.4 = 74).
# DEFAULT_PGSQL_VER
#               - PostgreSQL default version. Can be overridden within a port.
#                 Default: 74.
# WANT_PGSQL_VER
#               - Maintainer can set an arbitrary version of PostgreSQL by
#                 using it.
# BROKEN_WITH_PGSQL
#               - This variable can be defined if the ports doesn't support
#                 one or more versions of PostgreSQL.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:36:16 +00:00
Palle Girgensohn
34fa6c853e Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:35:55 +00:00
Palle Girgensohn
ae2c26ad44 Split the postgresql ports into a server and a client part.
The tcltk interface has been removed from the main distribution, so
fixate the version number to the latest released version, 7.4.6.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:20:43 +00:00
Palle Girgensohn
efcaba0c16 Split the postgresql ports into a server and a client part.
The JDBC interface has been moved from the main distribution to its
own project at jdbc.postgresql.org. Fixate to the latest version
in main distro, 7.4.6, pending an update to latest version from the
project site.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:20:25 +00:00
Palle Girgensohn
e2eee41076 Split the postgresql ports into a server and a client part. The
following knobs can be used by ports depending on PostgreSQL:

# USE_PGSQL     - Add PostgreSQL client dependency.
#                 If no version is given (by the maintainer via the port or
#                 by the user via defined variable), try to find the
#                 currently installed version.  Fall back to default if
#                 necessary (PostgreSQL-7.4 = 74).
# DEFAULT_PGSQL_VER
#               - PostgreSQL default version. Can be overridden within a port.
#                 Default: 74.
# WANT_PGSQL_VER
#               - Maintainer can set an arbitrary version of PostgreSQL by
#                 using it.
# BROKEN_WITH_PGSQL
#               - This variable can be defined if the ports doesn't support
#                 one or more versions of PostgreSQL.

Note that a periodic script is installed that will, by default, vacuum
all databases nightly. You may want to tweak the settings, see the
script at ${LOCALBASE}/etc/periodic/daily/502.pgsql

To run PostgreSQL at boot time, set postgresql_enable=yes in /etc/rc.conf.

Note
PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:19:47 +00:00
Palle Girgensohn
5a566703b2 This port installs the client part of PostgreSQL.
PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:00:28 +00:00
Thierry Thomas
1e1dd8e98a Add missing files.
PR:		ports/75342
Submitted by:	maintainer.
2005-01-30 22:42:12 +00:00
Kirill Ponomarev
5a6572a15d Fix build.
Reported by:	ceri
2005-01-30 22:12:09 +00:00
Palle Girgensohn
300d0fc9e7 Fix dependencies, too many build_deps and not enough run_deps.
Deducing info from the program's website, it will need Perl,
ImageMagick, libwww-perl and ghostscript, nothing more, nothing less.

Also, take on maintainership.

Approved by: ade (mentor)
2005-01-30 21:24:34 +00:00
Oliver Lehmann
ba146a6e90 remove xfce4-menueditor since it is now included in xfce4-desktop
Requested by:	maintainer
Approved by:	maintainer
2005-01-30 21:05:18 +00:00
Kirill Ponomarev
e616f1bc78 Update to 2.1.11 2005-01-30 21:03:30 +00:00
Dejan Lesjak
941a9a738b Clarify message about how to install luit setuid a bit.
Noticed by:	Rostislav Krasny (rosti_bsd at yahoo.com)
2005-01-30 19:40:04 +00:00
Mario Sergio Fujikawa Ferreira
4ce9f58e7d o Disable patch #3672 [1] from patch kit p, the patch for uploading
to low id clients is not currently well understood. There is a
  lot of complain about slow download speeds due to emule credit
  system penalizing mldonkey clients

  [1] http://savannah.nongnu.org/patch/?func=detailitem&item_id=3672

o Bump PORTREVISION
2005-01-30 19:10:50 +00:00
Vanilla I. Shu
1786f65ad2 - update from 1.3.7 to 1.3.8
- update pkg-plist
- add note about MySQL module

PR:		ports/76866
Submitted by:	maintainer
2005-01-30 18:52:21 +00:00
Oliver Braun
11a4a2700d Upgrade to 0.81.
PR:		ports/76864
Submitted by:	maintainer
2005-01-30 17:44:03 +00:00
Pav Lucistnik
a661f11207 - Update to support Mozilla 1.8a6
PR:		ports/76842
Submitted by:	Fortune <fortune@n.jpn.ph> (maintainer)
2005-01-30 17:35:43 +00:00
Kirill Ponomarev
5894fa81b6 Update to 1.1 2005-01-30 17:34:07 +00:00
Kirill Ponomarev
c99888d3e9 Set NO_LATEST_LINK. 2005-01-30 17:28:30 +00:00
Kirill Ponomarev
d016b209fb Use NO_LATEST_LINK. 2005-01-30 17:27:18 +00:00
Kirill Ponomarev
16b4b9485d Set LATEST_LINK. 2005-01-30 17:25:09 +00:00
Tilman Keskinoz
ae4bcfee1d Update to 1.3
PR:		76855
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
2005-01-30 17:23:17 +00:00
Kirill Ponomarev
fdbce8f5d4 Set LATEST_LINK. 2005-01-30 17:16:20 +00:00
Kirill Ponomarev
d8dbeeb66c Update to 2.5.1
PR:		ports/76863
Submitted by:	maintainer
2005-01-30 17:05:54 +00:00
Akinori MUSHA
81d2328c62 Change the maintainer to myself, adding a note that issues that are
not specific to this port/package should go to the freebsd-cvsweb
mailing list.

Requested by:	scop
2005-01-30 16:53:43 +00:00
Sergey Matveychuk
9d9c62c276 - Update to 4.44
Mostly bugfix release

PR:		ports/76273
Submitted by:	self
Approved by:	eik (timeout: 2 weeks)
2005-01-30 15:27:36 +00:00
Pav Lucistnik
c7397b2f5d - adds _tor user and gourp for tor to run as
- puts data into /var/db/tor/data  -  TAKE NOTE WHEN UPGRADING!
- working tor.sh!!! (finally. sorry for not doing this earlier!)

PR:		ports/76837
Submitted by:	rik <freebsd-ports@rikrose.net> (maintainer)
2005-01-30 14:55:57 +00:00
Christian Weisgerber
de2f97f40e Fix command line parsing.
Submitted by:	Jiri Pridal <jiri.pridal@jmk.izscr.cz>
Obtained from:	GNU CVS
2005-01-30 14:55:41 +00:00
Andrey A. Chernov
4bc33325bc Change APACHE_PERF_TUNING default to more reasonable value
Submitted by:   Nikolas Britton <freebsd@nbritton.org>
2005-01-30 14:50:21 +00:00
Pav Lucistnik
834b5e913f - Mark BROKEN on amd64
PR:		ports/76836
Submitted by:	Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer)
2005-01-30 14:42:30 +00:00
Andrey A. Chernov
9f8032772c Additionly build/install libpng{12,}-config since many ports expect it 2005-01-30 14:41:31 +00:00
Pav Lucistnik
655dd99c32 - Fix install on sparc64 [1]
- Fix kris' typo

PR:		ports/76832 [1]
Submitted by:	Johan van Selst <johans@stack.nl>
2005-01-30 14:37:32 +00:00
Pav Lucistnik
ae9dfa5761 - Fix build on 5.x: add dependency on motif [1]
- Fix plist nit

PR:		ports/76824 [1]
Submitted by:	Johan van Selst <johans@stack.nl>
2005-01-30 13:50:46 +00:00
Pav Lucistnik
5ed4a7530b - Remove dead mastersite
PR:		ports/76823
Submitted by:	Andrey Slusar <anrays@gmail.com> (maintainer)
2005-01-30 13:39:32 +00:00
Pav Lucistnik
fe2100d677 - Update to 1.6.5
PR:		ports/76833
Submitted by:	Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
2005-01-30 13:37:35 +00:00
Alexander Leidinger
8c4a2c7ecf POLA: let the port behave as the previous version regarding the location
of the certification files.

Noticed by:	Manfred Antar <null@pozo.com>
Approved by:	maintainer (implicit)
2005-01-30 13:31:57 +00:00
Pav Lucistnik
cece986586 - Fix build on sparc64: rework endianness autodetection
PR:		ports/76828
Submitted by:	Johan van Selst <johans@stack.nl>
2005-01-30 13:30:53 +00:00
Ralf S. Engelschall
82898481f2 upgrade to OSSP sa 1.2.4 2005-01-30 13:20:34 +00:00