summaryrefslogtreecommitdiff
path: root/lang/o2c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+3
| | | | | | | And some ports have USE_PERL5=yes now. Notes: svn path=/head/; revision=69436
* Remove obsolete URLBill Fenner2001-08-091-4/+0
| | | | Notes: svn path=/head/; revision=46019
* Replaced invalid master siteMark Pulford2001-07-131-1/+1
| | | | | | | | PR: 28911 Submitted by: maintainer Notes: svn path=/head/; revision=45095
* Oliver Breuninger sent me an updated email address, so put him backBill Fenner2001-07-111-1/+1
| | | | | | | as MAINTAINER. Notes: svn path=/head/; revision=45043
* Remove ob@seicom.NET as MAINTAINER; mail has been bouncing for 12 weeks.Bill Fenner2001-05-281-1/+1
| | | | Notes: svn path=/head/; revision=43213
* Does not support 64-bit platforms.David E. O'Brien2001-03-311-1/+3
| | | | Notes: svn path=/head/; revision=40650
* 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
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27458
* 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