aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
...
* - Mark BROKEN: does not compilepav2009-11-071-0/+2
| | | | Reported by: pointyhat
* Update to the 20091105 snapshot of GCC 4.5.0.gerald2009-11-0710-95/+95
|
* Update to the 20091103 snapshot of GCC 4.4.3.gerald2009-11-062-19/+19
|
* Fix script "use.perl": correctly check variables 'need_*'.skv2009-11-065-35/+35
| | | | Submitted by: Artis Caune <artis.caune xx gmail.com>
* - Fix build on 9.0amdmi32009-11-051-0/+11
| | | | | | PR: 140125 Submitted by: Jilles Tjoelker <jilles@stack.nl> Apprived by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* Fix plist (missing DATADIR).brooks2009-11-054-14/+20
| | | | | | | | 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
* - Take maintainership of caudium12 and pike72 at maintainer's requestjohans2009-11-051-1/+1
| | | | | | - The plan is to upgrade caudium and retire the old pike Approved by: Xavier Beaudouin (old maintainer)
* - Fix build on 9.0amdmi32009-11-052-0/+12
| | | | - Mark MAKE_JOBS_UNSAFE
* - Update to 2.7.7miwi2009-11-042-4/+4
| | | | | PR: 140263 Submitted by: mitsuru@riken.jp (maintainer)
* - Fix behaviour of USE_PERL option when it is "off"skv2009-11-0310-25/+60
| | | | - Add PORTSCOUT variable
* Fix build error on -CURRENT (result of a parsing fix in /bin/sh)johans2009-10-311-2/+2
| | | | Submitted by: jilles
* Update to the 20091029 snapshot of GCC 4.5.0.gerald2009-10-3110-95/+95
|
* Fix pkg-plisterwin2009-10-312-0/+2
| | | | | | Submitted by: pointyhat Approved by: maintainer timeout Pointyhat: brooks
* Update to the 20091027 snapshot of GCC 4.4.3.gerald2009-10-302-19/+19
|
* Improve Emacs indentation code (the try/after clause is now handled correctly.)olgeni2009-10-274-0/+416
| | | | Obtained from: Steve Vinoski <vinoski at gmail.com>
* - fix build unter FreeBSD 9dinoex2009-10-262-9/+45
| | | | Reported by: Ernst W. Winter
* - Add sparc64 support (untested).stas2009-10-262-5/+8
|
* Add a port of the clang C, Objective-C, and (soon) C++ compiler versionbrooks2009-10-2510-0/+364
| | | | | | | | 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.
* Update to the 20091022 snapshot of GCC 4.5.0.gerald2009-10-2510-95/+95
|
* Update to the 20091020 snapshot of GCC 4.4.3 which is pretty much thegerald2009-10-252-19/+19
| | | | | | 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.
* - Fix issue when the handle of tempfile become closed when the filestas2009-10-241-0/+10
| | | | | | | | | 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
* - Add port for lang/stalin, an aggressive optimizing Scheme compiler, whichstas2009-10-246-0/+92
| | | | | | | | | | 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
* Also mark BROKEN on 7.xerwin2009-10-231-1/+1
|
* - Update to 5.2.1yzlin2009-10-203-24/+4
| | | | | | PR: ports/139735 Submitted by: Timothy Bourke <timbob AT bigpond.com> (maintainer) Approved by: rafan (co-mentor)
* Update to 2.15.tobez2009-10-202-5/+4
| | | | Changes: http://search.cpan.org/dist/Switch/Changes
* - Mark broken on FreeBSD 6.xjohans2009-10-201-0/+4
| | | | Reported by: pointyhat via pav, erwin
* Update to the 20091015 snapshot of GCC 4.5.0.gerald2009-10-1710-95/+95
|
* - Update bootstrap binaries to the latest version.stas2009-10-162-19/+19
|
* - Fix previous updateanray2009-10-161-1/+1
|
* - Fix buildanray2009-10-161-1/+1
|
* - Update to 0.90.2anray2009-10-164-24/+14
|
* - Update to 1.0.31.stas2009-10-153-7/+32
| | | | | - Use FreeBSD8 binaries for 9.0 bootstrap - Add "bootstrap" target to simplify binary distribution builds
* - Fix SIGINT signal handling.stas2009-10-121-0/+21
| | | | | | PR: ports/136804 Submitted by: Emiel van de Laar <gemiel@gmail.com> Obtained from: ruby-lang SVN
* - Update ruby 1.9.1 to patchlevel 243.stas2009-10-122-7/+3
|
* - Don't build ruby with threads support on FreeBSD versions before 7.2stas2009-10-123-18/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* Fix sockets.ale2009-10-124-2/+24
| | | | | PR: ports/139343 Submitted by: Boris <lytboris@gmail.com>
* Update to the 20091008 snapshot of GCC 4.5.0. Add math/mpc as agerald2009-10-1110-100/+105
| | | | | dependency going forward; it will become mandatory in the next weeks and for the final GCC 4.5.0 release.
* - Remove dependency on security/nettle in preparation of nettle upgradejohans2009-10-091-4/+4
| | | | | (now using nettle code included in the pike distribution) - Claim maintainership
* Update to 3.1johans2009-10-094-211/+238
|
* Update to 7.8.352johans2009-10-093-57/+53
|
* Update to the 20091006 snapshot of GCC 4.4.2.gerald2009-10-092-19/+19
|
* Update to the 20091004 snapshot of GCC 4.3.5.gerald2009-10-082-20/+20
|
* Update to the 20091001 snapshot of GCC 4.5.0.gerald2009-10-0310-95/+95
|
* Update to the 20090929 snapshot of GCC 4.4.2.gerald2009-10-032-28/+19
|
* Update to 0.74.tobez2009-10-012-4/+4
| | | | Changes: http://search.cpan.org/dist/Interpolation/Changes
* Update to the 20090922 snapshot of GCC 4.4.2.gerald2009-09-302-19/+19
|
* - Update to 0.11.3wen2009-09-273-6/+5
| | | | | | | - Update my mail address to FreeBSD Approved by: miwi(mentor) Feature safe: yes
* For GCC 4.5 libgcj has been broken up such compilation no longer requiresgerald2009-09-275-45/+0
| | | | | | | more than half a GB of memory. Accordingly, we can now remove the build- time test for that from pre-everything. Feature safe: yes
* - Update to 10.1.5.stas2009-09-273-4/+5
| | | | Feature safe: yes
* Update to the 20090924 snapshot of GCC 4.5.0.gerald2009-09-2610-95/+95
| | | | Feature safe: yes
* Unbreak: make it fetchable again.mva2009-09-261-4/+4
| | | | | | | PR: ports/139066 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: miwi (mentor) Feature safe: yes
* - Update to 090922pav2009-09-234-6/+19
| | | | | | | | | - 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
* Upgrade to version R13B02.olgeni2009-09-2217-466/+382
| | | | Feature safe: yes
* Update to 5.2.11 release.ale2009-09-2212-96/+54
| | | | | | (Do not link to thread library when building a thread-safe only lib) Feature safe: yes
* - Add missing testsuitemiwi2009-09-201-0/+3
| | | | | | PR: 138901 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Feature safe: yes
* - Update to 20090718miwi2009-09-194-4/+12
| | | | | | PR: 138952 Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) Feature safe: yes
* Update to the 20090917 snapshot of GCC 4.5.0.gerald2009-09-1910-95/+95
| | | | Feature safe: yes
* Over to new volunteer.linimon2009-09-181-1/+1
| | | | Feature safe: yes
* Update to the 20090915 snapshot of GCC 4.4.2.gerald2009-09-182-19/+19
| | | | Feature safe: yes
* - Update WWWpav2009-09-171-1/+1
| | | | | | | PR: ports/137258 Submitted by: Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw> Approved by: maintainer timeout (obrien; 1 month) Feature safe: yes
* Reset ports@mcdermottroe.com at his request due to lack of time at thelinimon2009-09-171-1/+1
| | | | | | | moment. Hat: portmgr Feature safe: yes
* - Mark BROKEN: does not buildpav2009-09-171-0/+2
| | | | | Reported by: pointyhat Feature safe: yes
* Fix build if POSIX semaphore enabled ismiwi2009-09-164-4/+16
| | | | | | | Reported by: many on ports@/python@ Patched by: beat@ Feature safe: yes
* - Update to 4.172tabthorpe2009-09-163-5/+6
| | | | | | PR: ports/138757 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer) Feature safe: yes
* Update to the 20090913 snapshot of GCC 4.3.5.gerald2009-09-142-19/+19
|
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-1/+1
| | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr
* - Fix build on FreeBSD 6.Xmiwi2009-09-132-0/+8
| | | | | PR: 138745 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
* - Add support for FreeBSD 9.0miwi2009-09-1110-30/+76
| | | | PR: based on 138600
* Update to the 20090910 snapshot of GCC 4.5.0.gerald2009-09-1110-95/+95
|
* Update to 5.10.1skv2009-09-1188-2336/+1276
| | | | Changes: http://search.cpan.org/~dapm/perl-5.10.1/pod/perl5101delta.pod
* Update to 0.25_02 - to unbreak on Perl 5.10.1lth2009-09-112-4/+4
| | | | | PR: ports/138667 Submitted by: skv
* Update to the 20090908 snapshot of GCC 4.4.2.gerald2009-09-102-19/+19
|
* - Update to 2009-09-06miwi2009-09-093-6/+9
| | | | | PR: 138566 Submitted by: Nils M Holm <nmh@T3X.ORG> (maintainer)
* - Fix build in 6.X.araujo2009-09-092-2/+1
| | | | | PR: ports/137888 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
* - Don't use UNZIP_CMD in a DEPENDS line. A user may redefine UNZIP_CMD to bewxs2009-09-091-1/+1
| | | | | | | | "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>
* - Update to 4.171avl2009-09-083-5/+5
| | | | | | PR: ports/138510 Submitted by: James Bailie <jimmy AT mammothcheese.ca> (maintainer) Approved by: tabthorpe (mentor)
* Boo is a new, object-oriented, statically-typed programming language for theglewis2009-09-087-0/+224
| | | | | | | | 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)
* - Update to version 4.1.0.alepulver2009-09-077-196/+154
|
* Add "buildplt" target to Makefile. When invoked, it builds a fullolgeni2009-09-062-0/+18
| | | | | | 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.
* Remove NOPRECIOUSMAKEVARS; when ARCH is i386, set ARCH=x86 in MAKE_ARGS.olgeni2009-09-062-2/+8
| | | | | 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.
* Use "+=" rather than "=" when modifying CONFIGURE_ENV.olgeni2009-09-062-2/+2
|
* Update to the 20090827 snapshot of GCC 4.5.0.gerald2009-09-0410-95/+95
|
* - Update to 3.0.1.araujo2009-09-043-7/+6
| | | | | PR: ports/138511 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
* Update to the 20090901 snapshot of GCC 4.4.2.gerald2009-09-042-19/+19
|
* Update to 0.02.tobez2009-09-032-4/+4
| | | | Changes: http://search.cpan.org/dist/Try-Tiny/Changes
* - Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bumppgj2009-09-0214-1611/+2598
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵amdmi32009-09-022-4/+2
| | | | | | | | | 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)
* Add lang/p5-Try-Tiny 0.01, a Perl module thattobez2009-09-025-0/+37
| | | | provides minimal try/catch with proper localization of $$@.
* Update the PHP documentation to 2009-09-01edwin2009-09-012-34/+40
| | | | | | | > - Russian is removed > - Korean has been re-added > - Turkish, Bulgarian and Romenian have been added >
* Mark BROKEN: does not builderwin2009-09-011-0/+2
|
* . create empty directories needed for dependent ports (those directoriesbsam2009-08-312-1/+4
| | | | | exist at the RPM file but were not treated by install process earlier); . bump PORTREVISION.
* Layout of the MASTER_SITE changed. Adjust URLsarved2009-08-312-2/+3
|
* Readd DIST_SUBDIR to fix fetchingerwin2009-08-301-0/+1
|
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and nolinimon2009-08-291-1/+1
| | | | | | response to email. Hat: portmgr
* - Update to 4.170pgj2009-08-283-7/+7
| | | | | | PR: ports/138148 Submitted by: James Bailie <jimmy (at) mammothcheese (dot) ca> (maintainer) Approved by: tabthorpe (mentor)
* - Fix some more SF URLs, including ones in PATCH_SITES and comments (for ↵amdmi32009-08-283-4/+3
| | | | | | consistency) Approved by: portmgr (pav)
* Update to the 20090825 snapshot of GCC 4.4.2.gerald2009-08-282-19/+19
|
* - Remove remaining SFP references (switch these ports to SF)amdmi32009-08-272-3/+2
| | | | Approved by: portmgr (pav)
* Update to the 20090823 snapshot of GCC 4.3.5.gerald2009-08-272-19/+19
|
* - Update to 05_20090816gahr2009-08-252-5/+5
| | | | - Update MASTER_SITES to new SFP layout
* Update to 1.69.01skv2009-08-242-4/+4
|
* Remove BROKEN, probably an error on the cluster.erwin2009-08-231-2/+0
| | | | Submitted by: maintainer
* Update to the 20090820 snapshot of GCC 4.5.0.gerald2009-08-2210-95/+95
|
* - Update lang/python31 to Python 3.1.1lwhsu2009-08-226-14/+14
| | | | Submitted by: wen heping <wenheping AT gmail.com>
* - Fix broken makefiles introduced with translation to new SF File Release Systemamdmi32009-08-221-2/+1
| | | | | Reported by: dan Pointyhat to: myself
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-2240-75/+43
| | | | starting with H,I,J,K,L
* Mark BROKEN on 8.x: does not builderwin2009-08-211-0/+4
|
* Mark BROKEN: does not builderwin2009-08-211-0/+2
|
* Mark BROKEN on 8.x: does not support FreeBSD 8.xerwin2009-08-211-0/+4
|
* - add experimetal support for new archsdinoex2009-08-215-5/+89
|
* Update to the 20090818 snapshot of GCC 4.4.2.gerald2009-08-212-19/+19
|
* Remove lang/gcc42-withgcjawt which basically is just lang/gcc42 withgerald2009-08-204-124/+0
| | | | an extra option set and no longer used by anything in the tree.
* - Update to 3b2pav2009-08-204-15/+13
| | | | | PR: ports/137926 Submitted by: Steve Randall <srandall52@sbcglobal.net>
* - Update to 1.9.90gahr2009-08-183-23/+23
|
* Revert unmarking BROKEN, still dumps core during build.erwin2009-08-181-0/+4
| | | | | Submitted by: pointyhat Approved by: maintainer
* - Fix build on amd64gahr2009-08-181-4/+5
| | | | | Tested by: miwi Many thanks to: miwi
* - Fix pkg-listacm2009-08-171-0/+9
| | | | Reported by: QAT
* - Add missing dependenciesacm2009-08-172-6/+11
| | | | | | - Remove BROKEN on gambas2-gb-db* ports Reported by: pav, linimon, erwin
* - Update to 7.4damdmi32009-08-172-8/+9
| | | | | PR: 137794 Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
* - Mark BROKEN on amd64: does not linkpav2009-08-171-1/+7
| | | | Reported by: pointyhat
* - Mark all gambas-gb-db-* ports broken, they do not installpav2009-08-171-0/+6
| | | | Reported by: pointyhat
* Mark as broken on sparc64: fails to link.linimon2009-08-161-1/+7
| | | | Hat: portmgr
* Mark BROKEN on 8.x: does not builderwin2009-08-161-1/+3
|
* Mark BROKEN: does not fetcherwin2009-08-151-0/+2
|
* Mark as broken on amd64 (leaves files behind on deinstall), and sparc64linimon2009-08-151-2/+10
| | | | | | (fails to compile). Hat: portmgr
* Update to the 20090813 snapshot of GCC 4.5.0.gerald2009-08-1410-95/+95
|
* - Use dirrmtry in lib-old dir to fix some plist leftloversmiwi2009-08-134-4/+4
|
* - Fix fetchmiwi2009-08-131-4/+1
|
* Update to the 20090809 snapshot of GCC 4.3.5.gerald2009-08-132-19/+19
|
* - Mark MAKE_JOBS_UNSAFE (when forced jobs, fails with "cd: can't cd to src/rtt")amdmi32009-08-121-0/+1
|
* Update to the 20090811 snapshot of GCC 4.4.2.gerald2009-08-122-19/+19
|
* - Update to 10.1.1.stas2009-08-113-6/+18
| | | | - Change the master site URL until SF problems are resolved.
* Fix the build.danfe2009-08-112-7/+7
| | | | Inspired by PR: ports/137151
* Update for 1.8.1daichi2009-08-114-54/+24
| | | | | PR: 137631 Submitted by: maintainer
* - Update to 20090808amdmi32009-08-113-4/+5
| | | | | PR: 137561 Submitted by: "Nils M Holm" <nmh@T3X.ORG> (maintainer)
* - Update to 2.8.araujo2009-08-103-5/+5
| | | | | PR: ports/137490 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
* - Update lang/mono to 2.4.2.3.flz2009-08-106-83/+40
| | | | | | | | - Remove a patch that makes xsp fail. - Cleanup. PR: ports/137223 Submitted by: Romain Tartiere
* - Register CONFLICTS for lang/pike* ports (binaries + manuals in same place)johans2009-08-093-0/+6
| | | | | PR: ports/137568 Submitted by: Piotr Smyrak
* - Update to 1.0.30.stas2009-08-095-83/+46
| | | | | | - Fix threading support (thanks to Hiroyuki Komatsu <kom@narihara-lab.jp>). - Temporary use my mirror for distfiles until issues with sourceforge are resolved.
* 2009-07-28 lang/tinycobol: no longer being developed; consider using ↵erwin2009-08-089-148/+0
| | | | lang/open-cobol instead
* The port maintainer says that this works on amd64 for him, but pointyhatrnoland2009-08-081-1/+1
| | | | | | | fails. After discussing with the maintainer, revert enabling amd64 ARCH. Reported by: pointyhat (pav) Submitted by: maintainer (via irc)
* - Update to 5e6miwi2009-08-085-82/+79
| | | | | PR: 137530 Submitted by: Ports Fury
* - Really is MAKE_JOBS_UNSAFEpav2009-08-071-1/+1
| | | | Reported by: pointyhat
* Update to the 20090806 snapshot of GCC 4.5.0.gerald2009-08-0710-95/+95
|
* Update to the 20090804 snapshot of GCC 4.4.2.gerald2009-08-062-19/+19
|
* Remove BROKEN and allow amd64 ARCHrnoland2009-08-061-5/+1
| | | | | PR: 127304 Submitted by: markm@ (maintainer)
* - Update to 3b1amdmi32009-08-053-9/+13
| | | | | PR: 137153 Submitted by: "RandomUser" <rannumgen@globaleyes.net>
* Add lang/p5-signatures 0.06, a Perl module that brings subroutinetobez2009-08-045-0/+42
| | | | signatures into the language.
* follow convention and send the ruby- ports to ruby@pgollucci2009-08-041-1/+1
|
* - Update to snapshot of 2009-08-03gahr2009-08-033-131/+157
| | | | | - Unbreak on sparc64 - Take maintainship
* - Update to 2.15.2acm2009-08-036-12/+9
|
* - Fix fetch problemsacm2009-08-032-0/+2
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-0333-35/+37
| | | | | | | | | | | | | | | | | | -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
* Mark BROKEN on i386 6.x: does not compile.erwin2009-08-022-2/+2
|
* - Fix build with WITH_SEM but ${OSVERSION} < 701106 (mark IGNORE correctly)lwhsu2009-08-022-2/+0
| | | | | PR: ports/136992 Submitted by: Andrey Zonov <andrey.zonov AT gmail.com>
* Reset maintainer per his request in private email.linimon2009-08-021-1/+1
| | | | Hat: portmgr
* Update to the 20090730 snapshot of GCC 4.5.0.gerald2009-08-0110-95/+95
|
* Update to the 20090726 snapshot of GCC 4.3.4.gerald2009-08-012-19/+19
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-3127-18/+27
| | | | | | bumped or updated Requested by: edwin
* Update to the 20090728 snapshot of GCC 4.4.2.gerald2009-07-312-19/+19
|
* Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plistspgollucci2009-07-311-2/+2
| | | | | | PR: ports/136771 Exp Run by: pav Approved by: portmgr (pav)
* Update to 1.9.0johans2009-07-314-16/+27
|
* - Mark MAKE_JOBS_UNSAFEamdmi32009-07-301-2/+3
| | | | | | | | - Use SF macro PR: 136817 Submitted by: myself Approved by: maintainer timeout
* - Update to snapshot of 20090624gahr2009-07-302-4/+4
|
* - Fix installation (missing binary)gahr2009-07-301-1/+2
| | | | | Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> http://docs.freebsd.org/cgi/mid.cgi?20090729193532.GA58354
* Mark broken on FreeBSD-8johans2009-07-301-0/+4
| | | | Reported by: pointyhat via pav
* - Update URL of my distfile mirror in 87 portsamdmi32009-07-292-2/+2
| | | | Approved by: portmgr (erwin)
* - Update to 2.15.0acm2009-07-288-23/+15
| | | | See ChangeLog at: http://gambas.sourceforge.net/en/changelog2.html
* Update to 0.24lth2009-07-272-4/+4
|
* Fix JUN OPTIONarved2009-07-252-1/+5
| | | | | | PR: 133303 Submitted by: Takeshi MUTOH <mutoh@openedu.org> Approved by: old maintainer
* Update to the 20090723 snapshot of GCC 4.5.0.gerald2009-07-2510-95/+95
|
* Fix CONFLICTSarved2009-07-252-3/+6
| | | | | | | Add LATEST_LINK PR: 137113 Submitted by: maintainer
* Development previewpgollucci2009-07-244-11/+14
| | | | | | | | | | 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>
* Update to the 20090721 snapshot of GCC 4.4.1, which basically coincidesgerald2009-07-232-19/+19
| | | | with the GCC 4.4.1 release.
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checkspgollucci2009-07-232-17/+4
| | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
* Fix build (broken due to recent autoconf changes).shaun2009-07-221-1/+24
| | | | | PR: ports/135883 Submitted by: Ulrich Spoerlein <uqs@spoerlein.net>
* Update to 1.4.0skv2009-07-223-7/+8
| | | | Changes: http://www.parrot.org/news/2009/Parrot-1.4.0
* - Update to 2.2.3pgollucci2009-07-212-4/+4
|
* - Add ${PTHREAD_LIBS} to LDFLAGS in threaded build. This fixes the issuestas2009-07-201-0/+1
| | | | | | | when pthread libraries don't show up in Config::CONFIG["LIBS"] in some cases. Reported by: dinoex
* Mark this as only for i386.deischen2009-07-191-0/+2
| | | | Noticed by: mark at coreland dot ath dot cx
* Forgot a file in the last commit.deischen2009-07-191-0/+10
|
* Update to the 2009 gpl edition.deischen2009-07-1916-3164/+156
| | | | Borrow some makefile foo from lang/gnat-gcc43.
* Remove lang/gcc-ooo which is no longer used by the OpenOffice ports andgerald2009-07-198-234/+0
| | | | superseded by lang/gcc43 and later.
* Update to the 20090716 snapshot of GCC 4.5.0.gerald2009-07-1810-95/+95
|
* - update to jpeg7dinoex2009-07-1812-18/+20
| | | | Tested by: pav on pointyhat
* Update to the 20090714 snapshot of GCC 4.4.1.gerald2009-07-182-19/+19
|
* Remove -D_GNU_SOURCE from CPPFLAGS as it causes segfault in strerror_r.flz2009-07-172-1/+2
|
* - Update lang/mono to 2.4.2.2flz2009-07-174-53/+63
| | | | | | | | - Add OPTIONS - Cleanup PR: ports/136861 Submitted by: Romain Tartiere
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-162-8/+6
| | | | | | | | | | | | | | | | | | | | 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.
* - Fix build with custom LOCALBASEpgollucci2009-07-151-0/+12
| | | | | Reported by: QATty Submitted by: Cezary Morga <cm@therek.net>
* - gambas2-gb-opengl: respect custom LOCALBASE/PREFIXacm2009-07-141-2/+2
| | | | Reported by: QAT
* - Ask the first Python installed to install the bin/python link,lwhsu2009-07-148-21/+24
| | | | | | | | and be the default Python version PR: ports/109550 Submitted by: David Yeske <dyeske AT yahoo.com> Obtained from: tmclaugh
* Fix build problem of lang/neko on tinderboxdaichi2009-07-141-0/+1
| | | | | PR: ports/136734 Submitted by: maintainer
* - Honor EXAMPLESDIR, DATADIR, NOPORTEXAMPLES, NOPORTDATAlwhsu2009-07-136-1655/+1661
| | | | - portlint(1)
* - Honor EXAMPLESDIR, DATADIR, NOPORTEXAMPLES, NOPORTDATAlwhsu2009-07-132-541/+543
|
* - Honor EXAMPLESDIR, DATADIR, NOPORTEXAMPLES, NOPORTDATAlwhsu2009-07-132-493/+495
| | | | - portlint(1)
* Update to the 20090709 snapshot of GCC 4.5.0.gerald2009-07-1210-95/+95
|
* . Update to 2.4.2.1glewis2009-07-123-29/+22
| | | | | | | | . Fix portlint FATALs . Fix packing list (remove duplicate @dirrm lines) PR: 136659 Approved by: mono@ (Romain Tartiere)
* Update to the 20090705 snapshot of GCC 4.3.4.gerald2009-07-112-19/+19
|
* - pass to ruby@pgollucci2009-07-101-1/+1
|
* - Remove empty patch filespav2009-07-091-0/+0
|
* Update to the 20090707 snapshot of GCC 4.4.1.gerald2009-07-092-19/+19
|
* - Reset maintainerpav2009-07-092-2/+2
| | | | | <saper@system.pl> (reason: 550 user not found... podany uzytkownik nie istnieje...)
* - Fix pkg-plistanray2009-07-092-0/+3
|
* - Update to 0.90.0anray2009-07-094-33/+14
|
* - Remove distinfo, same informaion can (and should) be retrieved fromlwhsu2009-07-092-94/+1
| | | | | ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo - Use ${SYSCTL}
* Update to pike 7.8.316johans2009-07-093-46/+26
|
* - Update to 05_20090705gahr2009-07-084-16/+23
|
* - Update to 2009-07-08pav2009-07-082-4/+4
| | | | | PR: ports/136454 Submitted by: Nils M Holm <nmh@T3X.ORG> (maintainer)
* - Mark BROKEN: does not build with recent pnet-base.araujo2009-07-081-0/+2
| | | | Reported by: pointyhat (via erwin, pav)
* - Install pkgconfig file under libdata/pkgconfiglwhsu2009-07-084-14/+10
| | | | Notified by: wen heping <wenheping AT gmail.com>
* - Dropping tcl8.0 supportmm2009-07-0711-754/+0
| | | | | | - This has no effect on japanese/tcl80 and japanese/tk80 ports 2009-03-22 lang/tcl80: tcl8.0 support dropped
* - Prepare for lang/tcl80 and x11-toolkits/tk80 removalmm2009-07-071-1/+1
| | | | - Switch all ports that have USE_TCL=80+ to use USE_TCL=82+
* - Remove regression-test target since it is not quite useful at this pointlwhsu2009-07-072-6/+0
|
* Fix typo: PORTREVISON -> PORTREVISIONnaddy2009-07-071-1/+1
|
* - Add Python 3.1lwhsu2009-07-079-122/+371
|
* - Add option MULTIPLICITYskv2009-07-068-4/+404
| | | | - Add bugfix for map memory leak (RT#53038)
* Update lang/mono-basic to 2.4.2.flz2009-07-062-4/+4
| | | | | PR: ports/136349 Submitted by: Romain Tartiere
* Update lang/mono to 2.4.2.flz2009-07-063-80/+4
| | | | | PR: ports/136350 Submitted by: Romain Tartiere
* - fix PORTSCOUTdinoex2009-07-062-2/+2
|
* - add PORTSCOUTdinoex2009-07-061-0/+2
|
* - cleanup ADDITIONAL_LIB_DIRSdinoex2009-07-053-3/+0
|
* - Update to 2009-07-04miwi2009-07-052-4/+4
| | | | | PR: 136309 Submitted by: "Nils M Holm" <nmh@T3X.ORG> (maintainer)
* Update to 1.69skv2009-07-032-4/+4
| | | | | PR: ports/135946 Submitted by: bf1783 xx gmail.com
* - Update to 10.1.0.stas2009-07-037-44/+61
|
* - Fix pnet-base plist on AMD64 by putting i386 specific items under I386.araujo2009-07-032-36/+36
| | | | | | | - BUMP PORTREVISION in pnet meta-port. Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer) Reported by: QAT, pav
* - Remove regression-test target since it is not quite useful herelwhsu2009-07-023-9/+0
|
* - Honor EXAMPLESDIR, DATADIR and NOPORTEXAMPLES, NOPORTDATAlwhsu2009-07-0212-1701/+1689
| | | | | | | | | | | | - 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>
* Update to the 20090630 snapshot of GCC 4.4.1.gerald2009-07-022-19/+19
|
* The per-thread last floating point exception pointer is not initializedolgeni2009-07-014-2/+28
| | | | | | | to NULL when it is allocated. As a result, spurious floating point exceptions are reported. Obtained from: David Reiss <dreiss at cs.stanford.edu>
* - Update to 0.8.0.araujo2009-06-309-69/+65
| | | | | | | - Pass maintainer to submitter. PR: ports/135415, ports/135633, ports/135853, ports/135854 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
* - Update to 3.11.1.stas2009-06-296-141/+16
|
* - Add missing files from last commit.wxs2009-06-283-0/+82
|
* - Update to 1.8.0wxs2009-06-283-15/+29
| | | | | | | | - 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)
* Update to the 20090625 snapshot of GCC 4.5.0.gerald2009-06-2710-95/+95
|
* - Pass only the contents of the ${WRKDIRPREFIX} variable to tclConfig.shmm2009-06-262-4/+4
| | | | | | - Bump PORTREVISION Suggested by: Karl Lehenbauer <karl@flightaware.com>
* - Update to 20090625dhn2009-06-262-4/+4
| | | | | PR: ports/136038 Submitted by: Nils M Holm <nmh@T3X.ORG> (maintainer)
* Update to 5.2.10 release.ale2009-06-256-46/+52
|
* - Correct plist for TZDATA optionpav2009-06-241-0/+1
| | | | | | PR: ports/135092 Submitted by: bf <bf2006a@yahoo.com> Approved by: maintainer timeout (mm; 24 days)
* It's actually not a GNU configure script, so revert to HAS_CONFIGURE andflz2009-06-241-1/+2
| | | | | | | use CONFIGURE_ARGS appropriately. PR: ports/135994 Reported by: John Hein via Romain Tartiere
* Use GNU_CONFIGURE instead of HAS_CONFIGURE.flz2009-06-241-1/+1
| | | | Reported by: John Hein
* - Fix pkg-plist (install all header files)pgollucci2009-06-241-7/+11
| | | | | | PR: ports/134770 Submitted by: Dan Rench <citric@cubicone.tmetic.com> Approved by: maintainer
* Also add the packing list, could be useful.flz2009-06-231-0/+10
|
* Add lang/mono-basic 2.4, VisualBasic.NET support for Mono.flz2009-06-236-0/+65
| | | | | PR: ports/135928 Submitted by: Romain Tartiere
* Update to the 20090621 snapshot of GCC 4.3.4.gerald2009-06-233-19/+21
|
* - Update lang/mono to 2.4.flz2009-06-2212-113/+388
| | | | | | | | | | | - 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>
* The new libffi man pages depend on Java, thus are not available on x86-64.gerald2009-06-225-15/+15
| | | | Reported by: QAT
* - Update pkg-descrdhn2009-06-221-0/+11
|
* libHX is a C library (with some additional C++ bindings available)dhn2009-06-215-0/+59
| | | | | | | WWW: http://libhx.sourceforge.net/ PR: ports/135871 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
* - Pass maintainership to submitterdhn2009-06-211-1/+1
| | | | | PR: ports/135855 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>