Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix comparison (nod to Freshports sanity-checking daemon). | trevor | 2005-01-14 | 1 | -1/+1 |
| | |||||
* | This does compile on the Alpha--well, sometimes it does. I agree with kris' | trevor | 2005-01-14 | 1 | -1/+5 |
| | | | | | speculation that the default CFLAGS may be causing the problem seen on the package-building cluster. Try to work around the problem. | ||||
* | Does not compile on alpha. Since it's unlikely anyone is going to fix | kris | 2005-01-02 | 1 | -1/+1 |
| | | | | | | | | these old compilers, drop alpha from the supported arch list. Flip over from NOT_FOR_ARCHS to ONLY_FOR_ARCHS where used, since these ports will not support any future architectures FreeBSD runs on. Approved by: portmgr (self) | ||||
* | Compiles on Alpha again. | obrien | 2004-12-12 | 1 | -3/+0 |
| | |||||
* | If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPE | obrien | 2004-11-14 | 1 | -0/+3 |
| | | | | set to something GCC 2.95 won't understand. | ||||
* | List gcov command. | trevor | 2004-09-01 | 1 | -0/+1 |
| | | | | | PR: 71150 Submitted by: leeym | ||||
* | Use INFO and TOUCH macros. Fix white space. | trevor | 2004-03-15 | 2 | -11/+6 |
| | | | | | PR: 64193 Submitted by: Yen-Ming Lee | ||||
* | BROKEN on alpha 5.x: does not compile | kris | 2004-02-17 | 1 | -0/+4 |
| | |||||
* | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | marcus | 2004-02-04 | 1 | -1/+1 |
| | | | | (Part 2) | ||||
* | Remove hashes of unused Fortran, Objective-C and Java distfiles. | trevor | 2004-01-27 | 1 | -3/+3 |
| | | | | Add size data and ID. | ||||
* | This no longer provides a Java compiler. | trevor | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | Make fetchable. | trevor | 2003-12-26 | 1 | -1/+1 |
| | |||||
* | The __WORD_BIT constant in GCC's stl_bvector.h caused a namespace | trevor | 2003-12-04 | 1 | -0/+6 |
| | | | | conflict which kept the mailsync port from compiling. Resolve it. | ||||
* | Make portlint(1) happy by changing strip to ${STRIP_CMD} | osa | 2003-09-24 | 1 | -1/+1 |
| | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 | ||||
* | These older compilers don't support amd64, sparc64, and ia64. | obrien | 2003-05-09 | 1 | -0/+1 |
| | |||||
* | Retire comment file. | trevor | 2003-03-01 | 2 | -1/+1 |
| | |||||
* | Use the full path to /sbin/sysctl | kris | 2003-01-30 | 1 | -1/+1 |
| | | | | Noticed by: 'make index' in crontab | ||||
* | Actually all that needed to be done in this file to fix for 5-CURRENT | obrien | 2003-01-01 | 1 | -26/+6 |
| | | | | is to remove the explicit "-m elf_i386" and use the default emulation. | ||||
* | Attempt to Fix build on -CURRENT | arved | 2002-12-31 | 6 | -12/+142 |
| | | | | | | | Good bye 2002! Happy new year 2003! (CET) PR: 46483 Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org> | ||||
* | I'd like to try to maintain this. | trevor | 2002-11-05 | 1 | -1/+1 |
| | |||||
* | 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 MASTER_SITES_GCC. | knu | 2002-10-19 | 1 | -3/+2 |
| | | | | Approved by: obrien (maintainer) | ||||
* | Due to popular demant into each port which might be inserted into dependency | sobomax | 2002-09-14 | 1 | -0/+4 |
| | | | | | | | | | | list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.) | ||||
* | Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also the | gerald | 2002-07-31 | 1 | -1/+1 |
| | | | | | | path was wrong). Approved by: obrien (maintainer+mentor) | ||||
* | Allow to build in -CURRENT. | obrien | 2002-05-06 | 2 | -0/+70 |
| | |||||
* | Catch up with Makefile rev 1.83. | obrien | 2002-05-06 | 1 | -11/+2 |
| | |||||
* | Remove the split up .info bits files. I switched to "makeinfo --no-split". | obrien | 2002-05-06 | 1 | -54/+0 |
| | |||||
* | Update pkg-comment to reflect GCC's new meaning (since 2.95) and refer | gerald | 2002-04-12 | 2 | -7/+7 |
| | | | | | | | to http://gcc.gnu.org instead of http://egcs.cygnus.com. Also, 2.95 is not GNU's latest offering any longer. ;-) Approved by: obrien (maintainer+mentor) | ||||
* | GCC 2.95 and later aren't called egcs (any longer), so remove three patches | gerald | 2002-04-12 | 3 | -36/+0 |
| | | | | | | that add references to egcs to the documentation. Approved by: obrien (maintainer+mentor) | ||||
* | Since I cannot think of any reason one would use this port for FORTRAN or | obrien | 2002-04-10 | 1 | -15/+10 |
| | | | | | Java compilers (the newer versions are much better); trim this port down to just the parts we will need when GCC 3.1 becomes the -CURRENT compiler. | ||||
* | Document. | obrien | 2002-03-24 | 1 | -1/+1 |
| | |||||
* | Let machine/ansi.h know not to play glibc for us. | obrien | 2002-03-24 | 1 | -5/+13 |
| | |||||
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | knu | 2002-01-29 | 1 | -6/+6 |
| | | | | | | | | 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. | ||||
* | Set these ports' LATEST_LINK to gcc{27,28,295,30} to avoid conflict | knu | 2002-01-19 | 1 | -0/+2 |
| | | | | | | with each other's package link name. (Maintainer timeout; I think it's too trivial to bother him with.) | ||||
* | ftp.freesoftware.com -- R.I.P. | obrien | 2001-09-13 | 1 | -2/+1 |
| | |||||
* | Remove duplicate words where appropriate. | dd | 2001-06-24 | 1 | -1/+1 |
| | | | | Approved by: sobomax, obrien | ||||
* | DEFAULT_VTABLE_THUNKS got set back to `1' from `2' in 2.95.3. | obrien | 2001-04-17 | 1 | -2/+14 |
| | | | | | Just forget about VTABLE THUNKS and use the C++ ABI the base 2.95 G++ uses since there is no advantage the other way. | ||||
* | Update to version 2.95.3. | obrien | 2001-03-19 | 2 | -17/+15 |
| | |||||
* | Use MASTER_SITE_SOURCEWARE. | obrien | 2001-02-15 | 1 | -9/+6 |
| | | | | Submitted by: sf | ||||
* | Update to the 3rd 2.95.3 pre-release (test) release. | obrien | 2001-02-13 | 2 | -12/+13 |
| | |||||
* | Introduce `TARGLIB' from gcc-devel to clean this thing up. | obrien | 2001-01-07 | 1 | -16/+16 |
| | | | | Also change the ELF vs. aout logic so other formats can be targeted. | ||||
* | Update to GCC 2.95.3 release candidate "test1" | obrien | 2001-01-07 | 2 | -15/+17 |
| | |||||
* | Make LIBSTDCPP_REV match the new reality. | obrien | 2000-12-13 | 1 | -1/+1 |
| | | | | Submitted by: Max Khon <fjoe@iclub.nsu.ru> | ||||
* | 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. | ||||
* | Do dynamic PLIST creation like the `gcc-devel' port. This is the easiest | obrien | 2000-12-05 | 2 | -229/+13 |
| | | | | | way to deal with the differing results fix-includes gives depending on the FreeBSD version this port is built on. | ||||
* | Add "-Wnon-const-format" which checks for non-constant format strings for | obrien | 2000-11-27 | 5 | -25/+234 |
| | | | | | | | 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 |
| |