summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* There is now a version of the bounds-checking patch also for GCC 3.2.3.gerald2003-04-262-1/+2
| | | | Submitted by: Dan Nelson <dnelson@allantgroup.com>
* Unbreak the build.knu2003-04-266-0/+74
|
* Chameleon is a Haskell-style language which allows for type programming viaobraun2003-04-265-0/+96
| | | | | | | Constraint Handling Rules (CHRs). Chameleon implements the ideas described in ``A Theory of Overloading''. WWW: http://www.comp.nus.edu.sg/~sulzmann/chameleon/
* * Add PATCHFILE.obraun2003-04-262-0/+5
| | | | * Bump PORTREVISION.
* When trying to link dynamic libraries with dependancies, e.g:netchild2003-04-264-0/+10
| | | | | | | | | icc -shared -o libfoo.so foo.o -lbaz the ld wrapper gets confused and thinks that a static link is intended and the link fails. This patch appears to fix things. Submitted by: dfr
* Fix typo in maintainer address, mark as i386-only.naddy2003-04-261-1/+2
|
* Mark as i386-only.naddy2003-04-261-0/+1
|
* Bump version in COMMENT to account for today's update of the master port.gerald2003-04-251-1/+1
| | | | Approved by: dinoex
* Merge targets pre-configure and pre-build, simplify them, and removegerald2003-04-252-20/+2
| | | | | patch-va. All of these dealt with us patching generated files (which we don't do any longer).
* Update to GCC 3.2.3 as released today. (This is the last release from thisgerald2003-04-254-16/+11
| | | | branch which has been "closed" in GCC CVS, so we can simplify this port.)
* Merge targets pre-configure and pre-build, simplify them, and removegerald2003-04-2528-280/+28
| | | | | patch-va. All of these dealt with us patching generated files (which we don't do any longer).
* Make MAINTAINER overrideable by slave ports.gerald2003-04-2515-15/+15
|
* Update to 7.1.011.netchild2003-04-244-20/+18
|
* Under certain conditions, perl's configure script could pick a directorytobez2003-04-247-7/+14
| | | | | | | | other than ${LOCALBASE}/bin to install its scripts (h2ph, perldoc, and friends) to. Fix that. PR: 51350 Reported by: Oliver Brandmueller <ob@gruft.de>
* Upgrade to 20021101 release (aka 1.0), which fixes compilation onsobomax2003-04-2420-2624/+281
| | | | | | recent FreeBSD versions and allows to remove all of the gcc 3.x fixes. sscli now supports Darwin/ppc, so that it might be possible to port it to FreeBSD/ppc once it is available.
* Fifty-one months after ELF flag day, and after the system compiler becamegerald2003-04-2442-1344/+0
| | | | | | | ELF-only as well, remove support for aout from the next generation of GCC. Suggested by: Loren James Rittle <rittle@labs.mot.com> Discussed with: obrien
* Further fixes to pkg-plist. (Tested according to Porter's Handbook 2.4 ongerald2003-04-2314-42/+14
| | | | i386-unknown-freebsd4.8.)
* Unbreak the build on the Alpha platform.jdp2003-04-225-0/+40
|
* - Added patch from tcl8.4dinoex2003-04-222-1/+31
| | | | | | | Certain character set encodings can cause tcl to core dump in TclFinalizeEncodingSubsystem(). PR: 51273 Submitted by: truckman
* - drop javlib in PLIST for ia64 too.dinoex2003-04-221-1/+1
| | | | Approved by: gerald
* Allow YACC to be used, rather than Bison, for C/C++.obrien2003-04-2214-0/+406
| | | | Submitted by: kan
* change maintainer addressedwin2003-04-221-1/+1
| | | | | PR: ports/51262 Submitted by: Scott Flatman <sf@slappy.org>
* Convert to new GNOME infrastructure.marcus2003-04-221-4/+2
|
* Patch Safe.pm (seetobez2003-04-2110-5/+420
| | | | | | http://use.perl.org/articles/02/10/06/1118222.shtml?tid=5). Reported by: kuriyama
* Patch Safe.pm (seetobez2003-04-214-2/+42
| | | | | | http://use.perl.org/articles/02/10/06/1118222.shtml?tid=5). Reported by: kuriyama
* - modify sample startscript, call ldconfig so libobjc.so can be found after ↵dinoex2003-04-212-1/+5
| | | | reboot.
* On sparc64 libgcj is not built by default (and won't build easily), so wegerald2003-04-213-8/+12
| | | | | | need to dynamically construct pkg-plist to take this into account. Noticed by: bento+kris
* merge changes from gcc32 to gcc33 after testingdinoex2003-04-2128-98/+504
| | | | | | | | - Option WANT_SHAREDLIBS now uses ldconfig, so LIB_DEPENDS work. - fix PLIST so critical file libgcc_s.so.1 is included. - complete PLIST - COMMENT can be overrritten by a slave port - uncomment MANPAGES, as they are currently not installed.
* Remove USE_GNOMENG.marcus2003-04-204-4/+0
|
* Deal with the msgsnd() API change in FreeBSD 5.x.jdp2003-04-202-3/+27
| | | | | PR: ports/48509 Submitted by: Craig Rodrigues <rodrigc@attbi.com>
* Add a patch to work around a strange environment-related gmake bogonjdp2003-04-201-0/+17
| | | | | | on the sparc64 platform. Submitted by: Jake Burkholder <jake@FreeBSD.org>
* Not sure how I missed these patches in my 24-March-2003 GCC 3.3obrien2003-04-2028-1260/+140
| | | | in-development snapshot upgrade.
* Fix dependency on freetds library (major version bump).nork2003-04-201-3/+3
| | | | | | Bump PORTREVISION accordingly. Submitted by: Alex Kiesel <kiesel@schlund.de> (freetds maintainer)
* Add a patch to fix coredump that occurs when you run ruby with theknu2003-04-194-0/+52
| | | | | | | verbose flag on. (ruby -v -e 'begin;end') PORTREVISION is not bumped since this is not a significant problem for most people.
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theknu2003-04-1918-78/+89
| | | | | | | latest snapshots as of 2003-04-19. ruby-bigdecimal (formerly known as ruby-bigfloat) and ruby-zlib are now part of ruby 1.8.
* Change MAINTAINER to new address.nork2003-04-192-2/+2
| | | | | PR: ports/51141, ports/51142, ports/51143, ports/51144 Submitted by: Scott Flatman <sf@slappy.org> (maintainer)
* - back out special '-I' handling, it causes problems with the stlport [1]netchild2003-04-186-10/+26
| | | | | | | | | | | (this may break ports which depend upon OpenSSL from ports which was compiled as a base system replacement because it includes a system header directory again) - ignore "-pipe" in CFLAGS, this should unbreak some ports with hardcoded "-pipe" Noticed by: Krzysztof Parzyszek <kristof@swissmail.org> [1] Tested by: Krzysztof Parzyszek <kristof@swissmail.org> [1]
* port update, lang/treecc 1.8 -> 2.4edwin2003-04-183-13/+5
| | | | | | | I will be sending a patch for pnet shortly. PR: ports/51116 Submitted by: Mike <ahze@rgv.net>
* Remove files/patch-t-freebsd. The underlying problem has been fixed ingerald2003-04-1714-140/+0
| | | | | | | | | GCC 3.2.x, on the GCC 3.3 branch and GCC mainline, and while all versions of FreeBSD should build fine with this patchs, its just another extra difference to pristine FSF sources and may cause subtle header-related bugs for FreeBSD 4.x systems. Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
* Add emulators/vmware3 to emulators/Makefileedwin2003-04-171-0/+2
| | | | Add lang/gcc33 and lang/tclX to emulators/Makefile
* Set USE_PYTHON explicitly now that PYTHON_VERSION no longer implies it.kris2003-04-171-0/+1
|
* I had to roll a new compiler bootstrap for the FreeBSD/alphajdp2003-04-162-2/+4
| | | | | platform because of a last-minute botch generating the original one. Update the port to use the corrected bootstrap tarball.
* Upgrade to ezm3 1.1. This adds support for FreeBSD/sparc64.jdp2003-04-153-54/+43
| | | | | Because of an unavoidable API change in this release, CVSup versions prior to 16.1h probably won't build using this version of ezm3.
* Update to nqc 2.5 r1.jhay2003-04-152-3/+3
|
* Remove old maintainer info.jhay2003-04-151-3/+0
|
* Remove the last part of jdp's profile fixes from 1998/10/08, which actuallygerald2003-04-1414-154/+0
| | | | | | breaks -fprofile-arcs for current GCCs. PR: 50842
* Remove the last part of jdp's profile fixes from 1998/10/08, which actuallygerald2003-04-141-11/+0
| | | | | | breaks -fprofile-arcs for current GCCs. PR: 50842
* print/pdflib -> print/pdflib4edwin2003-04-142-2/+2
| | | | Informed maintainer
* committed zwiki thread stack patchalane2003-04-132-1/+24
|
* Maintainer update port: lang/fbbi An interperter for the Befunge-98 languageedwin2003-04-133-15/+7
| | | | | PR: ports/50403 Submitted by: Leland Wang <llwang@infor.org>
OpenPOWER on IntegriCloud