1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
Commit Graph

8809 Commits

Author SHA1 Message Date
Gerald Pfeifer
61c6070cab Use current GNU binutils from ports (devel/binutils) instead of the
system tools.  The latter are half a decade old and fail to properly
support modern CPUs and their standard features such as SSE or AVX in
the case of AMD64/Intel64 which means that they even break when using
a simple -march=native.

On the way, sort CONFIGURE_ARGS.

PR:		140995, 136607
2009-12-01 11:36:59 +00:00
Mikhail Teterin
8d600412e6 Better handle differences in the set of help-pages.
Chase the lang/tcl85's decision to install man1/tclsh8.5.1 instead of
man1/tclsh.1 -- now, when we can't find a man-page foo, we try looking
for foo$tcl_version.

PR:	ports/140978
Submitted by:	olli hauer
2009-11-30 01:47:22 +00:00
Gerald Pfeifer
76685cdef1 Update to the 20091126 snapshot of GCC 4.5.0. Among others this fails
to build emulators/wine due to problems with debuginfo, but then this
is more of an experimental port than anything, so always use with care.
2009-11-29 17:15:04 +00:00
Gerald Pfeifer
5c9941d3d9 With lang/gcc295 gone (and not building for most of the last year), we can
now remove the check for a gcc295 binary that might cause build failure in
libgcj.
2009-11-29 14:05:17 +00:00
Dirk Meyer
a1eff5e1a4 - fix segfaults for linked elfs binaries
PR:		138481
Submitted by:	Luigi Rizzo
2009-11-29 07:59:08 +00:00
Dirk Meyer
f67b064068 - update to 1.19.3 2009-11-28 21:44:49 +00:00
Joe Marcus Clarke
f76d32b8e8 Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:		136676
		136967
		138872 (obsolete with new epiphany-webkit)
		139160
		134737
		139941
		140097
		140838
		140929
2009-11-28 20:06:37 +00:00
Martin Wilke
04d4d420b6 - Update to 110.71
PR:		139807
Submitted by:	Johannes 5 Joemann <joemann@beefree.free.de> (maintainer)
2009-11-28 00:57:45 +00:00
Sylvio Cesar Teixeira
ba072d1713 - Update my mail address to FreeBSD
Approved by:	miwi (mentor)
2009-11-27 22:52:30 +00:00
Dmitry Marakasov
6e0f5f69c1 - Add D-Bus and threads support
PR:		140504
Submitted by:	"Joseph S. Atkinson" <jsa@wickedmachine.net>
2009-11-27 18:21:12 +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
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
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
Martin Wilke
e8252e4d6b - Add support for FreeBSD 9 2009-11-26 14:04:19 +00:00
Martin Wilke
73f5bae3a4 - Ups s/PORTREVISON/PORTREVISION 2009-11-26 12:46:32 +00:00
Martin Wilke
61155613f0 - add missing patch 2009-11-26 12:45:14 +00:00
Martin Wilke
5879a953cb - Add support for FreeBSD 9 2009-11-26 12:44:47 +00:00
Gerald Pfeifer
d1f5ffadfa Update to the 20091124 snapshot of GCC 4.4.3. 2009-11-25 14:25:11 +00:00
Boris Samorodov
97283c7139 Change maintainers email.
Submitted by:	maintainer (via e-mail)
2009-11-25 08:13:10 +00:00
Gerald Pfeifer
1bcccb5059 With lang/gcc295 gone (and not building for most of the last year), we can
now remove the check for a gcc295 binary that might cause build failure in
libgcj.
2009-11-24 20:57:24 +00:00
Martin Wilke
e4f3d2c40d - Fix build
PR:		140536
Submitted by:	"B. Estrade" <estrabd@gmail.com> (maintainer)
2009-11-24 14:53:17 +00:00
Wen Heping
0981a6a5cc - Update to 0.12 2009-11-24 10:10:45 +00:00
Thomas Abthorpe
8893cb8f35 - Update to 4.173
PR:		ports/140757
Submitted by:	James Bailie <jimmy mammothcheese.ca> (maintainer)
2009-11-24 03:18:50 +00:00
Sergey Skvortsov
8e2c6eeca1 perl-after-upgrade:
- simplify regexes
- catch lines in +CONTENTS like:
@unexec rmdir %D/lib/perl5/5.10.0 2>/dev/null || true
2009-11-23 15:58:01 +00:00
Marcel Moolenaar
9a0d38aa23 Fix build for ia64.
No response from: maintainer (amatus@gnu.org)
2009-11-22 20:46:38 +00:00
Pav Lucistnik
8c2aab382d - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-22 19:49:43 +00:00
Gerald Pfeifer
f1bcf11bde Remove lang/gcc295 which is not used by any other port and had been
unused/unusable for most of last year.  Recommend lang/gcc44 instead.

Approved by:	maintainer
2009-11-21 22:02:00 +00:00
Pav Lucistnik
38eb8c5339 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-20 22:53:09 +00:00
Gerald Pfeifer
6744507392 Update to the 20091119 snapshot of GCC 4.5.0. 2009-11-20 12:44:18 +00:00
Martin Matuska
f7d10b3da7 - Fix tcl-modules dependency
Reported by: QAT
2009-11-20 11:22:52 +00:00
Martin Matuska
eb75cb5cc1 - Update to 8.5.8 2009-11-20 10:00:26 +00:00
Martin Matuska
d28eb95878 - Modify COMMENT for tcl84-thread, tcl85-thread and tcl86-thread 2009-11-20 09:20:00 +00:00
Johan van Selst
fa3b71b771 - Convert to dynamic plist.
The old package list was very incomplete, resulting in a useless package
  lacking many of the files that would have been installed.
  It would be impossible to even start 'pike' from a package install.
  The plist would also be incorrect if any OPTIONS were selected.
  The only reason Pointyhat and others didn't complain loudly was
  because of some strategically placed '@unexec rm -rf's.
- Bump PORTREVISION.
2009-11-20 08:20:44 +00:00
Gerald Pfeifer
4304d66fd4 No longer download Objective-C related files which we don't actually use.
Minor style changes.

Adjust the ports description to the new style I am using for the various
gcc ports and remove an obsolete note on memory consumption when building
libgcj (the Java library).
2009-11-20 00:03:20 +00:00
Pav Lucistnik
07b2788864 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-19 22:07:43 +00:00
Gerald Pfeifer
aa208ed34f No longer download Objective-C related files which we don't actually use.
Minor style changes.

Adjust the ports description to the new style I am using for the various
gcc ports and remove an obsolete note on memory consumption when building
libgcj (the Java library).
2009-11-19 11:44:57 +00:00
Gerald Pfeifer
3f3259b1e8 Remove Fortran support from this port. GCC 4.4 really is the preferred
version when using Fortran (as seen by USE_FORTRAN=yes) and there and
GCC 4.5 is where upstream is focusing and fixing bugs, etc.  Given the
rapid evolution of the new GCC Fortran frontend, it is strict preferrable.

Discussed with:	Steve Kargl <sgk@troutmask.apl.washington.edu>,
		Pedro F. Giffuni <giffunip@yahoo.com>
2009-11-19 11:31:29 +00:00
Gerald Pfeifer
0ce4462f94 Update to the 20091115 snapshot of GCC 4.3.5.
Remove support for the Java frontend and library where users are better
served using GCC 4.4 or later.  This makes this port a whole lot cheaper
and also allows us to remove the (somewhat bogus) check for lang/gcc295
as well as WANT_GNOME.

No longer download Objective-C related files which we don't actually use.
2009-11-19 00:32:46 +00:00
Pav Lucistnik
ed9c0642a6 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-18 22:39:55 +00:00
Gerald Pfeifer
83c73c7572 Remove support for the Java frontend and library where users are better
served using GCC 4.4 or later.  This makes this port a whole lot cheaper
and also allows us to remove the (somewhat bogus) check for lang/gcc295
as well as WANT_GNOME.

No longer download Objective-C related files which we don't actually use.

Set MAINTAINER unconditionally.
2009-11-18 22:08:46 +00:00
Gerald Pfeifer
9f2677c011 Update to the 20091117 snapshot of GCC 4.4.3. 2009-11-18 10:54:44 +00:00
Dirk Meyer
aa19076545 - mark BROKEN, this needs llvm 2.6 which is not availible any more in the ports 2009-11-14 23:02:22 +00:00
Jose Alonso Cardenas Marquez
08e52f7ae6 - Bump PORTREVISION. The commoncpp port has been updated
- ccscript bump PORTREVISION is not neccesary because it has been  marked as
  BROKEN

Reported by:	pav
2009-11-13 22:15:47 +00:00
Mark Linimon
e0c2700110 Over to new maintainer. Note: this release is way obsolete. 2009-11-13 20:57:59 +00:00
Gerald Pfeifer
f86a9d60f4 Update to the 20091112 snapshot of GCC 4.5.0. 2009-11-13 15:30:43 +00:00
Vanilla I. Shu
6e04f389d5 Add qore 0.7.6, the Qore Programming Language.
PR:		ports/140515
Submitted by:	B. Estrade <estrabd at gmail.com>
2009-11-13 02:08:43 +00:00
Mark Linimon
d0102af801 Add patch to try to make it compile. Note: if it doesn't work, then
I will be marking this DEPRECATED.  While here, reset the maintainer at
his request.
2009-11-13 00:31:58 +00:00
Mark Linimon
f20a2bf030 Return this to the pool at maintainer's request. While here, mark it
deprecated with a 2 month expiration period, since it has been broken
for quite some time.
2009-11-13 00:20:23 +00:00
Mark Linimon
e1a7013576 Reset shaun@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:		portmgr
2009-11-12 04:36:41 +00:00
Dmitry Marakasov
8fe9c99887 - Update to 2.48
PR:		140282
Submitted by:	"Joseph S. Atkinson" <jsa@wickedmachine.net>
2009-11-12 00:05:43 +00:00
Gerald Pfeifer
79a3233ce9 Update to the 20091110 snapshot of GCC 4.4.3. 2009-11-11 17:31:31 +00:00
Marcel Moolenaar
cb98b76ae6 ocaml builds on ia64.
Approved by: stas
2009-11-11 16:13:16 +00:00
Tim Bishop
a27e8fd891 - Update to snapshot r6222. 2009-11-11 14:41:07 +00:00
Greg Larkin
8c1019b987 The GNU Ada compiler system built from GCC 4.4.0.
Please add ${PREFIX}/bin/gcc44 to your PATH variable
before using this port.

WWW: http://gcc.gnu.org/

PR:		ports/136359
Submitted by:	M Rothwell <freebsd-ports@coreland.ath.cx> (maintainer)
2009-11-11 01:32:26 +00:00
Gerald Pfeifer
4637c9173e Update to the 20091108 snapshot of GCC 4.3.5. 2009-11-09 23:36:19 +00:00
Tim Bishop
2e951e7141 - Update to snapshot r6215. 2009-11-09 14:06:59 +00:00
Tilman Keskinoz
32c081c9e6 Add option for UTF8 support
PR:		140124
Submitted by:	Mirko Zinn <mail@derzinn.de>
Approved by:	maintainer
2009-11-09 08:29:21 +00:00
Gabor Pali
fe16d686ed - Fix installation of hs-ghc-paths as slave port when build is launched in
user mode.

PR:		ports/140269
Submitted by:	Makoto Kishimoto <ksmakoto(at)dd(dot)iij4u(dot)or(dot)jp>
2009-11-08 19:40:06 +00:00
Pav Lucistnik
e770865796 - Mark BROKEN: does not compile
Reported by:	pointyhat
2009-11-06 21:17:34 +00:00
Gerald Pfeifer
3f30b7b6de Update to the 20091105 snapshot of GCC 4.5.0. 2009-11-06 19:19:11 +00:00
Gerald Pfeifer
3469861ec0 Update to the 20091103 snapshot of GCC 4.4.3. 2009-11-05 23:54:46 +00:00
Sergey Skvortsov
36f3f471e5 Fix script "use.perl": correctly check variables 'need_*'.
Submitted by:	Artis Caune <artis.caune xx gmail.com>
2009-11-05 18:50:45 +00:00
Dmitry Marakasov
abee5c751d - Fix build on 9.0
PR:		140125
Submitted by:	Jilles Tjoelker <jilles@stack.nl>
Apprived by:	Xavier Beaudouin <kiwi@oav.net> (maintainer)
2009-11-05 02:40:25 +00:00
Brooks Davis
b64c7a7729 Fix plist (missing DATADIR).
Add conflicts for llvm-devel and the forthcoming clang-devel.

Add USE_GCC=4.2+ in hopes of fixing 6.x builds.

Reported by:	pointhat
2009-11-04 22:11:58 +00:00
Johan van Selst
00257216ec - Take maintainership of caudium12 and pike72 at maintainer's request
- The plan is to upgrade caudium and retire the old pike

Approved by:	Xavier Beaudouin (old maintainer)
2009-11-04 21:06:16 +00:00
Dmitry Marakasov
4c0e1f2130 - Fix build on 9.0
- Mark MAKE_JOBS_UNSAFE
2009-11-04 17:03:34 +00:00
Martin Wilke
1883663175 - Update to 2.7.7
PR:		140263
Submitted by:	mitsuru@riken.jp (maintainer)
2009-11-04 13:25:07 +00:00
Sergey Skvortsov
4d12d4ea70 - Fix behaviour of USE_PERL option when it is "off"
- Add PORTSCOUT variable
2009-11-02 16:50:41 +00:00
Johan van Selst
786f39c436 Fix build error on -CURRENT (result of a parsing fix in /bin/sh)
Submitted by:	jilles
2009-10-31 13:14:48 +00:00
Gerald Pfeifer
835ed15c77 Update to the 20091029 snapshot of GCC 4.5.0. 2009-10-31 11:25:38 +00:00
Erwin Lansing
24fa6fd4b9 Fix pkg-plist
Submitted by:	pointyhat
Approved by:	maintainer timeout
Pointyhat:	brooks
2009-10-31 11:16:51 +00:00
Gerald Pfeifer
d1b8c8a250 Update to the 20091027 snapshot of GCC 4.4.3. 2009-10-29 23:08:17 +00:00
Jimmy Olgeni
87d714407b Improve Emacs indentation code (the try/after clause is now handled correctly.)
Obtained from:	Steve Vinoski <vinoski at gmail.com>
2009-10-26 17:45:08 +00:00
Dirk Meyer
db2620f7fb - fix build unter FreeBSD 9
Reported by:	Ernst W. Winter
2009-10-26 15:26:23 +00:00
Stanislav Sedov
0c61821c45 - Add sparc64 support (untested). 2009-10-25 23:54:21 +00:00
Brooks Davis
c17defb201 Add a port of the clang C, Objective-C, and (soon) C++ compiler version
2.6.

NOTE: this port is slightly evil and both depends on llvm and builds all
of it.  We hope to find the correct make string to fix this, but wanted
make clang available now.
2009-10-24 23:30:19 +00:00
Gerald Pfeifer
ebb9460b06 Update to the 20091022 snapshot of GCC 4.5.0. 2009-10-24 20:34:08 +00:00
Gerald Pfeifer
000a109587 Update to the 20091020 snapshot of GCC 4.4.3 which is pretty much the
regular GCC 4.4.2 release.  GCC 4.4 is in strict regression only fix
mode, so updates are quite safe, but if you want to lock on a certain
snapshot, this may be one.
2009-10-24 20:33:33 +00:00
Stanislav Sedov
d4693481b1 - Fix issue when the handle of tempfile become closed when the file
was unlinked (see http://redmine.ruby-lang.org/issues/show/1494#note-10).
- Bump PORTREVISION.

PR:		ports/139862
Submitted by:	Ari Maniatis <ari@ish.com.au>
Obtained from:	Ruby SVN
2009-10-24 10:52:07 +00:00
Stanislav Sedov
0eb557b841 - Add port for lang/stalin, an aggressive optimizing Scheme compiler, which
is able to outperform hand-written C in a number of tests.
  This is a modified version suitable to use on FreeBSD i386/amd64.
  It possible to run it on other platfroms as well, but I have not
  boostrapped/tested it on anything except i386/amd64 yet.

  Author:	Jeffrey Mark Siskind
  WWW:	http://cobweb.ecn.purdue.edu/~qobi/software.html
2009-10-24 10:28:02 +00:00
Erwin Lansing
ed4c0ffff1 Also mark BROKEN on 7.x 2009-10-23 12:38:11 +00:00
Yi-Jheng Lin
97460aabb1 - Update to 5.2.1
PR:		ports/139735
Submitted by:	Timothy Bourke <timbob AT bigpond.com> (maintainer)
Approved by:	rafan (co-mentor)
2009-10-20 15:38:47 +00:00
Anton Berezin
c5a9524011 Update to 2.15.
Changes:	http://search.cpan.org/dist/Switch/Changes
2009-10-20 13:34:51 +00:00
Johan van Selst
c44e82edeb - Mark broken on FreeBSD 6.x
Reported by:	pointyhat via pav, erwin
2009-10-20 05:51:17 +00:00
Gerald Pfeifer
d52353ace1 Update to the 20091015 snapshot of GCC 4.5.0. 2009-10-16 17:48:36 +00:00
Stanislav Sedov
3cb83e5c35 - Update bootstrap binaries to the latest version. 2009-10-16 15:01:15 +00:00
Andrey Slusar
0dcb131ab7 - Fix previous update 2009-10-15 22:31:33 +00:00
Andrey Slusar
bd7881d631 - Fix build 2009-10-15 22:18:44 +00:00
Andrey Slusar
70990b6c29 - Update to 0.90.2 2009-10-15 16:23:34 +00:00
Stanislav Sedov
4669a758ce - Update to 1.0.31.
- Use FreeBSD8 binaries for 9.0 bootstrap
- Add "bootstrap" target to simplify binary distribution builds
2009-10-14 22:02:54 +00:00
Stanislav Sedov
484e14b422 - Fix SIGINT signal handling.
PR:             ports/136804
Submitted by:   Emiel van de Laar <gemiel@gmail.com>
Obtained from:  ruby-lang SVN
2009-10-12 15:28:22 +00:00
Stanislav Sedov
afca0c68d3 - Update ruby 1.9.1 to patchlevel 243. 2009-10-12 15:05:01 +00:00