Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidy up whitespace. | Trevor Johnson | 2004-04-10 | 1 | -7/+7 |
| | | | | Notes: svn path=/head/; revision=106671 | ||||
* | This port is no longer in use by anything in the ports collection. Mark | Kris Kennaway | 2004-03-14 | 1 | -0/+2 |
| | | | | | | | it DEPRECATED for future removal. Notes: svn path=/head/; revision=103942 | ||||
* | The Java compiler has been omitted from this port since 2002-04-26. | Trevor Johnson | 2004-03-10 | 1 | -1/+4 |
| | | | | | | | | | Remove its entry. Add size data. Notes: svn path=/head/; revision=103562 | ||||
* | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | Joe Marcus Clarke | 2004-02-04 | 1 | -1/+1 |
| | | | | | | | (Part 2) Notes: svn path=/head/; revision=99920 | ||||
* | Use the SORT macro from bsd.port.mk. | Trevor Johnson | 2004-01-22 | 1 | -1/+2 |
| | | | | Notes: svn path=/head/; revision=98788 | ||||
* | - ECHO -> ECHO_MSG | Edwin Groothuis | 2003-09-27 | 1 | -2/+2 |
| | | | | | | | | | | | | for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89491 | ||||
* | Make portlint(1) happy by changing strip to ${STRIP_CMD} | Sergey A. Osokin | 2003-09-24 | 1 | -1/+1 |
| | | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169 | ||||
* | BROKEN on 5.1: does not compile | Kris Kennaway | 2003-05-18 | 1 | -0/+4 |
| | | | | Notes: svn path=/head/; revision=81219 | ||||
* | These older compilers don't support amd64, sparc64, and ia64. | David E. O'Brien | 2003-05-09 | 1 | -0/+1 |
| | | | | Notes: svn path=/head/; revision=80508 | ||||
* | De-pkg-comment. | Akinori MUSHA | 2003-02-20 | 2 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=75971 | ||||
* | Add the fsf-funding.7 gfdl.7 gpl.7 manpages. IMO it is questionable | Kris Kennaway | 2003-01-14 | 1 | -0/+1 |
| | | | | | | | whether these should even be installed. Notes: svn path=/head/; revision=73082 | ||||
* | o Rollback PORTCOMMENT modifications while this feature's implementation | Mario Sergio Fujikawa Ferreira | 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) Notes: svn path=/head/; revision=69808 | ||||
* | Use PORTCOMMENT in the Makefile, and whack the pkg-comment. | Adam Weinberger | 2002-11-06 | 2 | -1/+2 |
| | | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612 | ||||
* | The effort to maintain these for FreeBSD just isn't worth it with the lack | David E. O'Brien | 2002-11-05 | 1 | -1/+1 |
| | | | | | | | of reward. Notes: svn path=/head/; revision=69508 | ||||
* | Use MASTER_SITES_GCC. | Akinori MUSHA | 2002-10-19 | 1 | -3/+2 |
| | | | | | | | Approved by: obrien (maintainer) Notes: svn path=/head/; revision=68364 | ||||
* | Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also the | Gerald Pfeifer | 2002-07-31 | 1 | -1/+1 |
| | | | | | | | | | path was wrong). Approved by: obrien (maintainer+mentor) Notes: svn path=/head/; revision=63802 | ||||
* | Remove Java from this port. If you want to use GCC's Java you really want | David E. O'Brien | 2002-04-26 | 2 | -10/+1 |
| | | | | | | | | to use GCC 3.1. Also for some reason `gettext' 0.11.1 will not work after gcc30 [w/Java] has been installed (PR 37361). Notes: svn path=/head/; revision=58181 | ||||
* | GCC 2.95 and later aren't called egcs (any longer). Also update | Gerald Pfeifer | 2002-04-17 | 2 | -13/+3 |
| | | | | | | | | | description and web address. Approved by: obrien (maintainer+mentor) Notes: svn path=/head/; revision=57788 | ||||
* | GCC 2.95 and later aren't called egcs (any longer), so remove three patches | Gerald Pfeifer | 2002-04-12 | 3 | -36/+0 |
| | | | | | | | | | that add references to egcs to the documentation. Approved by: obrien (maintainer+mentor) Notes: svn path=/head/; revision=57610 | ||||
* | Upgrade to version 3.0.4. | David E. O'Brien | 2002-03-09 | 2 | -8/+8 |
| | | | | Notes: svn path=/head/; revision=55779 | ||||
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | Akinori MUSHA | 2002-01-29 | 1 | -11/+11 |
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=53957 | ||||
* | Upgrade to version 3.0.3. | David E. O'Brien | 2002-01-27 | 3 | -33/+25 |
| | | | | Notes: svn path=/head/; revision=53842 | ||||
* | Set these ports' LATEST_LINK to gcc{27,28,295,30} to avoid conflict | Akinori MUSHA | 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.) Notes: svn path=/head/; revision=53351 | ||||
* | Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵ | Mario Sergio Fujikawa Ferreira | 2001-11-20 | 1 | -1/+1 |
| | | | | | | | the later case Notes: svn path=/head/; revision=50301 | ||||
* | Utilize the PATCH_WRKDIR knob now that it exists. | David E. O'Brien | 2001-10-27 | 1 | -4/+1 |
| | | | | Notes: svn path=/head/; revision=49271 | ||||
* | Update to 3.0.2. | David E. O'Brien | 2001-10-27 | 3 | -9/+9 |
| | | | | Notes: svn path=/head/; revision=49268 | ||||
* | install/deinstall info entryies correctly (revision bump is not needed). | FUJISHIMA Satsuki | 2001-09-23 | 2 | -3/+5 |
| | | | | Notes: svn path=/head/; revision=48115 | ||||
* | fix package: | FUJISHIMA Satsuki | 2001-09-11 | 3 | -59/+15 |
| | | | | | | | | | | unify info files rather than fixing pkg-plist at every future update. remove %D/lib/gcc-lib/blah if empty. Non-response from: maintainer Notes: svn path=/head/; revision=47689 | ||||
* | Update to 3.0.1. | David E. O'Brien | 2001-08-30 | 3 | -9/+9 |
| | | | | Notes: svn path=/head/; revision=47172 | ||||
* | Update to GCC 3.0.0. | David E. O'Brien | 2001-08-30 | 8 | -67/+93 |
| | | | | Notes: svn path=/head/; revision=47170 | ||||
* | Majorly clean this port up. | David E. O'Brien | 2001-06-20 | 2 | -37/+21 |
| | | | | Notes: svn path=/head/; revision=44262 | ||||
* | I missed a gcc30'ism when converting this from `gcc-devel'. | David E. O'Brien | 2001-06-20 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=44259 | ||||
* | Fix this port up so gcc30 can be used bsd.port.mk for when we return | David E. O'Brien | 2001-06-02 | 2 | -16/+16 |
| | | | | | | | to mixed compilers between -current and -stable. Notes: svn path=/head/; revision=43449 | ||||
* | Upgrade to the 30-April-2001 edition GCC 2.97 development snapshot. | David E. O'Brien | 2001-05-04 | 3 | -14/+29 |
| | | | | | | | [and a sad day in history] Notes: svn path=/head/; revision=42241 | ||||
* | Upgrade to the 20-March-2001 edition GCC 2.97 development snapshot. | David E. O'Brien | 2001-03-24 | 2 | -6/+6 |
| | | | | | | | [a nice friend's b-day at that :-)] Notes: svn path=/head/; revision=40302 | ||||
* | Fix version number. | David E. O'Brien | 2001-03-11 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=39538 | ||||
* | Upgrade to the 5-March-2001 edition GCC 2.97 development snapshot. | David E. O'Brien | 2001-03-06 | 2 | -6/+6 |
| | | | | Notes: svn path=/head/; revision=39155 | ||||
* | Fix nits in the auto lib-gcc PLIST generation. | David E. O'Brien | 2001-03-02 | 2 | -26/+14 |
| | | | | Notes: svn path=/head/; revision=38969 | ||||
* | Upgrade to the 5-Feb-2001 edition GCC 2.97 development snapshot. | David E. O'Brien | 2001-02-14 | 4 | -130/+157 |
| | | | | Notes: svn path=/head/; revision=38345 | ||||
* | typo clean up police: \s -> \t | Mario Sergio Fujikawa Ferreira | 2001-02-14 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=38343 | ||||
* | Upgrade to the Christmas edition GCC 2.97 development snapshot. | David E. O'Brien | 2000-12-27 | 2 | -6/+6 |
| | | | | Notes: svn path=/head/; revision=36396 | ||||
* | Upgrade to the 2000-12-18 GCC 2.97 development snapshot. | David E. O'Brien | 2000-12-21 | 2 | -33/+29 |
| | | | | Notes: svn path=/head/; revision=36214 | ||||
* | Forgot to commit the bits that rm's the new libjava as it breaks the | David E. O'Brien | 2000-12-13 | 1 | -0/+1 |
| | | | | | | | GCC bootstrap. Notes: svn path=/head/; revision=35958 | ||||
* | Upgrade to the 2000-12-11 GCC 2.97 development snapshot. | David E. O'Brien | 2000-12-13 | 3 | -35/+42 |
| | | | | Notes: svn path=/head/; revision=35941 | ||||
* | Change name of programs from e<program_name> to g<program_name>, since | David E. O'Brien | 2000-12-05 | 2 | -18/+17 |
| | | | | | | | | | | | e<program_name> conflicts with the egcs port. I'm open to a better nameing scheme. Also change the shared libs configuring logic a little bit due to changed way of doing it on libstdc++-v3, which this snapshot uses by default. Notes: svn path=/head/; revision=35702 | ||||
* | Change the libstdc++.so version number to be more like the stock one. | David E. O'Brien | 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. Notes: svn path=/head/; revision=35700 | ||||
* | First cut at configure support for FreeBSD PowerPC, Sparc64, and StrongARM. | David E. O'Brien | 2000-11-28 | 1 | -0/+64 |
| | | | | Notes: svn path=/head/; revision=35498 | ||||
* | Upgrade to the 2000-11-20 GCC 2.97 development snapshot. | David E. O'Brien | 2000-11-28 | 9 | -277/+86 |
| | | | | | | | This one should be using libstdc++ v3 and the new 3.0 C++ ABI now. Notes: svn path=/head/; revision=35497 | ||||
* | Upgrade to the 2000-10-02 GCC 2.97 development snapshot. | David E. O'Brien | 2000-10-10 | 7 | -623/+173 |
| | | | | Notes: svn path=/head/; revision=33689 | ||||
* | Upgrade to the 2000-08-28 GCC 2.96 development snapshot. | David E. O'Brien | 2000-09-15 | 3 | -69/+89 |
| | | | | Notes: svn path=/head/; revision=32664 |