summaryrefslogtreecommitdiff
path: root/lang/o2c/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired portsKris Kennaway2005-11-051-42/+0
| | | | Notes: svn path=/head/; revision=147349
* Set this port for deprecation. The current maintainer notes thatMark Linimon2005-08-281-1/+3
| | | | | | | it is completely supplanted by lang/oo2c. Notes: svn path=/head/; revision=141036
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-191-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118285
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+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
* 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
* Fix post-patch target.Justin M. Seger1998-10-141-2/+2
| | | | Notes: svn path=/head/; revision=13985
* Don't install files into the user's home directory.Thomas Gellekum1998-06-161-3/+5
| | | | 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-121-0/+25
PR: 5273 Submitted by: Oliver Breuninger <ob@seicom.NET> Notes: svn path=/head/; revision=11410