summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* Total hack to allow gcc32 to build on -CURRENT.obrien2002-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>
* Upgrade to the 2-Sept-2002 GCC 3.2.1 pre-release snapshot.obrien2002-09-113-45/+45
| | | | | (this port has been 100% reset back to an earlier evolution line by a repo copied from the 'gcc31' port)
* On recent 5-CURRENT, stop configure from detecting wchar support,knu2002-09-112-1/+18
| | | | | | | since gawk fails to build with wchar/mbstring support due to lack of wcscoll(). Approved by: dd (MAINTAINER)
* Fix build on -current.marcus2002-09-101-0/+19
| | | | Submitted by: Patrick Hartling <patrick@137.org>
* remove inactive file.dinoex2002-09-101-20/+0
|
* yorick-doc is complete html documentation for the yorick interpreteddinoex2002-09-106-0/+740
| | | | | | language (yorick port) PR: 34473 Submitted by: munro1@llnl.gov
* Strip the gosh binary.knu2002-09-091-0/+1
| | | | | Obtained from: ports/40901 Submitted by: Erik Greenwald <erik@smluc.org>
* Add gauche, a scheme script interpreter with multibyte characterknu2002-09-099-0/+331
| | | | handling.
* Fix probem with Variable expansiondinoex2002-09-095-150/+150
| | | | PR: 40450
* Update to tcl8.4b2dinoex2002-09-095-61/+59
| | | | koi8-u.enc now in distribution
* Update to v202.jkoshy2002-09-093-612/+1262
|
* Add missing url type to MASTER_SITES.olgeni2002-09-071-1/+1
|
* Update to 20020619.sobomax2002-09-0617-397/+2912
|
* add lafontaine 0.3R3ijliao2002-09-066-0/+47
| | | | Graphical logo interpreter
* Disconnect gcc32 after a repo copy until the port is ready for life again.obrien2002-09-051-1/+1
|
* Fix pkg-message, after adding `hs-' prefix to Haskell ports.obraun2002-09-043-3/+6
|
* Update to version 0.4.4kevlo2002-09-033-10/+11
| | | | | PR: 42342 Submitted by: MAINTAINER
* Update to version 0.1.4kevlo2002-09-033-4/+5
| | | | | PR: 42340 Submitted by: MAINTAINER
* Update to 0.4.knu2002-09-022-5/+2
| | | | Submitted by: Jerry A! <jerry@thehutt.org>
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-011-2/+3
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* Remove gcc33 from SUBDIR, because it has not yet been upgraded after thekris2002-08-311-1/+0
| | | | | | repo-copy and is consequently breaking INDEX. Pointy hat to: obrien
* Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-316-6/+0
| | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
* Deploy USE_GNOMENG infrastructurelioux2002-08-301-3/+4
| | | | | PR: 42207 Submitted by: Edwin Groothuis <edwin@mavetju.org>
OpenPOWER on IntegriCloud