summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-3029-29/+29
| | | | Notes: svn path=/head/; revision=21122
* Make this port a little more sane. It was brokenChris Piazza1999-08-286-192/+126
| | | | | | | | | | | | for any system that wasn't x86 on freebsd 3.1. The port is still marked BROKEN because it sets PREFIX in the Makefile. PR: 13423 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=21063
* Update to version 9.3.2 to unbreak the portChris Piazza1999-08-283-6/+9
| | | | | | | (the distfile is named unix.tgz..ugh) Notes: svn path=/head/; revision=21060
* env -> ${SETENV}Michael Haro1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=21052
* expr -> ${EXPR}Michael Haro1999-08-287-13/+13
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* sed -> ${SED}Michael Haro1999-08-283-7/+7
| | | | Notes: svn path=/head/; revision=21048
* ln -> ${LN}Michael Haro1999-08-2812-15/+15
| | | | Notes: svn path=/head/; revision=21047
* portlint and move manpages from PLIST to MakefileMichael Haro1999-08-272-4/+5
| | | | Notes: svn path=/head/; revision=21039
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-276-51/+51
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Update to version 1.4.0Chris Piazza1999-08-265-53/+99
| | | | | | | | PR: 13305 Submitted by: maintainer Notes: svn path=/head/; revision=21005
* Update to version 1.4.0Chris Piazza1999-08-2612-279/+330
| | | | | | | | PR: 13304 Submitted by: maintainer Notes: svn path=/head/; revision=21004
* Cope with ruby 1.4Chris Piazza1999-08-262-14/+18
| | | | | | | | PR: 13306 Submitted by: maintainer Notes: svn path=/head/; revision=21003
* Change Id->FreeBSD.David E. O'Brien1999-08-25139-139/+139
| | | | Notes: svn path=/head/; revision=20952
* Change Id->FreeBSD.David E. O'Brien1999-08-253-3/+3
| | | | Notes: svn path=/head/; revision=20947
* Upgrade to version 2c5.David E. O'Brien1999-08-244-7/+43
| | | | Notes: svn path=/head/; revision=20920
* Upgrade to tcl-8.1.1 and tk-8.1.1Justin M. Seger1999-08-246-24/+24
| | | | Notes: svn path=/head/; revision=20914
* Use `read -e', so makesetup groks continuation lines.Thomas Gellekum1999-08-232-0/+22
| | | | | | | | PR: 13276 Submitted by: Randall Hopper <aa8vb@ipass.net> Notes: svn path=/head/; revision=20908
* grep -> ${GREP}Michael Haro1999-08-232-5/+5
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* awk -> ${AWK}Michael Haro1999-08-225-10/+10
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* Change all ports that need a new gcc on 3.x to use USE_NEWGCC.Chris Piazza1999-08-223-15/+6
| | | | Notes: svn path=/head/; revision=20886
* chmod -> ${CHMOD}Michael Haro1999-08-2210-46/+46
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Update to version 5.30Chris Piazza1999-08-194-35/+25
| | | | | | | | PR: 13242 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20807
* Upgrade to version 2.95.1.David E. O'Brien1999-08-194-16/+16
| | | | Notes: svn path=/head/; revision=20803
* Use a better sed(1) pattern in case I break __FreeBSD__ again.David E. O'Brien1999-08-182-4/+4
| | | | Notes: svn path=/head/; revision=20800
* Don't assign __FreeBSD__ a value here. (pulled too much in fromDavid E. O'Brien1999-08-182-4/+4
| | | | | | | | | | src/contrib/egcs/ again) PR: 13224 Submitted by: imura@cs.titech.ac.jp Notes: svn path=/head/; revision=20799
* Key off the DISTNAME more, so that upgrading requires less editing.David E. O'Brien1999-08-182-48/+48
| | | | Notes: svn path=/head/; revision=20787
* egcc/eg++ have been renamed to gcc295/g++295. ChangeChris Piazza1999-08-173-12/+12
| | | | | | | | | | all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20765
* As in the i386, `tm.h' includes headers for us.David E. O'Brien1999-08-162-8/+0
| | | | Notes: svn path=/head/; revision=20749
* alpha-freebsd-elf.h should have gone away in the gcc-2.95 upgrade.David E. O'Brien1999-08-161-61/+0
| | | | Notes: svn path=/head/; revision=20748
* Include the proper arch header for a.out systems.David E. O'Brien1999-08-162-2/+2
| | | | Notes: svn path=/head/; revision=20747
* More EGCS->GCC transition.David E. O'Brien1999-08-164-36/+36
| | | | | | | | * binaries/manpages are now gcc295 / g++295 / g77 * use {MASTER_SITE_GNU} Notes: svn path=/head/; revision=20741
* Make -pthread work again -- pulled too much in from src/contrib/egcs/David E. O'Brien1999-08-162-4/+8
| | | | Notes: svn path=/head/; revision=20740
* Activate nqcChris Piazza1999-08-141-1/+2
| | | | Notes: svn path=/head/; revision=20727
* Import of nqc,Chris Piazza1999-08-146-0/+75
| | | | | | | | | | | | | | | | A compiler for a simple language for programming the LEGO RCX or CyberMaster controllers. The language itself is "Not Quite C" and includes preprocessor and control structures very similar to the C language, but with restrictions imposed by the limitations of the RCX hardware/firmware itself. Besides compiling, nqc also provides functions for downloading the RCX firmware as well as uploading programs to and downloading from the RCX. PR: 13081 Submitted by: Kelly Yancey <kbyanc@posi.net> Notes: svn path=/head/; revision=20726
* Tweak a German master site.David E. O'Brien1999-08-092-4/+4
| | | | | | | Submitted by: Dirk Froemberg <dirk@FreeBSD.org> Notes: svn path=/head/; revision=20630
* BROKEN='waiting for new patches against gcc-2.95'David E. O'Brien1999-08-051-1/+3
| | | | Notes: svn path=/head/; revision=20545
* "egcs-devel" --> "gcc-devel"David E. O'Brien1999-08-051-2/+2
| | | | Notes: svn path=/head/; revision=20543
* Merge parts of the GCC-2.95 update, in preperation for the 1st post 2.95David E. O'Brien1999-08-0536-450/+522
| | | | | | | | snapshot. Mark BROKEN until the next Cygnus snapshot. Notes: svn path=/head/; revision=20542
* Add "java" to categories list. GCC-2.95 now has parts of a Java compilerDavid E. O'Brien1999-08-052-4/+4
| | | | | | | bunded in. Notes: svn path=/head/; revision=20541
* Update to GCC-2.95 (what would have been EGCS-1.2).David E. O'Brien1999-08-0540-612/+1048
| | | | Notes: svn path=/head/; revision=20540
* Upgrade to 3.2.9.Masafumi Max NAKANE1999-08-052-5/+5
| | | | Notes: svn path=/head/; revision=20536
* Add version number to package name.Thomas Gellekum1999-08-041-2/+2
| | | | | | | | PR: 12954 Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za> Notes: svn path=/head/; revision=20522
* Fix WWW: typosBill Fenner1999-08-011-1/+1
| | | | | | | | Found by: not-yet-completed addition to port distfile checker suggested by Tim Vanderhoek Notes: svn path=/head/; revision=20462
* Upgrade to 1.1.0.Thomas Gellekum1999-07-292-7/+7
| | | | Notes: svn path=/head/; revision=20380
* Add the SHA module to the build.Thomas Gellekum1999-07-2830-15/+120
| | | | Notes: svn path=/head/; revision=20371
* Fix SWITCH_TAKES_ARG / WORD_SWITCH_TAKES_ARG breakage on the Alpha createdDavid E. O'Brien1999-07-2536-360/+144
| | | | | | | | | | | | when I changed from defining these in gcc/config/freebsd.h and instead defined extensable FreeBSD-wide definitions. While I am here, move the *SWITCH_TAKES_ARG = FBSD_*SWITCH_TAKES_ARG assignments to the global file to remove one more thing from the arch specific config files. Notes: svn path=/head/; revision=20343
* Make port depend on linux_base instead of linux_lib.Marcel Moolenaar1999-07-211-2/+2
| | | | Notes: svn path=/head/; revision=20299
* Update to the 1999-07-18 beta snapshot of GCC-2.95.David E. O'Brien1999-07-2054-234/+234
| | | | Notes: svn path=/head/; revision=20285
* BROKEN= "Hardcoded FreeBSD release numbers in PLIST"Chris Piazza1999-07-183-3/+9
| | | | | | | I'll fix this in a little while. Notes: svn path=/head/; revision=20260
* Give this port a USE_XLIB so it'll link. Also move the CC=egccChris Piazza1999-07-183-6/+12
| | | | | | | | into the ${OSVERSION} check so it'll actually compile on -current with egcs. Notes: svn path=/head/; revision=20259