summaryrefslogtreecommitdiff
path: root/lang/o2c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update mastersiteMichael Haro1999-10-271-1/+1
| | | | | | | | PR: 14458 Submitted by: maintainer Notes: svn path=/head/; revision=22677
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Remove trailing spaces, and any periods that were hidden by them.Tim Vanderhoek1999-06-281-1/+1
| | | | Notes: svn path=/head/; revision=19848
* Yet more WWW: additionsMichael Haro1999-05-031-0/+2
| | | | Notes: svn path=/head/; revision=18435
* Fix post-patch target.Justin M. Seger1998-10-141-2/+2
| | | | Notes: svn path=/head/; revision=13985
* "mkdir" -> "mkdir -p"Satoshi Asami1998-08-261-1/+1
| | | | Notes: svn path=/head/; revision=12855
* The first time I tried committing this set of manpage removals it gotTim Vanderhoek1998-08-181-4/+0
| | | | | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy. Notes: svn path=/head/; revision=12621
* Don't install files into the user's home directory.Thomas Gellekum1998-06-164-10/+23
| | | | Notes: svn path=/head/; revision=11451
* Um, you can't install a file to a user's home directory (which is mostSatoshi Asami1998-06-161-1/+3
| | | | | | | | | | | | | | | | likely /root, and is useless for ordinary users anyway) during a port install. If the port *needs* a startup file (which is pretty broken to begin with...whatever happened to defaults?), then the porter should provide a "run this first" script to set it up. ======= ===> Installing for o2c-1.16 for i in o2c o2b o2whereis o2ef ; do cp docs/$i.1 /usr/local/man/man1/$i.1 ; chmod 644 /usr/local/man/man1/$i.1 ; done if [ ! -f /home/asami/.o2c.red ]; then cp system/o2c.red.template /home/asami/.o2c.red; fi cp: /home/asami/.o2c.red: No such file or directory *** Error code 1 Notes: svn path=/head/; revision=11450
* New port o2c, an Oberon-2 compiler.Thomas Gellekum1998-06-128-0/+223
PR: 5273 Submitted by: Oliver Breuninger <ob@seicom.NET> Notes: svn path=/head/; revision=11410