summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* egcs.cygnus.com does not exist any longer; refer to gcc.gnu.org instead.Gerald Pfeifer2002-12-271-3/+1
| | | | | | | Approved by: knu (portmgr) Notes: svn path=/head/; revision=71929
* Fix BUILD_DEPENDS.Norikatsu Shigemura2002-12-261-1/+1
| | | | Notes: svn path=/head/; revision=71853
* Update RUBY_VER and fix the build.Akinori MUSHA2002-12-264-4/+4
| | | | | | | Submitted by: nork Notes: svn path=/head/; revision=71849
* lang/ruby:Akinori MUSHA2002-12-2413-39/+47
| | | | | | | | | | | | | | | | | | | | | | | - Update to the 1.6.8 final release. (which fixes a couple of coredumping bugs) - Update Oni Guruma (alternative BSDL regexp engine) to 20021210. - Attach a small knob for debugging. lang/ruby-devel - Update to 1.8.0 preview 1 + errata patch. (fixes a couple of coredumping bugs) - Update Oni Guruma (alternative BSDL regexp engine) to 20021210. - Fix pkg-plist nits. lang/ruby16-shim-ruby18 - Update to 1.8.0 preview 1. (sync with 1.6.8 & 1.8.0 preview1) - Fix pkg-plist nits. Approved by: lioux (and self) A Merry Christmas to: all of you Notes: svn path=/head/; revision=71837
* - prepare MASTER_SITE_GNUSTEPDirk Meyer2002-12-232-2/+6
| | | | Notes: svn path=/head/; revision=71826
* - use opentool in GNUstep.shDirk Meyer2002-12-231-7/+8
| | | | Notes: svn path=/head/; revision=71825
* Fix on -current (get gmp from ${LOCALBASE})Eric Anholt2002-12-211-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=71748
* Make port building again, treecc has been upgradedEdwin Groothuis2002-12-201-1/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=71738
* Ports needs gmp.h, port gets gmp.hEdwin Groothuis2002-12-191-0/+2
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=71724
* Fix building with GCC3.Christian Weisgerber2002-12-181-0/+14
| | | | Notes: svn path=/head/; revision=71719
* Update gauche & gauche-gdbm to 0.6.6.Akinori MUSHA2002-12-184-22/+12
| | | | | | | | | | | | | | | | | | | | From the freshmeat announcement: A number of bugs are fixed, including a gauche.net bug and do-form compilation bug which were sometimes the cause of crashes. Several new modules are added, including message digest libraries (rfc.md5, rfc.sha1, rfc.hmac, and util.digest), thread-local parameter support, and port seek. Other enhancements include string split to take strings and a regexp as a splitter. Unfortunately, this does not fix the build failure on alpha. It is still under investigation. PR: ports/46284 Submitted by: Erik Greenwald <erik@smluc.org> (MAINTAINER) Approved by: portmgr (knu) Notes: svn path=/head/; revision=71704
* Set MAINTAINER back to the submitter. He is now reachable again.Akinori MUSHA2002-12-182-2/+2
| | | | | | | Submitted by: Erik Greenwald <erik@smluc.org> Notes: svn path=/head/; revision=71703
* - Fix build on SparcDirk Meyer2002-12-161-3/+4
| | | | Notes: svn path=/head/; revision=71681
* Oops, forgot to add another line.Akinori MUSHA2002-12-161-0/+1
| | | | Notes: svn path=/head/; revision=71667
* Properly install h2rb so that lang/ruby-devel doesn't create aAkinori MUSHA2002-12-162-1/+7
| | | | | | | dangling symlink. PORTREVISION bumped. Notes: svn path=/head/; revision=71666
* Fix patchingPatrick Li2002-12-151-89/+80
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=71658
* Fix build by using USE_LINUX instead of an explicit (bogus) dependency.Kris Kennaway2002-12-141-3/+1
| | | | | | | Submitted by: Jean-Sebastien Roy <js@jeannot.org> Notes: svn path=/head/; revision=71645
* Suggest workaround for potential problem in VisualWorksEdwin Groothuis2002-12-141-0/+3
| | | | | | | | PR: ports/46257 Submitted by: Jean-Sebastien Roy <js@jeannot.org> Notes: svn path=/head/; revision=71644
* Fix build by USE_LINUX=yes instead of explicit (bogus) dependencyKris Kennaway2002-12-141-3/+1
| | | | | | | Submitted by: Jean-Sebastien Roy <js@jeannot.org> (maintainer) Notes: svn path=/head/; revision=71642
* Fix build on -current.Adam Weinberger2002-12-141-0/+3
| | | | | | | | | | Noticed by: bento PR: 45675 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> Approved by: kris Notes: svn path=/head/; revision=71639
* Make port fetchable and building again.Edwin Groothuis2002-12-142-4/+4
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=71618
* Update to the 29-Nov-2002 distribution.David E. O'Brien2002-12-124-100/+16
| | | | | | | | | | Since the distfile isn't versioned, this was the only way to fix the "make distclean all" problem on 5-CURRENT. Approved by: kris Notes: svn path=/head/; revision=71584
* Fix build error in CURRENT and reduce some compiler warningNorikatsu Shigemura2002-12-128-31/+573
| | | | | | | | | | (add prototypes). PR: ports/46204 Submitted by: NINOMIYA Hideyuki <nin@Jp.FreeBSD.org> (maintainer) Notes: svn path=/head/; revision=71581
* Update lang/ruby to 1.6.8-preview3, lang/ruby16-shim-ruby18 toAkinori MUSHA2002-12-1215-434/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | 1.7.3.2002.12.11, and lang/ruby-devel to 1.7.3-2002.12.12. - Fix a few bugs that lead to core dump, one in the ruby interpreter and another in the syslog module. Reported by: ume (net/dtcp was a victim) - Fix an installation problem occasionally seen on bento. (a bug in Makefile that caused race) Submitted by: bento - Fix a problem that irb(1) didn't work because the symlink was wrong. Submitted by: Jos Backus <jos@catnook.com> - Get rid of move & symlink spaghetti completely from the installation process. Discussed with: portmgr (will) Notes: svn path=/head/; revision=71577
* Fix URLs in pkg-messageEdwin Groothuis2002-12-121-4/+4
| | | | | | | | PR: laven Rezic <slaven.rezic@berlin.de> Submitted by: ports/45260 Notes: svn path=/head/; revision=71562
* Make port's Configure correctly detect crypt(3). Bump PORTREVISION.Anton Berezin2002-12-1110-20/+80
| | | | | | | | Reported by: Jeroen Ruigrok van der Werven <asmodai@tendra.org> Approved by: portmgr Notes: svn path=/head/; revision=71527
* - Fix subdir in MASTER_SITESDirk Meyer2002-12-091-3/+6
| | | | | | | - add target test Notes: svn path=/head/; revision=71469
* fix MASTER_SITESRalf S. Engelschall2002-12-071-3/+1
| | | | Notes: svn path=/head/; revision=71411
* - prepare MASTER_SITE_GNUSTEPDirk Meyer2002-12-072-3/+23
| | | | | | | | - Fix build on beast http://beta.freebsd.org/errorlogs/5-full/gnustep-base-1.5.1.log Notes: svn path=/head/; revision=71404
* On recent 5-CURRENT, there is no Perl wrapper. It is therefore possibleBruce A. Mah2002-12-046-12/+62
| | | | | | | | | | | | | | | | | | | | that /usr/bin/perl5 doesn't exist, which violates some of use.perl's assumptions. Take care of this case. [1] Also in the case of a recent 5-CURRENT, automatically perform "use.perl port" during package/port installation. This helps the installation of sysinstall's new "Perl distribution", in that sysinstall doesn't need to do this explicitly as Yet Another Special Case. [2] PORTREVISION bump after all this good stuff. Requested by: bmah [1], jhb [2] Submitted by: tobez (port MAINTAINER) Approved by: portmgr (kris) Notes: svn path=/head/; revision=71365
* Use the most modern spelling of egcs.cygnus.com.David E. O'Brien2002-12-0316-16/+16
| | | | Notes: svn path=/head/; revision=71354
* Fix cklatest paths.David E. O'Brien2002-12-032-2/+2
| | | | | | | | Reported by: gerald Approved by: kris Notes: svn path=/head/; revision=71335
* Fix build with bison 1.75.Joe Marcus Clarke2002-12-021-0/+97
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=71326
* Fix build with bison 1.75.Joe Marcus Clarke2002-12-021-0/+459
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=71324
* BROKEN on 5.0: does not compileKris Kennaway2002-12-021-1/+7
| | | | Notes: svn path=/head/; revision=71290
* Update to the latest released version of GNAT (3.15p). Also use aDaniel Eischen2002-12-0117-1329/+480
| | | | | | | | | new bootstrap compiler and fix so that it builds under -current. Approved by: portmgr Notes: svn path=/head/; revision=71275
* Add the misc/compat4x dependency only if ${OSVERSION} >= 500000.Akinori MUSHA2002-12-011-0/+2
| | | | Notes: svn path=/head/; revision=71273
* The distributed bootstrapping compiler requires libc.so.4,Akinori MUSHA2002-12-011-0/+1
| | | | | | | | | so add misc/compat4x as dependency. Submitted by: bento Notes: svn path=/head/; revision=71272
* fix build on -currentYing-Chieh Liao2002-12-012-0/+44
| | | | | | | | PR: 45836 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> Notes: svn path=/head/; revision=71271
* Fix Build on -CURRENT by updating to 3.1.32Tilman Keskinoz2002-11-304-30/+14
| | | | | | | | | | Based on PR: 44832 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> Notes: svn path=/head/; revision=71256
* Fix build on -CURRENT and with bison 1.75.Joe Marcus Clarke2002-11-306-3/+130
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=71254
* Claim maintainership as the creator of these ports until the previousAkinori MUSHA2002-11-281-1/+1
| | | | | | | maintainer becomes reachable again. Notes: svn path=/head/; revision=71195
* Sort entries.Akinori MUSHA2002-11-271-1/+1
| | | | Notes: svn path=/head/; revision=71177
* Fix the build of lang/ruby_static-devel, i.e. the build ofAkinori MUSHA2002-11-272-66/+0
| | | | | | | | | | archiver/ruby-zlib with lang/ruby-devel in the correct way. The cause of this problem is that FreeBSD's make(1) got a bit too sensitive about a mixture of `target:' and `target::'. Notes: svn path=/head/; revision=71168
* Use WANT_AUTOCONF_VER so we don't automagically execute autoconf when weAlan Eldridge2002-11-271-1/+1
| | | | | | | | | | | | | don't want to. Unfortunately, I still can't get it to build because it appears not to link against libgmp. Kris, if you think this is my problem to solve, I will attempt to do so. Otherwise, I have kde 3.1 things to take care of, and a cups upgrade to pull together. If I can get the cups upgrade done, I'd like to get it in. Approved by: kris Notes: svn path=/head/; revision=71166
* Fix autoconf usage. Port is still broken, though. It's missing linking inAlan Eldridge2002-11-271-3/+7
| | | | | | | | | whatever has all the mpz_ functions (libgmp?). But that's not autoconf's fault. Approved by: kris Notes: svn path=/head/; revision=71159
* Update to 3.2.1 release, and fix packaging.David E. O'Brien2002-11-264-42/+49
| | | | Notes: svn path=/head/; revision=71102
* Rather than try to hack up the GNU strsignal (and psignal) to play niceDavid E. O'Brien2002-11-253-15/+22
| | | | | | | on 5-CURRENT, just use our native one. Notes: svn path=/head/; revision=71092
* Don't specify an emulation in the link spec. Just use the 'ld' default.David E. O'Brien2002-11-251-1/+10
| | | | | | | The proper emulation is different between RELENG_4 and 5-CURRENT. Notes: svn path=/head/; revision=71091
* Rather than try to duplicate the declarations from stdio.h, just use them!David E. O'Brien2002-11-251-10/+6
| | | | Notes: svn path=/head/; revision=71090