summaryrefslogtreecommitdiff
path: root/lang/modula-3-lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old modula-3 and modula-3-lib ports. They are supersededJohn Polstra2001-07-2157-6397/+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
* Use proper POSIX syntax for `chown'.David E. O'Brien2001-06-011-1/+1
| | | | Notes: svn path=/head/; revision=43378
* 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> Notes: svn path=/head/; revision=34370
* 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. Notes: svn path=/head/; revision=33576
* 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.) Notes: svn path=/head/; revision=33520
* Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.Satoshi Asami2000-10-071-4/+4
| | | | Notes: svn path=/head/; revision=33485
* Fix PLISTs.Jeremy Lea2000-10-052-0/+72
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=33414
* 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. Notes: svn path=/head/; revision=30229
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to mySatoshi Asami2000-06-091-0/+1
| | | | | | | area on the local ports tree. Notes: svn path=/head/; revision=29476
* 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 Notes: svn path=/head/; revision=27679
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27458
* Use byacc instead of bison.John Polstra2000-01-211-0/+38
| | | | Notes: svn path=/head/; revision=24864
* 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 Notes: svn path=/head/; revision=23900
* Fix the Modula-3 runtime so it will work with the new largerJohn Polstra1999-12-234-1/+265
| | | | | | | sigset_t types in -current. Notes: svn path=/head/; revision=23899
* Fix problem that could cause cvsup to abort in some cases.Satoshi Asami1999-12-161-0/+11
| | | | | | | Submitted by: jdp Notes: svn path=/head/; revision=23784
* 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. Notes: svn path=/head/; revision=22062
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21122
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-15/+15
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* grep -> ${GREP}Michael Haro1999-08-231-3/+3
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* chmod -> ${CHMOD}Michael Haro1999-08-221-7/+7
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* 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 Notes: svn path=/head/; revision=19803
* 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. Notes: svn path=/head/; revision=17179
* 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. Notes: svn path=/head/; revision=16396
* Unmark BROKEN. It was a previously fixed SMP problem.Justin M. Seger1998-10-131-3/+1
| | | | | | | Pointed out by: jdp Notes: svn path=/head/; revision=13923
* 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 Notes: svn path=/head/; revision=13906
* 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. Notes: svn path=/head/; revision=13681
* 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. Notes: svn path=/head/; revision=13250
* Make these ports work on ELF systems.John Polstra1998-09-1810-309/+844
| | | | Notes: svn path=/head/; revision=13211
* 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 Notes: svn path=/head/; revision=11303
* Fix a hard coded path to libgcc which quit working when theJohn Polstra1998-06-021-1/+11
| | | | | | | libraries moved into "/usr/lib/aout". Notes: svn path=/head/; revision=11217
* 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. Notes: svn path=/head/; revision=11216
* Fix this port to work whether crt0.o is in /usr/lib or /usr/lib/aout.John Polstra1998-05-291-2/+13
| | | | Notes: svn path=/head/; revision=11189
* 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-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. Notes: svn path=/head/; revision=10744
* 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. Notes: svn path=/head/; revision=9363
* Alter patches to apply correctly under 3.0.Justin M. Seger1998-01-164-8/+8
| | | | | | | PR: 5461 Notes: svn path=/head/; revision=9352
* Fix "RTHeapDepC.c" so that it compiles under the recently changedJohn Polstra1997-09-251-34/+112
| | | | | | | prototype for mount(2). Notes: svn path=/head/; revision=8021
* Portability improvements for the thread-safe malloc.John Polstra1997-09-051-15/+29
| | | | Notes: svn path=/head/; revision=7774
* 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. Notes: svn path=/head/; revision=7430
* Sync the internal threadsafe malloc with phkmalloc revision 1.28.John Polstra1997-07-261-44/+41
| | | | Notes: svn path=/head/; revision=7416
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* /bin/sh -> ${SH}Masafumi Max NAKANE1997-07-131-4/+4
| | | | Notes: svn path=/head/; revision=7303
* Fix a screwed up patch that broke things badly.John Polstra1997-07-111-44/+14
| | | | Notes: svn path=/head/; revision=7291
* 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. Notes: svn path=/head/; revision=7288
* 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 Notes: svn path=/head/; revision=7212
* 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 Notes: svn path=/head/; revision=7132
* Add a fix for a graphics bug.John Polstra1997-05-093-41/+65
| | | | Notes: svn path=/head/; revision=6438
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1997-04-301-2/+2
| | | | Notes: svn path=/head/; revision=6369