aboutsummaryrefslogtreecommitdiffstats
path: root/lang/o2c
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.knu2003-02-212-1/+1
|
* PERL -> REINPLACEedwin2002-11-041-1/+3
| | | | And some ports have USE_PERL5=yes now.
* Remove obsolete URLfenner2001-08-091-4/+0
|
* Replaced invalid master sitemarkp2001-07-131-1/+1
| | | | | PR: 28911 Submitted by: maintainer
* Oliver Breuninger sent me an updated email address, so put him backfenner2001-07-121-1/+1
| | | | as MAINTAINER.
* Remove ob@seicom.NET as MAINTAINER; mail has been bouncing for 12 weeks.fenner2001-05-291-1/+1
|
* Does not support 64-bit platforms.obrien2001-03-311-1/+3
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-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.
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-2/+2
|
* update mastersitemharo1999-10-271-1/+1
| | | | | PR: 14458 Submitted by: maintainer
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Remove trailing spaces, and any periods that were hidden by them.hoek1999-06-281-1/+1
|
* Yet more WWW: additionsmharo1999-05-031-0/+2
|
* Fix post-patch target.jseger1998-10-141-2/+2
|
* "mkdir" -> "mkdir -p"asami1998-08-261-1/+1
|
* The first time I tried committing this set of manpage removals it gothoek1998-08-191-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.
* Don't install files into the user's home directory.tg1998-06-164-10/+23
|
* Um, you can't install a file to a user's home directory (which is mostasami1998-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
* New port o2c, an Oberon-2 compiler.tg1998-06-128-0/+223
PR: 5273 Submitted by: Oliver Breuninger <ob@seicom.NET>