Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Rollback PORTCOMMENT modifications while this feature's implementation | lioux | 2002-11-10 | 2 | -2/+1 |
| | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) | ||||
* | Use PORTCOMMENT in the Makefile, and whack the pkg-comment. | adamw | 2002-11-06 | 2 | -1/+2 |
| | | | | Approved by: pat | ||||
* | The effort to maintain these for FreeBSD just isn't worth it with the lack | obrien | 2002-11-05 | 1 | -1/+1 |
| | | | | of reward. | ||||
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | knu | 2002-01-29 | 1 | -8/+8 |
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. | ||||
* | Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵ | lioux | 2001-11-20 | 1 | -1/+1 |
| | | | | the later case | ||||
* | Do dynamic PLIST creation like the `gcc-devel' port. This is the easiest | obrien | 2000-12-05 | 2 | -185/+13 |
| | | | | | way to deal with the differing results fix-includes gives depending on the FreeBSD version this port is built on. | ||||
* | Change the libstdc++.so version number to be more like the stock one. | obrien | 2000-12-05 | 1 | -1/+1 |
| | | | | | This change is needed as the one I was using is too much in the range of shared version numbers the stock libstdc++.so will have. | ||||
* | Add all of the FreeBSD hacks I had in the base EGCS-1.1.2 compiler way | obrien | 2000-12-04 | 13 | -24/+659 |
| | | | | back when... that is all but a.out support. | ||||
* | Commit the right version of this file. | obrien | 2000-12-02 | 1 | -19/+20 |
| | |||||
* | MF contrib/gcc/c-common.c rev 1.12: | obrien | 2000-12-02 | 1 | -15/+15 |
| | | | | | Move our `null_format_ok' addition to the end of record_function_format() and it's uses. This makes it easier to see our changes to the virgin source. | ||||
* | This should take this port back to the last version of it for EGCS-1.1.2. | obrien | 2000-11-30 | 24 | -686/+489 |
| | | | | | | | | The gcc-2.95.2 bits have been repo copied to ports/lang/gcc295. GCC 2.95.2 does not work for some people's code. GCC 3.0 will be even worse. So it looks like we'll have to keep a port for each version of GCC we've ever used. | ||||
* | Add "-Wnon-const-format" which checks for non-constant format strings for | obrien | 2000-11-27 | 2 | -25/+176 |
| | | | | | | | auditing purposes. Submitted by: kris Obtained from: NetBSD | ||||
* | Use PLIST_SUB to only include curses.h when OSVERSION >= 400000. (It | asami | 2000-10-10 | 2 | -9/+15 |
| | | | | | | | is not built on 3-stable systems.) Change the ELF-only stuff to use PLIST_SUB too. (This part is purely cosmetic -- no functional changes.) | ||||
* | Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is | asami | 2000-10-08 | 1 | -1/+1 |
| | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. | ||||
* | Oops, curses.h isn't built for 3-stable systems. | asami | 2000-06-02 | 1 | -1/+0 |
| | |||||
* | Add missing file (curses.h). | asami | 2000-06-01 | 1 | -0/+1 |
| | |||||
* | Convert to the PORTNAME - PORTVERSION syntax. | obrien | 2000-04-12 | 1 | -2/+2 |
| | |||||
* | Restore useless version required comments. | obrien | 2000-03-22 | 1 | -0/+1 |
| | |||||
* | Remove the "version required" line. | obrien | 2000-03-20 | 1 | -1/+0 |
| | |||||
* | Update to version 2.95.2. | obrien | 1999-11-01 | 2 | -12/+10 |
| | |||||
* | Resolve many 301 Moved Permanently URLs in DESCR. | fenner | 1999-09-17 | 1 | -2/+2 |
| | |||||
* | portlint | obrien | 1999-09-04 | 1 | -2/+2 |
| | |||||
* | Remove support for the Chill language. If someone really, really needs | obrien | 1999-08-30 | 1 | -7/+0 |
| | | | | the Chill language let me know. | ||||
* | trim distfiles | obrien | 1999-08-30 | 1 | -2/+1 |
| | |||||
* | Add RCS keyword. | obrien | 1999-08-30 | 1 | -0/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-30 | 2 | -2/+2 |
| | |||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 2.95.1. | obrien | 1999-08-19 | 2 | -8/+8 |
| | |||||
* | Use a better sed(1) pattern in case I break __FreeBSD__ again. | obrien | 1999-08-18 | 1 | -2/+2 |
| | |||||
* | Don't assign __FreeBSD__ a value here. (pulled too much in from | obrien | 1999-08-18 | 1 | -2/+2 |
| | | | | | | | src/contrib/egcs/ again) PR: 13224 Submitted by: imura@cs.titech.ac.jp | ||||
* | Key off the DISTNAME more, so that upgrading requires less editing. | obrien | 1999-08-18 | 1 | -24/+24 |
| | |||||
* | As in the i386, `tm.h' includes headers for us. | obrien | 1999-08-16 | 1 | -4/+0 |
| | |||||
* | alpha-freebsd-elf.h should have gone away in the gcc-2.95 upgrade. | obrien | 1999-08-16 | 1 | -61/+0 |
| | |||||
* | Include the proper arch header for a.out systems. | obrien | 1999-08-16 | 1 | -1/+1 |
| | |||||
* | More EGCS->GCC transition. | obrien | 1999-08-16 | 2 | -18/+18 |
| | | | | | * binaries/manpages are now gcc295 / g++295 / g77 * use {MASTER_SITE_GNU} | ||||
* | Make -pthread work again -- pulled too much in from src/contrib/egcs/ | obrien | 1999-08-16 | 1 | -2/+4 |
| | |||||
* | Tweak a German master site. | obrien | 1999-08-09 | 1 | -2/+2 |
| | | | | Submitted by: Dirk Froemberg <dirk@FreeBSD.org> | ||||
* | Add "java" to categories list. GCC-2.95 now has parts of a Java compiler | obrien | 1999-08-05 | 1 | -2/+2 |
| | | | | bunded in. | ||||
* | Update to GCC-2.95 (what would have been EGCS-1.2). | obrien | 1999-08-05 | 20 | -306/+524 |
| | |||||
* | Define "OBSTACK_CHUNK_SIZE" as getpagesize(). | obrien | 1999-06-28 | 1 | -17/+17 |
| | | | | | | | | | | 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 | ||||
* | Cleanup the FREEBSD_NATIVE stuff, which we don't use anymore in this context. | obrien | 1999-06-28 | 1 | -37/+0 |
| | |||||
* | Remove the test to create ${PREFIX}/share/info/dir as it is now | mharo | 1999-06-05 | 2 | -6/+2 |
| | | | | in bsd.port.mk and this helps to unify the check and install. | ||||
* | this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ... | scrappy | 1999-04-22 | 2 | -3/+3 |
| | |||||
* | Fix the CPP_PREDEFINES so it properly gets the "global" definition too. | obrien | 1999-04-18 | 1 | -1/+1 |
| | |||||
* | Real URLs that reference directories end in '/' | billf | 1999-04-08 | 1 | -2/+2 |
| | |||||
* | Worked better before. | obrien | 1999-04-02 | 2 | -2/+2 |
| | |||||
* | Use proper include directive. | obrien | 1999-03-30 | 2 | -2/+2 |
| | |||||
* | Add FreeBSD's ``-fformat-extensions''. Taken from 4.0-CURRENT, this allows | obrien | 1999-03-30 | 3 | -0/+266 |
| | | | | 2.x/3.x people to compile kernels and world with EGCS. | ||||
* | Don't fetch alpha suppliment -- the bits are now part of the port. | obrien | 1999-03-30 | 1 | -4/+1 |
| | |||||
* | Don't create empty ``PREFIX/info/dir''. It is already taken care of for us. | obrien | 1999-03-23 | 1 | -2/+1 |
| |