aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Take over as maintainer since tg is taking a leave of absence from portAlan Eldridge2002-11-1519-20/+20
| | | | | | | maintenance. Notes: svn path=/head/; revision=70167
* Give up maintainership of these ports since I don't have time. Quanta goes toAlan Eldridge2002-11-151-1/+1
| | | | | | | kde@, all the rest are up for grabs to the most masochistic bidder. Notes: svn path=/head/; revision=70143
* Backport fix for temporary file handling bug in os._execvpe() fromJacques Vidrine2002-11-147-1/+267
| | | | | | | | | Python 2.2.2. Not approved by: tg (short timeout) Notes: svn path=/head/; revision=70118
* Update lang/ruby-devel to the latest snapshot as of 2002-11-14.Akinori MUSHA2002-11-146-8/+10
| | | | Notes: svn path=/head/; revision=70116
* - fix typo in messageAlexander Leidinger2002-11-132-4/+6
| | | | | | | | | - catch up with __sF change in -stable Tested by: marius@alchemy.franken.de Notes: svn path=/head/; revision=70032
* Change PLIST generation to allow installing custom libraries inJimmy Olgeni2002-11-136-2/+136
| | | | | | | | erlang/lib. Makefile.lib lists the stock OTP libraries to avoid cluttering the main Makefile. Time for PORTREVISION bump. Notes: svn path=/head/; revision=70021
* Fix (rare) installation problem when some files already exist in bin/.Jimmy Olgeni2002-11-132-0/+28
| | | | Notes: svn path=/head/; revision=70019
* Enable threading and HiPE by default.Jimmy Olgeni2002-11-132-30/+2
| | | | Notes: svn path=/head/; revision=70018
* Add $FreeBSD$.Jimmy Olgeni2002-11-132-0/+4
| | | | Notes: svn path=/head/; revision=70013
* find -> ${FIND}.Jimmy Olgeni2002-11-132-4/+4
| | | | Notes: svn path=/head/; revision=70011
* - Update to 8.4.1Dirk Meyer2002-11-122-2/+2
| | | | Notes: svn path=/head/; revision=69975
* - Update to 8.3.5Dirk Meyer2002-11-125-63/+44
| | | | Notes: svn path=/head/; revision=69974
* 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