Commit Graph

36 Commits

Author SHA1 Message Date
Satoshi Asami
ad4d1e476c DISTNAMe-related cleanups. 2000-04-16 04:14:12 +00:00
David E. O'Brien
5cd5b258b5 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:21:15 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
David E. O'Brien
b5d1cecde4 Style nits in the ports I maintain. 2000-02-13 03:25:05 +00:00
David E. O'Brien
e2598c5d8c Do this in a more general way. 1999-09-10 17:44:53 +00:00
David E. O'Brien
afd205555d Errrr. The GCC install dinks (aka `fix-includes') with curses.h on
4.0-CURRENT, but not 3-STABLE.  Remove curses.h so this will package on
3-STABLE and deal with it post-3.3 RELEASE.
1999-09-10 17:43:23 +00:00
David E. O'Brien
1066fc65e8 Upgrade to version 2.95.1. 1999-09-08 10:41:57 +00:00
David E. O'Brien
244bef6ca3 portlint 1999-09-05 22:15:15 +00:00
Peter Wemm
fe8f04069f $Id$ -> $FreeBSD$ 1999-08-30 12:01:11 +00:00
David E. O'Brien
f0f690adc1 Change Id->FreeBSD. 1999-08-25 06:35:40 +00:00
David E. O'Brien
60c2b68f10 BROKEN='waiting for new patches against gcc-2.95' 1999-08-05 17:33:13 +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
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
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
Michael Haro
99e0b1f29f Yet more WWW: additions 1999-05-03 06:13:27 +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
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
David E. O'Brien
ea893c8243 get this right 1998-12-14 12:07:48 +00:00
David E. O'Brien
89635fcc16 Yuck, this thing BUILD_DEPENDS on autoconf.
Noticed by:	Maxim Sobolev <max@vega.pfts.com>
1998-12-14 10:28:21 +00:00
David E. O'Brien
e2c56c869e PGCC, the Pentium optimizing version of GCC is back.....
It is now based on EGCS.
1998-12-13 09:40:49 +00:00
Andreas Klemm
df25cb3f0a remove unneded port. egcs is the successor. 1998-01-11 00:32:35 +00:00
Andreas Klemm
aa32d2d287 Need help with this port as well, don't have the time
to fix it today. Asked Thomas (Gellekum) for help ...
Only this friday to fix it. The patching stage fails ...
The mess started with the new organization starting from
the egcs source base ...
1997-10-17 05:32:43 +00:00
Andreas Klemm
d876748bc9 My last changes 1997-10-17 05:30:27 +00:00
Andreas Klemm
702550fa82 portlint:
added "@exec install-info" after info files.
added "@unexec install-info --delete" before info files
1997-10-13 21:01:21 +00:00
Andreas Klemm
3a3e535685 cosmetic changes using portlint, a really nice tool ;-) 1997-10-04 14:53:11 +00:00
Andreas Klemm
0eba4f421a - Upgraded Pentium GCC Developer Version to latest snapshot release 970721
- Changed PATCH_SITES, added some more mirrors and now use ftp sites
- Autoconf is needed in FETCH_DEPENDS, since I have to re-create
  the configure script just before the pre-configure target
- pre-configure target now does the suggested maintainer-clean
- post-install renames c++, g++, gcc to pc++, pg++ and pgcc
  to avoid conflicting usage with the systems default compiler.
- updated PLIST
1997-07-27 09:09:43 +00:00
Andreas Klemm
aa12aed154 removed mirror site which doesn't seem to be valid anymore
Submitted by:	Ryuichiro ARAKI <raraki@saitama-med.ac.jp>
1997-07-20 16:03:14 +00:00
Andreas Klemm
e0c79a7347 reordered ftp sites (USA sites first)
removed patch-ac (dunno how this patch made it again into
my patches directory, thanks Satoshi for telling me !)
1997-06-10 16:36:36 +00:00
Andreas Klemm
2be3056156 update pgcc-current port.
Please note, that I left out the very last diff, because after
that configure doesn't work properly anymore.
PR:
Reviewed by:
Submitted by:
Obtained from:
1997-06-08 12:59:01 +00:00
Andreas Klemm
7e4aaa53da Home Page of Pentium Compiler group changed
http://www.goof.com/pcg/

Submitted by:	John Polstra <jdp@polstra.com>
1997-04-14 15:30:02 +00:00
Satoshi Asami
75e00c364a Minor cleanup (shorten PKGNAME, remove unnecessary WRKSRC). 1996-12-24 05:29:43 +00:00
Andreas Klemm
9cc719eef7 Remove the package name in the COMMENT file. 1996-12-22 12:13:06 +00:00
Andreas Klemm
55b9a87665 and here the PLIST file 1996-12-21 17:29:19 +00:00
Andreas Klemm
c1b1010ad0 Bootstrap pgcc-current using -O instead of -O2 (for safety reasons, I don't
want higher optimization levels result in unsafer binaries).

Fix bug, that causes core dumps when using higher optimization levels
than -O2.

Results with dhrystone 2.1 (1000000 loops):
	stock cc (2.7.2.1 from current)	:	136k	(136xxx)
	pgcc-current with -O2		:	138k
	pgcc-current with -O6		:	172k

And no coredump anymore. Reason for coredump:
With -O3 cc1 does an register-to-register-copy optimization and it tries
to write some debugging information about what it is doing into a file
that does not exist unless you have instructed cc1 to dump all its
information about its internal state. (From: Sascha Blank)

BTW:	PLIST is really coming soon, it's on my todo list ;-)
BTW2:	Is Sascha already in the contributors list ? Have to go to work now.

Submitted by:	Sascha Blank <blank@sliphost37.uni-trier.de>
1996-12-20 07:27:41 +00:00
Andreas Klemm
9a84e6bfb5 pgcc-current is a developer release of gcc 2.7.2 with pentium
optimizations. The motivation to make a separate pgcc port is, to
provide two versions, an official release, which is missing the
leading edge of developement and an interesting current version,
which fixes some things and might breake (or not) others.

Fact is, that one is able to compile and run a complete FreeBSD-current
kernel without trouble and so closes 2 PR's.

>Number:         1221
>Category:       bino

and possibly
>Number:         1222
>Category:       ports (should be tested by the submitter.
1996-12-18 16:40:16 +00:00