Commit Graph

227548 Commits

Author SHA1 Message Date
Dima Panov
37ec9f3ccf - Make perl5 dependency mandatory [1]
- Improve tcl handling

Noticed by:	dinoex via IRC [1]
Approved by:	tabthorpe (co-mentor)
2009-11-27 15:45:56 +00:00
Wen Heping
4e736da4a8 - Update to 1.32
- Fix the build with Custom PREFIX

PR:		ports/140727
Submitted by:	Alex Keda <admin@lissyara.su> (maintainer)
2009-11-27 13:52:04 +00:00
Jimmy Olgeni
24779d7f4e Remove lang/erlang-doc: PDF documentation was rolled into Erlang. 2009-11-27 13:23:26 +00:00
Jimmy Olgeni
5a830433de Upgrade to version R13B03.
Obtained from:	Kenji Rikitake <kenji.rikitake at acm.org> (mostly)
2009-11-27 13:21:58 +00:00
Martin Wilke
15cad5856b - Fix build
PR:		140936
Reported by:	Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
2009-11-27 12:20:32 +00:00
Wen Heping
322b863a60 Mp3Splt is a command line utility to split mp3 and ogg files selecting a begin
and an end time position, without decoding. It's very useful to split large
mp3/ogg to make smaller files or to split entire albums to obtain original
tracks. If you want to split an album, you can select split points and
filenames manually or you can get them automatically from CDDB (Internet or a
local file) or from .cue files.  Otherwise if you have a file created either
with Mp3Wrap or AlbumWrap you can extract tracks just in few seconds. Supports
VBR mp3.

WWW: http://mp3splt.sourceforge.net/

PR:		ports/139168
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu>
2009-11-27 10:53:04 +00:00
Renato Botelho
32565f020f Fix docs installation on qmail-ldap
PR:		ports/140866
Submitted by:	Hiroyuki Seino <seichan-ml@wakhok.ne.jp>
2009-11-27 10:21:27 +00:00
Renato Botelho
4597257354 Update to 3.4.2
PR:		ports/140907
Submitted by:	garga
Approved by:	maintainer
2009-11-27 09:56:14 +00:00
Dmitry Sivachenko
b10adc0f8c Another patch to use time_t instead of long for storing timestamps.
Should fix i386 build.

Submitted by:	till plewe <till.plewe@gmail.com>
2009-11-27 09:40:34 +00:00
Beat Gaetzi
ab9d3a7b76 - Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk

Approved by:	portmgr (miwi)
Exp-run by:	miwi
2009-11-27 09:11:32 +00:00
Beat Gaetzi
47a44eda6b - Remove obsolete gecko providers
Approved by:	portmgr (miwi)
Exp-run by:	miwi
2009-11-27 09:10:47 +00:00
Beat Gaetzi
9d9f767485 - Remove obsolete gecko providers
- Bump PORTREVISION

Approved by:	portmgr (miwi)
Exp-run by:	miwi
2009-11-27 09:09:52 +00:00
Beat Gaetzi
41cf7a8c42 - Remove obsolete inclusion of www/mozilla/Makefile.common
Approved by:	portmgr (miwi)
Exp-run by:	miwi
2009-11-27 09:09:08 +00:00
Beat Gaetzi
7bd65f5b4a - Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk
- Bump PORTREVISION

Approved by:	portmgr (miwi)
Exp-run by:	miwi
2009-11-27 09:08:23 +00:00
Pietro Cerutti
0387b6a2e3 - Update to 05_20091115
- Mark only for i386 and amd64
2009-11-27 08:15:19 +00:00
Mikhail Teterin
73c9f9f317 Bump PORTREVISION... 2009-11-27 07:35:40 +00:00
Mikhail Teterin
1715da13ad Allow building against any Tcl, rather than limit to 8.4. Both 8.3
should now work properly.

Add patch to fix profiling on 8.5 AND whenever the system has been up
for more than 25 days -- the latter used to overflow the clock_t-sized
variables, because TclX uses these 31-bit values to store milliseconds.

Use the proper method to obtain CLK_TCK -- if only on FreeBSD.
2009-11-27 07:34:35 +00:00
Mikhail Teterin
5e0d5ae9a4 Add a patch obtained from the Internet, that adds access to getsid() and
setsid() to TclX scripts.
2009-11-27 07:27:46 +00:00
Mikhail Teterin
801bfa323d Chase various changes in wording and formatting in Tcl-8.5, that caused
gratuitous failures in TclX' self-tests.
2009-11-27 07:23:29 +00:00
Mikhail Teterin
41d0e46ca3 At some point a change in Tcl's core (in both 8.5 and 8.4) resulted
in an unintended call to write ZERO bytes to any descriptor, that was
opened for writing, when closing it.

When the descriptor belongs to a pipe, with its other end closed -- such
as when the started process has exited, doing so results in a SIGPIPE.
Tcl's core ignores SIGPIPEs, but TclX' self-tests didn't and began to
fail.

The bug should now be fixed in Tcl, but this patch is needed for TclX to
pass its own tests even when using the uncorrected version of Tcl.
2009-11-27 07:20:34 +00:00
Mikhail Teterin
07bce9b958 Make TclX compilable against Tcl-8.6. Doing so is still a bad idea,
because some things (especially -- profiling) break at run time.
2009-11-27 07:14:43 +00:00
Mikhail Teterin
c411bdd4fc Fix a line in configure script, which had a bug in it, that we didn't
care for, because the line was never reachable on FreeBSD.

Our new and improved sh cares deeply about such problems, however, and
configure started to fail even on 7-STABLE at the beginning of October.

Notified by:	miwi
2009-11-27 07:11:36 +00:00
Mikhail Teterin
71b1571733 When preparing a package, epm copies the files to be included into a
hierarchy under its own directory.

This patch changes the code to attempt to link() the files instead.

Should the linking fail (typically, because the source and the target
may be on different filesystems), the code will still fall back to
copying.

The patch is submitted to the (dormant) author:

	http://www.epmhome.org/str.php?L21+P0+S-2+C0+I0+E0+M10+Q

Approved by:	maintainer (maho)
2009-11-27 04:41:06 +00:00
Greg Lewis
869140396c . Update to 2.7.1. 2009-11-27 04:31:42 +00:00
Wen Heping
299e1e5c61 - Update to 2.2.6a
PR:		ports/139167
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu>
Approved by:	maintainer
2009-11-27 02:08:54 +00:00
Wen Heping
9367deaf27 - Update to 0.5.7a
PR:		ports/139166
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu>
Approved by:	maintainer
2009-11-27 01:57:49 +00:00
Martin Wilke
ce5103d877 - Add missing patch 2009-11-27 01:49:33 +00:00
Martin Wilke
8ad9867d9b - Add missing Manpages 2009-11-27 01:45:15 +00:00
Martin Wilke
805f92c8d2 The KDE FreeBSD team is proud to announce the release of KDE 4.3.3
for FreeBSD.

For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_3_1to4_3_2.php
http://www.kde.org/announcements/changelogs/changelog4_3_2to4_3_3.php

The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:	pointyhat-exp-run (myself)
2009-11-27 01:44:03 +00:00
Wen Heping
e85e19a153 - Update to 1.1.2 2009-11-27 01:38:46 +00:00
Sylvio Cesar Teixeira
a4f258e82d - Update to 3.2.4
- Update my address mail to FreeBSD

Approved by:	miwi (mentor)
2009-11-27 01:37:18 +00:00
Sylvio Cesar Teixeira
dd3c2cf224 - Fix build
- BUMP PORTREVISION

PR:		ports/140861
Submitted by:	maintainer
Approved by:	miwi (mentor)
Reported by:	pointyhat via pav
2009-11-27 01:33:34 +00:00
Sylvio Cesar Teixeira
49648caa4b - Port now do part of devel/tclxml
Approved by:	miwi (mentor)
2009-11-27 01:04:50 +00:00
Wen Heping
a4fd60f7fa - Add myself to the marker. 2009-11-27 00:53:22 +00:00
Martin Wilke
78737f3604 - Update to 2.3.1 2009-11-27 00:52:08 +00:00
Martin Wilke
525484a7b5 - Update to 2.0.10 2009-11-27 00:50:27 +00:00
Martin Wilke
fa0cbea35a - Bump PORTREVISION 2009-11-27 00:49:55 +00:00
Martin Wilke
326d1243ba - Force commit to correct the entry
- Backport execinfo support from svn

Thanks to:	rakuko/fluffy
2009-11-27 00:48:41 +00:00
Martin Wilke
253e47f5dc - Update to 1.2.1 2009-11-27 00:46:33 +00:00
Wen Heping
0891a793aa - Update to 1.4.2 2009-11-27 00:40:17 +00:00
Martin Wilke
c359376791 - Update py-qt4* to 4.6.2
- Update py-sip to 4.9.3

The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:	pointyhat-exp-run (myself)
2009-11-27 00:10:51 +00:00
Martin Wilke
e9424863a5 - Update to Qt-4.5
The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:	pointyhat-exp-run (myself)
2009-11-26 23:24:38 +00:00
Dmitry Marakasov
343f679bb8 - Fix build on 9.0
PR:		140167
Submitted by:	Jilles Tjoelker <jilles@stack.nl>
Approved by:	maintainer timeout
2009-11-26 23:03:01 +00:00
Sylvio Cesar Teixeira
c41285b2a5 - Fix of previously QAT
Approved by:	miwi (mentor)
2009-11-26 22:55:34 +00:00
Martin Wilke
c2375de663 - Update to 0.6c11
Thanks to:	wen@
2009-11-26 22:22:08 +00:00
Martin Wilke
492dce90c8 - Update to 2.6.4
Changelog:
	http://python.org/download/releases/2.6.4/NEWS.txt
2009-11-26 22:21:20 +00:00
Greg Lewis
7b65cde5ff . Remove www/gecko-sharp10. Its long been superseded by www/gecko-sharp20,
no other ports depend on it and it uses outdated gecko dependencies
  (firefox 2 and mozilla).

Not objected to by:	mono@
2009-11-26 21:26:15 +00:00
Juergen Lock
5d895511a9 Chase updated distfile, at 5.1.3533.1731 now.
Submitted by:	pointyhat via miwi
2009-11-26 21:06:50 +00:00
Juergen Lock
664dabf887 Add option to build minimal possible executable supporting only 7zip archives.
PR:		ports/140903
Submitted by:	Eugene Perevyazko <john@dnepro.net>
2009-11-26 21:02:41 +00:00
Peter Pentchev
0b7394b480 Update to vpopmail-5.4.28.
From the PR - fix the creation of new domains through LDAP.

PR:		131274
Submitted by:	Suzuki <xsuzu@yokohama.riken.jp>
2009-11-26 19:02:19 +00:00