summaryrefslogtreecommitdiff
path: root/lang/modula-3-lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix breakage from the Great Ports Reorganization of 2000.John Polstra2000-10-281-1/+1
| | | | | PR: misc/22000 Submitted by: Jay Krell <jay.krell@cornell.edu>
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Rename PLIST.noX11 to pkg-plist.noX11.Satoshi Asami2000-10-081-1/+1
| | | | | | | (I believe I got this right, but since this PLIST is actually processed in scripts/conifgure, I am not 100% sure that I have traced its entire path. If the maintainer can check, it will be greatly appreciated.)
* Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.Satoshi Asami2000-10-071-4/+4
|
* Fix PLISTs.Jeremy Lea2000-10-052-0/+72
| | | | Approved by: maintainer
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-052-5/+21
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to mySatoshi Asami2000-06-091-0/+1
| | | | area on the local ports tree.
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-2/+2
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
|
* Use byacc instead of bison.John Polstra2000-01-211-0/+38
|
* Fix breakage caused by the recent socklen_t changes in -current.John Polstra1999-12-231-45/+57
| | | | | | Modula-3 and CVSup build and work again under -current now. PR: ports/15595
* Fix the Modula-3 runtime so it will work with the new largerJohn Polstra1999-12-234-1/+265
| | | | sigset_t types in -current.
* Fix problem that could cause cvsup to abort in some cases.Satoshi Asami1999-12-161-0/+11
| | | | Submitted by: jdp
* Don't try to get the GCC-2.7.2.1 sources from "/usr/src". TheyJohn Polstra1999-09-291-12/+2
| | | | aren't there any more in -current.
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-15/+15
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* grep -> ${GREP}Michael Haro1999-08-231-3/+3
| | | | | true -> ${TRUE} false -> ${FALSE}
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* chmod -> ${CHMOD}Michael Haro1999-08-221-7/+7
| | | | chown -> ${CHOWN}
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Update the wrapper for quotactl() to reflect a change in itsJohn Polstra1999-03-141-17/+34
| | | | | | prototype in 4.0-current on 5 March 1999. The value of __FreeBSD_version wasn't bumped until 13 March, so the port is broken for versions of -current between those dates.
* Instead of trying to auto-detect whether X11 is installed, requireJohn Polstra1999-01-281-11/+12
| | | | | the user to define NO_X11 if it is not. The auto-detection scheme caused problems for Satoshi's port building system.
* Unmark BROKEN. It was a previously fixed SMP problem.Justin M. Seger1998-10-131-3/+1
| | | | Pointed out by: jdp
* Mark BROKEN for ELF. Depends on modula-3 which is BROKEN:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | | | | | | | | | | *** *** runtime error: *** Segmentation violation - possible attempt to dereference NIL *** *** runtime error: *** ASSERT failed *** file "../src/runtime/common/RTHeapMap.m3", line 35 *** Abort trap - core dumped *** error code 134 (ignored) missing libm3formsvbtpixmaps.a: not building libm3formsvbtpixmaps.so.6 followed by many more errors
* Fix building this port under recent versions of -stable. MyJohn Polstra1998-10-061-15/+16
| | | | | previous fix for dealing with the semctl() interface change was incomplete.
* Fix breakage caused by a recent change to <sys/sem.h> in -stable.John Polstra1998-09-191-15/+16
| | | | | | | Unfortunately, this depends on a bump of __FreeBSD_version which came 12 days too late. Thus there is a range of -stable versions from 7 September 1998 to 19 September 1998 on which this port won't build.
* Make these ports work on ELF systems.John Polstra1998-09-1810-309/+844
|
* By popular demand, make the modula-3 ports build successfully evenJohn Polstra1998-06-064-22/+167
| | | | | | if X11 is not installed. PR: closes ports/4178
* Fix a hard coded path to libgcc which quit working when theJohn Polstra1998-06-021-1/+11
| | | | libraries moved into "/usr/lib/aout".
* Fix the semctl() wrapper so that it will compile on -current systemsJohn Polstra1998-06-021-18/+63
| | | | | | | | | | again. The prototype was changed in revision 1.14 of "src/sys/sys/sem.h". In order to make this work on older systems too, I have incremented __FreeBSD_version and `ifdef'ed based on that. Unfortunately, there was a 3-day gap between when the semctl() interface changed (May 30) and when I bumped __FreeBSD_version (June 2). FreeBSD-current systems from that date range will still have problems building this port.
* Fix this port to work whether crt0.o is in /usr/lib or /usr/lib/aout.John Polstra1998-05-291-2/+13
|
* 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>
* Fix an old bug in the runtime system which very rarely could causeJohn Polstra1998-04-284-44/+88
| | | | | | | 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.
* Fix all the paths in context diff headers and remove the IndexJohn Polstra1998-01-1727-159/+105
| | | | | lines, since the WORTHLESS, BROKEN new version of patch ignores them.
* Alter patches to apply correctly under 3.0.Justin M. Seger1998-01-164-8/+8
| | | | PR: 5461
* Fix "RTHeapDepC.c" so that it compiles under the recently changedJohn Polstra1997-09-251-34/+112
| | | | prototype for mount(2).
* Portability improvements for the thread-safe malloc.John Polstra1997-09-051-15/+29
|
* Add a patch to fix an incorrectly set WM_NORMAL_HINTS property forJohn Polstra1997-07-281-0/+62
| | | | | X11 applications. The bug caused some minor problems in window positioning and resizing.
* Sync the internal threadsafe malloc with phkmalloc revision 1.28.John Polstra1997-07-261-44/+41
|
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
|
* /bin/sh -> ${SH}Masafumi Max NAKANE1997-07-131-4/+4
|
* Fix a screwed up patch that broke things badly.John Polstra1997-07-111-44/+14
|
* Add several bugfixes. Produce more informative messages whenJohn Polstra1997-07-117-76/+495
| | | | | | | segmentation violations and assertion failures occur. Support several system calls not supported previously. PR: This is part of the fix for ports/3572.
* I botched my previous update of the thread safe malloc, making itJohn Polstra1997-07-043-44/+46
| | | | | | | | | | | 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
* Update the Modula-3 runtime's thread safe malloc to PHK's latest.John Polstra1997-06-293-423/+277
| | | | | | | | | | | | 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
* Add a fix for a graphics bug.John Polstra1997-05-093-41/+65
|
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1997-04-301-2/+2
|
* Fix a build failure caused by a prototype mismatch. CorrectJohn Polstra1997-04-231-18/+172
| | | | | | numerous incorrect argument declarations. Make the wrapper for ftruncate() do the right thing with respect to 64-bit argument alignment.
* Arrange for the DEC copyright notice to be installed and includedJohn Polstra1997-03-283-2/+13
| | | | in the package. Add a pointer to it in the DESCR file.