Commit graph

8425 commits

Author SHA1 Message Date
Pietro Cerutti
05efd1a8a5 - Fix pseudo-typo: s|pkg-config libcurl|curl-config|g
Reported by:	QA Tindie
2009-04-12 16:24:29 +00:00
Pietro Cerutti
2aee39682f - Update to 7.11
- UnDEPRECATE and UnEXPIRE
- Take maintainship
2009-04-11 19:22:22 +00:00
Stanislav Sedov
c6762e8051 - Update lang/ocaml to 3.11.0. [1]
- Fix devel/cil build with 3.11.0 by using proper object file name
- Fix devel/deputy build with 3.11.0 by using proper object file name
- Fix lang/mtasc. Ocamlp4 syntax has changed and usage of ';' as delimiters
  is not allowed now.
- Fix usage message in lang/mtasc.
- Implement a FreeBSD specific code for retriving the executable path in lang/mtasc.
- Update devel/omake to 0.9.8.5.
- Fix devel/omake compilation with 3.11 by dropping an unused reference from the code.
- Fix www/geneweb build with 3.11 by not emitting errors for warnings.
- Fix print/advi build. [2]
- Update lang/cduce to 0.5.3 (this fixes build with ocaml 3.11.0).

PR:		ports/130845 [1] [2] (based on)
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1],
		Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [2]
2009-04-11 13:23:05 +00:00
Sergey Skvortsov
3b03d91806 Add bugfiux for "Attributes + Unkown Error".
Bug:		http://rt.perl.org/rt3/Public/Bug/Display.html?id=49472
2009-04-11 12:51:22 +00:00
Wesley Shields
0ece797080 - Update to 1.5R1
PR:		ports/131631
Submitted by:	Andrew Bernard <andrewb@cs.cmu.edu> (maintainer)
2009-04-11 03:00:02 +00:00
Gerald Pfeifer
04b5cb2941 Update to the 20090409 snapshot of GCC 4.5.0. 2009-04-10 12:55:31 +00:00
Joe Marcus Clarke
ae52bc8089 Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider.  Almost all of the Gecko consumers
can make use of this provider by setting:

WITH_GECKO=libxul

The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
2009-04-10 05:56:28 +00:00
Gerald Pfeifer
8cf6b73c77 Update to the 20090405 snapshot of GCC 4.3.4. 2009-04-09 22:47:16 +00:00
Gerald Pfeifer
8cfcd539da Update to the 20090407 snapshot of GCC 4.4.0. 2009-04-09 13:58:44 +00:00
Gerald Pfeifer
9ba9b893e8 This port installs gcc45, g++45, gcj45, gfortran45 and so forth, not the
44 flavors of course.

Reported by:	linimon
2009-04-08 01:12:23 +00:00
Gerald Pfeifer
2e2c115faf Connect lang/gcc45 AKA GCC 4.5.0 to the build. 2009-04-07 23:40:48 +00:00
Gerald Pfeifer
898dd6f9d2 Initiate lang/gcc45 by updating to the 20090402 snapshot of GCC 4.5.0.
Address a long term FIXME related to older versions of FreeBSD by
removing NOMANCOMPRESS=yes.
2009-04-07 23:39:11 +00:00
Wesley Shields
f1614de129 - Fix build when WITH_PARI is selected.
PR:		ports/133386
Submitted by:	Peter Jeremy <peterjeremy@optushome.com.au>
Approved by:	Joseph S. Atkinson <jsatkinson@embarqmail.com> (maintainer)
2009-04-07 22:50:17 +00:00
Stanislav Sedov
a816b23f4e - Update to 10.0.2. 2009-04-07 12:28:17 +00:00
Stanislav Sedov
fee858f321 - Update to 1.0.27. 2009-04-07 11:00:47 +00:00
Stanislav Sedov
36d7489eab - Make ocaml to find tk again. 2009-04-06 19:40:07 +00:00
Boris Samorodov
d95a2dd0e4 Add linux-f8-tcl84 8.4.17, tool Command Language (Linux Fedora 8).
PR:		ports/131806
Submitted by:	Stas Timokhin <stast at bsdportal.ru>
2009-04-06 14:19:16 +00:00
Pietro Cerutti
e4ce6b0663 - Update to 05_20090329 2009-04-05 18:57:48 +00:00
Sergey Skvortsov
8dd41eb40e Fix packaging with enabled GDBM option.
PR:		ports/133391
Submitted by:	G.raud Continsouzas <geraud xx gcu.info>
2009-04-05 09:00:58 +00:00
Sergey Skvortsov
d701438448 Add several bugfixes, imported from maint-5.10
(i.e. will be included into forthcoming 5.10.1).
2009-04-04 09:06:53 +00:00
Dmitry Marakasov
a3f8f8b353 tinypy is a minimalist implementation of python in 64k of code
it includes a whole heap of features:

 * parser and bytecode compiler written in tinypy
 * fully bootstrapped
 * luaesque virtual machine with garbage collection written in C
   it's "stackless" sans any "stackless" features
 * cross-platform :) it runs under windows / linux / macosx
 * a fairly decent subset of python
    o classes and single inheritance
    o functions with variable or keyword arguments
    o strings, lists, dicts, numbers
    o modules, list comprehensions
    o exceptions with full traceback
    o some builtins
 * batteries not included -- yet

WWW:	http://www.tinypy.org/

PR:		132124
Submitted by:	Marcin Cieslak <saper at SYSTEM dot PL>
2009-04-02 00:57:07 +00:00
Dmitry Marakasov
f2bb29203c - Fix build with gcc 4.2
PR:		132287
Submitted by:	Vitaly Magerya <vmagerya at gmail dot com>
Approved by:	Erik Greenwald <erik dot greenwald at gmail dot com> (maintainer)
2009-04-01 22:31:31 +00:00
Boris Samorodov
824eda00fc Here are new Linux Fedora 8 infrastructure ports.
The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.

Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
   . OVERRIDE_LINUX_BASE_PORT=f8;
   . OVERRIDE_LINUX_NONBASE_PORTS=f8.

Approved by:	bsam (me) ;-)
2009-04-01 15:25:39 +00:00
Gerald Pfeifer
942b1de739 Update to the 20090331 snapshot of GCC 4.4.0. 2009-04-01 12:10:19 +00:00
Boris Samorodov
7aec2c3eab Finish repocopies of new linux-f8 infrastructure ports:
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION).
2009-04-01 10:10:16 +00:00
Tim Bishop
e127105094 - Update to snapshot r5576.
This snapshot has a significantly reworked build system (now GNU
  autoconf and automake) which makes this port much simpler. I've
  worked with the upstream authors to ensure this works on FreeBSD and
  have helped them to remove the dependence on gmake and the need for
  us to have local patches.
2009-03-31 22:25:01 +00:00
Martin Wilke
fd1a1ba165 - Update to 20090329
PR:		133177
Submitted by:	"Nils M Holm" <nmh@T3X.ORG> (maintainer)
2009-03-31 22:09:33 +00:00
Gerald Pfeifer
c2e5f24247 Set MAKE_JOBS_SAFE to allow for parallel builds.
PR:		133062
Submitted by:	mm
2009-03-29 21:48:30 +00:00
Gerald Pfeifer
d1e3c81e3c Update to the 20090327 snapshot of GCC 4.4.0.
Set MAKE_JOBS_SAFE to allow for parallel builds.
2009-03-29 20:11:49 +00:00
Dirk Meyer
7ab2b745fb - need newer llvm to build on amd64 2009-03-29 16:20:14 +00:00
Gerald Pfeifer
69cfe8098b Update to the 20090326 snapshot of GCC 4.3.4 which should conclude
this GCC branch (I disabled further snapshots upstream).

Set MAKE_JOBS_SAFE to allow for parallel builds.
2009-03-29 16:08:31 +00:00
Gerald Pfeifer
3294d9cc54 Update to the 20090325 snapshot of GCC 4.2.5 which should conclude
this GCC branch (I disabled further snapshots upstream).

Set MAKE_JOBS_SAFE to allow for parallel builds.
2009-03-29 11:22:25 +00:00
Sergey Skvortsov
c704ef0c83 Fix CONFLICTS. 2009-03-29 09:13:01 +00:00
Sergey Skvortsov
1a9ef9fa67 Introduce Perl 5.10.0 2009-03-28 20:45:10 +00:00
Renato Botelho
c9e008f727 Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE 2009-03-28 17:53:24 +00:00
Martin Wilke
e5f70c79d4 - Update to 2.9.0
PR:		133140
Submitted by:	Tijl Coosemans <tijl@ulyssis.org> (maintainer)
2009-03-28 13:37:25 +00:00
Martin Matuska
869a90c454 - Mark MAKE_JOBS_SAFE for SMP compilation
PR:		ports/133015
Approved by:	ale (maintainer, via private e-mail)
2009-03-25 12:39:49 +00:00
Tilman Keskinoz
578a084158 Fix make -j 2009-03-25 12:35:49 +00:00
Dmitry Marakasov
de0c766343 - Mark BROKEN, doesn't install any compiler binary
PR:		133032
Submitted by:	Glen Barber <glen dot j dot barber at gmail dot com> (maintainer)
2009-03-25 12:08:53 +00:00
Martin Matuska
875fd7ee43 - Update to 1.6.3 2009-03-24 23:12:42 +00:00
Martin Wilke
5e535e7822 2009-03-22 emulators/dlx: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/javel: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/guavac: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/xrml: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/renderpark: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 games/jumpnbump: tcl8.0 support is going to be dropped
2009-03-17 irc/blackened: Broken and abandonware
2009-03-22 devel/libg++: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 devel/freescope: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/menushki: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/vbidecode: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 lang/wamcc: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 multimedia/mpegedit: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 mail/dkimap4: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 net-mgmt/oproute: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 x11/tkgoodstuff: tcl8.0 support is going to be dropped
2009-02-11 x11-toolkits/inti: not maintain by upstream for more than five years and no port depend on this
2009-03-23 20:53:42 +00:00
Tim Bishop
fa70d8e73a - Update to snapshot r5519. 2009-03-23 13:46:42 +00:00
Sergey Skvortsov
c98c6efa2a Add MAKE_JOBS_SAFE variable.
PR:		ports/132964
Submitted by:	mm
2009-03-23 13:03:20 +00:00
Dennis Herrmann
bfacb49be2 - Update to 20090320
PR:	ports/132906
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Approved by:	miwi (mentor)
2009-03-22 12:39:26 +00:00
Martin Wilke
96951a3e9c - Update to 2.2.2
PR:		132830
Submitted by:	Wen Heping <wenheping@gmail.com>
2009-03-21 01:26:16 +00:00
Dirk Meyer
d165fe8b27 Etoile Project LnguageKit Plugins
WWW: http://www.etoile-project.org/
2009-03-20 09:24:48 +00:00
Dirk Meyer
be37c96bb5 - udpate to 0.4.1 2009-03-20 09:15:46 +00:00
Pav Lucistnik
f982142fa2 - Drop -n flag to cpio, it's no-op when used with -p, and our BSD cpio does not
support it

Suggested by:	kientzle
2009-03-19 22:51:11 +00:00
Boris Samorodov
0263b9d868 Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:		ports/132510
Submitted by:	bsam (me)
Exp-run by:	portmgr (pav)
2009-03-19 17:28:51 +00:00
Tim Bishop
4da3ffc97a - Update to snapshot r5498. 2009-03-19 13:23:26 +00:00
Dmitry Marakasov
666567ceba - Fix on CURRENT. The failure reason is that broken libphobos was produced, as the library used non-existing symbols from libc, namely tgammal, lgammal, erfcl, erfl, cbrtl, log1pl, expm1l. This somehow was not triggered before rev. 181074. So to fix this, add an extra patch to remove unimplemented math functions from libphobos. 2009-03-18 12:29:53 +00:00
Mark Linimon
a724bac546 Mark as broken on sparc64. 2009-03-18 04:45:48 +00:00
Dmitry Marakasov
5d8a9e0d31 - Fix plist
PR:		132682
Submitted by:	Glen Barber <glen dot j dot barber at gmail dot com> (maintainer)
2009-03-17 17:08:01 +00:00
Mark Linimon
806cacb96d Mark as broken on sparc64. 2009-03-17 05:25:02 +00:00
Pav Lucistnik
dabbbb8ff6 - Mark BROKEN: does not compile
Reported by:	pointyhat
2009-03-16 23:06:14 +00:00
Maho Nakata
2f62813686 * Install correct (the troff manpage)
into /usr/local/man/man1 instead of a pre-formatted one.
*Bump port revision.

Submitted by:	 Lyndon Nerenberg <lyndon@orthanc.ca>
2009-03-16 07:21:36 +00:00
Martin Wilke
1e52c09da2 - Update to 0.11
PR:		132663
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
2009-03-15 19:48:19 +00:00
Gerald Pfeifer
4e447f14a3 Remove per deprecation/expiration note. 2009-03-14 22:36:05 +00:00
Gerald Pfeifer
ca7f56f647 Remove gcc-testsuite from DISTFILES, along with the post-build and
check targets.  This reduces disk and bandwidth consumptions for a
feature (apparently) never used.

Remove obsolete code to create (empty) man pages in case regular
man pages cannot be created.

Address build failure caused by Mk/bsd.port.mk changes mid 2008. [1]

(I will go ahead and remove this port per the DEPRECATION note, but
figured these backports from newer versions may be helpful in case
someone wants to play with it nevertheless.)

PR:		132379 [1]
Submitted by:	Rikiya YONEMOTO [1]
2009-03-14 22:32:49 +00:00
Gerald Pfeifer
dc41bad6f8 No need to handle PACKAGE_BUILDING specially now that we no longer run
the full testsuite in Tinderboxes.
2009-03-14 21:31:49 +00:00
Gerald Pfeifer
33924ed815 Update to the 20090313 snapshot of GCC 4.4.0.
Remove obsolete code to create (empty) man pages in case regular man
pages cannot be created.  This catches four dummy man pages we are
now able to remove: gjnih44, grepjar44, jar44, jv-scan44, rmic44,
and rmiregistry44.

Rename the check target to full-regression-test to be in sync with
the lang/gcc43 port.  Add a conditional dependency on misc/dejagnu
and make the inclusion of gcc-testsuite in DISTFILES conditional, too.
2009-03-14 21:19:39 +00:00
Gerald Pfeifer
713ba5fa75 Update to the 20090312 snapshot of GCC 4.3.4.
Remove obsolete code to create (empty) man pages in case regular man
pages cannot be created.  This catches four dummy man pages we are
now able to remove: gjnih43, grepjar43, jar43, jv-scan43, rmic43,
and rmiregistry43.
2009-03-14 19:52:37 +00:00
Martin Wilke
9ac257417f - Update to 3.2a.2
PR:		132472
Submitted by:	Ports Fury
2009-03-14 14:10:09 +00:00
Li-Wen Hsu
6c3ac2cd32 Add s9fes 20090311, a simple and comprehensible Scheme interpreter.
PR:		ports/131998
Submitted by:	Nils M Holm <nmh at t3x.org>
2009-03-14 12:31:05 +00:00
Gerald Pfeifer
efffee1992 Update to the 20090311 snapshot of GCC 4.2.5.
Remove obsolete code to create (empty) man pages in case regular man
pages cannot be created.  This catches four dummy man pages we are now
able to remove: grepjar42, jar42, rmic42, and rmiregistry42.
2009-03-14 11:51:51 +00:00
Bruce M Simpson
a95007e208 Add support for building Python against GNU Portable Threads (Pth),
and also add experimental support for POSIX semaphores in FreeBSD
7-STABLE and up. The option knobs PTH and SEM respectively are
added to enable this behaviour.

Python is able to use POSIX semaphores for thread synchronization
in threading, and prefers them.
The multiprocessing module in Python 2.6 requires POSIX semaphores,
however, the FreeBSD rtld and malloc need further work to allow
a process to call pthread_create() immediately after fork() as it is
not something allowed by a strict interpretation of the POSIX specs;
therefore allow GNU Pth to be used until the situation is resolved.

Approved by:	miwi
2009-03-14 09:33:40 +00:00
Shaun Amott
e947ebc240 Free most of my ports, since they aren't being maintained to a
reasonable standard.
2009-03-13 23:27:19 +00:00
Gerald Pfeifer
ff9a849c66 Remove obsolete code to create (empty) man pages in case regular
man pages cannot be created.
2009-03-13 21:36:53 +00:00
Stanislav Sedov
e17e74212b - Use correct pkgconfig files dir.
PR:		ports/132212
Submitted by:	John Hein <jhein@timing.com>
Approved by:	Amatus <c11h15no2@yahoo.com> (maintainer)
2009-03-13 19:52:09 +00:00
Sergey Skvortsov
1d9fd744c1 Update "perl-after-upgrade": set correct perl package name in @pkgdep. 2009-03-13 13:04:09 +00:00
Alex Dupre
be7c192abc Always use FreeBSD sed.
PR:		ports/132543
Submitted by:	Helmut Schneider <jumper99@gmx.de>
2009-03-11 14:02:59 +00:00
Pietro Cerutti
f6af96d83d - Update to 05_20090309 2009-03-10 21:13:30 +00:00
Martin Wilke
cba7f02fe1 - Update python30 to 3.0.1
Release Changelog:
http://python.org/download/releases/3.0.1/NEWS.txt
2009-03-09 22:52:21 +00:00
Johan van Selst
ee66f04b02 Fix build with new ocaml-ocurl (if curl is enabled) 2009-03-09 22:26:09 +00:00
Dmitry Marakasov
dc59a064d9 - Forgot to remove patch 2009-03-07 15:57:25 +00:00
Dmitry Marakasov
5ede981a00 - Update to 0.0.7
PR:		132177
Submitted by:	Katsuji ISHIKAWA <katsuji dot ishikawa at gmail dot com> (maintainer)
2009-03-07 15:29:45 +00:00
Gabor Pali
1406df4c58 - Update hs-hscolour to 1.12
PR:		ports/132279
Submitted by:	Jacula Modyun <jacula (at) gmail (dot) com>
Approved by:	tabthorpe
2009-03-06 19:31:19 +00:00
Dennis Herrmann
2b3b399de8 - Use my FreeBSD address on the ports I maintain
Approved by:	tabthorpe (co-mentor)
2009-03-06 18:14:36 +00:00
Johan van Selst
ec2d095bd0 - Update bison to 2.4.1, see announcements for important changes:
http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00000.html
  http://lists.gnu.org/archive/html/bug-bison/2008-12/msg00000.html
- Take over bison maintainership - as approved by portmgr (marcus)
- Add patches for ports to compile with new bison:
  Replace %{ .. %} with %code { .. } where required
  and accommodate stricter typing requirements
Thanks to pav for an exp-run on pointyhat

PR:		ports/131640
Approved by:	portmgr (pav)
2009-03-06 12:04:11 +00:00
Alex Dupre
c99d0d7337 Update to 5.2.9 release and re-add pcre extension. 2009-03-06 10:08:35 +00:00
Sergey Skvortsov
dc58fa5000 Fix PORTVERSION. 2009-03-05 19:16:30 +00:00
Sergey Skvortsov
0f24c25f5a Remove variable PERL_VER from the ports tree at all - because
it is obsolete since Perl 5.6.0.
2009-03-05 17:56:24 +00:00
Martin Matuska
e15d7dc1e3 - Select the correct TCLSH provided by bsd.tcl.mk
- Bump PORTREVISION
2009-03-05 11:36:12 +00:00
Brooks Davis
e26771d6cf Upgrade llvm and llvm-gcc to the 2.5 release.
See the release notes for details:
http://www.llvm.org/releases/2.5/docs/ReleaseNotes.html
2009-03-04 21:01:10 +00:00
Thomas Abthorpe
10b6a78104 - Update to 4.165
PR:		ports/132204
Submitted by:	James Bailie <jimmy mammothcheese.ca> (maintainer)
2009-03-04 15:35:09 +00:00
Sergey Skvortsov
e13ea629c3 Update BSDPAN:
- fix pkgdb/+* files creation
- add lang/perl5.X as package dependency (via @pkgdep line)
2009-03-03 16:21:02 +00:00
Martin Matuska
d2c14e2c00 - do not create library dir if installing modules
Reported by:	QAT
2009-03-03 07:30:25 +00:00
Martin Matuska
40a723daed - Make portlint happy 2009-03-02 23:58:05 +00:00
Martin Matuska
2c47fce0e6 - Separate common tcl85 and tcl86 modules to a new port lang/tcl-modules
- Make tcl-modules a slave port of tcl85
- Fix incompatible pkg-lists of tcl85 and tcl86
- Add modules to OPTIONS
- Bump PORTREVISION
2009-03-02 23:53:17 +00:00
Martin Matuska
7a5561107b - New port: lang/tcl-modules
- Slave port of tcl85, separates tcl common modules from tcl85 and tcl86
  (identical) into a single port
2009-03-02 23:50:32 +00:00
Martin Matuska
ebdb7b8ccd - Change the location of LATEST_LINK to make it work
- Bump PORTREVISION

PR:		ports/132241
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu>
2009-03-02 10:31:33 +00:00
Gerald Pfeifer
25a45ba2cb Rename 131185
Rename the regression-test target to full-regression-test.  The GCC
testsuite simply is too expensive and has been dragging tinderboxes
and other testers down.

PR:		131185
2009-03-01 23:25:34 +00:00
Martin Wilke
ba127194e9 - Unbreak after strndup MFC
- Pass maintainership to submitter

PR:		132160
Submitted by:	Florian Smeets <flo@kasimir.com>
2009-02-28 20:00:23 +00:00
Gerald Pfeifer
940fb195e6 Update to the 20090227 snapshot of GCC 4.4.0. 2009-02-28 09:27:22 +00:00
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
Florent Thoumie
c1f23cd26d - Update lang/mono to 2.0.1.
- Also update a bunch of c-sharp ports to their latest version.
- Change maintainership to mono@FreeBSD.org.

PR:		ports/129724
Submitted by:	Phillip Neumann, Romain Tartiere (bsd-sharp team)
2009-02-09 09:00:01 +00:00
Philip M. Gollucci
d8d2cf17f9 - devel/libslang2 has completely replaced devel/libslang which has not been
released in ~5yrs.

- WITH_SLANG2 is now no longer a valid ports knob
- WITH_SLANG implies devel/libslang2 now
- devel/libslang -> devel/libslang2 is a SHARED LIB bump
  so bump PORTREVISION for affected ports

- Take MAINTAINER for most unmaintained ports in this chain
- some SF macro conversions

- BROKEN with devel/libslang2 and DEPRECATE
    math/slsc (abandoned upstream)
- BROKEN with devel/libslang2
    japanese/slirc

PR:             ports/125255
Reviewed by:    garga (libslang maintainer), portmgr (pav)
Exp Run by:     pav
2009-02-08 03:14:14 +00:00
Martin Matuska
7283e8d523 - Add missing entries for tcl86,tk86,tcl86-thread,tk86-thread 2009-02-07 21:36:04 +00:00
Alejandro Pulver
cb9c468197 - From now on, Joseph S. Atkinson will be mainaining ftp/filezilla and
lang/clisp.
2009-02-07 17:46:08 +00:00
Gerald Pfeifer
2d2deffa05 Update to the 20090205 snapshot of GCC 4.3.4. 2009-02-06 13:46:40 +00:00
Alejandro Pulver
8055ca457e - Respect NOPORTDOCS. 2009-02-06 00:00:40 +00:00
Renato Botelho
36d146f699 - Update to 5.1.4
- Use PORTDOCS facility
- Remove a simple patch and use REINPLACE_CMD instead
- Take maintainership
2009-02-05 18:14:06 +00:00
Dmitry Marakasov
47764a0464 - Update to 0.98
- Pass maintainership to submitter

PR:		131349
Submtted by:	Vitaly Magerya <vmagerya at gmail dot com>
2009-02-05 15:34:07 +00:00
Tim Bishop
bed8643504 - Fix build after X.org upgrade by adding USE_XORG with the required
components (these components came in via libGLU before, but its
  dependencies changed with the X.org upgrade).
2009-02-05 14:42:20 +00:00
Philip M. Gollucci
85e64e98cb - Update download locations, update WWW
Reported by:    -fetch-original pointyhat run
2009-02-05 08:07:55 +00:00
Thomas Abthorpe
336eaeefd1 - Update to 4.163
PR:		ports/131183
Submitted by:	James Bailie <jimmy mammothcheese.ca> (maintainer)
2009-02-05 01:33:00 +00:00
Martin Matuska
400f12521a - Fix pkg-plist if manpages/demos are to be installed 2009-02-04 09:33:28 +00:00
Martin Matuska
825c0e60b2 - Add Tcl/Tk 8.6
- Take maintainership of Mk/bsd.tcl.mk
2009-02-04 08:50:50 +00:00
Martin Wilke
780e8a39f0 2009-01-19 games/emacs-chess: has been broken for more than 6 months
2009-02-01 devel/subversion-devel: Use devel/subversion or devel/subversion-freebsd instead of this port
2009-01-19 devel/hs-hat: has been broken for more than 6 months
2009-01-19 devel/hs-hpl: has been broken for more than 6 months
2009-01-19 databases/mysqlbigram: has been broken for more than 6 months
2009-01-19 mail/claws-mail-clamav: has been broken for more than 6 months
2009-01-19 mail/sylpheed2-devel: has been broken for more than 6 months
2009-01-19 www/pecl-mnogosearch: has been broken for more than 6 months
2009-01-31 x11-fonts/mathfonts: This port was supported by Mozilla 1.8 (including Firefox 2.0) - to be replaced by  STIX fonts for Firefox 3.x
2009-01-19 x11-wm/fluxspace: has been broken for more than 6 months
2009-01-31 x11-wm/expocity: project has been abandoned
2009-01-19 x11/bbuname: has been broken for more than 6 months
2009-01-19 security/squidclam: has been broken for more than 6 months
2009-01-19 print/virtualpaper: depends on broken, expired port
2009-01-19 print/ifhp: has been broken for more than 6 months
2009-01-19 net-p2p/peercast: has been forbidden for more than 6 months
2009-01-19 palm/pdbc: has been broken for more than 6 months
2009-01-19 net-mgmt/NeTraMet: has been broken for more than 6 months
2009-01-19 net-im/sulci: has been broken for more than 6 months
2009-01-19 multimedia/mjpegtools-yuvfilters: has been broken for more than 6 months
2009-01-19 multimedia/helixplayer: has been broken for more than 6 months
2009-01-19 lang/quack: has been broken for more than 6 months
2009-01-19 misc/pybliographer: has been broken for more than 6 months
2009-01-19 net/versuch: has been broken for more than 6 months
2009-01-19 net/py-mantissa: has been broken for more than 6 months
2009-01-19 net/libunpipc: has been broken for more than 6 months
2009-01-19 net/gnometelnet: has been broken for more than 6 months
2009-01-19 net/gacxtool: depends on expired, broken port
2009-01-19 devel/py-coro: has been broken for more than 6 months
2009-01-19 chinese/stardict2-dict-zh_TW: has been broken for more than 6 months
2009-01-19 x11-themes/gtk-industrial-theme: has been broken for more than 6 months
2009-02-03 22:38:25 +00:00
Mark Linimon
19f10e2dfc Mark as broken on sparc64: fails to install. 2009-02-03 06:11:27 +00:00
Gerald Pfeifer
6cdfb608fc Deprecate after this has failed to build for nearly half a year and I
failed to get a single user complaint.

EXPIRATION_DATE=2009-03-03.
2009-02-03 00:29:45 +00:00
Mark Linimon
2be3df4e6c Reset dyeske@gmail.com at his request.
Hat:	portmgr
2009-02-02 23:44:01 +00:00
Ed Schouten
85b4de32c7 Fix MASTER_SITES of elan. 2009-02-02 09:35:39 +00:00
Pav Lucistnik
510e63e3ab - Update the dependency on libmcve/libmonetra
Pointy hat to:	pav
Reported by:	cperciva
2009-02-02 01:14:29 +00:00
Sergey Skvortsov
7c87414634 Rename: lang/perl5 -> lang/perl5.6
PR:		ports/131046
2009-02-01 19:43:11 +00:00
Gerald Pfeifer
83a724cc08 Rename target check to regression-test [1], remove the post-build target
and its note on testing, add a conditional dependency on misc/dejagnu [1]
and make the inclusion of gcc-testsuite in DISTFILES conditional, too.

PR:		131185
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
2009-02-01 15:24:32 +00:00
Gerald Pfeifer
46442c306e Set PORTNAME, COMMENT, and LATEST_LINK unconditionally as opposed to
using ?=.

Add powerpc to NOT_FOR_ARCHS. [1]

No longer include the Fortran frontend.  This version has been super-
seded by later ports, and the main purpose of lang/gcc42 is being on
par with the GCC 4.2-based system compiler recent versions of FreeBSD
feature.

Remove gcc-testsuite from DISTFILES, along with the post-build and
check targets.  This reduces disk and bandwidth consumptions for a
feature (apparently) never used.

PR:		130964 [1]
2009-02-01 14:58:35 +00:00
Gerald Pfeifer
71bbf2f717 Remove gcc-testsuite from DISTFILES, along with the post-build and
check targets.  This reduces disk and bandwidth consumptions for a
feature (apparently) never used.
2009-02-01 13:17:26 +00:00
Gerald Pfeifer
426c930e82 Update to the 20090130 snapshot of GCC 4.4.0.
Set PORTNAME, MAINTAINER, COMMENT, and LATEST_LINK unconditionally as
opposed to using ?=.

Add powerpc to NOT_FOR_ARCHS. [1]

PR:		130964 [1]
2009-02-01 10:50:03 +00:00
Gerald Pfeifer
2ddc22cb40 Add powerpc to NOT_FOR_ARCHS.
PR:		130964
2009-02-01 01:45:42 +00:00
Gerald Pfeifer
4e54d063ae Set MAINTAINER, COMMENT and LATEST_LINK unconditionally as opposed to
using ?=.
2009-02-01 00:33:29 +00:00
Gerald Pfeifer
8fb88d7d51 Set MAINTAINER and LATEST_LINK unconditionally as opposed to using ?=. 2009-02-01 00:13:53 +00:00
Gerald Pfeifer
f7565fbc02 Update to the 20090129 snapshot of GCC 4.3.4 which basically coincides
with the GCC 4.3.3 release.

Set PORTNAME, MAINTAINER, COMMENT, and LATEST_LINK unconditionally as
opposed to using ?=.
2009-01-31 21:40:26 +00:00
Pav Lucistnik
c7cc086d11 - Update to 0.3.10 which is available on savannah; the original websitei s gone 2009-01-30 23:29:35 +00:00
Alex Dupre
4926cbc0b9 Chase mpfr library. 2009-01-30 23:23:18 +00:00
Pav Lucistnik
2f0939510c - Update download locations, update WWW
Reported by:	-fetch-original pointyhat run
2009-01-30 23:17:53 +00:00
Greg Larkin
d46e843c20 - Unbreak on 7.1 and 8.0
Reported by:	QAT
2009-01-29 22:49:40 +00:00
Greg Larkin
139df60d14 - Unbreak by removing reference to DynaLoader.a in Perl 5.8.9+
- Regenerate patch files with "make makepatch"
- Take maintainership
2009-01-29 19:04:46 +00:00
Pav Lucistnik
6552273ece - Mark BROKEN: does not compile
Reported by:	pointyhat
2009-01-28 18:01:13 +00:00
Thomas Abthorpe
1c2d24decb - Update to 4.162
PR:		ports/130959
Submitted by:	James Bailie <jimmy mammothcheese.ca> (maintainer)
2009-01-27 04:08:29 +00:00
Sergey Skvortsov
b4617474ee Add "regression-test" make target. 2009-01-26 16:30:12 +00:00
Florent Thoumie
3c40260af6 Maintainer says lang/ypsilon doesn't require libglut, so backout last
change.

Reported by:	maintainer
2009-01-26 13:30:44 +00:00
Gerald Pfeifer
d108c3e6d4 Remove lang/gcc28 (GCC 2.8) which has been DEPRECATED for more than
3 years and does not build anywhere.

No objections:	mjl@luckie.org.nz (maintainer), pav
2009-01-24 12:19:08 +00:00
Gerald Pfeifer
53fa59ba07 Update to the 20090123 snapshot of GCC 4.4.0. 2009-01-24 11:52:19 +00:00
Florent Thoumie
340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00
Gerald Pfeifer
8206fd1ff3 Update to the 20090122 snapshot of GCC 4.3.3. 2009-01-23 15:55:37 +00:00
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00
Dmitry Marakasov
f37184622a - Update to 4.1.4
PR:		130859
Submitted by:	Andrew Reilly <areilly at bigpond dot net dot au> (maintainer)
2009-01-23 14:15:11 +00:00
Rong-En Fan
ff3e917d68 - Add support of jline, enabled by default
- Bump PORTREVISION

PR:		ports/130579
Submitted by:	Peter Schuller <peter.schuller at infidyne.com> (maintainer)
2009-01-23 09:15:23 +00:00
Martin Wilke
13c0f27605 - Chase lang/guile shlib bump 2009-01-22 16:04:11 +00:00
Martin Wilke
1fe3644003 - Update to 1.8.6
PR:		129916
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by:	maintainer
exp-run:	pav
2009-01-22 16:01:48 +00:00
Gerald Pfeifer
e0c1ab5549 Use USE_FORTRAN.
Approved by:	obrien (maintainer)
2009-01-22 09:02:25 +00:00
Jose Alonso Cardenas Marquez
d78770d667 - Fix GTK and GNOME option and unit names
PR:		130780
Submitted by:	bsam
2009-01-20 15:03:25 +00:00
Jose Alonso Cardenas Marquez
cad9cafae6 - Remove example files from fpc-gtk1 and fpc-gtk2 ports. It can be
obtained from fpc-source into distfiles directory.
2009-01-20 13:40:10 +00:00
Jose Alonso Cardenas Marquez
34369a69fe - Bump PORTREVISION. Because it depends of new www/fpc-httpd* ports added
recently
2009-01-19 22:53:55 +00:00
Gerald Pfeifer
54c4cb106d Remove lang/gcc41, the GCC 4.1 series. GCC 4.2 in the form of lang/gcc42
as well as the FreeBSD 7.x system compiler is the new king in town.
2009-01-18 03:31:05 +00:00
Gerald Pfeifer
f266c1a8be Update to the 20090116 snapshot of GCC 4.4.0. 2009-01-17 19:42:59 +00:00
Dirk Meyer
a6f9484f59 - add LICENSE: 2009-01-16 17:22:52 +00:00
Dirk Meyer
21bef45d60 - set NO_PACKAGE 2009-01-16 16:59:54 +00:00
Jose Alonso Cardenas Marquez
d0994b8d58 - Fix the logic with the options selected
- Bump PORTREVISION

PR:		130613
Submitted by:	bsam
2009-01-16 12:41:45 +00:00
Jose Alonso Cardenas Marquez
0e22532e85 - Fix updating to 2.2.2
PR:		130579
Submitted by:	bsam
2009-01-15 15:47:02 +00:00