aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Update to the latest versions.Dirk Froemberg2002-11-117-400/+3349
| | | | Notes: svn path=/head/; revision=69923
* Implement USE_JAVATilman Keskinoz2002-11-112-7/+8
| | | | | | | | PR: 41986 Submitted by: John Merryweather Cooper <coop9211@uidaho.edu> Notes: svn path=/head/; revision=69913
* I removed the autoconf dependency but was still calling ${AUTOCONF},Jimmy Olgeni2002-11-112-4/+0
| | | | | | | which is no longer needed. Notes: svn path=/head/; revision=69907
* Correct typo in my last commit.Alexander Leidinger2002-11-112-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=69894
* Don't remove system directories share/java, share/java/classes, andKris Kennaway2002-11-101-1/+0
| | | | | | | share/doc Notes: svn path=/head/; revision=69861
* Update to 5.2 to work around a wrong WRKSRC usage submitted in:Tilman Keskinoz2002-11-104-84/+71
| | | | | | | | PR: 45164 Submitted by: Volker Stolz <vs@foldr.org> Notes: svn path=/head/; revision=69825
* Update to 1.7.3.2002.11.10.Akinori MUSHA2002-11-103-2/+3
| | | | Notes: svn path=/head/; revision=69822
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-1096-93/+48
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Make the pm3-base port buildable on -current again. I simplyJohn Polstra2002-11-093-1/+35
| | | | | | | | removed the Cstdio interface (which had references to __sF) from the build. That interface isn't used by anything anyway. Notes: svn path=/head/; revision=69799
* Update lang/ruby to 1.6.8-preview2.Akinori MUSHA2002-11-092-2/+2
| | | | | | | Feel free to send me any feedback before 1.6.8 is finally released. Notes: svn path=/head/; revision=69775
* lang/fpc needed perl to complete its install, the others are renamingEdwin Groothuis2002-11-082-0/+2
| | | | | | | | | of PERL to REINPLACE_CMD Noticed on: bento Notes: svn path=/head/; revision=69762
* Add USE_GCC=2.95, since the build dumps core with gcc 3.xTilman Keskinoz2002-11-081-0/+1
| | | | | | | | PR: 39189 Submitted by: Stanislav Grozev <tacho@factline.com> Notes: svn path=/head/; revision=69751
* Mark BROKEN when icc is installed (ifc and icc share some libs).Alexander Leidinger2002-11-082-0/+8
| | | | | | | | | | | | | | To have working FreeBSD binaries, icc installs modified libs. Installing ifc after icc results in not working FreeBSD binaries for icc compiled code because ifc overwrites these libs (if it doesn't overwrite them, ifc can't produce working linux binaries). This commit wasn't discussed with the maintainer of ifc. Noticed by: marius@alchemy.franken.de Notes: svn path=/head/; revision=69749
* - mark BROKEN when linux_devtools or ifc is installedAlexander Leidinger2002-11-082-4/+14
| | | | | | | | - make it more clear that you shouldn't install linux_devtools in the post install message Notes: svn path=/head/; revision=69748
* - Keep up with changes on -current (__sF, elf_i386 -> elf_i386_fbsd).Alexander Leidinger2002-11-088-44/+190
| | | | | | | | | | | | | | - Use an exclude file for cpio, there's not much sense in extracting and chmod'ing a whole bunch of files only to delete them afterwards. - Fix two bugs in the ld-wrapper that could cause it to dump core in rare cases. - Remove a forgotten C++ include. - Improve IGNORE message. Submitted by: marius@alchemy.franken.de Notes: svn path=/head/; revision=69730
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-0718-18/+9
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* Zero PORTREVISION after the PORTVERSION is bumped.Akinori MUSHA2002-11-072-2/+2
| | | | Notes: svn path=/head/; revision=69624
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-06108-54/+108
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Update lang/ruby to 1.6.8-preview1.Akinori MUSHA2002-11-064-6/+6
| | | | Notes: svn path=/head/; revision=69575
* Use PORTCOMMENT variable instead of pkg-comment file.Oliver Braun2002-11-056-3/+3
| | | | Notes: svn path=/head/; revision=69551
* Add in a new patch file missed on initial commit.Patrick S. Gardella2002-11-051-0/+11
| | | | Notes: svn path=/head/; revision=69550
* Update to version 0.59Patrick S. Gardella2002-11-054-24/+34
| | | | Notes: svn path=/head/; revision=69549
* Adjust pkg-comment and pkg-descr. gcc28 isn't the Latest Release andTilman Keskinoz2002-11-052-5/+1
| | | | | | | | | will probably not become our base system compiler in the near future. Submitted by: Frerich Raabe <frerichraabe@gmx.de> Notes: svn path=/head/; revision=69532
* I'd like to try to maintain this.Trevor Johnson2002-11-051-1/+1
| | | | Notes: svn path=/head/; revision=69511
* The effort to maintain these for FreeBSD just isn't worth it with the lackDavid E. O'Brien2002-11-0523-23/+23
| | | | | | | of reward. Notes: svn path=/head/; revision=69508
* Half of these ones missed yesterday while converting to USE_REINPLACE.Edwin Groothuis2002-11-041-0/+1
| | | | | | | | | The other half needs perl to build. Noticed on bento and others (full mailbox :-) Notes: svn path=/head/; revision=69475
* PERL -> REINPLACEEdwin Groothuis2002-11-042-2/+6
| | | | | | | And some ports have USE_PERL5=yes now. Notes: svn path=/head/; revision=69436
* Ports didn't build without USE_PERL5=yesEdwin Groothuis2002-11-041-0/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69425
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69424
* Port needs PerlEdwin Groothuis2002-11-041-0/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69419
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+3
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=69409
* Fix installation.Akinori MUSHA2002-11-032-2/+2
| | | | | | | Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de> Notes: svn path=/head/; revision=69382
* Add WITH_ERLANG_HIPE option, to enable HiPE support.Jimmy Olgeni2002-11-032-0/+14
| | | | Notes: svn path=/head/; revision=69367
* Update lang/ruby-devel to the latest snapshot as of 2002-10-30.Akinori MUSHA2002-11-022-2/+2
| | | | | | | | | FreeBSD/sparc64 fails to build this and somehow the entire OS gets frozen while running `miniruby'. I'd appreciate if someone with a clue could help me fix the problem. Notes: svn path=/head/; revision=69309
* Update documentation to release R9B-0.Jimmy Olgeni2002-11-023-98/+132
| | | | Notes: svn path=/head/; revision=69304
* Update to version R9B-0, use ${SHAREOWN}:${SHAREGRP} ratherJimmy Olgeni2002-11-0232-650/+738
| | | | | | | than hardcoding root:wheel. Notes: svn path=/head/; revision=69303
* Make perl's configure be aware of gcc command line syntax change fromAnton Berezin2002-11-018-8/+34
| | | | | | | | | | | | | | -Acpu(i386) to -Acpu=i386 and similar. The patch is from Perlland: http://archive.develooper.com/perl5-porters@perl.org/msg79350.html While at it, add $ FreeBSD $ to the rest of the patches. Reported by: kuriyama Notes: svn path=/head/; revision=69250
* Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realizeAlan Eldridge2002-11-011-2/+2
| | | | | | | | mail's case insensitive and will try to type that. Sorry folks, purely a cosmetic change here, nothing to see, move along, move along.... Notes: svn path=/head/; revision=69249
* This port builds fine on RELENG_4, so don't mark it BROKEN there.Dima Dorfman2002-11-011-2/+4
| | | | | | | | | | | | | | | It's still broken on a recent -current, though, but an OSVERSION value more specific than 500000 should probably be used. Note that this port still doesn't build (more specifically, doesn't install) on bento, since it uses uname(3) to determine the system version, and bento doesn't fake it (it fakes uname(1)). Discussed with: kris Approved by: obrien Notes: svn path=/head/; revision=69242
* Changed MAINTAINER to my FreeBSD address.Alan Eldridge2002-11-011-2/+2
| | | | Notes: svn path=/head/; revision=69236
* Fix a construct that causes make errors on platforms that are notThomas Moestl2002-10-307-7/+7
| | | | | | | | | | supported by these ports. This fixes 'make readmes' for them on sparc64 (and by that, release building without NOPORTS). Approved by: jdp Notes: svn path=/head/; revision=69172
* update MASTER_SITESDirk Meyer2002-10-292-6/+2
| | | | Notes: svn path=/head/; revision=69122
* Update to 0.5.3.Akinori MUSHA2002-10-293-2/+3
| | | | Notes: svn path=/head/; revision=69114
* Fix a bug in perl 5.6.1 described inAnton Berezin2002-10-294-2/+24
| | | | | | | | | | | | | | | | http://archive.develooper.com/perl5-porters@perl.org/msg58812.html with a patch from http://archive.develooper.com/perl5-porters@perl.org/msg58819.html While we normally do not fix non-FreeBSD problems with 3rd party software, it is expected that perl 5.6.1 will be used widely for some time to come, and the bug is bad enough to grant the inclusion of the patch here. Notes: svn path=/head/; revision=69108
* Make lang/nawk building on -current again.Edwin Groothuis2002-10-293-7/+15
| | | | | | | | | | | | | | I didn't really take the patches from the PR, since 95% of them where tab to space conversions. Also tweaked the makefile to use ${CC} instead of cc. The distinfo change is because of the rollout of a new version, of which the Makefile was already changed but the distinfo not. PR: ports/44281 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=69097
* Grammar fix.Adam Weinberger2002-10-293-3/+3
| | | | | | | | Reviewed by: dinoex Approved by: pat Notes: svn path=/head/; revision=69081
* Upgrade to 2.3.9.Oliver Braun2002-10-284-23/+38
| | | | | | | | PR: 44553 Submitted by: maintainer Notes: svn path=/head/; revision=69057
* Add a plist fileKris Kennaway2002-10-281-0/+94
| | | | Notes: svn path=/head/; revision=68998
* Add missing filesKris Kennaway2002-10-281-0/+2
| | | | Notes: svn path=/head/; revision=68992
* Add missing manpageKris Kennaway2002-10-281-2/+2
| | | | Notes: svn path=/head/; revision=68990