summaryrefslogtreecommitdiff
path: root/lang/modula-3-lib/pkg-plist (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make these ports work on ELF systems.John Polstra1998-09-181-42/+42
| | | | Notes: svn path=/head/; revision=13211
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Fix an old bug in the runtime system which very rarely could causeJohn Polstra1998-04-281-40/+40
| | | | | | | | | | EFAULT to be generated on calls to open(2) or fcntl(2). Bump the shared libraries' major version numbers to guard against possible binary incompatibilities introduced by this fix. Notes: svn path=/head/; revision=10744
* Add several bugfixes. Produce more informative messages whenJohn Polstra1997-07-111-40/+40
| | | | | | | | | | segmentation violations and assertion failures occur. Support several system calls not supported previously. PR: This is part of the fix for ports/3572. Notes: svn path=/head/; revision=7288
* I botched my previous update of the thread safe malloc, making itJohn Polstra1997-07-041-40/+40
| | | | | | | | | | | | | | not thread safe at all. This commit repairs the damage. This changes the minor version numbers of the Modula-3 shared libraries. The packages that depend on modula-3-lib will need to be rebuilt: net/cvsup print/virtualpaper Notes: svn path=/head/; revision=7212
* Update the Modula-3 runtime's thread safe malloc to PHK's latest.John Polstra1997-06-291-40/+40
| | | | | | | | | | | | | | | This eliminates the malloc warnings brought about by the recent merging of calloc into malloc.c in -current's libc. This changes the minor version numbers of the Modula-3 shared libraries. The packages that depend on modula-3-lib will need to be rebuilt: net/cvsup print/virtualpaper Notes: svn path=/head/; revision=7132
* Add a fix for a graphics bug.John Polstra1997-05-091-40/+40
| | | | Notes: svn path=/head/; revision=6438
* Arrange for the DEC copyright notice to be installed and includedJohn Polstra1997-03-281-0/+1
| | | | | | | in the package. Add a pointer to it in the DESCR file. Notes: svn path=/head/; revision=6041
* Rename the start-up script from "m3.sh" to "50.m3.sh", to ensure that itJohn Polstra1996-11-291-1/+1
| | | | | | | | will be executed before any other scripts that depend on it (such as an anticipated "cvsupd.sh"). Notes: svn path=/head/; revision=4714
* Split the Modula-3 port into two pieces, creating a new portJohn Polstra1996-10-291-0/+42
"modula-3-lib". It installs only the shared libraries needed for executing Modula-3 programs. This saves a lot of disk space for people who need to run Modula-3 programs but don't need to build them. The original "modula-3" port now depends on this one, and uses it to install the compiler and the rest of the development system. Also, everything is now built with optimization. I have been testing this for at least a month, and haven't seen any problems from it. It makes the libraries and executables substantially smaller. This new port also includes some hooks that will make SOCKS support possible in the near future. Notes: svn path=/head/; revision=4188