summaryrefslogtreecommitdiff
path: root/lang/modula-3-lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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. Notes: svn path=/head/; revision=6276
* 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. Notes: svn path=/head/; revision=6041
* Add a wrapper for the "chflags" system call.John Polstra1997-03-261-11/+31
| | | | Notes: svn path=/head/; revision=6026
* Fix an include file problem that prevented RTHeapDepC.c fromJohn Polstra1997-03-261-14/+30
| | | | | | | compiling on post-lite2-merge systems. Notes: svn path=/head/; revision=6025
* Honor the user's CC and CFLAGS settings when building the codeJohn Polstra1997-02-141-2/+2
| | | | | | | | generator. Submitted by: ache Notes: svn path=/head/; revision=5613
* Rename the start-up script from "m3.sh" to "50.m3.sh", to ensure that itJohn Polstra1996-11-292-3/+3
| | | | | | | | will be executed before any other scripts that depend on it (such as an anticipated "cvsupd.sh"). Notes: svn path=/head/; revision=4714
* The recent mass changes to the ports broke this one by erroneouslyJohn Polstra1996-11-141-2/+2
| | | | | | | changing a "cpio" to "${CP}". This commit undoes that change. Notes: svn path=/head/; revision=4461
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-16/+16
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* Split the Modula-3 port into two pieces, creating a new portJohn Polstra1996-10-2940-0/+4615
"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