summaryrefslogtreecommitdiff
path: root/lang/modula-3-lib/pkg-plist (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-07-21Remove the old modula-3 and modula-3-lib ports. They are supersededJohn Polstra1-88/+0
by the pm3-* family of ports, which build a newer and better-maintained version of Modula-3. I have converted all ports which depended on modula-3 to use pm3-* instead. PR: ports/27664 is rendered irrelevant Notes: svn path=/head/; revision=45330
2000-10-05Fix PLISTs.Jeremy Lea1-0/+44
Approved by: maintainer Notes: svn path=/head/; revision=33414
1998-09-18Make these ports work on ELF systems.John Polstra1-42/+42
Notes: svn path=/head/; revision=13211
1998-05-05Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1-0/+1
PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
1998-04-28Fix an old bug in the runtime system which very rarely could causeJohn Polstra1-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
1997-07-11Add several bugfixes. Produce more informative messages whenJohn Polstra1-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
1997-07-04I botched my previous update of the thread safe malloc, making itJohn Polstra1-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
1997-06-29Update the Modula-3 runtime's thread safe malloc to PHK's latest.John Polstra1-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
1997-05-09Add a fix for a graphics bug.John Polstra1-40/+40
Notes: svn path=/head/; revision=6438
1997-03-28Arrange for the DEC copyright notice to be installed and includedJohn Polstra1-0/+1
in the package. Add a pointer to it in the DESCR file. Notes: svn path=/head/; revision=6041
1996-11-29Rename the start-up script from "m3.sh" to "50.m3.sh", to ensure that itJohn Polstra1-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
1996-10-29Split the Modula-3 port into two pieces, creating a new portJohn Polstra1-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