Michael Haro
235481b52a
awk -> ${AWK}
...
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
1999-08-22 23:33:47 +00:00
Chris Piazza
c8d77a093b
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
1999-08-22 19:46:45 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Chris Piazza
17f522ca5c
Update to version 5.30
...
PR: 13242
Submitted by: Ade Lovett <ade@lovett.com>
1999-08-19 03:19:03 +00:00
David E. O'Brien
ba5842e8e7
Upgrade to version 2.95.1.
1999-08-19 01:10:55 +00:00
David E. O'Brien
427dd25340
Use a better sed(1) pattern in case I break __FreeBSD__ again.
1999-08-18 23:58:55 +00:00
David E. O'Brien
e0964473d6
Don't assign __FreeBSD__ a value here. (pulled too much in from
...
src/contrib/egcs/ again)
PR: 13224
Submitted by: imura@cs.titech.ac.jp
1999-08-18 23:58:21 +00:00
David E. O'Brien
2e3020eaae
Key off the DISTNAME more, so that upgrading requires less editing.
1999-08-18 19:03:09 +00:00
Chris Piazza
56fe7a4c6a
egcc/eg++ have been renamed to gcc295/g++295. Change
...
all the ports that use them accordingly.
PR: 13205
Submitted by: Ade Lovett <ade@lovett.com>
1999-08-17 19:37:11 +00:00
David E. O'Brien
1b26a2abec
As in the i386, `tm.h' includes headers for us.
1999-08-16 10:57:25 +00:00
David E. O'Brien
36853ef21c
alpha-freebsd-elf.h should have gone away in the gcc-2.95 upgrade.
1999-08-16 10:54:46 +00:00
David E. O'Brien
c84f599e15
Include the proper arch header for a.out systems.
1999-08-16 10:51:53 +00:00
David E. O'Brien
0a0cbb1d65
More EGCS->GCC transition.
...
* binaries/manpages are now gcc295 / g++295 / g77
* use {MASTER_SITE_GNU}
1999-08-16 00:21:05 +00:00
David E. O'Brien
c2530c49c0
Make -pthread work again -- pulled too much in from src/contrib/egcs/
1999-08-16 00:12:21 +00:00
Chris Piazza
db6d56e420
Activate nqc
1999-08-14 22:09:02 +00:00
Chris Piazza
58407c048a
Import of nqc,
...
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>
1999-08-14 22:08:36 +00:00
David E. O'Brien
67ea3dcdcb
Tweak a German master site.
...
Submitted by: Dirk Froemberg <dirk@FreeBSD.org>
1999-08-09 15:50:58 +00:00
David E. O'Brien
60c2b68f10
BROKEN='waiting for new patches against gcc-2.95'
1999-08-05 17:33:13 +00:00
David E. O'Brien
6468cd774e
"egcs-devel" --> "gcc-devel"
1999-08-05 16:22:10 +00:00
David E. O'Brien
356cdb7882
Merge parts of the GCC-2.95 update, in preperation for the 1st post 2.95
...
snapshot.
Mark BROKEN until the next Cygnus snapshot.
1999-08-05 16:21:08 +00:00
David E. O'Brien
820ec33aeb
Add "java" to categories list. GCC-2.95 now has parts of a Java compiler
...
bunded in.
1999-08-05 16:07:53 +00:00
David E. O'Brien
4d4d7bde85
Update to GCC-2.95 (what would have been EGCS-1.2).
1999-08-05 16:06:07 +00:00
Masafumi Max NAKANE
8ed47a3dea
Upgrade to 3.2.9.
1999-08-05 09:56:34 +00:00
Thomas Gellekum
d627261905
Add version number to package name.
...
PR: 12954
Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
1999-08-04 08:20:29 +00:00
Bill Fenner
35fc3fa02a
Fix WWW: typos
...
Found by: not-yet-completed addition to port distfile checker
suggested by Tim Vanderhoek
1999-08-01 04:54:40 +00:00
Thomas Gellekum
4bb9d08e75
Upgrade to 1.1.0.
1999-07-29 14:03:47 +00:00
Thomas Gellekum
992725797a
Add the SHA module to the build.
1999-07-28 07:54:24 +00:00
David E. O'Brien
bfd0ab6504
Fix SWITCH_TAKES_ARG / WORD_SWITCH_TAKES_ARG breakage on the Alpha created
...
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.
1999-07-25 03:34:39 +00:00
Marcel Moolenaar
d7d791cfa6
Make port depend on linux_base instead of linux_lib.
1999-07-21 14:55:43 +00:00
David E. O'Brien
228ed0867b
Update to the 1999-07-18 beta snapshot of GCC-2.95.
1999-07-20 15:30:52 +00:00
Chris Piazza
62a1ad1744
BROKEN= "Hardcoded FreeBSD release numbers in PLIST"
...
I'll fix this in a little while.
1999-07-18 06:28:44 +00:00
Chris Piazza
a7b26a212e
Give this port a USE_XLIB so it'll link. Also move the CC=egcc
...
into the ${OSVERSION} check so it'll actually compile on
-current with egcs.
1999-07-18 06:27:18 +00:00
Satoshi Asami
c72cb539d0
${WRKDIRPREFIX}/symlink ${PORTSDIR} fix. Don't watch if you just had lunch.
...
Submitted by: maintainer (no, really!)
1999-07-15 20:42:03 +00:00
Thomas Gellekum
ca38b9f4d4
Fix package building when you're leaving out optional parts, like Tk.
...
PR: 12648
1999-07-15 11:59:41 +00:00
David E. O'Brien
a90627b9d6
Don't waste CDROM real estate on a soon to be OBE version.
1999-07-15 11:14:11 +00:00
David E. O'Brien
dcbfd9ec96
Upgrade to the July 12th GCC-2.95 prerelease.
1999-07-15 11:08:16 +00:00
Chris Piazza
6b961c6c13
Fix a typo I introduced.
1999-07-13 03:00:51 +00:00
Chris Piazza
da14f13abc
Activate irb
1999-07-13 02:56:58 +00:00
Chris Piazza
22c5d94781
irb: Interactive Ruby. A tool to input and evaulate expressions
...
of Ruby from standard input.
PR: 12125
Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
1999-07-13 02:56:48 +00:00
Masafumi Max NAKANE
55e51357c0
Upgrade to 3.2.8.
1999-07-08 11:11:14 +00:00
Chris Piazza
83ec11e307
Install a few missing libraries and headers.
...
PR: 12544
Submitted by: maintainer
1999-07-08 06:02:55 +00:00
Tim Vanderhoek
3877104668
If at first you don't succeed, try (try) again.
...
This should fix TenDRA installation. I did test it this time, and it failed
with
chown: hoek: illegal group name
*** Error code 1
but that's not my problem.
1999-07-07 22:42:54 +00:00
Tim Vanderhoek
f9be3f5775
Don't use ${OSREL} and %%OSREL%% here. We need the full uname -r
.
...
This should fix the install (untested).
1999-07-07 08:10:34 +00:00
Thomas Gellekum
ea25e2cf33
Install the contents of the Tools directory by default. This can be
...
turned off by specifying `WITH_TOOLS=NO' when building.
PR: 12436
1999-07-06 13:27:38 +00:00
David E. O'Brien
a5c7dc9572
Upgrade to the 1999-06-29 pre-GCC-2.95 snapshot.
1999-07-06 07:29:39 +00:00
Chris Piazza
9deb1a8c9e
Activate lua.
1999-07-06 01:28:42 +00:00
Chris Piazza
59dc9e23d0
Lua:
...
A programming language originally designed for extending applications,
but also frequently used as a general-purpose, stand-alone language. Lua
combines simple procedural syntax (similar to Pascal) with powerful data
description constructs based on associative arrays and extensible semantics.
PR: 12459
Submitted by: Richard Kiss <richard@homemail.com>
1999-07-06 01:28:28 +00:00
Steve Price
aba8e158d0
Correct spelling in a comment.
1999-07-04 21:49:26 +00:00
Steve Price
0d8ac3d80e
Mark this port only for i386.
1999-07-04 21:03:59 +00:00
David E. O'Brien
978929c178
The number of things this port installs has grown.
...
(mostly junk in PREFIX/lib/gcc-lib/.../include)
1999-07-04 20:58:11 +00:00