Commit Graph

1100 Commits

Author SHA1 Message Date
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
David E. O'Brien
7d3e0363c5 Changes to work with updated files/freebsd.h. 1999-07-04 20:57:15 +00:00
David E. O'Brien
c10a03a4c2 Minor reorg of the dealing with autoconf' and autoheader' stuff. 1999-07-04 20:55:43 +00:00
Steve Price
532514fbb8 Use the PLIST_SUB capabilities of bsd.port.mk to substitute OSREL in
pkg/PLIST.  Also mark this for i386 only.
1999-07-04 20:48:00 +00:00
Sheldon Hearn
c3b937ea6d Remove the two "priming" MASTER_SITEs now that ftp.freebsd.org has
Daniel Eischen's boot-strapping package.
1999-07-01 14:42:41 +00:00
David E. O'Brien
ef62a281ed Define "OBSTACK_CHUNK_SIZE" as getpagesize().
Our malloc can allocte pagesized blocks efficiently and the EGCS default
size of 4072 bytes is not optimal.

Protect #define's and other minor syncing with
src/contrib/egcs/gcc/config/freebsd.h

OBSTACK_CHUNK_SIZE Submitted by:	Hidetoshi Shimokawa
1999-06-28 09:52:43 +00:00
David E. O'Brien
5796f2d63b Cleanup the FREEBSD_NATIVE stuff, which we don't use anymore in this context. 1999-06-28 09:07:17 +00:00
Bill Fumerola
08339d7df6 New ports/{irc,java,x11-servers} categories, Step #2 - update old Makefiles. 1999-06-28 01:46:17 +00:00
Tim Vanderhoek
e32f86f31b Remove trailing spaces, and any periods that were hidden by them. 1999-06-28 00:45:20 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]

I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.

Before I forget....

Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit.  See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
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
1999-06-26 19:12:45 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
David E. O'Brien
5b92de7d87 Upgrade to the 19990623 GCC 2.95 pre-release snapshot. 1999-06-24 19:11:57 +00:00
Sheldon Hearn
cc4e71cb59 Update 3.10p -> 3.11p:
* Build requires a GNAT compiler, for which the maintainer has
	created a package. For now, provide two MASTER_SITEs from which
	it is available so that it'll find its way into the FreeBSD
	distfiles.

      * Uses variables in the PLIST to reduce diff sizes in future.

      * Doesn't install info files, which are virtually duplicates of
	the ones we already have.

      * AOUT support is on its wAy OUT. Do what we can, but don't blow
	any fuses.

      * Hand maintainership over to Daniel Eischen, at the request of
	the previous maintainer.

PR:	10093
Submitted by:	Daniel Eischen <eischen@vigrid.com>
1999-06-24 11:11:28 +00:00
Jun Kuriyama
d38ab224fc Activate jsdk. 1999-06-23 15:26:13 +00:00
Satoshi Asami
bfdba6df30 Change all permutations in capitalization of "asami@freebsd.org" to
"asami@FreeBSD.org".
1999-06-21 23:25:11 +00:00
David E. O'Brien
34f41f20b2 Update to the 19990616 GCC 2.95-prerelease. 1999-06-21 18:17:56 +00:00
Sheldon Hearn
9ca6cd3927 Update 3.3 -> 4.6 and add a master site. Patches differ slightly from
those submitted.

PR:	10699
Submitted by:	Jose Marques <jose@nobody.org>
1999-06-21 13:56:51 +00:00
Justin M. Seger
28b16a0a15 Upgrade to tcl and tk 8.1.
Move NO_LATEST_LINK from tcl81 and tk81 to tcl80 and tk80.

Submitted by:	YAZAKI Hiroyuki <yazaki@nn.iij4u.or.jp>
1999-06-20 14:05:44 +00:00
Thomas Gellekum
1722c439ae Link some modules against libmytinfo to pick up a working tputs().
Noticed by:	Klaus-Jürgen Wolf <kjwolf@online.de>
1999-06-18 11:42:21 +00:00
David E. O'Brien
2f3c81d522 Update to the 1999-06-08 (gcc 2.95 prerelease). 1999-06-15 07:31:21 +00:00
Steve Price
c1e2ca9143 Add the intel2gas port. 1999-06-11 00:14:02 +00:00
Steve Price
5532507d34 Initial import of intel2gas version 1.2.
Converts Intel assembly language (nasm) to AT&T syntax (gas).

PR:		11672
Submitted by:	G. Adam Stanislav <adam@whizkidtech.net>
1999-06-11 00:13:26 +00:00
Steve Price
67da5a413e Activate the shujit port. 1999-06-10 23:58:03 +00:00
Hidetoshi Shimokawa
683d7f1024 Fix for alpha.
- sync alpha-freebsd.h with /usr/src/contrib/egcs/gcc/config/alpha/freebsd.h
 - add patch for mkfixinc.sh
 - PLIST kludge
1999-06-10 14:31:10 +00:00
Steve Price
9167e1ba1a Turn on the tya port. 1999-06-10 08:11:07 +00:00
Steve Price
d5054b16ca Register the jfc port it it's new home. 1999-06-10 01:00:28 +00:00