summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)Author
1998-07-28Include latest official patches.Thomas Gellekum
1998-07-28Activate CAML-Light.Joseph Koshy
1998-07-28A light weight implementation of CAML, a strongly typed functionalJoseph Koshy
language belonging to the ML family.
1998-07-27Install a wish script that spits-out all the various names for wish. TheTim Vanderhoek
script handles for tclX and tkstep. This is as per several discussions on -ports. I expect one or two of the depending ports to break silently. I didn't touch the ja-ports, since INSTALL.wish might want translating? PR: bin/5894 Mention: Eivind, who wrote part of INSTALL.wish
1998-07-27Install a "tclsh" script that spits-out a list of the real tclsh's, asTim Vanderhoek
discussed many times on -ports. I expect that a few of the dependencies will break silently. I didn't touch ja-tcl (etc.) since the tclsh message should perhaps be translated? PR: ports/5894 Mention: Eivind (a first shot at a tclsh script)
1998-07-26Upgrade to the 19980721 snap.David E. O'Brien
1998-07-26Doc-only change to add URL of home page and complete an unfinishedJoseph Koshy
paragraph in description. { Being done without maintainer involvement as its a small change. }
1998-07-25Change category to "lang" only. This is pretty much a pascalSatoshi Asami
compiler and nothing else. Yelled out by: hoek
1998-07-23Use ldconfig to check for libc_r, not an absolute path. Thread supportThomas Gellekum
should now be compiled in on -current. Suggested by: Jacques Vidrine
1998-07-22Better way to do the equivalent of "-fsjlj-exceptions".David E. O'Brien
1998-07-20Mark port as BROKEN till issues on library source paths, usage of theJoseph Koshy
built in CM (Compilation Manager) etc. are understood and resolved.
1998-07-20Turn on ETHOberonV4.Steve Price
1998-07-20Initial import ETH Oberon v4.Steve Price
ETH's Oberon language for Linux. PR: 7271 Submitted by: Jerry Hicks <jhicks@glenatl.glenayre.com>
1998-07-19Sync with gcc28 port:David E. O'Brien
* Implement support for weak symbols. This solves the "___error" undefined problem on 3.0-CURRENT systems. * look for crt0.o in /usr/lib/aout on 3.0-CURRENT systems.
1998-07-16upgrade to the July 15th (19980715) snapshotDavid E. O'Brien
1998-07-15Activate sml-nj.Joseph Koshy
1998-07-15A Standard ML implementation from Bell Labs.Joseph Koshy
1998-07-15Add checksum for bootstrap binary.Jeffrey Hsu
1998-07-15Fetch bootstrap binary rather than include it in port.Jeffrey Hsu
1998-07-14Remove monster uuencoded binary file, and mark the port broken untilJohn Polstra
it can be replaced by a local distfile. The binary file will be leaving the CVS repository entirely before too long.
1998-07-13Initial import of guileobjc version 0.3.8.Steve Price
A library to send messages from GNU GUILE to Objective C objects. PR: 7183 (2 of 9) Submitted by: Yukihiro Nakai <Nakai@technologist.com>
1998-07-13Initial import of libobjects version 0.1.19.Steve Price
The GNU Objective-C class library. PR: 7183 (1 of 9) Submitted by: Yukihiro Nakai <Nakai@technologist.com>
1998-07-12Add dylan.Jeffrey Hsu
1998-07-12CMU Gwydion project interpreter and compiler for the Dylan language.Jeffrey Hsu
Submitted by: Peter S. Housel <housel@acm.org>
1998-07-10Upgrade to ePerl Version 2.2.13Ralf S. Engelschall
1998-07-06Upgrade to the 19980628 snapshot.David E. O'Brien
(note the 19980608 snapshot had major problems -- I'd suggest upgrading if you are using this version)
1998-07-04Turn on kawk.Steve Price
1998-07-04Initial import of kawk.Steve Price
kawk - Brian Kernighan's awk. PR: 6460 Submitted by: Josh Gilliam <josh@quick.net>
1998-07-04Distfile moved on master site.John Polstra
1998-07-03MASTERSITE moved to ftp.scriptics.com.Steve Price
1998-07-02Portlint and fix compile problem on current (/usr/lib/aout).Vanilla I. Shu
1998-07-01Files are no longer available on the old MASTER_SITE, use the new one,Justin M. Seger
ftp.scriptics.com
1998-06-30Fix this port so that it can find crt0.o in /usr/lib/aout on recentJohn Polstra
-current systems. Fix the definition of the preprocessor symbol __FreeBSD__. It had been defined as "2=3". Implement support for weak symbols. This solves the "___error" undefined problem on -current systems. Default to -fsjlj-exceptions even for C programs. This is needed because a few modules in libgcc are built with -fexceptions turned on, and the default style of exception support causes croakage. I tried a make buildworld on a recent -current system by adding the following to /etc/make.conf: CC=/usr/local/bin/gcc28 -B/usr/local/lib/gcc-lib/i386-unknown-freebsd3.0/2.8.1/ CXX=/usr/local/bin/g++28 -B/usr/local/lib/gcc-lib/i386-unknown-freebsd3.0/2.8.1/ It got pretty far along before dying. The death occurred when building our old native libstdc++, almost certainly because of header file incompatibilities. Another obstacle for make world is that this port doesn't currently build a PIC version of libgcc (libgcc_pic.a).
1998-06-28distfile location changed.Steve Price
PR: 6976 Submitted by: Brett Taylor <brett@peleton.physics.montana.edu>
1998-06-27Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami
1998-06-25Add virtual category "python".Thomas Gellekum
pygist: add dependency on rng.
1998-06-24Remove idl4, as RSI are no longer distributing it.Mike Smith
1998-06-20Provide for <sys/sem.h> change.Robert Nordier
1998-06-19Pick up latest official patches.Thomas Gellekum
1998-06-16Don't install files into the user's home directory.Thomas Gellekum
1998-06-16Um, you can't install a file to a user's home directory (which is mostSatoshi Asami
likely /root, and is useless for ordinary users anyway) during a port install. If the port *needs* a startup file (which is pretty broken to begin with...whatever happened to defaults?), then the porter should provide a "run this first" script to set it up. ======= ===> Installing for o2c-1.16 for i in o2c o2b o2whereis o2ef ; do cp docs/$i.1 /usr/local/man/man1/$i.1 ; chmod 644 /usr/local/man/man1/$i.1 ; done if [ ! -f /home/asami/.o2c.red ]; then cp system/o2c.red.template /home/asami/.o2c.red; fi cp: /home/asami/.o2c.red: No such file or directory *** Error code 1
1998-06-16Careful here. There lurk some dragons around DISTNAME and WRKSRC.Satoshi Asami
1998-06-12Activate o2c.Thomas Gellekum
1998-06-12New port o2c, an Oberon-2 compiler.Thomas Gellekum
PR: 5273 Submitted by: Oliver Breuninger <ob@seicom.NET>
1998-06-11Look for crt0.o in /usr/lib or /usr/lib/aout.Robert Nordier
Prompted by: Brian Cully <shmit@erols.com>.
1998-06-11Further corrections to long long support.Robert Nordier
Obtained from: Peter Edwards, DERA.
1998-06-11Change MASTER_SITES. Shorten DESCR and cleanup Makefile to comply withMatthew Hunt
portlint. PR: 6885 Submitted by: Pedro Giffuni <giffunip@asme.org>
1998-06-10Unmark it broken, it worked when I emptied /usr/local.Satoshi Asami
1998-06-10upgrade to 19980608 snapshotDavid E. O'Brien
1998-06-09Improve error-handling.Robert Nordier