summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Update to 8.4.0dinoex2002-10-053-5/+5
|
* Update to latest version.patrick2002-10-016-258/+120
|
* Fix MASTER_SITES, add second checksum (the GNU copy has a differentkris2002-09-293-3/+7
| | | | | | | subdirectory name, no other changes), add Author and WWW info. Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/43444
* find->${FIND},xargs->${XARGS}ijliao2002-09-291-1/+1
| | | | | PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Fix build on Alpha.marcus2002-09-291-0/+20
| | | | | Reported by: bento Tested by: kris on bento
* Make fetchable again (MASTER_SITE moved)kris2002-09-282-2/+2
|
* Correct syntax error in do-install (&& && -> &&)kris2002-09-281-1/+1
|
* PR: 43446patrick2002-09-283-8/+6
| | | | Submitted by: Tilman Linneweh <tilman@arved.de>
* fix bento build error : there is a *alloc() clashijliao2002-09-281-1/+1
| | | | | PR: 43311 Submitted by: adam@vectors.cx
* Update lang/ruby-devel to the latest snapshot as of 2002-09-27, whichknu2002-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.
* * Match up distfiles and their respective master sites.naddy2002-09-251-4/+7
| | | | | | * Mark the bootstrap as i386-only. Approved by: maintainer
* lang/ruby_static doesn't depend on autoconf any more.knu2002-09-242-8/+4
| | | | (but lang/ruby_static-devel still does)
* Reroll a stable snapshot tarball as of 2002-09-12 for lang/rubyknu2002-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.
* Upgrade to 0.6.3.vanilla2002-09-235-25/+34
| | | | | | PR: ports/43272 Submitted by: maintainer Somepart by: me
* Fix a silly typo introduced in the previous commit and unbreak.knu2002-09-232-2/+2
| | | | Submitted by: bento
* fix plistijliao2002-09-222-6/+7
| | | | | PR: 43165 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* - link libc_pic.a when compiling with "-KPIC -static"netchild2002-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
* Update to 6.0.1.304.netchild2002-09-226-30/+28
| | | | | | Submitted by: maintainer Approved by: kris PR: 43150
* fix plist problem by removing extra files which are generated by reinplaceijliao2002-09-211-0/+1
| | | | | | PR: 43162 Submitted by: maintainer Noticed by: bento log
* Use RUBY_SHIM18_PORT.knu2002-09-212-4/+4
|
* upgrade to 3.2-4ijliao2002-09-215-35/+49
| | | | | | | change maintainer email PR: 42634 Submitted by: maintainer
* Update to the latset snapshot as of 2002.09.20.knu2002-09-202-2/+2
|
* Update lang/ruby-devel to the latset snapshot as of 2002.09.20.knu2002-09-202-0/+2
|
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-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.
* Add another possible download site (it isn't guaranteed that te file isnetchild2002-09-202-2/+2
| | | | | | available from there). Noticed by: "Ulrich 'Q' Spoerlein" <q@uni.de>
* - Update to 6.0.1.304.netchild2002-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.
* Unbreak.kuriyama2002-09-201-0/+2
| | | | | PR: ports/42606 Submitted by: Tilman Linneweh <tilman@arved.FreeBSD.ORG>
* Add md5sum for -current bootstrap tarball. It works now on -current.obraun2002-09-193-0/+3
|
* Add PDSS(v2.52.21), which stands for PIMOS Development Supportnork2002-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)
* Update to Python 2.2.1 + Stackless 020918 snapshotperky2002-09-182-4/+8
|
* Total hack to allow gcc31 to build on -CURRENT.obrien2002-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.
* Don't use MAKE_ARGS to proliferate CFLAGS as setting CFLAGS intg2002-09-181-6/+5
| | | | | | | /etc/make.conf will gladly overwrite the value in MAKE_ARGS. Patch Makedefs (in the Icon source) instead. PR: 38322
* better for future maintainijliao2002-09-181-5/+5
|
* Remove no longer needed patches.obraun2002-09-186-192/+0
|
* Correct ${MASTER_SITE}, update checksums.jkoshy2002-09-182-6/+6
| | | | Submitted by: Paul Gabriel <paul@pogo.franken.de>
* Update lang/ruby-devel to the snapshot as of 2002-09-17.knu2002-09-182-0/+2
| | | | This fixes coredump on the Alpha.
* Update to version 5.04.1.olgeni2002-09-179-33/+33
|
* Upgrade to 5.04.1.obraun2002-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
* - C++ support: fix to work also on -current, work around broken exceptionnetchild2002-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
* Add WITHOUT_X11 knob.tg2002-09-162-13/+26
| | | | | PR: 42608 Submitted by: Joe Kelsey <joek@mail.flyingcroc.net>
* Add missing file to plistkris2002-09-141-0/+1
|
* Fix breakage introduced in previous commit.sobomax2002-09-141-4/+5
| | | | Submitted by: "Dan Langille" <dan@langille.org>
* Due to popular demant into each port which might be inserted into dependencysobomax2002-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.)
* The gcc32 port builds again -- so hook it up to the build.obrien2002-09-131-1/+1
|
* Hand the maintainership over to the submitter of the PR.knu2002-09-131-1/+1
| | | | | PR: ports/40901 Submitted by: Erik Greenwald <erik@smluc.org>
* Move downloaded distfile to a directory numbered by ${PORTVERSION} tojkoshy2002-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.
* Update pkg-descr.knu2002-09-121-0/+1
|
* Update to 20020616.knu2002-09-113-2/+3
|
* - Integrate the digest/*, racc/cparse, iconv, shim16_18 modules intoknu2002-09-114-22/+80
| | | | | | lang/ruby_static. - Integrate the iconv module into lang/ruby_static-devel.
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theknu2002-09-119-12/+14
| | | | latest snapshots as of today, 2002-09-12 (JST).
OpenPOWER on IntegriCloud