summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Follow the bouncing C compiler: use stdargs instead of varargs in thisWes Peters2003-10-271-1/+2
| | | | | | | lovely ancient code. Notes: svn path=/head/; revision=92350
* 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. Notes: svn path=/head/; revision=92346
* Upgrade to 0.8.5.Dag-Erling Smørgrav2003-10-253-12/+11
| | | | Notes: svn path=/head/; revision=92158
* - 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 Notes: svn path=/head/; revision=92133
* - 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) Notes: svn path=/head/; revision=92132
* Remove extra file.Jimmy Olgeni2003-10-251-1/+0
| | | | Notes: svn path=/head/; revision=92116
* 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 Notes: svn path=/head/; revision=92090
* 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) Notes: svn path=/head/; revision=92085
* - Fix MASTER_SITESKirill Ponomarev2003-10-243-10/+6
| | | | | | | | | | - Remove obsolete WWW: line PR: 58447 Submitted by: Ports Fury Notes: svn path=/head/; revision=92066
* utilize SITE_PERLYing-Chieh Liao2003-10-2419-88/+83
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* - 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> Notes: svn path=/head/; revision=91895
* Use an updated version of the bounds checking patch which applies w/oGerald Pfeifer2003-10-222-2/+2
| | | | | | | problems. Notes: svn path=/head/; revision=91855
* 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> Notes: svn path=/head/; revision=91831
* Update to 7.1.031.Alexander Leidinger2003-10-214-18/+18
| | | | Notes: svn path=/head/; revision=91807
* 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. Notes: svn path=/head/; revision=91770
* Adopt this port.Gerald Pfeifer2003-10-201-1/+1
| | | | | | | Agreed to by: obrien Notes: svn path=/head/; revision=91759
* 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 Notes: svn path=/head/; revision=91740
* 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. Notes: svn path=/head/; revision=91727
* Per bento logs, mark as broken on non-i386.Mark Linimon2003-10-201-3/+3
| | | | Notes: svn path=/head/; revision=91722
* On second thought, even though it works, it is better to be consistent.Mark Linimon2003-10-201-1/+1
| | | | Notes: svn path=/head/; revision=91719
* Mark broken on non-i386, per bento logs.Mark Linimon2003-10-201-0/+4
| | | | Notes: svn path=/head/; revision=91717
* add dependency on misc/tkman.Edwin Groothuis2003-10-202-2/+4
| | | | | | | Submitted by: "Yonatan Bokovza" <Yonatan@xpert.com> Notes: svn path=/head/; revision=91715
* 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 Notes: svn path=/head/; revision=91705
* - Layout for GnuSTEP 1.8.0Dirk Meyer2003-10-192-46/+34
| | | | Notes: svn path=/head/; revision=91666
* - new option WITHOUT_OPENSSLDirk Meyer2003-10-191-0/+6
| | | | | | | - add USE_OPENSSL Notes: svn path=/head/; revision=91665
* - Update to 1.8.0Dirk Meyer2003-10-194-1438/+784
| | | | Notes: svn path=/head/; revision=91663
* Utilize PYTHON_SITE_SUBDIR.Hye-Shik Chang2003-10-194-4/+4
| | | | Notes: svn path=/head/; revision=91644
* - 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] Notes: svn path=/head/; revision=91642
* Add the virtual category elisp.Mark Linimon2003-10-191-1/+1
| | | | | | | Approved by: mainatiner. Notes: svn path=/head/; revision=91623
* Add virtual category haskell.Mark Linimon2003-10-191-1/+1
| | | | | | | Approved by: maintainer. Notes: svn path=/head/; revision=91621
* 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 Notes: svn path=/head/; revision=91611
* Surely the fact that these two ports are not listed in the elisp virtualMark Linimon2003-10-192-2/+2
| | | | | | | cateogory is an oversight. Notes: svn path=/head/; revision=91610
* Surely the fact that this port is not cross-listed into the virtual categoryMark Linimon2003-10-191-1/+1
| | | | | | | python is an oversight. Notes: svn path=/head/; revision=91609
* Return ejc's ports to the unmaintained pool.Kris Kennaway2003-10-181-1/+1
| | | | | | | Submitted by: ejc Notes: svn path=/head/; revision=91606
* Update to the GCC 3.3.2 release, fixing packaging problems caused by theGerald Pfeifer2003-10-172-48/+17
| | | | | | | | | | | previous update on the way. Generalize this port such that switching between GCC snapshots and releases will be even simpler next time. Remove code to use CVS to obtain sources as I (wearing my GCC hat) can guarantee that we will provide snapshots as long as needed in the future. Notes: svn path=/head/; revision=91509
* Mark BROKEN on -CURRENT. Having garbage collection enabled causes monoJoe Marcus Clarke2003-10-171-0/+2
| | | | | | | | | | to core dump when it tries to allocate what seems like 512 MB of memory when it tries to do garbage collection. Anyone wanting to look at fixing boehm-gc on FreeBSD is more than welcome to submit patches. You will not be turned away. Notes: svn path=/head/; revision=91468
* Add alpha to list of 64bit architectures. (This fixes packageHye-Shik Chang2003-10-163-3/+3
| | | | | | | | | building on alpha) Spotted by: kris Notes: svn path=/head/; revision=91398
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-0/+4
| | | | Notes: svn path=/head/; revision=91384
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-1/+7
| | | | Notes: svn path=/head/; revision=91379
* BROKEN on 5.x: does not compileKris Kennaway2003-10-151-1/+7
| | | | Notes: svn path=/head/; revision=91368
* Reset inactive maintainer.Mark Linimon2003-10-151-1/+1
| | | | | | | Reviewed by: kris Notes: svn path=/head/; revision=91367
* BROKEN on 5.x: does not compileKris Kennaway2003-10-151-1/+7
| | | | Notes: svn path=/head/; revision=91364
* Update from the 2003-08-04 to the 2003-10-13 snapshot which essentiallyGerald Pfeifer2003-10-153-11/+10
| | | | | | | will become GCC 3.3.2. Fix the incorrect pkg-descr on binaries installed. Notes: svn path=/head/; revision=91349
* Fix the incorrect pkg-descr on binaries installed and "sign" this port.Gerald Pfeifer2003-10-152-36/+6
| | | | | | | | Given that the GCC 3.2 branch has been completely frozen, remove CVS and update-related features from Makefile. Notes: svn path=/head/; revision=91338
* Mark as broken. The last release of this package seems to haveMark Linimon2003-10-152-1/+11
| | | | | | | | | | | | been around 2000. It may have been supplanted by a similar project named mpd (http://www.cs.arizona.edu/mpd). PR: ports/56420 Submitted by: Mark Linimon Reviewed by: Mark Linimon Notes: svn path=/head/; revision=91291
* Add CONFLICT for lang/njs (njs-*)Edwin Groothuis2003-10-141-0/+2
| | | | | | | | PR: ports/57972 (initial) Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=91140
* lang/njs: changing conflicts.Edwin Groothuis2003-10-141-8/+2
| | | | | | | | | | | | - removing conflict detection with converters/kdesupport11; - lang/njs and lang/spidermonkey install bin/js (noted by Oliver Eikemeier <eikemeier@fillmore-labs.com>). PR: ports/57972 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=91139
* Disable the build of multithread version.Masafumi Max NAKANE2003-10-142-3/+3
| | | | | | | This should fix the build on 5.x. Notes: svn path=/head/; revision=91130
* - Fix BUILD_DEPENDSDirk Meyer2003-10-131-2/+2
| | | | Notes: svn path=/head/; revision=90990
* Give the MAKE_ENV the proper BINOWN/BINGRP variables.Edwin Groothuis2003-10-132-4/+6
| | | | | | | | | Fix pkg-plist to use DOCSDIR Noticed by: bento Notes: svn path=/head/; revision=90968