aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on Alpha.Joe Marcus Clarke2002-09-291-0/+20
| | | | | | | | Reported by: bento Tested by: kris on bento Notes: svn path=/head/; revision=67201
* Make fetchable again (MASTER_SITE moved)Kris Kennaway2002-09-282-2/+2
| | | | Notes: svn path=/head/; revision=67196
* Correct syntax error in do-install (&& && -> &&)Kris Kennaway2002-09-281-1/+1
| | | | Notes: svn path=/head/; revision=67195
* PR: 43446Patrick S. Gardella2002-09-283-8/+6
| | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=67194
* fix bento build error : there is a *alloc() clashYing-Chieh Liao2002-09-281-1/+1
| | | | | | | | PR: 43311 Submitted by: adam@vectors.cx Notes: svn path=/head/; revision=67185
* Update lang/ruby-devel to the latest snapshot as of 2002-09-27, whichAkinori MUSHA2002-09-2710-48/+10
| | | | | | | | | | | fixes several coredump bugs and fatal threading problems. Remove the autoconf dependency by including a pre-generated configure script in the distfile. It now also includes a pre-generated parse.c made by bison 1.35. Notes: svn path=/head/; revision=67167
* * Match up distfiles and their respective master sites.Christian Weisgerber2002-09-251-4/+7
| | | | | | | | | * Mark the bootstrap as i386-only. Approved by: maintainer Notes: svn path=/head/; revision=67144
* lang/ruby_static doesn't depend on autoconf any more.Akinori MUSHA2002-09-242-8/+4
| | | | | | | (but lang/ruby_static-devel still does) Notes: svn path=/head/; revision=67106
* Reroll a stable snapshot tarball as of 2002-09-12 for lang/rubyAkinori MUSHA2002-09-244-24/+14
| | | | | | | | | | containing a pregenerated configure and a parse.c generated with bison 1.35. This is to offer a smaller (.tar.bz2) distfile, remove the autoconf dependency and benefit from a bit more efficient parse.c than that which byacc(1) generates. Notes: svn path=/head/; revision=67102
* Upgrade to 0.6.3.Vanilla I. Shu2002-09-235-25/+34
| | | | | | | | | PR: ports/43272 Submitted by: maintainer Somepart by: me Notes: svn path=/head/; revision=67064
* Fix a silly typo introduced in the previous commit and unbreak.Akinori MUSHA2002-09-232-2/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=67061
* fix plistYing-Chieh Liao2002-09-222-6/+7
| | | | | | | | PR: 43165 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=67041
* - link libc_pic.a when compiling with "-KPIC -static"Alexander Leidinger2002-09-2212-36/+282
| | | | | | | | | | | - link libc_p.a/lib_c_r.a when compiling with "-pg -static" - fix unresolved symbols to make "-pg" and "-prof_gen" work Submitted by: marius@alchemy.franken.de Approved by: kris Notes: svn path=/head/; revision=67028
* Update to 6.0.1.304.Alexander Leidinger2002-09-226-30/+28
| | | | | | | | | Submitted by: maintainer Approved by: kris PR: 43150 Notes: svn path=/head/; revision=67027
* fix plist problem by removing extra files which are generated by reinplaceYing-Chieh Liao2002-09-211-0/+1
| | | | | | | | | PR: 43162 Submitted by: maintainer Noticed by: bento log Notes: svn path=/head/; revision=67012
* Use RUBY_SHIM18_PORT.Akinori MUSHA2002-09-212-4/+4
| | | | Notes: svn path=/head/; revision=67001
* upgrade to 3.2-4Ying-Chieh Liao2002-09-215-35/+49
| | | | | | | | | | change maintainer email PR: 42634 Submitted by: maintainer Notes: svn path=/head/; revision=66943
* Update to the latset snapshot as of 2002.09.20.Akinori MUSHA2002-09-202-2/+2
| | | | Notes: svn path=/head/; revision=66936
* Update lang/ruby-devel to the latset snapshot as of 2002.09.20.Akinori MUSHA2002-09-202-0/+2
| | | | Notes: svn path=/head/; revision=66935
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Add another possible download site (it isn't guaranteed that te file isAlexander Leidinger2002-09-202-2/+2
| | | | | | | | | available from there). Noticed by: "Ulrich 'Q' Spoerlein" <q@uni.de> Notes: svn path=/head/; revision=66834
* - Update to 6.0.1.304.Alexander Leidinger2002-09-2014-96/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Re-enable patching of iccvars.(c)sh (solely called by icid and therefore overlooked), accidentally broken by last commit. - Fix generation of multi-threaded code, triggered by the (badly documented) compiler option "-mt". - Disable compiler options "-openmp*" and "-parallel", they depend on libguide which itself depends on pthread_atfork() (not provided by libc_r), therefore don't install libguide. Note: All compiler options are now believed to either work on FreeBSD or be disabled (Maintainer note: '-prof_gen' is under investigation). - Add a message about installing stlport-icc in order to get full C++ support. - Remove workaround for generation of shared objects with binutils/ld 2.12.x, appears to be fixed (unfortunately no confirmation by Intel Support, "That is good news <...> then we should just close this issue." *sigh*). Submitted by: marius@alchemy.franken.de - Add note about a problem on P4 and how to solve it. Suggested by: Martin Kahlert <martin.kahlert@infineon.com> - Remove outdated information in pkg-descr. Notes: svn path=/head/; revision=66830
* Unbreak.Jun Kuriyama2002-09-201-0/+2
| | | | | | | | PR: ports/42606 Submitted by: Tilman Linneweh <tilman@arved.FreeBSD.ORG> Notes: svn path=/head/; revision=66781
* Add md5sum for -current bootstrap tarball. It works now on -current.Oliver Braun2002-09-193-0/+3
| | | | Notes: svn path=/head/; revision=66710
* Add PDSS(v2.52.21), which stands for PIMOS Development SupportNorikatsu Shigemura2002-09-1916-0/+759
| | | | | | | | | | | | System, is a KL1/Prolog (Parallel logic programming language) byte-code Interpreter/compiler environment. PR: ports/42703 Submitted by: NINOMIYA Hideyuki <nin@Jp.FreeBSD.org> Approved by: knu (mentor) Notes: svn path=/head/; revision=66699
* Update to Python 2.2.1 + Stackless 020918 snapshotHye-Shik Chang2002-09-182-4/+8
| | | | Notes: svn path=/head/; revision=66612
* Total hack to allow gcc31 to build on -CURRENT.David E. O'Brien2002-09-183-10/+12
| | | | | | | | | This hack makes gcc totally use our stock headers vs. the fixinc'ed ones. There is probably zero chance of getting this fixed in the FSF/GCC CVS repository, as the 3.1 branch is offically closed. Notes: svn path=/head/; revision=66611
* Don't use MAKE_ARGS to proliferate CFLAGS as setting CFLAGS inThomas Gellekum2002-09-181-6/+5
| | | | | | | | | | /etc/make.conf will gladly overwrite the value in MAKE_ARGS. Patch Makedefs (in the Icon source) instead. PR: 38322 Notes: svn path=/head/; revision=66586
* better for future maintainYing-Chieh Liao2002-09-181-5/+5
| | | | Notes: svn path=/head/; revision=66583
* Remove no longer needed patches.Oliver Braun2002-09-186-192/+0
| | | | Notes: svn path=/head/; revision=66581
* Correct ${MASTER_SITE}, update checksums.Joseph Koshy2002-09-182-6/+6
| | | | | | | Submitted by: Paul Gabriel <paul@pogo.franken.de> Notes: svn path=/head/; revision=66574
* Update lang/ruby-devel to the snapshot as of 2002-09-17.Akinori MUSHA2002-09-182-0/+2
| | | | | | | This fixes coredump on the Alpha. Notes: svn path=/head/; revision=66573
* Update to version 5.04.1.Jimmy Olgeni2002-09-179-33/+33
| | | | Notes: svn path=/head/; revision=66535
* Upgrade to 5.04.1.Oliver Braun2002-09-179-51/+9
| | | | | | | | | | | Note: This does *NOT* work on -current. The bootstrap tarball for -current is still missing. I am working on it. However I wanted to make this new version available on 4.7-R. Submitted by: maintainer Notes: svn path=/head/; revision=66530
* - C++ support: fix to work also on -current, work around broken exceptionAlexander Leidinger2002-09-1722-312/+1270
| | | | | | | | | | | | | | | | | | | | | handling when generating shared objects with binutils/ld 2.12.[0,1], link in the icc C++ ABI definitions not those of gcc - remove libcprts (STL): it has unresolvable glibc dependencies in both, dynamic and static, versions, therefore is not usable and entirely unneeded when libstlport is used instead - add libimf (Intel's optimized math functions library), while there's no measurable speed improvement (at least for the functions tested) in comparison to FreeBSD's libm beyond the "normal" icc vs. gcc boost icc occasionally produces code depending on libimf when told to optimize for Pentium 4 - replace the ld-script with a wrapper written in C as (c)sh is a bit limited and long winded for that purpose - minor stuff and cleanup Submitted by: marius@alchemy.franken.de Notes: svn path=/head/; revision=66502
* Add WITHOUT_X11 knob.Thomas Gellekum2002-09-162-13/+26
| | | | | | | | PR: 42608 Submitted by: Joe Kelsey <joek@mail.flyingcroc.net> Notes: svn path=/head/; revision=66441
* Add missing file to plistKris Kennaway2002-09-141-0/+1
| | | | Notes: svn path=/head/; revision=66332
* Fix breakage introduced in previous commit.Maxim Sobolev2002-09-141-4/+5
| | | | | | | Submitted by: "Dan Langille" <dan@langille.org> Notes: svn path=/head/; revision=66302
* Due to popular demant into each port which might be inserted into dependencyMaxim Sobolev2002-09-144-0/+16
| | | | | | | | | | | | | list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.) Notes: svn path=/head/; revision=66299
* The gcc32 port builds again -- so hook it up to the build.David E. O'Brien2002-09-131-1/+1
| | | | Notes: svn path=/head/; revision=66281
* Hand the maintainership over to the submitter of the PR.Akinori MUSHA2002-09-131-1/+1
| | | | | | | | PR: ports/40901 Submitted by: Erik Greenwald <erik@smluc.org> Notes: svn path=/head/; revision=66245
* Move downloaded distfile to a directory numbered by ${PORTVERSION} toJoseph Koshy2002-09-132-1/+2
| | | | | | | | | compensate for the fact the master tarball does not have a version number in its filename. This prevents older copies of the sources being picked up during the "fetch" phase. Notes: svn path=/head/; revision=66226
* Update pkg-descr.Akinori MUSHA2002-09-121-0/+1
| | | | Notes: svn path=/head/; revision=66177
* Update to 20020616.Akinori MUSHA2002-09-113-2/+3
| | | | Notes: svn path=/head/; revision=66165
* - Integrate the digest/*, racc/cparse, iconv, shim16_18 modules intoAkinori MUSHA2002-09-114-22/+80
| | | | | | | | | lang/ruby_static. - Integrate the iconv module into lang/ruby_static-devel. Notes: svn path=/head/; revision=66162
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theAkinori MUSHA2002-09-119-12/+14
| | | | | | | latest snapshots as of today, 2002-09-12 (JST). Notes: svn path=/head/; revision=66160
* Total hack to allow gcc32 to build on -CURRENT.David E. O'Brien2002-09-111-4/+12
| | | | | | | | | | | | This hack makes gcc totally use our stock headers vs. the fixinc'ed ones. I don't like this change as I don't think there is any chance of getting this change back into the GCC repository and it is important that the stock GCC sources will bootstrap on FreeBSD 5.0. Submitted by: Don Lewis <dl-freebsd@catspoiler.org> Notes: svn path=/head/; revision=66156
* Upgrade to the 2-Sept-2002 GCC 3.2.1 pre-release snapshot.David E. O'Brien2002-09-113-45/+45
| | | | | | | | (this port has been 100% reset back to an earlier evolution line by a repo copied from the 'gcc31' port) Notes: svn path=/head/; revision=66155
* On recent 5-CURRENT, stop configure from detecting wchar support,Akinori MUSHA2002-09-112-1/+18
| | | | | | | | | | since gawk fails to build with wchar/mbstring support due to lack of wcscoll(). Approved by: dd (MAINTAINER) Notes: svn path=/head/; revision=66103
* Fix build on -current.Joe Marcus Clarke2002-09-101-0/+19
| | | | | | | Submitted by: Patrick Hartling <patrick@137.org> Notes: svn path=/head/; revision=66082