summaryrefslogtreecommitdiff
path: root/lang/modula-3-lib (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-12-16Fix problem that could cause cvsup to abort in some cases.Satoshi Asami1-0/+11
Submitted by: jdp Notes: svn path=/head/; revision=23784
1999-09-29Don't try to get the GCC-2.7.2.1 sources from "/usr/src". TheyJohn Polstra1-12/+2
aren't there any more in -current. Notes: svn path=/head/; revision=22062
1999-08-30$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21122
1999-08-27echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1-15/+15
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20952
1999-08-23grep -> ${GREP}Michael Haro1-3/+3
true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
1999-08-22awk -> ${AWK}Michael Haro1-2/+2
basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
1999-08-22chmod -> ${CHMOD}Michael Haro1-7/+7
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1999-06-26Commit #3/4 to enforce caps, no period.Tim Vanderhoek1-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
1999-03-14Update the wrapper for quotactl() to reflect a change in itsJohn Polstra1-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
1999-01-28Instead of trying to auto-detect whether X11 is installed, requireJohn Polstra1-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
1998-10-13Unmark BROKEN. It was a previously fixed SMP problem.Justin M. Seger1-3/+1
Pointed out by: jdp Notes: svn path=/head/; revision=13923
1998-10-12Mark BROKEN for ELF. Depends on modula-3 which is BROKEN:Justin M. Seger1-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
1998-10-06Fix building this port under recent versions of -stable. MyJohn Polstra1-15/+16
previous fix for dealing with the semctl() interface change was incomplete. Notes: svn path=/head/; revision=13681
1998-09-19Fix breakage caused by a recent change to <sys/sem.h> in -stable.John Polstra1-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
1998-09-18Make these ports work on ELF systems.John Polstra10-309/+844
Notes: svn path=/head/; revision=13211
1998-06-06By popular demand, make the modula-3 ports build successfully evenJohn Polstra4-22/+167
if X11 is not installed. PR: closes ports/4178 Notes: svn path=/head/; revision=11303
1998-06-02Fix a hard coded path to libgcc which quit working when theJohn Polstra1-1/+11
libraries moved into "/usr/lib/aout". Notes: svn path=/head/; revision=11217
1998-06-02Fix the semctl() wrapper so that it will compile on -current systemsJohn Polstra1-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
1998-05-29Fix this port to work whether crt0.o is in /usr/lib or /usr/lib/aout.John Polstra1-2/+13
Notes: svn path=/head/; revision=11189
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 Polstra4-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
1998-01-17Fix all the paths in context diff headers and remove the IndexJohn Polstra27-159/+105
lines, since the WORTHLESS, BROKEN new version of patch ignores them. Notes: svn path=/head/; revision=9363
1998-01-16Alter patches to apply correctly under 3.0.Justin M. Seger4-8/+8
PR: 5461 Notes: svn path=/head/; revision=9352
1997-09-25Fix "RTHeapDepC.c" so that it compiles under the recently changedJohn Polstra1-34/+112
prototype for mount(2). Notes: svn path=/head/; revision=8021
1997-09-05Portability improvements for the thread-safe malloc.John Polstra1-15/+29
Notes: svn path=/head/; revision=7774
1997-07-28Add a patch to fix an incorrectly set WM_NORMAL_HINTS property forJohn Polstra1-0/+62
X11 applications. The bug caused some minor problems in window positioning and resizing. Notes: svn path=/head/; revision=7430
1997-07-26Sync the internal threadsafe malloc with phkmalloc revision 1.28.John Polstra1-44/+41
Notes: svn path=/head/; revision=7416
1997-07-17ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1-2/+2
Notes: svn path=/head/; revision=7360
1997-07-13/bin/sh -> ${SH}Masafumi Max NAKANE1-4/+4
Notes: svn path=/head/; revision=7303
1997-07-11Fix a screwed up patch that broke things badly.John Polstra1-44/+14
Notes: svn path=/head/; revision=7291
1997-07-11Add several bugfixes. Produce more informative messages whenJohn Polstra7-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
1997-07-04I botched my previous update of the thread safe malloc, making itJohn Polstra3-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
1997-06-29Update the Modula-3 runtime's thread safe malloc to PHK's latest.John Polstra3-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
1997-05-09Add a fix for a graphics bug.John Polstra3-41/+65
Notes: svn path=/head/; revision=6438
1997-04-30Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=6369
1997-04-23Fix a build failure caused by a prototype mismatch. CorrectJohn Polstra1-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
1997-03-28Arrange for the DEC copyright notice to be installed and includedJohn Polstra3-2/+13
in the package. Add a pointer to it in the DESCR file. Notes: svn path=/head/; revision=6041
1997-03-26Add a wrapper for the "chflags" system call.John Polstra1-11/+31
Notes: svn path=/head/; revision=6026
1997-03-26Fix an include file problem that prevented RTHeapDepC.c fromJohn Polstra1-14/+30
compiling on post-lite2-merge systems. Notes: svn path=/head/; revision=6025
1997-02-14Honor the user's CC and CFLAGS settings when building the codeJohn Polstra1-2/+2
generator. Submitted by: ache Notes: svn path=/head/; revision=5613
1996-11-29Rename the start-up script from "m3.sh" to "50.m3.sh", to ensure that itJohn Polstra2-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
1996-11-14The recent mass changes to the ports broke this one by erroneouslyJohn Polstra1-2/+2
changing a "cpio" to "${CP}". This commit undoes that change. Notes: svn path=/head/; revision=4461
1996-11-12CATAGORIES+= -> CATAGORIES=David E. O'Brien1-16/+16
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
1996-10-29Split the Modula-3 port into two pieces, creating a new portJohn Polstra40-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