| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Reported by: pointyhat
|
| |
|
| |
|
|
|
|
| |
Submitted by: Artis Caune <artis.caune xx gmail.com>
|
|
|
|
|
|
| |
PR: 140125
Submitted by: Jilles Tjoelker <jilles@stack.nl>
Apprived by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
- The plan is to upgrade caudium and retire the old pike
Approved by: Xavier Beaudouin (old maintainer)
|
|
|
|
| |
- Mark MAKE_JOBS_UNSAFE
|
|
|
|
|
| |
PR: 140263
Submitted by: mitsuru@riken.jp (maintainer)
|
|
|
|
| |
- Add PORTSCOUT variable
|
|
|
|
| |
Submitted by: jilles
|
| |
|
|
|
|
|
|
| |
Submitted by: pointyhat
Approved by: maintainer timeout
Pointyhat: brooks
|
| |
|
|
|
|
| |
Obtained from: Steve Vinoski <vinoski at gmail.com>
|
|
|
|
| |
Reported by: Ernst W. Winter
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
PR: ports/139735
Submitted by: Timothy Bourke <timbob AT bigpond.com> (maintainer)
Approved by: rafan (co-mentor)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Switch/Changes
|
|
|
|
| |
Reported by: pointyhat via pav, erwin
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Use FreeBSD8 binaries for 9.0 bootstrap
- Add "bootstrap" target to simplify binary distribution builds
|
|
|
|
|
|
| |
PR: ports/136804
Submitted by: Emiel van de Laar <gemiel@gmail.com>
Obtained from: ruby-lang SVN
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- On FreeBSD >= 7.2 allocate the new thread with adequate amount of stack
space to run the main ruby code in. This allows to mitigate problem
when too low stack space available for ruby when running with pthreads
enabled.
- Bump portrevision.
The long version. Before this change we used to link ruby against pthreads
uncoditionally on all versions of FreeBSD. This is indispensable in order
to load the threaded shared objects withing ruby. However, this causes a
dramatic decrease in the stack space available as pthreads only allows
up to several megabytes of stack space for the main application threads.
The only solution to this is to create the new thread immediately after
the program start with rigth stack size attributes set. Nonetheless this
scheme won't work for us on FreeBSD version before 7.2 as malloc implementation
in these versions was not threaded fork safe (i.e. this is impossible to
fork from the threaded program and expect malloc/free functions to work).
Thus the only solution for now can be to disable pthreads entirely on
FreeBSD <= 7.2. This won't cause any performance/usability problems for
users as Ruby 1.8 uses green threads, however it may prevent <= 7.2
users to load shared libraries linked agains pthreads.
Reported by: "François Montel" <seanmullen@gmail.com>
Tested by: Sean Mullen <seanmullen@gmail.com>
|
|
|
|
|
| |
PR: ports/139343
Submitted by: Boris <lytboris@gmail.com>
|
|
|
|
|
| |
dependency going forward; it will become mandatory in the next weeks
and for the final GCC 4.5.0 release.
|
|
|
|
|
| |
(now using nettle code included in the pike distribution)
- Claim maintainership
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Interpolation/Changes
|
| |
|
|
|
|
|
|
|
| |
- Update my mail address to FreeBSD
Approved by: miwi(mentor)
Feature safe: yes
|
|
|
|
|
|
|
| |
more than half a GB of memory. Accordingly, we can now remove the build-
time test for that from pre-everything.
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
| |
PR: ports/139066
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: miwi (mentor)
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- Allow on amd64
PR: ports/132952
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by: maintainer timeout (obrien; 6 months)
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
| |
(Do not link to thread library when building a thread-safe only lib)
Feature safe: yes
|
|
|
|
|
|
| |
PR: 138901
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Feature safe: yes
|
|
|
|
|
|
| |
PR: 138952
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
| |
PR: ports/137258
Submitted by: Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw>
Approved by: maintainer timeout (obrien; 1 month)
Feature safe: yes
|
|
|
|
|
|
|
| |
moment.
Hat: portmgr
Feature safe: yes
|
|
|
|
|
| |
Reported by: pointyhat
Feature safe: yes
|
|
|
|
|
|
|
| |
Reported by: many on ports@/python@
Patched by: beat@
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/138757
Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
Feature safe: yes
|
| |
|
|
|
|
|
|
| |
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr
|
|
|
|
|
| |
PR: 138745
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
|
|
|
|
| |
PR: based on 138600
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/~dapm/perl-5.10.1/pod/perl5101delta.pod
|
|
|
|
|
| |
PR: ports/138667
Submitted by: skv
|
| |
|
|
|
|
|
| |
PR: 138566
Submitted by: Nils M Holm <nmh@T3X.ORG> (maintainer)
|
|
|
|
|
| |
PR: ports/137888
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
|
|
|
|
|
|
|
|
| |
"unzip -v" or similar which would break. Instead rely upon the unzip binary.
http://lists.freebsd.org/pipermail/freebsd-ports/2009-September/056882.html
Noticed by: Dag-Erling Smørgrav <des@des.no>
|
|
|
|
|
|
| |
PR: ports/138510
Submitted by: James Bailie <jimmy AT mammothcheese.ca> (maintainer)
Approved by: tabthorpe (mentor)
|
|
|
|
|
|
|
|
| |
Common Language Infrastructure (CLI) with a Python-inspired syntax and a
special focus on language and compiler extensibility.
PR: 117551
Submitted by: Romain Tartiere <romain at blogreen.org> (latest version)
|
| |
|
|
|
|
|
|
| |
PLT database in the user's home directory for the dialyzer application.
However, this operation is very expensive and should only be performed
if necessary, as dialyzer already provides a minimal PLT by default.
|
|
|
|
|
| |
If the Erlang port was built as a dependency of another port,
ARCH=i386 was set for some reason and the Hipe build would fail.
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/138511
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Try-Tiny/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
port revision where appropriate
- Add devel/hs-ghc-paths
- Add devel/hs-QuickCheck
- Add devel/hs-readline
- Add devel/hs-haskeline
- Add devel/hs-mmap
- Remove lang/ghc-doc
- Mark devel/lhs2TeX broken as it does not compile with GHC 6.10.4
- Set NHC98 as default compiler for devel/hs-hat as it does not compile
with GHC 6.10.4
PR: ports/137055, ports/137058, ports/137059, ports/137060, ports/137061,
ports/137062, ports/137063, ports/137063, ports/137064, ports/137065,
ports/137066, ports/137067, ports/137068, ports/137069, ports/137070,
ports/137071, ports/137072, ports/137074, ports/137075, ports/137076,
ports/137077, ports/137078, ports/137079, ports/137080, ports/137081,
ports/137082, ports/137083, ports/137084, ports/137085, ports/137086,
ports/137087, ports/137088, ports/137090, ports/137091, ports/137092,
ports/137093, ports/137094, ports/137095, ports/137096, ports/137097,
ports/137098, ports/137099, ports/137102, ports/137103, ports/137104,
ports/137107, ports/137108, ports/137109, ports/137110, ports/137111
Submitted by: Jacula Modyun (jacula (at) gmail (dot) com),
Ashish Shukla (wahjava (at) gmail (dot) com) (amd64 support)
Supported by: wxs (review, amd64 testing), tabthorpe (8.x testing)
Approved by: tabthorpe (mentor), respective maintainers
|
|
|
|
|
|
|
|
|
| |
mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav)
|
|
|
|
| |
provides minimal try/catch with proper localization of $$@.
|
|
|
|
|
|
|
| |
> - Russian is removed
> - Korean has been re-added
> - Turkish, Bulgarian and Romenian have been added
>
|
| |
|
|
|
|
|
| |
exist at the RPM file but were not treated by install process earlier);
. bump PORTREVISION.
|
| |
|
| |
|
|
|
|
|
|
| |
response to email.
Hat: portmgr
|
|
|
|
|
|
| |
PR: ports/138148
Submitted by: James Bailie <jimmy (at) mammothcheese (dot) ca> (maintainer)
Approved by: tabthorpe (mentor)
|
|
|
|
|
|
| |
consistency)
Approved by: portmgr (pav)
|
| |
|
|
|
|
| |
Approved by: portmgr (pav)
|
| |
|
|
|
|
| |
- Update MASTER_SITES to new SFP layout
|
| |
|
|
|
|
| |
Submitted by: maintainer
|
| |
|
|
|
|
| |
Submitted by: wen heping <wenheping AT gmail.com>
|
|
|
|
|
| |
Reported by: dan
Pointyhat to: myself
|
|
|
|
| |
starting with H,I,J,K,L
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
an extra option set and no longer used by anything in the tree.
|
|
|
|
|
| |
PR: ports/137926
Submitted by: Steve Randall <srandall52@sbcglobal.net>
|
| |
|
|
|
|
|
| |
Submitted by: pointyhat
Approved by: maintainer
|
|
|
|
|
| |
Tested by: miwi
Many thanks to: miwi
|
|
|
|
| |
Reported by: QAT
|
|
|
|
|
|
| |
- Remove BROKEN on gambas2-gb-db* ports
Reported by: pav, linimon, erwin
|
|
|
|
|
| |
PR: 137794
Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
Hat: portmgr
|
| |
|
| |
|
|
|
|
|
|
| |
(fails to compile).
Hat: portmgr
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Change the master site URL until SF problems are resolved.
|
|
|
|
| |
Inspired by PR: ports/137151
|
|
|
|
|
| |
PR: 137631
Submitted by: maintainer
|
|
|
|
|
| |
PR: 137561
Submitted by: "Nils M Holm" <nmh@T3X.ORG> (maintainer)
|
|
|
|
|
| |
PR: ports/137490
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
|
|
|
|
|
|
|
|
| |
- Remove a patch that makes xsp fail.
- Cleanup.
PR: ports/137223
Submitted by: Romain Tartiere
|
|
|
|
|
| |
PR: ports/137568
Submitted by: Piotr Smyrak
|
|
|
|
|
|
| |
- Fix threading support (thanks to Hiroyuki Komatsu <kom@narihara-lab.jp>).
- Temporary use my mirror for distfiles until issues with sourceforge are
resolved.
|
|
|
|
| |
lang/open-cobol instead
|
|
|
|
|
|
|
| |
fails. After discussing with the maintainer, revert enabling amd64 ARCH.
Reported by: pointyhat (pav)
Submitted by: maintainer (via irc)
|
|
|
|
|
| |
PR: 137530
Submitted by: Ports Fury
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
| |
|
|
|
|
|
| |
PR: 127304
Submitted by: markm@ (maintainer)
|
|
|
|
|
| |
PR: 137153
Submitted by: "RandomUser" <rannumgen@globaleyes.net>
|
|
|
|
| |
signatures into the language.
|
| |
|
|
|
|
|
| |
- Unbreak on sparc64
- Take maintainship
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
| |
|
|
|
|
|
| |
PR: ports/136992
Submitted by: Andrey Zonov <andrey.zonov AT gmail.com>
|
|
|
|
| |
Hat: portmgr
|
| |
|
| |
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
|
| |
|
|
|
|
|
|
| |
PR: ports/136771
Exp Run by: pav
Approved by: portmgr (pav)
|
| |
|
|
|
|
|
|
|
|
| |
- Use SF macro
PR: 136817
Submitted by: myself
Approved by: maintainer timeout
|
| |
|
|
|
|
|
| |
Reported by: Anton Shterenlikht <mexas@bristol.ac.uk>
http://docs.freebsd.org/cgi/mid.cgi?20090729193532.GA58354
|
|
|
|
| |
Reported by: pointyhat via pav
|
|
|
|
| |
Approved by: portmgr (erwin)
|
|
|
|
| |
See ChangeLog at: http://gambas.sourceforge.net/en/changelog2.html
|
| |
|
|
|
|
|
|
| |
PR: 133303
Submitted by: Takeshi MUTOH <mutoh@openedu.org>
Approved by: old maintainer
|
| |
|
|
|
|
|
|
|
| |
Add LATEST_LINK
PR: 137113
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
OpenCOBOL is an open-source COBOL compiler, which translates COBOL programs
to C code and compiles it using GCC.
WWW: http://www.opencobol.org/
PR: ports/136204
Submitted by: Glen Barber <glen.j.barber@gmail.com>
|
|
|
|
| |
with the GCC 4.4.1 release.
|
|
|
|
|
|
| |
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav)
|
|
|
|
|
| |
PR: ports/135883
Submitted by: Ulrich Spoerlein <uqs@spoerlein.net>
|
|
|
|
| |
Changes: http://www.parrot.org/news/2009/Parrot-1.4.0
|
| |
|
|
|
|
|
|
|
| |
when pthread libraries don't show up in Config::CONFIG["LIBS"] in some
cases.
Reported by: dinoex
|
|
|
|
| |
Noticed by: mark at coreland dot ath dot cx
|
| |
|
|
|
|
| |
Borrow some makefile foo from lang/gnat-gcc43.
|
|
|
|
| |
superseded by lang/gcc43 and later.
|
| |
|
|
|
|
| |
Tested by: pav on pointyhat
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Add OPTIONS
- Cleanup
PR: ports/136861
Submitted by: Romain Tartiere
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
|
|
|
|
|
| |
Reported by: QATty
Submitted by: Cezary Morga <cm@therek.net>
|
|
|
|
| |
Reported by: QAT
|
|
|
|
|
|
|
|
| |
and be the default Python version
PR: ports/109550
Submitted by: David Yeske <dyeske AT yahoo.com>
Obtained from: tmclaugh
|
|
|
|
|
| |
PR: ports/136734
Submitted by: maintainer
|
|
|
|
| |
- portlint(1)
|
| |
|
|
|
|
| |
- portlint(1)
|
| |
|
|
|
|
|
|
|
|
| |
. Fix portlint FATALs
. Fix packing list (remove duplicate @dirrm lines)
PR: 136659
Approved by: mono@ (Romain Tartiere)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
<saper@system.pl>
(reason: 550 user not found... podany uzytkownik nie istnieje...)
|
| |
|
| |
|
|
|
|
|
| |
${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo
- Use ${SYSCTL}
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/136454
Submitted by: Nils M Holm <nmh@T3X.ORG> (maintainer)
|
|
|
|
| |
Reported by: pointyhat (via erwin, pav)
|
|
|
|
| |
Notified by: wen heping <wenheping AT gmail.com>
|
|
|
|
|
|
| |
- This has no effect on japanese/tcl80 and japanese/tk80 ports
2009-03-22 lang/tcl80: tcl8.0 support dropped
|
|
|
|
| |
- Switch all ports that have USE_TCL=80+ to use USE_TCL=82+
|
| |
|
| |
|
| |
|
|
|
|
| |
- Add bugfix for map memory leak (RT#53038)
|
|
|
|
|
| |
PR: ports/136349
Submitted by: Romain Tartiere
|
|
|
|
|
| |
PR: ports/136350
Submitted by: Romain Tartiere
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 136309
Submitted by: "Nils M Holm" <nmh@T3X.ORG> (maintainer)
|
|
|
|
|
| |
PR: ports/135946
Submitted by: bf1783 xx gmail.com
|
| |
|
|
|
|
|
|
|
| |
- BUMP PORTREVISION in pnet meta-port.
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
Reported by: QAT, pav
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove bsddb module in pkg-message since it's removed from
Python default modules
(python3 user should use databases/py-bsddb3)
- Fix WITH_UCS4 support
- Mark jobs safe
- Makefile/patch cleanup
PR: ports/133440
Submitted by: Paul Hoffman <phoffman AT proper.com>
|
| |
|
|
|
|
|
|
|
| |
to NULL when it is allocated. As a result, spurious floating point
exceptions are reported.
Obtained from: David Reiss <dreiss at cs.stanford.edu>
|
|
|
|
|
|
|
| |
- Pass maintainer to submitter.
PR: ports/135415, ports/135633, ports/135853, ports/135854
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Don't use ${PREFIX} for dependencies, CFLAGS or LDFLAGS
- This port still doesn't work with a custom PREFIX, it needs some work still.
PR: ports/135833
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION
Suggested by: Karl Lehenbauer <karl@flightaware.com>
|
|
|
|
|
| |
PR: ports/136038
Submitted by: Nils M Holm <nmh@T3X.ORG> (maintainer)
|
| |
|
|
|
|
|
|
| |
PR: ports/135092
Submitted by: bf <bf2006a@yahoo.com>
Approved by: maintainer timeout (mm; 24 days)
|
|
|
|
|
|
|
| |
use CONFIGURE_ARGS appropriately.
PR: ports/135994
Reported by: John Hein via Romain Tartiere
|
|
|
|
| |
Reported by: John Hein
|
|
|
|
|
|
| |
PR: ports/134770
Submitted by: Dan Rench <citric@cubicone.tmetic.com>
Approved by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/135928
Submitted by: Romain Tartiere
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Update a bunch of c# ports as well (gtksharp20, mono-zeroconf, tomboy,
gnome-desktop-sharp, gnomesharp20).
- Remove devel/monodoc as it is now included in lang/mono.
- Add www/mod_mono, an apache module serving ASP.net pages.
- Add www/xsp, a mono-based webserver.
PR: ports/135248, ports/135249
Submitted by: Romain Tartiere <romain@blogreen.org>
|
|
|
|
| |
Reported by: QAT
|
| |
|
|
|
|
|
|
|
| |
WWW: http://libhx.sourceforge.net/
PR: ports/135871
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|
|
|
|
|
| |
PR: ports/135855
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|