Commit Graph

175051 Commits

Author SHA1 Message Date
Martin Wilke
befc26fa19 - Use TCL/TK 8.4
PR:		110422
Submitted by:	Martin Tournoij <carpetsmoker@xs4all.nl>
Approved by:	maintainer timeout
2007-04-09 17:43:19 +00:00
Alejandro Pulver
359214e6b1 - Complete repocopy of games/bos to games/boswars.
- Update to version 2.3 (first version released after the project was renamed).

PR:		ports/110633
Submitted by:	alepulver (myself)
2007-04-09 17:40:40 +00:00
Jeremy Messenger
8182f95e12 Update to 0.4.11. 2007-04-09 17:37:55 +00:00
Jeremy Messenger
44106f83c5 - Fix the '==' -> '=' in configure.
- Fix the build [1], dependency and plist if audio/espeak is installed in the
  system.
- Add a new knob, WITH_ESPEAK, with autocheck.
- Bump the PORTREVISION.

PR:		ports/111217 [1]
Reported by:	Jukka A. Ukkonen <jau@iki.fi> [1]
2007-04-09 17:32:52 +00:00
Martin Wilke
0caefd3bc6 - Fix build with gcc 4.1
Notes:
        sipxportlib contains numerous cases of casting a pointer
        to an int.  Gcc 4.1 does not like this on amd64 systems.
        I have silenced the compilation error by first typecasting
        through a uintptr_t.  This does not fix any underlying
        problems, but at least the code compiles.

Approved by:	maintainer
2007-04-09 17:29:42 +00:00
Alejandro Pulver
26aabdd342 - Change some spaces into tabs. 2007-04-09 17:24:21 +00:00
Alejandro Pulver
76601d3b38 - Make autodetection work properly. 2007-04-09 17:23:20 +00:00
Martin Wilke
c7e28753bb - Update to 0.2.22
PR:		111062
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
2007-04-09 17:22:04 +00:00
Martin Wilke
83ec2c8171 - Update to 0.35
PR:		107705
Submitted by:	Michael Lednev <liettneff@bk.ru> (maintainer)
2007-04-09 17:20:48 +00:00
Jung-uk Kim
54b8a72bde Re-add OOo issue 64906 workaround for FreeBSD. The root cause of the crash
is i65462 but it was dormant until i65004 was closed.

Approved by:	maho
2007-04-09 16:29:52 +00:00
Christian Weisgerber
1f9a1ee631 (second attempt)
reserve _ntp UID/GID for OpenNTPD
2007-04-09 16:21:17 +00:00
Christian Weisgerber
5e34a6abec reserve _ntp UID/GID for OpenNTPD 2007-04-09 16:17:29 +00:00
Jung-uk Kim
c32f21340a Allow OpenOffice.org to be built with system freetype2 library instead of
bundled one.  The knob is WITH_SYSTEM_FREETYPE.  The most notable advantage
of using the latest freetype library from ports is it has CJK emboldening
feature (i.e., it makes fake bold fonts from non-bold ones) and
OpenOffice.org already makes use of it when the feature is available.

Approved by:	maho
2007-04-09 16:14:28 +00:00
Christian Weisgerber
eea81c262a * Update to 2.0.4. Changes in this release:
- Support additional keys on some terminals.
  - Minor documentation updates.

* Enable UTF-8 support if ncursesw is available in the base system.
2007-04-09 16:10:14 +00:00
Dag-Erling Smørgrav
43b341a6f7 Add rc script. Note that IWBN to have tits keep a pidfile.
Approved by:	maintainer (mich@)
2007-04-09 15:43:28 +00:00
Michael Johnson
ba9a368f55 Update to 2.18.1 2007-04-09 15:09:55 +00:00
Michael Johnson
ac61b5d82d Update to 1.18.1 2007-04-09 14:47:26 +00:00
Michael Johnson
4a2db7df85 Update to 2.18.1 2007-04-09 14:34:26 +00:00
Nicola Vitale
85247a9513 - Update to 0.3.5 2007-04-09 14:20:02 +00:00
Michael Johnson
5e5871d75e Update to 2.18.1 2007-04-09 13:57:01 +00:00
Pav Lucistnik
d5f3f67cf4 - Fix --acls with --delete
Submitted by:	Gary <gary@mups.co.uk>
Obtained from:	http://lists.samba.org/archive/rsync/2006-November/016706.html
2007-04-09 13:55:32 +00:00
Michael Johnson
c1c2c1cd85 - Fix plist due to DOCSDIR/DATADIR change from PORTNAME change.
Reported by:	pointyhat via kris
2007-04-09 13:36:11 +00:00
Gerald Pfeifer
ffb2a763be Update to the 20070406 snapshot of GCC 4.3.0. 2007-04-09 13:23:10 +00:00
Michael Johnson
799d19c0ee Update to 2.18.2 2007-04-09 13:01:47 +00:00
Cheng-Lung Sung
7bee57032f - Update to 0.96 2007-04-09 12:28:06 +00:00
Michael Johnson
d94cfc1fe3 Only install escputil.1 in gutenprint-base port
Reported by:	kris via pointyhat
2007-04-09 12:26:33 +00:00
Cheng-Lung Sung
9369c138b4 - Update to 1.96.9 2007-04-09 12:22:06 +00:00
Cheng-Lung Sung
50b79ac1fe - Update to 1.7.5 2007-04-09 12:21:51 +00:00
Rong-En Fan
ee1253140b - Fix build with gcc4
- Make Cromwell capable of providing a FreeBSD bootinfo structure, which
  contains the boot environment, boot device etc. After this, you can
  specify

  append vfs.root.mountfrom=ufs:/dev/ad0s1a

  in /boot/xboxlinux.cfg. And remove options ROOTDEVNAME in XBOX kernel
  config.

PR:		ports/111405
Submitted by:	rink (maintainer)
2007-04-09 12:10:32 +00:00
Rong-En Fan
9861d38aab - Fix theme parsing on 7.x. This patch is also accepted by upstream.
PR:		ports/111342
Submitted by:	Henrik Brix Andersen <henrik at brixandersen.dk>
Approved by:	Tobias <ports at fsck.ch> (maintainer)
2007-04-09 11:57:24 +00:00
Gerald Pfeifer
759a433b5b lang/gfortran is gone; remove CONFLICTS. 2007-04-09 11:14:04 +00:00
Mark Linimon
3b661d3430 Maintainer no longer has access to FreeBSD machines. We appreciate the
help in the past.

PR:		ports/111184
2007-04-09 10:59:02 +00:00
Thierry Thomas
c01b7b557d Update to 0.8.22.
Data are no longer included in the source tarball, mirror them.

Changelog at <http://globulation2.org/wiki/Changes>.
2007-04-09 10:17:13 +00:00
Andrew Pantyukhin
d299f57e0f Add port mail/horde-forwards:
Forwards is a Horde module for setting user email forwards via the .forward
mechanism supported by several popular mailers.

Right now, Forwards provides fairly complete support for setting .forward style
forwards on Sendmail, Courier, or Qmail mail based systems via an FTP transport.
It now also has drivers for Mdaemon, Exim SQL, Exim LDAP, Custom SQL, and SOAP
based systems.

WWW: http://www.horde.org/forwards/

PR:		ports/110886 (based on)
Submitted by:	Beech Rintoul <beech@alaskaparadise.com>
2007-04-09 10:16:50 +00:00
Andrew Pantyukhin
6b1666d309 - Update to 3.0.1
PR:		ports/110891 (based on)
Submitted by:	Beech Rintoul <beech@alaskaparadise.com> (maintainer)
2007-04-09 10:04:23 +00:00
Akinori MUSHA
c1405d1c83 Add svn_load_dirs, a Perl script to load directories into a Subversion
repository.
2007-04-09 09:58:59 +00:00
Andrew Pantyukhin
edf4695436 - Update chora to 2.0.2
PR:		ports/110827 (based on)
Submitted by:	Beech Rintoul <beech@alaskaparadise.com> (maintainer)
2007-04-09 09:58:25 +00:00
Tilman Keskinoz
3d2af5316c Remove kgeography, latest versions of kgeography have been part of kdeedu
for some time.
2007-04-09 09:39:50 +00:00
Li-Wen Hsu
410fd953fc - Update to 1.4.0a3
PR:		111398
Submitted by:	Zhen REN <bg1tpt AT gmail.com> (maintainer)
Approved by:	clsung (mentor)
2007-04-09 09:32:17 +00:00
Li-Wen Hsu
6bf061550c - Update MASTER_SITES
PR:		111397
Submitted by:	<candy AT kgc.co.jp>
Reviewed by:	maintainer, clsung (mentor)
2007-04-09 09:11:10 +00:00
Andrew Pantyukhin
1d0ed1a69b - Convert the rest of horde ports to bsd.horde.mk
Approved by:	Beech Rintoul <beech@alaskaparadise.com> (maintainer, implicit)
2007-04-09 09:07:58 +00:00
Oliver Lehmann
1d83b817cb fix compile on 32bit platforms
Noted by:	pointyhat
2007-04-09 08:59:42 +00:00
Cheng-Lung Sung
b2a78a5ff4 - Update to 1.11 2007-04-09 08:06:35 +00:00
Cheng-Lung Sung
4bae6de282 - Update to 0.38 2007-04-09 08:04:40 +00:00
Marc G. Fournier
bfefc5de63 Ensure that this builds with Apache 2.2.x ... 2007-04-09 04:52:15 +00:00
Ying-Chieh Liao
ce5d8634be add eventxx 0.4
A C++ wrapper for libevent
2007-04-09 02:50:59 +00:00
Alejandro Pulver
19f2efc8a4 - Update to version 0.114.
Reported by:	distfiles survey
2007-04-09 02:21:52 +00:00
Alejandro Pulver
316d9f5259 - Update to version 0.113.
Reported by:	distfiles survey
2007-04-09 02:18:39 +00:00
Cheng-Lung Sung
bde3179b80 - Update to 1.6
PR:		ports/111256
Submitted by:	maintainer (James Bailie)
2007-04-09 02:15:58 +00:00
Rong-En Fan
8357fd0ba5 - Chase libggz share library bump 2007-04-09 02:07:44 +00:00