Commit graph

585 commits

Author SHA1 Message Date
David E. O'Brien
d44b822911 Build the gcc28 we install with itself rather than /usr/bin/cc.
Renamed manpages to <binanary>28.1.gz to reduce namespace conflicts.
Added bin/gcc28 and bin/g++28.
1998-03-04 09:19:23 +00:00
Thomas Gellekum
98753c4bbb Use -D_THREAD_SAFE when compiling the threaded version. 1998-03-03 08:05:04 +00:00
Justin M. Seger
1155ed279f Upgrade to version 8.1.a2. 1998-03-02 02:10:01 +00:00
Thomas Gellekum
006ffd57de Use tk80, not an unsupported alpha version of tk81.
Include locale module.
1998-02-27 10:21:35 +00:00
Justin M. Seger
3d4a5438d3 Upgrade to use tcl8.1 and tk8.1. 1998-02-24 21:43:51 +00:00
John Polstra
b0004515aa Master site changed. 1998-02-23 01:52:52 +00:00
Tim Vanderhoek
3e17a11ad1 1. This is tk81, not 80.
2.  pkg/DESCR is no longer just for packages.
1998-02-21 19:41:13 +00:00
Steve Price
d394306673 Update to version 1.07.
PR:		5252, 5375
Submitted by:	maintainer
1998-02-21 15:49:46 +00:00
Steve Price
227824e7d1 Update to reflect Pedro's new Email address.
PR:		5725
1998-02-20 18:39:58 +00:00
Thomas Gellekum
f4764e4ad3 Upgrade to 9.3.1. 1998-02-20 12:19:49 +00:00
Satoshi Asami
61f37c7131 Don't ask me, but you need netscape for building this port too. 1998-02-18 06:45:54 +00:00
Satoshi Asami
4a958c06ab Make the Makefiles of japanese/expect and lang/expect cooperate better
with each other (and hopefully easier to maintain in the future).
Basically, list everything in the regular orders on both Makefiles,
and use ?= in lang/expect/Makefile for variables we want to be
overridden.

PR:		5770
1998-02-18 06:28:34 +00:00
Steve Price
8be073c255 Use @dirrm instead of @unexec rmdir.
Suggested by:	Satoshi Asami <asami@FreeBSD.ORG>
1998-02-18 04:45:41 +00:00
Steve Price
7d1e6449bd Use '@unexec rmdir ...' to get rid of stray doc directories on deinstall. 1998-02-18 04:16:55 +00:00
Steve Price
c1e4e572e4 MASTER_SITE has moved and some portlint cleaning.
PR:		5769
Submitted by:	maintainer
1998-02-17 21:32:30 +00:00
David E. O'Brien
4887a1304c Just-cant-get-this-one-right by: obrien 1998-02-17 00:05:47 +00:00
David E. O'Brien
e57cd2ec04 Forgot to submit PLIST diff.
Noticed by:	Satoshi
1998-02-17 00:04:54 +00:00
Justin M. Seger
9973dd39cf Upgrade a repository copy of 8.0 to version 8.1 1998-02-16 15:58:37 +00:00
Justin M. Seger
4e23800cdb Activate ports/lang/tcl81 and ports/x11/tk81 1998-02-16 15:57:07 +00:00
Steve Price
1c52e8f403 Cleanup @unexec and @exec sequences.
Suggested by:	Satoshi Asami
1998-02-16 15:00:25 +00:00
Satoshi Asami
1a8781eb79 Change "-"s to "."s in PKGNAME so the Latest link will be created
correctly.
1998-02-16 09:19:00 +00:00
Satoshi Asami
5306c7abab Mark this port broken, doesn't package. 1998-02-16 09:18:13 +00:00
Steve Price
f0c6d00277 Run h2ph as part of post-install target. Note this doesn't get a complete
list of header files but does get enough that when perl needs more header
files that it will hint to use h2ph.

PR:		5738
1998-02-15 23:03:58 +00:00
David E. O'Brien
f8cd0b6297 Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1.
Including linking with the STL vector class.
1998-02-14 04:18:25 +00:00
David E. O'Brien
028a674b3b Set __FreeBSD__ to 2, not 3.
Ports track -STABLE.
1998-02-13 08:16:17 +00:00
Thomas Gellekum
1a70dc78b6 Upgrade to the January source snapshot.
PR:		5697
Submitted by:	Simon Marlow <simonm@dcs.gla.ac.uk>
1998-02-12 10:04:44 +00:00
Masafumi Max NAKANE
d55f35c524 Upgrade, 1.0-971125 -> 1.0-971225.
PR:		5684
Submitted by:	maintainer

While at this, some cleanup:
1. Compress the man page by using MAN1, instead of patching up
   Makefile.in.

2. HAS_CONFIGURE -> GNU_CONFIGUURE to better reflect the reality as
   well as to respect the value of ${PREFIX}.
1998-02-11 23:56:30 +00:00
Satoshi Asami
57795467ce Add MANUAL_PACKAGE_BUILD, this port installs a "libstdc++.a" in
/usr/local/lib and that will cause the system gcc to be unhappy if
something is linked with -L/usr/local/lib.
1998-02-03 07:48:35 +00:00
Satoshi Asami
a50c4bac33 Remove NO_PACKAGE, netscape can be packaged now. 1998-02-02 17:51:33 +00:00
Bill Fenner
640152d7ec Add OLD/ as a possible MASTER_SITE, since most of the distfiles moved.
Submitted by:	distfile checker
1998-02-01 22:46:18 +00:00
Andreas Klemm
d88ce08648 Update tcl plugin to new official version 2.0 release.
Tested on -current, runs flawlessly !
1998-01-31 10:22:53 +00:00
Bill Fenner
7e65d3ddfd Remove netlib; they only have yorick.tar.gz and no yorick-1.4.tar.gz . 1998-01-27 01:26:13 +00:00
Bill Fenner
74415cb48c Ever since the port survey started checking in June, 1997, the FTP
server has not allowed a connection - so, remove it from MASTER_SITES.
1998-01-27 01:11:47 +00:00
John Polstra
67e588bd58 Make "-fsjlj-exceptions" (use setjmp/longjmp for exceptions) the
default for FreeBSD.  The standard exception implementation reliably
dumps core under FreeBSD.  Users can put "-fno-sjlj-exceptions" on
the command line if they really want to override the new default.

Configure with "--with-gnu-as" and "--with-gnu-ld".

Define "__FreeBSD__" as 3.
1998-01-23 17:49:47 +00:00
Andrey A. Chernov
2ccfa13cc7 Fix diff lines 1998-01-20 17:39:25 +00:00
Thomas Gellekum
d55e522178 FreeBSD and icon have different opinions about the format of
BLOCKSIZE. Patch icon to ignore this variable.

Update my e-mail address while I'm here.

PR:		5406
1998-01-20 09:37:40 +00:00
Thomas Gellekum
730f12c042 Remove patch-ab to follow latest changes in libc_r. 1998-01-19 08:39:59 +00:00
Steve Price
4b9a506a11 Remove bogus duplicate patch that I missed last time. :(
Noticed by:	Satoshi Asami
1998-01-18 15:12:38 +00:00
Satoshi Asami
4e991f06ac Mark this port broken for now, it doesn't patch on -stable. 1998-01-18 12:09:58 +00:00
Steve Price
0b588ecd16 Upgrade to version 3.10p and do a little portlint cleaning.
PR:		5138
Submitted by:	Daniel M. Eischen <deischen@iworks.InterWorks.org>
1998-01-18 09:08:45 +00:00
John Polstra
f118640d86 Fix all the paths in context diff headers and remove the Index
lines, since the WORTHLESS, BROKEN new version of patch ignores
them.
1998-01-17 21:12:15 +00:00
Justin M. Seger
97df2e25c6 Alter patches to apply correctly under 3.0.
PR:		5461
1998-01-16 21:46:13 +00:00
David E. O'Brien
039c2221f0 turn on gcc 2.8.0 1998-01-16 10:17:20 +00:00
David E. O'Brien
c9ebcf8da3 Gcc/G++ version 2.8.0. Includes greatly improved C++ compiler and latest
SGI reference STL.
1998-01-16 10:15:14 +00:00
David E. O'Brien
1667cde2e4 Strip the binaries. 1998-01-14 07:24:54 +00:00
Satoshi Asami
6aaee5f116 sed -> ${SED}. 1998-01-13 05:18:16 +00:00
Andreas Klemm
85743d3b39 nuke pgcc ports, egcs is the successor. 1998-01-11 00:36:56 +00:00
Andreas Klemm
df25cb3f0a remove unneded port. egcs is the successor. 1998-01-11 00:32:35 +00:00
John Polstra
fb40cd0ba6 Enable egcs. 1998-01-10 21:42:20 +00:00
John Polstra
fa5dde5a30 This is a new port for egcs, which probably stands for something
like "enhanced GNU compiler suite."  It contains updated versions of
gcc, g++, and g77 with many bugfixes and some new optimizations.
The C++ compiler in particular is vastly improved over gcc-2.7.2.1.
1998-01-10 21:40:10 +00:00