summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update lang/ruby18 to 1.8.1-preview2.Akinori MUSHA2003-10-313-8/+114
|
* Add quack 0.22, enhanced Emacs support for editing andNorikatsu Shigemura2003-10-306-0/+53
| | | | | | | running Scheme programming. PR: ports/58471 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* o Update to 1.8.5.Norikatsu Shigemura2003-10-303-20/+17
| | | | | | | o Patch updated mostly to prepare for later use of SLIB. PR: ports/58550 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* Update to 1.22.Norikatsu Shigemura2003-10-303-3/+11
| | | | | PR: ports/58704 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* o Update to 5.0.0a3 snapshot.Norikatsu Shigemura2003-10-3012-192/+200
| | | | | | | | o Un-break port. o A lot of fixes, taken from recent commits to php4 port. PR: ports/58617 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* - Update lang/python-devel to Python-2.4 031022 snapshot.Hye-Shik Chang2003-10-2955-280/+510
| | | | | | | | | | - Correct USE_ZOPE dependency to Python 2.1. [1] - Fetch from correct MASTER_SITE_SUBDIR when upgrading python in same branch. [2] - Enable installing separated standard modules for python-devel port. Reported by: Filippo Natali <pitonat@libero.it> [1], Yoshihiko Sarumaru <mistral@imasy.or.jp> [2]
* Add missed ossaudiodev.so into pkg-plist (only for x86, since I don't haveMaxim Sobolev2003-10-299-6/+48
| | | | | access to other arches yet), and enable it on freebsd5 (it's enabled on freebsd4 OOB).
* Changed maintainer email address; the old one points to the newMark Linimon2003-10-291-1/+1
| | | | one as a replacement. Noticed by: Oliver Eikemeier.
* * Remove old post-patch target. It's fixed in 1.1 and with this post-patchOliver Braun2003-10-291-5/+7
| | | | | | | | target runtime problems occur. * Bumb PORTREVISION accordingly. * Mark (temporary) BROKEN on -current. This seems to be a gcc3 issue. Pointed out by: Lutz Bichler <Lutz.Bichler@unibw-muenchen.de>
* Move the inclusion of bsd.port.pre.mk earlier, where it apparentlyMark Linimon2003-10-291-6/+6
| | | | should be.
* Mark as broken on 5.x due to the usual gcc 3.3 problems.Mark Linimon2003-10-291-1/+7
|
* Mark broken on 5.x per the usual gcc3.3 reasons.Mark Linimon2003-10-291-1/+7
|
* Under certain conditions (perl Makefile.PL used directly or by proxy,Anton Berezin2003-10-2810-5/+55
| | | | | | | | without PERL_CONFIGURE trickery), the interaction of 5.8.1's MakeMaker and BSDPAN can lead to parts of perl-using ports to be installed to /lib, which is bad. Fix that. Reported by: Mike Harding <mvh@ix.netcom.com>
* Fix the workings of ENABLE_SUIDPERL knob.Anton Berezin2003-10-2810-5/+15
| | | | Reported by: Neil Darlow <neil@darlow.co.uk>, Nicola Tiling <nti@w4w.net>
* - Change to my @FreeBSD.org addressSergei Kolobov2003-10-281-1/+1
| | | | Approved by: krion (implicit)
* BROKEN: Does not compileKris Kennaway2003-10-282-0/+4
|
* upgrade to 2.37.233.1545Ying-Chieh Liao2003-10-283-134/+133
|
* Un-broke the compile by forcing stdargs.Wes Peters2003-10-271-4/+0
|
* Follow the bouncing C compiler: use stdargs instead of varargs in thisWes Peters2003-10-271-1/+2
| | | | lovely ancient code.
* Update to 5.8.1.Anton Berezin2003-10-2775-6010/+5075
| | | | | | | | | | Also: Make suidperl optional (ENABLE_SUIDPERL knob). Switch to perlmalloc by default, unless threaded perl is built, to improve performance. Modernize pkg-plist (switch to SITE_PERL where possible). Update WWW. Many thanks to foxfair who prepared most of this update.
* Upgrade to 0.8.5.Dag-Erling Smørgrav2003-10-253-12/+11
|
* - add patch for:Dirk Meyer2003-10-252-0/+14
| | | | | | FreeBSD only provides the __fpsetreg() used by the following two for the GNU Compiler. When using, say, Intel's icc they break. Submitted by: root@celsius.bychok.com
* - Unbreak build by adding forgotten dependency on devel/skalibsSergei Kolobov2003-10-251-1/+3
| | | | | | | | Reported by: bento (kris) - Reword COMMENT to avoid truncation by pkg_info(1) Approved by: krion (implicit)
* Remove extra file.Jimmy Olgeni2003-10-251-1/+0
|
* 1) Fix bug on some 4.7 systemsMaho Nakata2003-10-242-12/+22
| | | | | | 2) change ignore message provided by Intel Suggestion by: netchild and Marius Strobl
* Add execline 1.05:Sergei Kolobov2003-10-245-0/+152
| | | | | | | | | | | | | | | | | | execline is a very light non-interactive scripting language, which is similar to /bin/sh. Simple shell scripts can be easily rewritten in the execline language, improving performance and memory usage. execline was designed for use in embedded systems, but works on most Unix flavors. execline features conditional loops, getopt-style option handling, filename globbing, and more. Meanwhile, its syntax is far more logical and predictable than the shell's syntax, and has no security issues. Author: Laurent G. Bercot <ska-skaware@skarnet.org> WWW: http://www.skarnet.org/software/execline/ Approved by: krion (implicit)
* - Fix MASTER_SITESKirill Ponomarev2003-10-243-10/+6
| | | | | | | - Remove obsolete WWW: line PR: 58447 Submitted by: Ports Fury
* utilize SITE_PERLYing-Chieh Liao2003-10-2419-88/+83
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* - Fix icc and icpc scripts (variable overriding) [1]Alexander Leidinger2003-10-226-32/+62
| | | | | | | | | - Don't extract ia64 RPMs [2] - Fix bug on some 4.7 systems [3] Noticed by: mi [1] Suggested by: mi [2] Tested by: Clint Olsen <clint@0lsen.net>
* Use an updated version of the bounds checking patch which applies w/oGerald Pfeifer2003-10-222-2/+2
| | | | problems.
* Don't use PYTHON_DISTFILE as well as PYTHON_WRKSRC on lang/python* portsHye-Shik Chang2003-10-2114-29/+30
| | | | | | | because it does not point the most recent version of each from ports/Mk/bsd.python.mk 1.38. Reported by: Andy Fawcett <andy@athame.co.uk>
* Update to 7.1.031.Alexander Leidinger2003-10-214-18/+18
|
* Add the authors reply regarding binary distribution of this portEdwin Groothuis2003-10-203-1/+21
| | | | to the pkg-plist, add README and NOTICE to the pkg-plist.
* Adopt this port.Gerald Pfeifer2003-10-201-1/+1
| | | | Agreed to by: obrien
* Update to a slightly newer version of the optional bounds checking patches,Gerald Pfeifer2003-10-202-5/+5
| | | | | | | but disable the note on WITH_BOUNDSCHECKING as even these have not been updated for GCC 3.3.2 yet. Noticed by: trevor
* Set this very bitrotted code to BROKEN. The last distfile is fromMark Linimon2003-10-201-0/+2
| | | | | | | | 1993 (!). It only works on i386 and even then only on 4.x. See perhaps instead the project at http://call-with-current-continuation.org/chicken.html. This port should be deleted in 3 months if no one steps forward to save it.
* Per bento logs, mark as broken on non-i386.Mark Linimon2003-10-201-3/+3
|
* On second thought, even though it works, it is better to be consistent.Mark Linimon2003-10-201-1/+1
|
* Mark broken on non-i386, per bento logs.Mark Linimon2003-10-201-0/+4
|
* add dependency on misc/tkman.Edwin Groothuis2003-10-202-2/+4
| | | | Submitted by: "Yonatan Bokovza" <Yonatan@xpert.com>
* Fix build and execution of guile on ia64:Joe Marcus Clarke2003-10-203-5/+112
| | | | | | | | | | | | | | | | | * Use continuation->backing_store to determine if we return for the first time from getcontext(). This avoids having to depend on non-POSIX semantics of the Linux implementation. * Avoid using __libc_ia64_register_backing_store_base by hardcoding the base of the backing store. The kernel is changed to put the backing store at this address. It's not entirely clean, but I want to avoid adding all sorts of variables in our libc for this for now. * Fix a genuine bug in the ia64 case: the ia64-specific fields are not initialized. On FreeBSD this means they have garbage (= 0xd0). Call memset() after allocation to make sure the contregs structure is properly cleared. Since this may affect other architectures, this patch will be ia64 only. Submitted by: marcel
* - Layout for GnuSTEP 1.8.0Dirk Meyer2003-10-192-46/+34
|
* - new option WITHOUT_OPENSSLDirk Meyer2003-10-191-0/+6
| | | | - add USE_OPENSSL
* - Update to 1.8.0Dirk Meyer2003-10-194-1438/+784
|
* Utilize PYTHON_SITE_SUBDIR.Hye-Shik Chang2003-10-194-4/+4
|
* - Add WITHOUT_PYMALLOC knob that disables pymalloc, the internalHye-Shik Chang2003-10-193-3/+15
| | | | | | | optimized heap manager for Python 2.3. [1] - Utilize PYTHON_SITE_SUBDIR. Submitted by: kuriyama [1]
* Add the virtual category elisp.Mark Linimon2003-10-191-1/+1
| | | | Approved by: mainatiner.
* Add virtual category haskell.Mark Linimon2003-10-191-1/+1
| | | | Approved by: maintainer.
* Tcl 8.3 -> tcl 8.4 move.Edwin Groothuis2003-10-193-50/+57
| | | | | Added about.html and help.html to the port. Used DOCSDIR variable instead of hard coded paths
* Surely the fact that these two ports are not listed in the elisp virtualMark Linimon2003-10-192-2/+2
| | | | cateogory is an oversight.