aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 20090512 snapshot of GCC 4.4.1.gerald2009-05-162-19/+19
|
* Update to the 20090510 snapshot of GCC 4.3.4.gerald2009-05-162-19/+19
|
* - Mark most of my ports MAKE_JOBS_SAFE=yespgollucci2009-05-162-0/+4
| | | | Tested by: several builds in P6 TB
* Scala is a general purpose programming language designed to expressglarkin2009-05-165-0/+224
| | | | | | | | | | | | | common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages, enabling Java and other programmers to be more productive. Code sizes are typically reduced by a factor of two to three when compared to an equivalent Java application. WWW: http://www.scala-lang.org/ PR: ports/133887 Submitted by: Mitsuru YOSHIDA <mitsuru at riken.jp>
* - Fix build on amd64gahr2009-05-151-3/+11
| | | | Reported by: pointyhat (via pav@)
* - Update to 0.92.20090506gahr2009-05-155-140/+40
| | | | | | | | | - Move to MASTER_SITE_LOCAL - Take maintainship - Major refactor PR: 134274 Submitted by: M. L. Dodson <mldodson@comcast.net> (former maintainer)
* - Chase math/libgmp4 shlib bumppav2009-05-149-10/+10
| | | | | Reported by: pointyhat Pointy hat to: ale
* Update to todays documentation.edwin2009-05-142-22/+22
|
* Update to 1.20.tobez2009-05-144-16/+11
| | | | Changes: http://search.cpan.org/dist/Scalar-List-Utils/Changes
* - Chase readline updatepav2009-05-141-2/+2
| | | | Reported by: pointyhat
* - Update to 4.166pgj2009-05-143-5/+5
| | | | | | PR: ports/134518 Submitted by: James Bailie <jimmy (at) mammothcheese (dot) ca> (maintainer) Approved by: tabthorpe (mentor)
* Chase libgmp and bump PORTREVISION.ale2009-05-1325-39/+45
|
* Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently fromitetcu2009-05-123-6/+7
| | | | | | | 5 to 6. Forgotten by: araujo@ Reported by: QAT
* - IDE option enabled by default (editors/gambas2-ide was added)acm2009-05-111-1/+2
|
* - MASSIVE update to 1.0.1pgollucci2009-05-113-218/+142
| | | | | | | | - Unbreak, (reported by erwin via pointyhat) - Use SF Macro - Requires BASH not SH to build - Now works on amd64 and i386 - Remove NO_INSTALL_MANPAGES and NOPRECIOUSMAKEVARS
* - Update to 1.0.0miwi2009-05-112-6/+7
| | | | | PR: 134373 Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
* F# developed as a research programming language to provide the muchpgj2009-05-105-0/+193
| | | | | | | | | | | | | | | | | | | | | | sought-after combination of type safety, succinctness, performance, expressivity and scripting, with all the advantages of running on a high-quality, well-supported modern runtime system. This combination has been so successful that the language is now being transitioned towards a fully supported language on the .NET platform. F# was developed as a pragmatically-oriented variant of ML that shares a core language with OCaml. Unlike other scripting languages it executes at or near the speed of C# and C++, making use of the performance that comes through strong typing. Unlike many type-inferred, statically-typed languages it also supports many dynamic language techniques, such as property discovery and reflection where needed. F# includes extensions for working across languages and for object-oriented programming, and it works seamlessly with other .NET programming languages and tools. WWW: http://research.microsoft.com/fsharp/fsharp.aspx Approved by: gabor (mentor)
* - Prevent package building on i386/6.x pointyhat, due to lack of requiredglarkin2009-05-101-0/+5
| | | | | | | CPU SSE instruction set. - Bumped PORTREVISION Suggested by: erwin
* - Fix a couple of serious bugs in threading code (#4666 and #4678).stas2009-05-103-0/+131
| | | | Obtained from: ocaml cvs
* Update to the 20090507 snapshot of GCC 4.5.0.gerald2009-05-1010-95/+95
|
* Turn off IDE by default as this port is not added (yet) to unbreak INDEX.erwin2009-05-091-1/+1
|
* Update to the 20090505 snapshot of GCC 4.4.1.gerald2009-05-092-19/+19
|
* - Fix buildacm2009-05-091-1/+1
| | | | Reported by: QAT
* - New port: lang/gambas2-examplesacm2009-05-095-0/+845
| | | | Example projects for gambas language
* - New port: lang/gambas2acm2009-05-094-0/+142
| | | | | | | | | | | | | | Gambas is a free development environment based on a Basic interpreter with object extensions, a bit like Visual Basic (but it is NOT a clone !). With Gambas, you can quickly design your program GUI with QT or GTK+, access MySQL, PostgreSQL, Firebird, ODBC and SQLite databases, pilot KDE applications with DCOP, translate your program into any language, create network applications easily, make 3D OpenGL applications, make CGI web applications, and so on. (meta port) WWW: http://gambas.sf.net/
* - New port: lang/gambas2-componentsacm2009-05-093-0/+58
| | | | Native components for gambas2
* - New port: lang/gambas2-baseacm2009-05-098-0/+345
| | | | | | | | | | | | Gambas is a free development environment based on a Basic interpreter with object extensions, a bit like Visual Basic (but it is NOT a clone !). With Gambas, you can quickly design your program GUI with QT or GTK+, access MySQL, PostgreSQL, Firebird, ODBC and SQLite databases, pilot KDE applications with DCOP, translate your program into any language, create network applications easily, make 3D OpenGL applications, make CGI web applications, and so on. WWW: http://gambas.sf.net/
* - Fix a visual problem with OPTIONS descripcionacm2009-05-081-8/+8
| | | | Suggested by: Zahemszky Gábor <Gabor __at zahemszky.hu> via email
* Mark BROKEN: does not build.erwin2009-05-071-0/+2
|
* Update to 0.7.0.mva2009-05-062-5/+4
| | | | Approved by: miwi (mentor)
* - Fix do-installacm2009-05-051-1/+1
| | | | Reported by: Zahemszky Gabor <gabor__ at _zahemszky.hu> via email
* - Fix all MASTER_SITES entries. Now it will compile without problemsacm2009-05-051-8/+7
| | | | Reported by: Zahemszky Gábor <Gabor __ at__zahemszky.hu> via email
* - Update to 2.2.4acm2009-05-049-29/+47
| | | | | - Add convertors/fpc-iconvenc port to bsd.fpc.mk - pkg-plist fixes
* Update to the 20090503 snapshot of GCC 4.3.4.gerald2009-05-042-19/+19
|
* - Update to 5.6.64wxs2009-05-027-23/+1821
| | | | | | PR: ports/133578 Submitted by: Kazumasa Kotani <freebsd@cuma.sakura.ne.jp> Approved by: maintainer timeout
* - Update to 05_20090426gahr2009-05-023-4/+6
|
* - Update to 0.11.1miwi2009-05-022-4/+4
| | | | Approved by: maintainer implicit
* - Update to 2009-04-29miwi2009-05-013-7/+10
| | | | | PR: 134088 Submitted by: "Nils M Holm" <nmh@T3X.ORG> (maintainer)
* - Set ONLY_FOR_ARCHS= i386 (amd64/sparc64 core dump)miwi2009-05-012-18/+3
| | | | | PR: 133076 Submitted by: Katsuji ISHIKAWA <katsuji.ishikawa@gmail.com> (maintainer)
* Update to cmucl-19f.cracauer2009-04-293-12/+23
| | | | | | | | | | | | | | | | | | | | | After discussions with the CMUCL implementor's list it has been decided that the FreeBSD port should stay as it is, which means that the 6.3 binary gets installed on all FreeBSD versions. That means the port will not be smartened up to select binaries built for newer FreeBSD versions that might be available. Consensus on the list was that those who care about that level of detail do not use the port (remember that it's a binary distribution anyway) and that for those who casually want to run some Common Lisp code it is good enough to just run the 6.3 binary. The next release will probably not have a FreeBSD-6.3 binary but at that time the majority of users will probably be on FreeBSD-7.x or higher. Tested: install/deinstall, manual check for proper removal, portlint. Commited during partial thaw as a leave port that doesn't affect other ports.
* Ikarus Scheme is a free optimizing incremental native-code compilerglarkin2009-04-298-0/+108
| | | | | | | | | | | | | | | | | | | for Scheme as specified in the Revised^6 Report on the Algorithmic Language Scheme. Ikarus Scheme is an optimizing compiler, so your Scheme code will run fast without the need to port hot spots to C "for performance". With an incremental compiler, you don't need a separate compilation step to make your program run fast. The best part is that the compiler itself is fast, capable of compiling thousands of lines of code per second. Finally, Ikarus Scheme is an R6RS compiler. R6RS libraries, scripts, record types, condition system, exception handling, unicode strings, bytevectors, hashtable, and enumerations are among the supported features. WWW: http://www.ikarus-scheme.org/
* Added python 2.6.1 supportjpaetzel2009-04-291-0/+9
| | | | | PR: ports/134028 Approved by: linimon (mentor)
* - Match modules dependency with latest tcl85 updatemm2009-04-261-2/+2
| | | | - Bump PORTREVISION
* - Update to 8.5.7mm2009-04-266-61/+38
|
* - Update MASTER_SITES and WWWrafan2009-04-262-2/+2
| | | | | PR: ports/133885 Submitted by: maintainer
* Mark ONLY_FOR_ARCHS=i386 due to build problems on amd64.gerald2009-04-261-0/+2
|
* Break dependency on lang/gcc295.gerald2009-04-266-1/+205
| | | | | | PR: 132652 Submitted by: carl shapiro <carl.shapiro@gmail.com> Approved by: maintainer (Erik Greenwald <erik.greenwald@gmail.com>)
* Update to the 20090423 snapshot of GCC 4.5.0.gerald2009-04-2510-95/+95
|
* Update to the 20090421 snapshot of GCC 4.4.1. This basically is agerald2009-04-232-20/+20
| | | | slightly updated version over the official GCC 4.4.0 release.
* Update to the 20090419 snapshot of GCC 4.3.4.gerald2009-04-232-19/+19
|
* - Fix build on -CURRENT.wxs2009-04-234-22/+22
| | | | | | PR: ports/133598 Submitted by: Kai Wang <kaiwang27@gmail.com> Approved by: Takeshi MUTOH <mutoh@openedu.org> (maintainer)
* - Update to 05_20090413gahr2009-04-232-4/+4
|
* - Update to 20090321dhn2009-04-212-4/+4
| | | | Approved by: miwi (mentor)
* Update to the 20090414 snapshot of GCC 4.4.0.gerald2009-04-212-20/+19
| | | | | Address a long term FIXME related to older versions of FreeBSD by removing NOMANCOMPRESS=yes.
* Drop maintainership.bms2009-04-211-1/+1
|
* Fix for NOPORTDOCS.bms2009-04-211-3/+10
|
* Drop maintainership.bms2009-04-211-1/+1
|
* Fix for NOPORTDOCS from QA tindy.bms2009-04-211-2/+8
|
* Ubreak by making the port check for availability of Tcl's man-pages.mi2009-04-213-7/+317
| | | | | | | Tcl-8.4 does not install those by default any more... Approved by: portmgr (erwin) PR: ports/133555
* - Add forgotten dependency on ftp/curlgahr2009-04-131-0/+1
| | | | Reported by: QA Tindie
* - Add dependency on Bisongahr2009-04-131-0/+1
| | | | Reported by: QA Tindie
* Update to 0.6.1.marcus2009-04-132-4/+4
|
* - Fix pseudo-typo: s|pkg-config libcurl|curl-config|ggahr2009-04-131-2/+2
| | | | Reported by: QA Tindie
* - Update to 7.11gahr2009-04-129-298/+159
| | | | | - UnDEPRECATE and UnEXPIRE - Take maintainship
* - Update lang/ocaml to 3.11.0. [1]stas2009-04-1115-67/+137
| | | | | | | | | | | | | | | | | | - 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]
* Add bugfiux for "Attributes + Unkown Error".skv2009-04-118-4/+196
| | | | Bug: http://rt.perl.org/rt3/Public/Bug/Display.html?id=49472
* - Update to 1.5R1wxs2009-04-1112-146/+421
| | | | | PR: ports/131631 Submitted by: Andrew Bernard <andrewb@cs.cmu.edu> (maintainer)
* Update to the 20090409 snapshot of GCC 4.5.0.gerald2009-04-1010-95/+95
|
* Presenting GNOME 2.26 for FreeBSD. Seemarcus2009-04-103-37/+52
| | | | | | | | | | | | | 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.
* Update to the 20090405 snapshot of GCC 4.3.4.gerald2009-04-102-20/+19
|
* Update to the 20090407 snapshot of GCC 4.4.0.gerald2009-04-092-19/+19
|
* This port installs gcc45, g++45, gcj45, gfortran45 and so forth, not thegerald2009-04-085-10/+10
| | | | | | 44 flavors of course. Reported by: linimon
* Connect lang/gcc45 AKA GCC 4.5.0 to the build.gerald2009-04-081-0/+1
|
* Initiate lang/gcc45 by updating to the 20090402 snapshot of GCC 4.5.0.gerald2009-04-0815-140/+135
| | | | | Address a long term FIXME related to older versions of FreeBSD by removing NOMANCOMPRESS=yes.
* - Fix build when WITH_PARI is selected.wxs2009-04-081-1/+1
| | | | | | PR: ports/133386 Submitted by: Peter Jeremy <peterjeremy@optushome.com.au> Approved by: Joseph S. Atkinson <jsatkinson@embarqmail.com> (maintainer)
* - Update to 10.0.2.stas2009-04-074-16/+11
|
* - Update to 1.0.27.stas2009-04-073-9/+5
|
* - Make ocaml to find tk again.stas2009-04-071-1/+10
|
* Add linux-f8-tcl84 8.4.17, tool Command Language (Linux Fedora 8).bsam2009-04-067-0/+1525
| | | | | PR: ports/131806 Submitted by: Stas Timokhin <stast at bsdportal.ru>
* - Update to 05_20090329gahr2009-04-063-4/+5
|
* Fix packaging with enabled GDBM option.skv2009-04-054-4/+0
| | | | | PR: ports/133391 Submitted by: G.raud Continsouzas <geraud xx gcu.info>
* Add several bugfixes, imported from maint-5.10skv2009-04-0448-0/+1164
| | | | (i.e. will be included into forthcoming 5.10.1).
* tinypy is a minimalist implementation of python in 64k of codeamdmi32009-04-024-0/+73
| | | | | | | | | | | | | | | | | | | | | | | 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>
* - Fix build with gcc 4.2amdmi32009-04-0216-13/+467
| | | | | | PR: 132287 Submitted by: Vitaly Magerya <vmagerya at gmail dot com> Approved by: Erik Greenwald <erik dot greenwald at gmail dot com> (maintainer)
* Here are new Linux Fedora 8 infrastructure ports.bsam2009-04-015-28/+37
| | | | | | | | | | | | | | | 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) ;-)
* Update to the 20090331 snapshot of GCC 4.4.0.gerald2009-04-0112-114/+114
|
* Finish repocopies of new linux-f8 infrastructure ports:bsam2009-04-011-0/+3
| | | | | | . add CONFLICTS to 47 original ports; . bump PORTREVISIONs for all of them; . pet portlint for 2-3 ports (misplaced PORTREVISION).
* - Update to snapshot r5576.tdb2009-04-015-556/+625
| | | | | | | | 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.
* - Update to 20090329miwi2009-04-012-6/+6
| | | | | PR: 133177 Submitted by: "Nils M Holm" <nmh@T3X.ORG> (maintainer)
* Set MAKE_JOBS_SAFE to allow for parallel builds.gerald2009-03-301-0/+1
| | | | | PR: 133062 Submitted by: mm
* Update to the 20090327 snapshot of GCC 4.4.0.gerald2009-03-3012-114/+120
| | | | Set MAKE_JOBS_SAFE to allow for parallel builds.
* - need newer llvm to build on amd64dinoex2009-03-301-3/+2
|
* Update to the 20090326 snapshot of GCC 4.3.4 which should concludegerald2009-03-302-19/+20
| | | | | | this GCC branch (I disabled further snapshots upstream). Set MAKE_JOBS_SAFE to allow for parallel builds.
* Update to the 20090325 snapshot of GCC 4.2.5 which should concludegerald2009-03-292-13/+14
| | | | | | this GCC branch (I disabled further snapshots upstream). Set MAKE_JOBS_SAFE to allow for parallel builds.
* Fix CONFLICTS.skv2009-03-294-4/+4
|
* Introduce Perl 5.10.0skv2009-03-2935-1475/+2500
|
* Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFEgarga2009-03-291-0/+1
|
* - Update to 2.9.0miwi2009-03-285-2362/+293
| | | | | PR: 133140 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
* - Mark MAKE_JOBS_SAFE for SMP compilationmm2009-03-252-0/+2
| | | | | PR: ports/133015 Approved by: ale (maintainer, via private e-mail)
* Fix make -jarved2009-03-253-3/+62
|
* - Mark BROKEN, doesn't install any compiler binaryamdmi32009-03-252-0/+3
| | | | | PR: 133032 Submitted by: Glen Barber <glen dot j dot barber at gmail dot com> (maintainer)
* - Update to 1.6.3mm2009-03-252-5/+4
|
* 2009-03-22 emulators/dlx: unmaintained, does not work with current versions ↵miwi2009-03-2410-352/+0
| | | | | | | | | | | | | | | | | | | | | 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
* - Update to snapshot r5519.tdb2009-03-232-4/+4
|
* Add MAKE_JOBS_SAFE variable.skv2009-03-235-0/+5
| | | | | PR: ports/132964 Submitted by: mm
* - Update to 20090320dhn2009-03-222-5/+4
| | | | | | PR: ports/132906 Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) Approved by: miwi (mentor)
* - Update to 2.2.2miwi2009-03-212-4/+4
| | | | | PR: 132830 Submitted by: Wen Heping <wenheping@gmail.com>
* Etoile Project LnguageKit Pluginsdinoex2009-03-205-0/+49
| | | | WWW: http://www.etoile-project.org/
* - udpate to 0.4.1dinoex2009-03-2014-62/+117
|
* - Drop -n flag to cpio, it's no-op when used with -p, and our BSD cpio does notpav2009-03-201-1/+1
| | | | | | support it Suggested by: kientzle
* Welcome to the new linux ports infrastructure which allows usingbsam2009-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Update to snapshot r5498.tdb2009-03-192-4/+4
|
* - Fix on CURRENT. The failure reason is that broken libphobos was produced, ↵amdmi32009-03-182-2/+78
| | | | 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.
* Mark as broken on sparc64.linimon2009-03-181-1/+7
|
* - Fix plistamdmi32009-03-181-1/+0
| | | | | PR: 132682 Submitted by: Glen Barber <glen dot j dot barber at gmail dot com> (maintainer)
* Mark as broken on sparc64.linimon2009-03-171-1/+7
|
* - Mark BROKEN: does not compilepav2009-03-171-0/+2
| | | | Reported by: pointyhat
* * Install correct (the troff manpage)maho2009-03-161-2/+2
| | | | | | | into /usr/local/man/man1 instead of a pre-formatted one. *Bump port revision. Submitted by: Lyndon Nerenberg <lyndon@orthanc.ca>
* - Update to 0.11miwi2009-03-163-5/+22
| | | | | PR: 132663 Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
* Remove per deprecation/expiration note.gerald2009-03-1516-472/+0
|
* Remove gcc-testsuite from DISTFILES, along with the post-build andgerald2009-03-151-18/+5
| | | | | | | | | | | | | | | | | 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]
* No need to handle PACKAGE_BUILDING specially now that we no longer rungerald2009-03-151-1/+1
| | | | the full testsuite in Tinderboxes.
* Update to the 20090313 snapshot of GCC 4.4.0.gerald2009-03-1512-198/+168
| | | | | | | | | | | 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.
* Update to the 20090312 snapshot of GCC 4.3.4.gerald2009-03-152-29/+20
| | | | | | | 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.
* - Update to 3.2a.2miwi2009-03-142-9/+7
| | | | | PR: 132472 Submitted by: Ports Fury
* Add s9fes 20090311, a simple and comprehensible Scheme interpreter.lwhsu2009-03-145-0/+296
| | | | | PR: ports/131998 Submitted by: Nils M Holm <nmh at t3x.org>
* Update to the 20090311 snapshot of GCC 4.2.5.gerald2009-03-142-22/+15
| | | | | | 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.
* Add support for building Python against GNU Portable Threads (Pth),bms2009-03-1414-42/+258
| | | | | | | | | | | | | | | | 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
* Free most of my ports, since they aren't being maintained to ashaun2009-03-141-1/+1
| | | | reasonable standard.
* Remove obsolete code to create (empty) man pages in case regulargerald2009-03-141-5/+0
| | | | man pages cannot be created.
* - Use correct pkgconfig files dir.stas2009-03-141-0/+11
| | | | | | PR: ports/132212 Submitted by: John Hein <jhein@timing.com> Approved by: Amatus <c11h15no2@yahoo.com> (maintainer)
* Update "perl-after-upgrade": set correct perl package name in @pkgdep.skv2009-03-1310-230/+25
|
* Always use FreeBSD sed.ale2009-03-112-2/+4
| | | | | PR: ports/132543 Submitted by: Helmut Schneider <jumper99@gmx.de>
* - Update to 05_20090309gahr2009-03-113-4/+9
|
* - Update python30 to 3.0.1miwi2009-03-1010-42/+69
| | | | | Release Changelog: http://python.org/download/releases/3.0.1/NEWS.txt
* Fix build with new ocaml-ocurl (if curl is enabled)johans2009-03-101-0/+18
|
* - Forgot to remove patchamdmi32009-03-071-20/+0
|
* - Update to 0.0.7amdmi32009-03-074-13/+37
| | | | | PR: 132177 Submitted by: Katsuji ISHIKAWA <katsuji dot ishikawa at gmail dot com> (maintainer)
* - Update hs-hscolour to 1.12pgj2009-03-072-5/+5
| | | | | | PR: ports/132279 Submitted by: Jacula Modyun <jacula (at) gmail (dot) com> Approved by: tabthorpe
* - Use my FreeBSD address on the ports I maintaindhn2009-03-071-1/+1
| | | | Approved by: tabthorpe (co-mentor)
* - Update bison to 2.4.1, see announcements for important changes:johans2009-03-061-15/+37
| | | | | | | | | | | | | 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)
* Update to 5.2.9 release and re-add pcre extension.ale2009-03-0611-90/+82
|
* Fix PORTVERSION.skv2009-03-065-5/+5
|
* Remove variable PERL_VER from the ports tree at all - becauseskv2009-03-0612-691/+110
| | | | it is obsolete since Perl 5.6.0.
* - Select the correct TCLSH provided by bsd.tcl.mkmm2009-03-051-3/+6
| | | | - Bump PORTREVISION
* Upgrade llvm and llvm-gcc to the 2.5 release.brooks2009-03-053-5/+7
| | | | | See the release notes for details: http://www.llvm.org/releases/2.5/docs/ReleaseNotes.html
* - Update to 4.165tabthorpe2009-03-043-5/+5
| | | | | PR: ports/132204 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
* Update BSDPAN:skv2009-03-0410-25/+35
| | | | | - fix pkgdb/+* files creation - add lang/perl5.X as package dependency (via @pkgdep line)
* - do not create library dir if installing modulesmm2009-03-032-32/+32
| | | | Reported by: QAT
* - Make portlint happymm2009-03-031-1/+1
|
* - Separate common tcl85 and tcl86 modules to a new port lang/tcl-modulesmm2009-03-037-39/+170
| | | | | | | - Make tcl-modules a slave port of tcl85 - Fix incompatible pkg-lists of tcl85 and tcl86 - Add modules to OPTIONS - Bump PORTREVISION
* - New port: lang/tcl-modulesmm2009-03-032-0/+19
| | | | | - Slave port of tcl85, separates tcl common modules from tcl85 and tcl86 (identical) into a single port
* - Change the location of LATEST_LINK to make it workmm2009-03-023-11/+9
| | | | | | | - Bump PORTREVISION PR: ports/132241 Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
* Rename 131185gerald2009-03-021-1/+1
| | | | | | | | 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
* - Unbreak after strndup MFCmiwi2009-03-013-13/+34
| | | | | | | - Pass maintainership to submitter PR: 132160 Submitted by: Florian Smeets <flo@kasimir.com>
* Update to the 20090227 snapshot of GCC 4.4.0.gerald2009-02-2812-114/+114
|
* Update to the 20090226 snapshot of GCC 4.3.4.gerald2009-02-282-19/+19
|
* - Update to 20090205miwi2009-02-273-6/+8
| | | | | | | - Pass maintainership to submitter PR: 131982 Submitted by: Dennis Herrmann <adox@mcx2.org>
* - Update to 2.47miwi2009-02-274-37/+32
| | | | | PR: 131581 Submitted by: maintainer
* - add CONFLICTS with lang/TenDRAdinoex2009-02-271-0/+1
| | | | PR: 130167
* - Unbreak if WITH_*_MAN setmm2009-02-271-1/+1
|
* - Unbreak install if WITH_*_MAN setmm2009-02-272-1/+3
| | | | | | | - fix pkg-plist for TZDATA in tcl85 PR: ports/132144, ports/132147 Submitted by: bf <bf2006a@yahoo.com>
* Remove ../ from patch.sobomax2009-02-271-2/+2
| | | | Submitted by: QAT
* Also mark broken on 7-stable after strndup MFC.linimon2009-02-271-1/+1
|
* Make sure the singal is delivered to the main thread, where pythonsobomax2009-02-278-3/+124
| | | | | | | | | | | | | | | 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
* Add a conflict with lang/tcc.stefanf2009-02-271-1/+1
| | | | Approved by: arved
* - Unbreak and fix patch from last commitmm2009-02-271-22/+14
|
* - Disable install of function manpages by defaultmm2009-02-268-97/+124
| | | | | - Add manual page for tclsh8.x and wish8.x - Bump PORTREVISION
* - Update to 4.164tabthorpe2009-02-233-5/+5
| | | | | PR: ports/131892 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
* Update to 1.67.34skv2009-02-232-4/+4
|
* - Change default Tcl/Tk version to 8.5mm2009-02-237-2/+7
| | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav)
* - Ruby socket connect code seems to work unstably in case if connectionstas2009-02-231-0/+105
| | | | | | | | | | 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>
* Fix typo in UCS4 knob handling.tmclaugh2009-02-232-2/+4
| | | | Noted by: Dominic Fandrey <kamikaze@bsdforen.de> via freebsd-python@
* - take maintainershipdinoex2009-02-222-8/+2
| | | | | - remove DEPRECATED Approved by: mm (Martin Matuska)
* Mark for depreciation, since unmaintained, failing to work with currentgerald2009-02-221-0/+3
| | | | | | | | 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
* Update to the 20090220 snapshot of GCC 4.4.0.gerald2009-02-2112-114/+114
|
* Update to the 20090218 snapshot of GCC 4.2.5.gerald2009-02-202-13/+13
|
* - Fix sha256 checksum for python 2.6.1.stas2009-02-181-1/+1
| | | | | Reported by: kib@ Approved by: python (miwi)
* - Pass maintainership to submittertabthorpe2009-02-182-2/+2
| | | | Submitted by: Yoshihiro Ota via freebsd-ports@
* - Mark broken on 8.x - gdc fails to link anythingamdmi32009-02-181-0/+4
| | | | | | | | | | | | | | | | | | | 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' ...
* - Add missing distinfo for python 2.5.4 and python 2.6.1miwi2009-02-171-0/+6
|
* - Remove 0 byte patchesmiwi2009-02-1721-0/+0
| | | | Reported by: Gej
* - Update to python 2.5.4 and python 2.6.1miwi2009-02-1731-944/+71
| | | | | Reviewed by: perky | lwhsu Tested with: exp-run via pav
* Fix install of BSDPAN (BSDPAN_WRKSRC) and unbreak.itetcu2009-02-165-5/+5
| | | | | | Submitted by: Vladimir Timofeev <vovkasm@gmail.com> Prompted by: QAT on-commit run Pointyhat to: skv@
* * Fix suidperl functionality. [1]skv2009-02-1615-20/+75
| | | | | | | * Update BSDPAN. PR: ports/131434 [1] Submitted by: William Olson <wolson xx gmail.com> [1]
* Update to the 20090212 snapshot of GCC 4.3.4.gerald2009-02-152-19/+19
|
* - Update to 0.9.8miwi2009-02-152-6/+5
| | | | | | - Use SF macro Submitted by: Christoph Mallon (maintainer via irc)
* - Update to 0.33.70miwi2009-02-158-136/+280
| | | | | PR: 130445 Submitted by: Ports Fury
* Update to the 20090213 snapshot of GCC 4.4.0.gerald2009-02-1518-150/+114
| | | | | This no longer contains bin/addr2name.awk44. Also remove the post-build target and its hint for running the testsuite.
* - Deprecate due to planned end of support for tcl/tk 83 on 2009-05-22mm2009-02-141-0/+3
|
* - Deprecate due to planned end of tcl/tk 82 support on 2009-04-22mm2009-02-141-0/+3
|
* - Deprecate due to planned end of tcl/tk 80 support on 2009-03-22mm2009-02-141-0/+3
|
* - Change USE_TCL=yes to USE_TCL=84 due to planned change of default Tclmm2009-02-141-2/+2
|
* - Does not support tcl85 and highermm2009-02-141-0/+1
|
* - Does not build with tcl/tk 8.5 and highermm2009-02-141-1/+1
|
* - Fix ruby-tk build.stas2009-02-141-3/+5
| | | | Reported by: pav
* - Pass maintainership to submittertabthorpe2009-02-133-3/+3
| | | | Submitted by: Glen Barber via freebsd-ports@
* - Fix build with port's openssl version.stas2009-02-132-19/+0
| | | | Reported by: Jan Henrik Sylvester <me@janh.de>
* - Fix pkg-plist.stas2009-02-122-8/+34
| | | | Pointy hat to: me
* - Update ruby18 to 1.8.7p72.stas2009-02-125-17/+26
| | | | | PR: ports/124837 (based on) Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* - Use correct library dir.stas2009-02-111-1/+10
| | | | Reported by: Andrew <refresh.xss@gmail.com>
* - Update ImageMagick to 6.4.9.2mm2009-02-111-2/+2
| | | | | - Libraries Magick++, MagickCore and MagickWand bumped to 2 - Update all ports using libraries above
* - Update to 3.1.2miwi2009-02-103-392/+472
| | | | | | | - Pass maintainership to submitter PR: 131127 Submitted by: Wen Heping <wenheping@gmail.com>
* - Update ruby19 to 1.9.1.stas2009-02-106-129/+165
| | | | | PR: ports/129818 (based on) Submitted by: Hung-Yi Chen <gaod@hychen.org>
* - Update to 1.0.25.stas2009-02-093-5/+9
| | | | | PR: ports/131103 (based on) Submitted by: bf <bf2006a@yahoo.com>
* - Update to snapshot r5293.tdb2009-02-092-4/+4
|
* - Update lang/mono to 2.0.1.flz2009-02-0913-50/+337
| | | | | | | | - 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)
* - devel/libslang2 has completely replaced devel/libslang which has not beenpgollucci2009-02-081-3/+3
| | | | | | | | | | | | | | | | | | | | | 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
* - Add missing entries for tcl86,tk86,tcl86-thread,tk86-threadmm2009-02-081-0/+2
|
* - From now on, Joseph S. Atkinson will be mainaining ftp/filezilla andalepulver2009-02-081-1/+1
| | | | lang/clisp.
* Update to the 20090205 snapshot of GCC 4.3.4.gerald2009-02-062-19/+19
|
* - Respect NOPORTDOCS.alepulver2009-02-061-2/+3
|
* - Update to 5.1.4garga2009-02-064-65/+8
| | | | | | - Use PORTDOCS facility - Remove a simple patch and use REINPLACE_CMD instead - Take maintainership
* - Update to 0.98amdmi32009-02-055-30/+80
| | | | | | | - Pass maintainership to submitter PR: 131349 Submtted by: Vitaly Magerya <vmagerya at gmail dot com>
* - Fix build after X.org upgrade by adding USE_XORG with the requiredtdb2009-02-051-0/+1
| | | | | components (these components came in via libGLU before, but its dependencies changed with the X.org upgrade).
* - Update download locations, update WWWpgollucci2009-02-052-2/+2
| | | | Reported by: -fetch-original pointyhat run
* - Update to 4.163tabthorpe2009-02-053-5/+5
| | | | | PR: ports/131183 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
* - Fix pkg-plist if manpages/demos are to be installedmm2009-02-041-23/+25
|
* - Add Tcl/Tk 8.6mm2009-02-045-28/+47
| | | | - Take maintainership of Mk/bsd.tcl.mk
* 2009-01-19 games/emacs-chess: has been broken for more than 6 monthsmiwi2009-02-045-68/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Mark as broken on sparc64: fails to install.linimon2009-02-031-0/+4
|
* Deprecate after this has failed to build for nearly half a year and Igerald2009-02-031-0/+3
| | | | | | failed to get a single user complaint. EXPIRATION_DATE=2009-03-03.
* Reset dyeske@gmail.com at his request.linimon2009-02-032-4/+1
| | | | Hat: portmgr
* Fix MASTER_SITES of elan.ed2009-02-021-3/+3
|
* - Update the dependency on libmcve/libmonetrapav2009-02-021-1/+1
| | | | | Pointy hat to: pav Reported by: cperciva
* Rename: lang/perl5 -> lang/perl5.6skv2009-02-0221-2283/+4
| | | | PR: ports/131046
* Rename target check to regression-test [1], remove the post-build targetgerald2009-02-011-8/+7
| | | | | | | | 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>
* Set PORTNAME, COMMENT, and LATEST_LINK unconditionally as opposed togerald2009-02-014-27/+7
| | | | | | | | | | | | | | | | | 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]
* Remove gcc-testsuite from DISTFILES, along with the post-build andgerald2009-02-012-13/+1
| | | | | check targets. This reduces disk and bandwidth consumptions for a feature (apparently) never used.
* Update to the 20090130 snapshot of GCC 4.4.0.gerald2009-02-0112-144/+144
| | | | | | | | | Set PORTNAME, MAINTAINER, COMMENT, and LATEST_LINK unconditionally as opposed to using ?=. Add powerpc to NOT_FOR_ARCHS. [1] PR: 130964 [1]
* Add powerpc to NOT_FOR_ARCHS.gerald2009-02-011-1/+1
| | | | PR: 130964
* Set MAINTAINER, COMMENT and LATEST_LINK unconditionally as opposed togerald2009-02-011-3/+3
| | | | using ?=.
* Set MAINTAINER and LATEST_LINK unconditionally as opposed to using ?=.gerald2009-02-011-2/+2
|
* Update to the 20090129 snapshot of GCC 4.3.4 which basically coincidesgerald2009-02-012-24/+24
| | | | | | | with the GCC 4.3.3 release. Set PORTNAME, MAINTAINER, COMMENT, and LATEST_LINK unconditionally as opposed to using ?=.
* - Update to 0.3.10 which is available on savannah; the original websitei s gonepav2009-01-313-11/+7
|
* Chase mpfr library.ale2009-01-319-9/+10
|
* - Update download locations, update WWWpav2009-01-312-4/+4
| | | | Reported by: -fetch-original pointyhat run
* - Unbreak on 7.1 and 8.0glarkin2009-01-303-3/+35
| | | | Reported by: QAT
* - Unbreak by removing reference to DynaLoader.a in Perl 5.8.9+glarkin2009-01-308-56/+71
| | | | | - Regenerate patch files with "make makepatch" - Take maintainership
* - Mark BROKEN: does not compilepav2009-01-291-0/+2
| | | | Reported by: pointyhat
* - Update to 4.162tabthorpe2009-01-273-5/+5
| | | | | PR: ports/130959 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
* Add "regression-test" make target.skv2009-01-275-15/+25
|
* Maintainer says lang/ypsilon doesn't require libglut, so backout lastflz2009-01-261-2/+1
| | | | | | change. Reported by: maintainer
* Remove lang/gcc28 (GCC 2.8) which has been DEPRECATED for more thangerald2009-01-2426-1158/+0
| | | | | | 3 years and does not build anywhere. No objections: mjl@luckie.org.nz (maintainer), pav
* Update to the 20090123 snapshot of GCC 4.4.0.gerald2009-01-2412-114/+114
|
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-248-4/+9
| | | | | | | | - 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).
* Update to the 20090122 snapshot of GCC 4.3.3.gerald2009-01-232-19/+19
|
* Bump the version of the curl shared library after the ftp/curl updateroam2009-01-238-10/+10
| | | | | | 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.
* - Update to 4.1.4amdmi32009-01-239-474/+1389
| | | | | PR: 130859 Submitted by: Andrew Reilly <areilly at bigpond dot net dot au> (maintainer)
* - Add support of jline, enabled by defaultrafan2009-01-232-3/+13
| | | | | | | - Bump PORTREVISION PR: ports/130579 Submitted by: Peter Schuller <peter.schuller at infidyne.com> (maintainer)