summaryrefslogtreecommitdiff
path: root/print/virtualpaper (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-31$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21143
1999-08-27echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1-3/+3
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
1999-08-22chmod -> ${CHMOD}Michael Haro1-2/+2
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1999-06-26#4/4 enforcing Caps, no periodTim Vanderhoek1-1/+1
[Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
1999-05-03The faster this commit message is typed the faster it'll all be over.Michael Haro1-1/+1
(add WWW:) Notes: svn path=/head/; revision=18429
1998-10-20Remove empty directories on deinstall.Steve Price1-0/+1
Notes: svn path=/head/; revision=14111
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-09Remove all the remaining regexps from LIB_DEPENDS. There are someSatoshi Asami1-2/+2
ports that are not ELFized yet but it's getting too late in the game and I need to commit the new bsd.port.mk that doesn't use regexps. Notes: svn path=/head/; revision=13784
1998-08-26modula-3 library is now at version 6.Satoshi Asami1-3/+3
Notes: svn path=/head/; revision=12868
1998-08-19Don't print the manpages in pkg/PLIST, please.Tim Vanderhoek1-4/+0
Notes: svn path=/head/; revision=12653
1998-01-20Fix diff lines (path)Andrey A. Chernov1-2/+2
Notes: svn path=/head/; revision=9383
1997-07-11Fix PR ports/3572 by using mkfifo instead of mknod. Update for newJohn Polstra2-3/+22
shared library version numbers in the modula-3-lib port. PR: Closes ports/3572 Submitted by: gjm11@dpmms.cam.ac.uk (Gareth McCaughan) Notes: svn path=/head/; revision=7289
1997-03-27Install the DEC copyright notice, so that it will be present in theJohn Polstra3-24/+20
package. Add a pointer to it in the DESCR file. Pare down the text in the DESCR file. Notes: svn path=/head/; revision=6032
1996-11-30Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toSatoshi Asami1-1/+1
changes made in rev. 1.232 of bsd.port.mk. Notes: svn path=/head/; revision=4733
1996-11-27Put DIST_SUBDIR in the right section.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=4705
1996-11-17CATEGORIES+= -> CATEGORIES=David E. O'Brien1-7/+4
Converted to MAN[1-9] Notes: svn path=/head/; revision=4539
1996-11-03Update for version 1.4. Make general repairs so that the portJohn Polstra4-120/+140
builds and installs properly. Notes: svn path=/head/; revision=4280
1996-06-14The virtual paper software, as described atJordan K. Hubbard5-0/+165
http://www.research.digital.com:80/SRC/virtualpaper/ Huzzah, our first Modula-3 using port! Caution: If you don't already have Modula-3, you will after you build this port! Make sure you have plenty of swap space before attempting this. Notes: svn path=/head/; revision=3211