summaryrefslogtreecommitdiff
path: root/lang/rexx-imc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* expr -> ${EXPR}Michael Haro1999-08-281-1/+1
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Correct md5 check sumSeiichirou Hiraoka1999-02-121-1/+1
| | | | Notes: svn path=/head/; revision=16682
* * Update checksum for distribution.Jacques Vidrine1998-11-244-36/+65
| | | | | | | | | | | * Fix for ELF. * Fix misuse of errno as a structure member name (original author notified). * Build and install both static and shared libraries. * Move install target from port Makefile to files/Makefile. Notes: svn path=/head/; revision=14871
* Mark BROKEN for ELF:Justin M. Seger1998-10-141-1/+3
| | | | | | | | | | | | gcc -O2 -DHAS_TTYCOM -D_REQUIRED -c -fPIC -o rxfn.o rxfn.c In file included from rxfn.c:28: const.h:385: field `__error' declared as a function rxfn.c: In function `rxseterr': rxfn.c:1078: parse error before `(' rxfn.c:1079: parse error before `(' Notes: svn path=/head/; revision=13991
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Install rexxsaa.h and portlint clean.Steve Price1998-05-034-6/+7
| | | | | | | | PR: 6478 Submitted by: Pedro Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=10819
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* Change definition of undelete() into rx_undelete() to avoid name conflict ↵James FitzGibbon1997-04-271-1/+1
| | | | | | | | | with April 5th changes to unistd.h Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=6337
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-2/+2
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* Fix for changed distfile on master site.James FitzGibbon1996-11-051-1/+1
| | | | | | | Submitted by: S-Pork (?) (sorry, forgot your e-mail) Notes: svn path=/head/; revision=4296
* Import of REXX/imc, a REXX interpreter for unix.James FitzGibbon1996-09-236-0/+192
Reviewed by: matt@bdd.net Notes: svn path=/head/; revision=3847