Commit graph

8181 commits

Author SHA1 Message Date
Gerald Pfeifer
e48bbbfe81 Update to the 20090226 snapshot of GCC 4.3.4. 2009-02-27 19:17:43 +00:00
Martin Wilke
585bcf3cf0 - Update to 20090205
- Pass maintainership to submitter

PR:		131982
Submitted by:	Dennis Herrmann <adox@mcx2.org>
2009-02-27 12:57:10 +00:00
Martin Wilke
54dc952ab0 - Update to 2.47
PR:		131581
Submitted by:	maintainer
2009-02-27 11:17:16 +00:00
Dirk Meyer
6b504bb663 - add CONFLICTS with lang/TenDRA
PR:		130167
2009-02-27 11:08:47 +00:00
Martin Matuska
5aea56ccbb - Unbreak if WITH_*_MAN set 2009-02-27 07:11:18 +00:00
Martin Matuska
ba2bb55d1d - Unbreak install if WITH_*_MAN set
- fix pkg-plist for TZDATA in tcl85

PR:		ports/132144, ports/132147
Submitted by:	bf <bf2006a@yahoo.com>
2009-02-27 07:09:02 +00:00
Maxim Sobolev
fbf0ee5e6d Remove ../ from patch.
Submitted by:	QAT
2009-02-27 04:05:33 +00:00
Mark Linimon
698b5f1407 Also mark broken on 7-stable after strndup MFC. 2009-02-27 01:41:31 +00:00
Maxim Sobolev
f4711ece62 Make sure the singal is delivered to the main thread, where python
runs its signal handlers, not to a random thread that happens to be
executing at the time when signal arrives. This functionality has been
lost since Python 2.3, possible cause is that the linux implementation
of POSIX threads always delivered signal to the main thread. This
bug results in rather annoying inability to terminate threading script
with ^C for example and there could be other issues as well.

Bump PORTREVISION.

PR:		ports/131080
Submitted by:	Andriy Pylypenko <bamby@sippysoft.com>
Approved by:	MAINTAINER's timeout
2009-02-27 01:25:32 +00:00
Stefan Farfeleder
1ca4c79249 Add a conflict with lang/tcc.
Approved by:	arved
2009-02-26 21:00:31 +00:00
Martin Matuska
6786fd3c44 - Unbreak and fix patch from last commit 2009-02-26 19:28:39 +00:00
Martin Matuska
a152a878b7 - Disable install of function manpages by default
- Add manual page for tclsh8.x and wish8.x
- Bump PORTREVISION
2009-02-26 14:19:53 +00:00
Thomas Abthorpe
12e541f119 - Update to 4.164
PR:		ports/131892
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2009-02-23 15:30:26 +00:00
Sergey Skvortsov
87202645ec Update to 1.67.34 2009-02-23 14:56:54 +00:00
Martin Matuska
24bf28eff1 - Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:	pointyhat (pav)
2009-02-23 14:46:37 +00:00
Stanislav Sedov
d99591ca7b - Ruby socket connect code seems to work unstably in case if connection
to remote host was refused. FreeBSD connect(2) call returns EINVAL in
  that case and clears the error code, so there's no way to determine
  what happened. Reimplement ruby_connect via select call instead of
  polling the status by connect(2). This may also reduce overhead (though,
  not verified).

Reported by:	Saku Ytti <saku@ytti.fi>
2009-02-23 00:41:07 +00:00
Tom McLaughlin
d8cb06964c Fix typo in UCS4 knob handling.
Noted by:	Dominic Fandrey <kamikaze@bsdforen.de> via freebsd-python@
2009-02-22 19:56:00 +00:00
Dirk Meyer
3eff8b60bb - take maintainership
- remove DEPRECATED
Approved by:	mm (Martin Matuska)
2009-02-22 15:51:45 +00:00
Gerald Pfeifer
ce226b1d21 Mark for depreciation, since unmaintained, failing to work with current
versions of GCC, mostly dead upstream, and requiring gcc295 which fails
to build itself (and does not support current version of FreeBSD nor most
primary targets).

EXPIRATION_DATE=2009-03-22
2009-02-21 22:56:45 +00:00
Gerald Pfeifer
1f488c2256 Update to the 20090220 snapshot of GCC 4.4.0. 2009-02-21 15:52:17 +00:00
Gerald Pfeifer
d076c2da11 Update to the 20090218 snapshot of GCC 4.2.5. 2009-02-20 00:26:37 +00:00
Stanislav Sedov
d159ca4a85 - Fix sha256 checksum for python 2.6.1.
Reported by:	kib@
Approved by:	python (miwi)
2009-02-18 12:36:53 +00:00
Thomas Abthorpe
7b47942a28 - Pass maintainership to submitter
Submitted by:	Yoshihiro Ota via freebsd-ports@
2009-02-18 05:55:26 +00:00
Dmitry Marakasov
981fbffab6 - Mark broken on 8.x - gdc fails to link anything
May be tested on simple hello world:

---
import std.stdio;

int main() {
	std.stdio.writefln("Hello World!");
	std.stdio.readln;
	return 0;
}
---
gdc test.d -o test
---
/usr/local/lib/gcc/i386-portbld-freebsd8.0/../../libgphobos.a(math.o)(.text+0xa45): In function `_D3std4math6tgammaFeZe':
../.././../gcc-4.1-20080428/libphobos/std/math.d:1136: undefined reference to `tgammal'
...
2009-02-17 23:04:57 +00:00
Martin Wilke
d121357c80 - Add missing distinfo for python 2.5.4 and python 2.6.1 2009-02-17 10:42:11 +00:00
Martin Wilke
722bccf2f2 - Remove 0 byte patches
Reported by:	Gej
2009-02-17 08:29:34 +00:00
Martin Wilke
c95782ae1a - Update to python 2.5.4 and python 2.6.1
Reviewed by:	perky | lwhsu
Tested with:	exp-run via pav
2009-02-16 23:32:02 +00:00
Ion-Mihai Tetcu
7acda58eca Fix install of BSDPAN (BSDPAN_WRKSRC) and unbreak.
Submitted by:	Vladimir Timofeev <vovkasm@gmail.com>
Prompted by:	QAT on-commit run
Pointyhat to:	skv@
2009-02-16 07:27:41 +00:00
Sergey Skvortsov
e13b7326f8 * Fix suidperl functionality. [1]
* Update BSDPAN.

PR:		ports/131434 [1]
Submitted by:	William Olson <wolson xx gmail.com> [1]
2009-02-15 22:42:37 +00:00
Gerald Pfeifer
0cd69c1266 Update to the 20090212 snapshot of GCC 4.3.4. 2009-02-15 15:13:18 +00:00
Martin Wilke
bac779a1f4 - Update to 0.9.8
- Use SF macro

Submitted by:	Christoph Mallon (maintainer via irc)
2009-02-15 13:22:27 +00:00
Martin Wilke
806c195c7b - Update to 0.33.70
PR:		130445
Submitted by:	Ports Fury
2009-02-15 12:29:27 +00:00
Gerald Pfeifer
610521f704 Update to the 20090213 snapshot of GCC 4.4.0.
This no longer contains bin/addr2name.awk44.  Also remove the
post-build target and its hint for running the testsuite.
2009-02-14 19:37:27 +00:00
Martin Matuska
38052bdcd8 - Deprecate due to planned end of support for tcl/tk 83 on 2009-05-22 2009-02-14 15:29:21 +00:00
Martin Matuska
d1b2d13b03 - Deprecate due to planned end of tcl/tk 82 support on 2009-04-22 2009-02-14 15:13:29 +00:00
Martin Matuska
6d40d0f725 - Deprecate due to planned end of tcl/tk 80 support on 2009-03-22 2009-02-14 15:13:00 +00:00
Martin Matuska
89296dc798 - Change USE_TCL=yes to USE_TCL=84 due to planned change of default Tcl 2009-02-14 14:49:40 +00:00
Martin Matuska
6338dd0e6f - Does not support tcl85 and higher 2009-02-14 14:19:42 +00:00
Martin Matuska
f66956021a - Does not build with tcl/tk 8.5 and higher 2009-02-14 14:17:34 +00:00
Stanislav Sedov
245fe878ce - Fix ruby-tk build.
Reported by:	pav
2009-02-13 22:16:27 +00:00
Thomas Abthorpe
3db54de6b1 - Pass maintainership to submitter
Submitted by:	Glen Barber via freebsd-ports@
2009-02-13 01:49:12 +00:00
Stanislav Sedov
a9c25292b7 - Fix build with port's openssl version.
Reported by:	Jan Henrik Sylvester <me@janh.de>
2009-02-12 17:54:27 +00:00
Stanislav Sedov
c1611107ce - Fix pkg-plist.
Pointy hat to:	me
2009-02-12 14:59:29 +00:00
Stanislav Sedov
8047098399 - Update ruby18 to 1.8.7p72.
PR:		ports/124837 (based on)
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2009-02-12 14:24:56 +00:00
Stanislav Sedov
088f03a6fa - Use correct library dir.
Reported by:	Andrew <refresh.xss@gmail.com>
2009-02-11 00:47:29 +00:00
Martin Matuska
c5e1202db4 - Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
2009-02-10 19:50:55 +00:00
Martin Wilke
fb5313d4a9 - Update to 3.1.2
- Pass maintainership to submitter

PR:		131127
Submitted by:	Wen Heping <wenheping@gmail.com>
2009-02-09 21:28:44 +00:00
Stanislav Sedov
ffe7a61239 - Update ruby19 to 1.9.1.
PR:		ports/129818 (based on)
Submitted by:	Hung-Yi Chen <gaod@hychen.org>
2009-02-09 17:49:51 +00:00
Stanislav Sedov
0bdef351e1 - Update to 1.0.25.
PR:		ports/131103 (based on)
Submitted by:	bf <bf2006a@yahoo.com>
2009-02-09 15:24:39 +00:00
Tim Bishop
014db9a4ca - Update to snapshot r5293. 2009-02-09 14:39:24 +00:00