Commit Graph

1349 Commits

Author SHA1 Message Date
Peter Wemm
85bc214e28 $Id$ -> $FreeBSD$ 1999-08-31 02:11:56 +00:00
Peter Wemm
a53421230c $Id$ -> $FreeBSD$ 1999-08-31 01:53:22 +00:00
David E. O'Brien
f3383ee2f6 Remove support for the Chill language. If someone really, really needs
the Chill language let me know.
1999-08-30 22:43:15 +00:00
David E. O'Brien
a672b88679 trim distfiles 1999-08-30 22:38:06 +00:00
David E. O'Brien
c39919f117 Add RCS keyword. 1999-08-30 22:35:30 +00:00
Peter Wemm
fe8f04069f $Id$ -> $FreeBSD$ 1999-08-30 12:01:11 +00:00
Chris Piazza
d0b7b98aa2 Make this port a little more sane. It was broken
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>
1999-08-28 16:58:27 +00:00
Chris Piazza
3f546e7a41 Update to version 9.3.2 to unbreak the port
(the distfile is named unix.tgz..ugh)
1999-08-28 16:36:10 +00:00
Michael Haro
a941c55187 env -> ${SETENV} 1999-08-28 03:41:25 +00:00
Michael Haro
3262cce303 expr -> ${EXPR}
mv   -> ${MV}
rm   -> ${RM}
tr   -> ${TR}
1999-08-28 02:42:41 +00:00
Michael Haro
8d6f14a9b2 sed -> ${SED} 1999-08-28 02:17:34 +00:00
Michael Haro
af5f314286 ln -> ${LN} 1999-08-28 01:58:05 +00:00
Michael Haro
bbf7c96c85 portlint and move manpages from PLIST to Makefile 1999-08-27 22:42:05 +00:00
Michael Haro
b8f8618362 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00
Chris Piazza
3a88c41ac1 Update to version 1.4.0
PR:		13305
Submitted by:	maintainer
1999-08-26 21:17:23 +00:00
Chris Piazza
670154fc8e Update to version 1.4.0
PR:		13304
Submitted by:	maintainer
1999-08-26 21:10:23 +00:00
Chris Piazza
3528de335b Cope with ruby 1.4
PR:		13306
Submitted by:	maintainer
1999-08-26 21:09:21 +00:00
David E. O'Brien
f0f690adc1 Change Id->FreeBSD. 1999-08-25 06:35:40 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
David E. O'Brien
04eda6dcee Upgrade to version 2c5. 1999-08-24 08:15:29 +00:00
Justin M. Seger
7eeb883e33 Upgrade to tcl-8.1.1 and tk-8.1.1 1999-08-24 01:58:13 +00:00
Thomas Gellekum
60607b2053 Use `read -e', so makesetup groks continuation lines.
PR:		13276
Submitted by:	Randall Hopper <aa8vb@ipass.net>
1999-08-23 12:00:46 +00:00
Michael Haro
535add65ac grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
1999-08-23 04:23:59 +00:00
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
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
Hidetoshi Shimokawa
3efef38a70 Replace i386-freebsd with PERL_ARCH so that packages can be built on alpha. 1999-06-07 10:57:49 +00:00
Michael Haro
5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Thomas Gellekum
3f0dc427d6 Activate python-doc-*. 1999-06-02 10:25:07 +00:00
Thomas Gellekum
03325380d3 Documentation for the Python language in PS format for letter paper. 1999-06-02 10:21:28 +00:00
Thomas Gellekum
9b02df80ab Documentation for the Python language in PS format for A4 paper. 1999-06-02 10:19:53 +00:00
Thomas Gellekum
e988e2b567 Documentation for the Python language on PDF format for letter paper. 1999-06-02 10:18:17 +00:00
Thomas Gellekum
d56308270a Documentation for the Python language in PDF format and for A4 paper. 1999-06-02 10:16:17 +00:00
Thomas Gellekum
a957317854 New port python-doc-html. As the name suggests: documentation for
the Python language in HTML format.

This port includes the necessary files for other formats, like PDF and PS,
in a fashion similar to gimp-manual-html.
1999-06-02 10:13:25 +00:00
Steve Price
09b88ce431 Anyone up for a little ocaml on their Alpha box? 1999-05-31 05:14:39 +00:00
Steve Price
bbc7c902ee Mark broken for -current boxes with egcs. 1999-05-31 04:56:23 +00:00
Steve Price
aab0bf36c3 Mark broken for Alpha because of bus errors from unaligned accesses. 1999-05-31 04:52:27 +00:00
David E. O'Brien
dd0c9cce89 Upgrade to 19990524 gcc-2.95 prerelease. 1999-05-26 10:26:29 +00:00
Thomas Gellekum
ee48e888bf New port py-mxTextTools, some tools for fast text processing in Python. 1999-05-26 07:53:18 +00:00
Tim Vanderhoek
b9d6168895 Don't unintentionally overwrite an existing tclsh/wish.
Reported-By:	Mikhail Teterin <mi@kot.ne.mediaone.net>
1999-05-26 00:34:26 +00:00
Tim Vanderhoek
0d1c798403 <mumble> <mumble>
PR:		ports/9787
1999-05-25 18:10:38 +00:00
David E. O'Brien
632eeb3298 Fix "EGCS_REV". 1999-05-24 17:13:47 +00:00
David E. O'Brien
89227c0f8d Upgrade to version 1.1.3, and sync with changes to the egcs port. 1999-05-24 17:13:07 +00:00
Thomas Gellekum
a7ec9960d9 Enable the parser module.
Submitted by:	nectar
1999-05-21 07:06:06 +00:00
David E. O'Brien
69a7447907 Bye-bye g77. (use egcs-devel instead) 1999-05-20 21:53:31 +00:00
Thomas Gellekum
5963bdad77 Better support for local $CFLAGS. 1999-05-19 08:47:50 +00:00
David E. O'Brien
52b78a29b0 Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for the
upcoming 1.2 release.  Which, BTW, will be called GCC-2.95.
1999-05-18 18:15:36 +00:00
Satoshi Asami
48017f46f1 Minor cleanup - remove Xlib dependency, as it's already there through tk.
Submitted by:	maintainer
1999-05-12 23:02:31 +00:00
Satoshi Asami
18da63cbec Depend on tk, not tcl (which is pulled in from tk anyway). 1999-05-12 09:53:18 +00:00
Satoshi Asami
8158434324 Fix ELF build. Change maintainer's mail address.
Submitted by:	maintainer, of course
1999-05-12 05:29:51 +00:00
Satoshi Asami
89f4620117 Remove missing file. 1999-05-12 05:29:08 +00:00
Satoshi Asami
c642c23cb7 Don't write to ${PKGDIR}/PLIST. 1999-05-11 07:27:03 +00:00
Satoshi Asami
7bfb1be495 Rename all pwrite()s to deal with this change:
1.24.2.1 Wed May 5 23:19:59 1999 UTC by dt
Branch: RELENG_3
Diffs to 1.24 ; Diffs to 1.26

MFC: pread() and pwrite().
1999-05-10 22:22:43 +00:00
Vanilla I. Shu
a35dd2ed8b Add a patch for 4.0current. 1999-05-10 16:11:45 +00:00
Thomas Gellekum
680ad582e3 New port gnustep. GNUstep is a set of general-purpose Objective-C libraries
base on the OpenStep standard developed by NeXT (now Apple) Inc.
1999-05-10 11:32:03 +00:00
Steve Price
9c70450344 Add '%D' so we get the whole path for the '@unexec rm's.
PR:		7848
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1999-05-09 16:43:49 +00:00
Steve Price
fb7d75a18e This port needs X11 libs.
PR:		11522
Submitted by:	maintainer
1999-05-09 16:41:29 +00:00
Steve Price
94d9a12983 Fix profiling on ELF systems.
PR:		11566
Submitted by:	Ronald Kuehn <rk@ronald.org>
1999-05-09 16:40:14 +00:00
Jacques Vidrine
ac155caacb Update 2.3 -> 2.4 1999-05-09 15:17:05 +00:00
Jacques Vidrine
0c0598fec1 Fix MASTER_SITES:
* alix.inria.fr has been inaccessible for a couple of weeks
 * path on ftp.cs.uni-magdeburg.de was wrong
1999-05-09 15:00:05 +00:00
Chris Timmons
1ae2b20128 Use MLINKS and friends (rather than PLIST literals) to stipulate man pages & links 1999-05-06 20:14:40 +00:00
Joseph Koshy
b0195c0388 Fix build breakage.
Detected by:	PW's automated build tools.
1999-05-06 05:21:19 +00:00
Bill Fenner
7d82a241eb Don't try running mkLinks (since it doesn't do anything anyway)
Use MLINKS= to accomplish what mkLinks wanted to do.
1999-05-04 20:50:11 +00:00
Bill Fenner
11dd3a5f4f Fix the script that makes the long-name man page links, and add the
long-name man pages to PLIST.
Note that instead of including a 54k patch, there's a post-patch: target
 in the Makefile that uses sed.

PR:		ports/9786 and ports/9787
1999-05-04 19:33:50 +00:00
Michael Haro
99e0b1f29f Yet more WWW: additions 1999-05-03 06:13:27 +00:00
Steve Price
f3bdae86c8 Use new set of diffs from author and make this compile on the Alpha.
PR:		11417
Inspired by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-05-03 02:36:25 +00:00
Satoshi Taoka
65d4f4c63b Added otcl and jdk-tutorial 1999-04-30 18:17:37 +00:00
Satoshi Taoka
b66187e805 MIT Object Tcl
PR:		11338
Submitted by:	Oscar Bonilla <obonilla@fisicc-ufm.edu>
1999-04-30 16:36:22 +00:00
Chris Timmons
eedf643194 Tcl 8.0.5. Fenner's MLINK PR TBA RSN 1999-04-30 16:09:55 +00:00
Kris Kennaway
bdb0f6273c Update to 990416 version.
Some commentary from Mr. bwk:

Mar 5, 1999:
        after hearing from yet another innocent victim, changed
        isnumber to is_number to avoid the problem caused by
        freeBSD gratuitously and incorrectly including the name
        isnumber in the standard header file ctype.h.

Prompted by:	bento
1999-04-30 14:09:59 +00:00
Joseph Koshy
9a8e5dff33 activate SIOD 1999-04-28 09:47:15 +00:00
Joseph Koshy
e272093d6d Scheme in one Day/Defun, a small footprint implementation of Scheme with
some database, unix programming and cgi scripting extensions.

Requested by:	 Philippe Laliberte <arsphl@oeil.qc.ca> on -ports
1999-04-28 09:45:39 +00:00
Satoshi Taoka
7128279fe2 a Ruby interface to Tcl/Tk libraries
PR:		10907
Submitted by:	Yasuhiro Fukuma <yasuf@big.or.jp>
1999-04-27 12:39:47 +00:00
David E. O'Brien
c9948b52d8 add f2c & f77 1999-04-24 22:51:09 +00:00
David E. O'Brien
bbbfbf9e10 driver utility for f2c and gcc
PR:		ports/11220
Submitted by:	Steven G. Kargl <kargl@troutmask.apl.washington.edu>
1999-04-24 22:50:24 +00:00
David E. O'Brien
9da570befc f2c FORTRAN "compiler" port'ified from src/contrib/
PR:		ports/11220
Submitted by:	Steven G. Kargl <kargl@troutmask.apl.washington.edu>
1999-04-24 22:33:15 +00:00
Joseph Koshy
19065e7ceb Unbreak for ELF. 1999-04-22 07:50:48 +00:00
Jacques Vidrine
dff50484f7 Add some master sites. 1999-04-22 07:42:45 +00:00
David E. O'Brien
90cf712e7a Sync up with some diffs I sent to Cygnus. 1999-04-22 00:40:40 +00:00
Marc G. Fournier
a05c0a07b8 this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ... 1999-04-22 00:17:18 +00:00
Jacques Vidrine
2cfa26bfdd Remove ``NO_LATEST_LINK''
Approved by:	Maintainer <tg@FreeBSD.ORG>
1999-04-21 16:20:05 +00:00
David E. O'Brien
cfe859a7ce turnon egcs-devel 1999-04-21 07:49:39 +00:00
David E. O'Brien
ccfd6f92ac I give you the latest and greatest of the EGCS snapshot series.
This is their bleeding edge offering.  This will enable us to better track
the direction EGCS is going for future upgrades of /usr/contrib/egcs/.

Above ver 1.1.2, this offering gives you many C++ fixes/enhancements, *and*
a native Java compiler.
1999-04-21 07:48:59 +00:00
Michael Haro
2a0f68dc16 Update from 2.0 to 2.2
Note: Matt Dillon's 2xP3/450 w/512MB can build world over NFS faster than my
      k6-2 333 can compile this port.  It was *NOT* fun to test this port.
	  Maybe someone else (with a super fast computer) could make sure
	  everything works.  This port does pass the make install deinstall
	  reinstall package deinstall test though so I assume everything
	  is fine.

PR:		11242
Submitted by:	maintainer with fixes by me
1999-04-21 06:52:10 +00:00
Jacques Vidrine
b1860f81da * Update python 1.5.1 -> 1.5.2
* Remove python-beta
1999-04-21 05:56:27 +00:00
Masafumi Max NAKANE
0bfe1ec32e Upgrade to 3.2.5.
PR:		10801
Submitted by:	Dan Cross <tenser@hurricane.phys.psu.edu>
Minor tweaks by: max
1999-04-20 10:51:46 +00:00
Steve Price
9fdab507a9 Update to version 1.2.5.
PR:		10906
Submitted by:	maintainer
1999-04-19 03:55:55 +00:00
David E. O'Brien
6325fcf217 Fix the CPP_PREDEFINES so it properly gets the "global" definition too. 1999-04-18 01:33:05 +00:00
Joseph Koshy
5fa21caf7f Upgrade to v2.1.1
Ok'ed by: Maintainer.
1999-04-13 11:01:48 +00:00
Satoshi Asami
73746c7d97 Mark this FORBIDDEN while DavidO works on an upgrade after a repo copy. 1999-04-13 05:41:10 +00:00
Bill Fumerola
be98a3dc70 Real URLs that reference directories end in '/' 1999-04-08 21:12:34 +00:00
Bill Fumerola
049b253ab2 Proper URLs that reference directories end in '/' 1999-04-08 19:05:48 +00:00
Jacques Vidrine
bd6d456d16 Create lib/python1.5/site-packages directory on installation. 1999-04-08 17:48:49 +00:00
Justin M. Seger
93cb38fc6e Upgrade to itcl 3.0.1
Submitted by:	Duncan Barclay <dmlb@ragnet.demon.co.uk>
PR:		ports/10960
1999-04-05 22:18:02 +00:00
Justin M. Seger
d7d129ab02 Add Central European Summer time zone
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
PR:		ports/9666
1999-04-03 23:59:12 +00:00
Steve Price
03809f39e4 Activate the pike port. 1999-04-03 02:05:32 +00:00
Steve Price
823617c5f6 Import of pike version 0.6.110.
A dynamic programming language with a syntax similar to C++.

PR:		9783
Submitted by:	Vladimir N.Silyaev <vns@delta.odessa.ua>
1999-04-03 02:05:18 +00:00
David E. O'Brien
53b6f388ef Worked better before. 1999-04-02 17:15:19 +00:00
David E. O'Brien
5c50c0063f Switch over fully to "CONFIGURE_TARGET" and specify a unique one so I can
tell if people built Gcc28 from the ports collection in a normal manner when
I get bug reports.
1999-03-31 10:42:21 +00:00
David E. O'Brien
052412681c Add support for -fformat-extensions.
(kernel and world should now be buildable using gcc28)
1999-03-31 08:47:14 +00:00
David E. O'Brien
3d882ed96b Use proper include directive. 1999-03-30 18:42:02 +00:00
David E. O'Brien
6a9f6dc39f Add FreeBSD's ``-fformat-extensions''. Taken from 4.0-CURRENT, this allows
2.x/3.x people to compile kernels and world with EGCS.
1999-03-30 18:15:39 +00:00
David E. O'Brien
3d4549d577 Don't fetch alpha suppliment -- the bits are now part of the port. 1999-03-30 02:58:02 +00:00
Satoshi Asami
0938d81904 Use FORBIDDEN to indicate that this port shouldn't be built under any (some)
circumstances.  This is different from BROKEN, which merely means we think
it is broken.
1999-03-29 07:50:14 +00:00
Satoshi Asami
9ae91f2b6d portlint 1999-03-27 22:18:05 +00:00
John Polstra
9bc9d84761 Note that thread support works now. 1999-03-25 02:03:22 +00:00
Steve Price
d23e804a48 Update to version 2.02.
PR:		10718
Submitted by:	Daniel Ortmann <ortmann@sparc.isl.net>
1999-03-24 17:52:28 +00:00
David E. O'Brien
3dc22c924d Don't create empty ``PREFIX/info/dir''. It is already taken care of for us. 1999-03-23 18:37:47 +00:00
David E. O'Brien
cc11e4e242 Make -fsjlj-exceptions the default (ie, no DWARF2_UNWIND_INFO) for the ELF
case too.

Submitted by:	terry (Thanks to Amancio for identification)
1999-03-22 02:02:13 +00:00
David E. O'Brien
7b9d7e0720 * Add support for ``-pthead''
* Add Alpha support

Obtained from:	Alpha bits taken from Hidetoshi Shimokawa's
                <simokawa@FreeBSD.ORG> work
1999-03-22 01:35:36 +00:00
Chuck Robey
85ffd84775 Fix MASTER_SITES so that there are 2 good sites.
Obtained from:	Bill "distfiles" Fenner
1999-03-21 18:16:35 +00:00
Chuck Robey
4e72a0d1bb Update objc to version 2.2.15. Right now is does static libs only,
but I'm still working on it, and I think I'll get it to do shared
libs soon.
1999-03-21 13:25:28 +00:00
Bill Fumerola
868ecf8ad1 Reformat a URL so url.cgi doesn't puke on it.
PR:		docs/10689
Submitted by:	UEBAYASHI Masao <masao@nf.enveng.titech.ac.jp>
1999-03-20 21:10:29 +00:00
Jacques Vidrine
452523c01e Fix master site path. 1999-03-20 17:16:57 +00:00
Satoshi Asami
fbfc941cce Add jdk-doc. 1999-03-19 22:23:38 +00:00
David E. O'Brien
b4f4cda51d Upgrade to 1.1.2 release. 1999-03-17 00:40:26 +00:00
John Polstra
add5d1b8a9 Fix the "switch" command so that one can switch between threads from
the debugger.
1999-03-15 19:00:39 +00:00
Steve Price
a524de1673 Update to version 3.29.
PR:		10409
Submitted by:	Pedro F. Giffuni <pfgiffuni@bachue.usc.unale.edu.co>
1999-03-15 01:23:01 +00:00
John Polstra
6c506ecf0a Update the wrapper for quotactl() to reflect a change in its
prototype in 4.0-current on 5 March 1999.  The value of
__FreeBSD_version wasn't bumped until 13 March, so the port is
broken for versions of -current between those dates.
1999-03-14 14:00:07 +00:00
Marc G. Fournier
d5ba786a25 Commit all Y2K/WWW_SITE changes from today... 1999-03-11 21:47:15 +00:00
Thomas Gellekum
2d5b8efd45 Activate some modules needed for zope (www.zope.com).
Submitted by:	jkoshy
1999-03-10 17:17:22 +00:00
Satoshi Asami
e244b8bccc Fix to make ports work with bsd.port.mk rev. 1.306.
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined.  Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.

The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.

At least we've got much fewer "-unknown-"s in the tree as the result. :)
1999-03-08 07:28:36 +00:00
John Polstra
1850731ae0 Add "devel" to the CATEGORIES line. 1999-03-07 01:47:40 +00:00
Jacques Vidrine
9aeac80663 Upgrade 2.2 -> 2.3.
Submitted by:	Roland Jesse <jesse@cs.uni-magdeburg.de>
1999-03-05 16:24:52 +00:00
Bill Fumerola
183a2e557d Set 'USE_GMAKE', because it does.
Yet another bug found by:	Satoshi's errorlogs
1999-03-02 21:25:09 +00:00
John Polstra
5a0ed68512 Enable the "m3gdb" port. 1999-03-01 04:13:05 +00:00
John Polstra
d7d078dbae Import the "m3gdb" port. It is a modified version of gdb-4.17 which
supports debugging Modula-3 programs.

Submitted by:	Olaf Wagner <wagner@luthien.in-berlin.de>
1999-03-01 04:11:23 +00:00
David E. O'Brien
5e26fb9668 Support building libstdc++ shared if "WANT_SHAREDLIBS" is defined.
Submitted by:	dfr
1999-02-28 12:18:36 +00:00
David E. O'Brien
b5be18a57a STL 3.0 rope fix.
Obtained from:	aspell 0.27.1 port
1999-02-28 11:53:32 +00:00
David E. O'Brien
8268f8bd85 Upgrade to egcs-1.1.2 pre-release-2
(if you are an EGCS user, please test this port.  I would like to get any
feedback before the 1.1.2 release)
1999-02-28 10:50:51 +00:00
David E. O'Brien
dd336d1649 Mark BROKEN. Distfile is missing. 1999-02-28 04:46:59 +00:00
Joseph Koshy
e1016f261a Upgrade to v47.4.1.
PR:		ports/10236
Submitted by:	Sebastian Strollo <seb@erix.ericsson.se>
1999-02-26 05:01:25 +00:00
Joseph Koshy
3b71761006 Unbreak for ELF. I didn't hear from the maintainer, but the fix is a
minor one (addition of LDFLAGS to CONFIGURE_ENV).
1999-02-23 02:20:21 +00:00
Jacques Vidrine
cf8062d47d Moving patch-ac to patch-ab, because patch-ab is where the
real history can be found.  I wasn't able to commit it
properly earlier due to a bogon in the repository.
1999-02-22 22:53:01 +00:00
Jacques Vidrine
f21d8205f6 Fix for building/packaging on FreeBSD 4.x. 1999-02-22 19:06:07 +00:00
Jacques Vidrine
1e8b28510e Distribution file pyth151.tgz checksum changed. 1999-02-22 18:52:33 +00:00
Steve Price
05d7c8c0fa Update to version 1.2.2.
PR:		9941
Submitted by:	maintainer
1999-02-22 04:11:52 +00:00
Steve Price
1b94d66d82 Update to version 3.41.
PR:		10074
Submitted by:	maintainer
1999-02-22 04:02:48 +00:00
Peter Hawkins
30e32b11bd back to 1.5.1. Build is broken, but is ok since python 1.5.2b1 is in ports/lang/python-beta 1999-02-18 09:37:38 +00:00
Peter Hawkins
c6c926d903 upgrade to 1.5.2b1 (fixes build problem along the way) 1999-02-16 13:59:42 +00:00
Satoshi Asami
82bc3741b3 This port requires Xlib. 1999-02-13 00:46:30 +00:00
Seiichirou Hiraoka
5de9a10f8d Correct md5 check sum 1999-02-12 16:06:03 +00:00
Justin M. Seger
79bc03991c Mark BROKEN for ELF. 1999-02-11 23:51:50 +00:00
David E. O'Brien
7fe3d489b9 * clean up verbosity of Makefile
* now GNUHOST is i386-unknown-freebsd{OS_VER} vs. i386-unknown-freebsd
1999-02-09 22:17:21 +00:00
David E. O'Brien
e6748831bd GNUHOST is now "i386-unknown-freebsd4.0" for the ELF case, and
"i386-unknown-freebsdaout3.0" for the a.out case.
1999-02-09 18:59:11 +00:00
David E. O'Brien
c6a48c0a29 GNUHOST is now "i386-unknown-freebsd3" for ELF machines and
"i386-unknown-freebsdaout3" for a.out machines.
1999-02-09 18:25:43 +00:00
David E. O'Brien
9740802749 GNUHOST is now "i386-unknown-freebsd" for an ELF machine, and
"i386-unknown-freebsdaout" for an a.out machine.
1999-02-09 18:24:50 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
1999-02-03 11:12:01 +00:00
Joseph Koshy
d461f3d40c Correct stale patch.
Found by:	asami@freebsd.org
1999-02-02 07:29:00 +00:00
Joseph Koshy
038440de8e Forced commit to record unbreaking for ELF. 1999-02-02 04:18:52 +00:00
Joseph Koshy
f5b19c099d Add patch for ELF support. 1999-02-02 04:00:12 +00:00
Joseph Koshy
7fbdc4d299 Unbreak for ELF. 1999-02-02 03:52:32 +00:00
Satoshi Asami
9b153032ea New checksum.
Submitted by:	maintainer
1999-01-28 23:55:19 +00:00
John Polstra
28eacf3dc2 Instead of trying to auto-detect whether X11 is installed, require
the user to define NO_X11 if it is not.  The auto-detection scheme
caused problems for Satoshi's port building system.
1999-01-28 05:39:19 +00:00
Bill Fenner
5261958626 ${MASTER_SITE_GNU} got rearranged in December; let's catch up. 1999-01-27 07:41:29 +00:00
Steve Price
9b6d672d47 Remove the tcl.h symlink too on deinstall. 1999-01-26 01:40:08 +00:00
Jun Kuriyama
8e99808202 Sub directory of MASTER_SITES has been moved.
PR:		ports/9644
Submitted by:	Don Croyle <croyle@gelemna.ft-wayne.in.us>
1999-01-25 12:43:24 +00:00
Jun Kuriyama
c16a2974f6 Sub directory of MASTER_SITES has been moved.
PR:		ports/9643
Submitted by:	Don Croyleo <croyle@gelemna.ft-wayne.in.us>
1999-01-25 12:42:57 +00:00
Satoshi Asami
adb5c4b2b2 COMMENT should be a one-liner. 1999-01-25 07:13:05 +00:00
Satoshi Asami
eccea7052e Typo (tck81-thread -> tcl81-thread). 1999-01-25 06:10:06 +00:00
Robert Nordier
543b678dd7 Add option for linking with pthreads library.
Submitted by	: Brian Cully <shmit@rcn.com> but with revisions
PR		: 8389
1999-01-24 11:12:03 +00:00
David E. O'Brien
ec6d85e380 Allow '$' in labels as our offical compiler does.
Reviewed by:	jdp
Submitted by:	Keith Walker <kew@timesink.spk.wa.us>
1999-01-23 06:08:11 +00:00
Eric J.Chet
97794d1e22 Add tcl81-thread 1999-01-21 18:22:23 +00:00
Eric J.Chet
ed48c607c8 threaded version of tcl81 1999-01-21 18:19:58 +00:00
Steve Price
92117c43e4 Activate the mawk port. 1999-01-18 04:51:04 +00:00
Steve Price
ddcaafa95a Initial import of mawk version 1.3.3.
An implementation of the new/posix awk.

PR:		9476
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
1999-01-18 04:50:26 +00:00
Steve Price
dcfbeed9e1 Fix an FPE error.
PR:		9492
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
1999-01-18 02:53:24 +00:00
Eric J.Chet
985464b23d Update tcl81 to beta 1 1999-01-17 14:07:13 +00:00
Vanilla I. Shu
edecf3c4f0 Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
1999-01-12 16:51:33 +00:00
David E. O'Brien
f1554d4df6 DEFAULT_PCC_STRUCT_RETURN should be "0" for the ELF case too. 1999-01-12 10:15:14 +00:00
Hidetoshi Shimokawa
145684059e Rewrite p5- module's PLIST for alpha.
Use newly introduced %%PARL_ARCH%% for dirname of architecture
dependent libraries.
(i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!)

Approved by: asami
1999-01-11 15:34:56 +00:00
Steve Price
8a8bcef0bc Checksum of diffs changed.
PR:		9368
Submitted by:	maintainer
1999-01-10 18:18:15 +00:00
Jacques Vidrine
28daad114f Remove five broken MASTER_SITES which can't deliver the distfiles as one
tarball.  That leaves us with two sites.

Noticed by:	Fenner's ports survey
1999-01-07 05:51:24 +00:00
Hidetoshi Shimokawa
4b86d315ca Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports. 1999-01-07 02:31:51 +00:00
Satoshi Asami
e3de855c28 Add python-beta. 1999-01-06 22:43:49 +00:00
Satoshi Asami
2db79bd7e3 Add USE_XLIB. 1998-12-28 12:49:18 +00:00
Seiichirou Hiraoka
375fca0e2b Fix as BROKEN. Add MASTER_SITES 1998-12-27 17:30:01 +00:00