summaryrefslogtreecommitdiffstats
path: root/lang/egcs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-051-3/+0
|
* Use INFO macroedwin2005-12-041-0/+2
|
* Does not compile on alpha. Since it's unlikely anyone is going to fixkris2005-01-021-5/+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)
* Does not compile on alphakris2005-01-021-0/+4
| | | | Approved by: portmgr (self)
* If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPEobrien2004-12-111-0/+4
| | | | set to something GCC 2.95 won't understand. Also, set NO_CDROM.
* Tidy up whitespace.trevor2004-04-101-2/+2
|
* DEPRECATE the unused, outdated egcs port for removal at a future date.kris2004-03-141-0/+2
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - make build only on i386 alphadinoex2003-11-111-0/+1
| | | | | | | from bento: > Configuration sparc64-portbld-freebsd5.1 not supported > Configuration amd64-portbld-freebsd5.1 not supported > Configuration ia64-portbld-freebsd5.1 not supported
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* BROKEN on 5.1: does not compilekris2003-05-181-0/+4
|
* De-pkg-comment.knu2003-02-201-0/+1
|
* Use the full path to /sbin/sysctlkris2003-01-301-1/+1
| | | | Noticed by: 'make index' in crontab
* Use MASTER_SITE_GCC.obrien2002-11-241-8/+2
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-101-2/+0
| | | | | | | | 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.adamw2002-11-061-0/+2
| | | | Approved by: pat
* The effort to maintain these for FreeBSD just isn't worth it with the lackobrien2002-11-051-1/+1
| | | | of reward.
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-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.
* Do dynamic PLIST creation like the `gcc-devel' port. This is the easiestobrien2000-12-051-7/+10
| | | | | way to deal with the differing results fix-includes gives depending on the FreeBSD version this port is built on.
* This should take this port back to the last version of it for EGCS-1.1.2.obrien2000-11-301-60/+46
| | | | | | | | 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.
* Use PLIST_SUB to only include curses.h when OSVERSION >= 400000. (Itasami2000-10-101-5/+10
| | | | | | | 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} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-2/+2
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Update to version 2.95.2.obrien1999-11-011-6/+5
|
* portlintobrien1999-09-041-2/+2
|
* trim distfilesobrien1999-08-301-2/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Upgrade to version 2.95.1.obrien1999-08-191-2/+2
|
* Use a better sed(1) pattern in case I break __FreeBSD__ again.obrien1999-08-181-2/+2
|
* Key off the DISTNAME more, so that upgrading requires less editing.obrien1999-08-181-24/+24
|
* More EGCS->GCC transition.obrien1999-08-161-13/+13
| | | | | * binaries/manpages are now gcc295 / g++295 / g77 * use {MASTER_SITE_GNU}
* Tweak a German master site.obrien1999-08-091-2/+2
| | | | Submitted by: Dirk Froemberg <dirk@FreeBSD.org>
* Add "java" to categories list. GCC-2.95 now has parts of a Java compilerobrien1999-08-051-2/+2
| | | | bunded in.
* Update to GCC-2.95 (what would have been EGCS-1.2).obrien1999-08-051-38/+50
|
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-051-4/+1
| | | | in bsd.port.mk and this helps to unify the check and install.
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...scrappy1999-04-221-3/+1
|
* Real URLs that reference directories end in '/'billf1999-04-081-2/+2
|
* Don't fetch alpha suppliment -- the bits are now part of the port.obrien1999-03-301-4/+1
|
* Don't create empty ``PREFIX/info/dir''. It is already taken care of for us.obrien1999-03-231-2/+1
|
* * Add support for ``-pthead''obrien1999-03-221-8/+7
| | | | | | | * Add Alpha support Obtained from: Alpha bits taken from Hidetoshi Shimokawa's <simokawa@FreeBSD.ORG> work
* Upgrade to 1.1.2 release.obrien1999-03-171-26/+30
|
* Commit all Y2K/WWW_SITE changes from today...scrappy1999-03-111-1/+3
|
* Fix to make ports work with bsd.port.mk rev. 1.306.asami1999-03-081-1/+2
| | | | | | | | | | | | | | | | ${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. :)
* Support building libstdc++ shared if "WANT_SHAREDLIBS" is defined.obrien1999-02-281-1/+8
| | | | Submitted by: dfr
* Upgrade to egcs-1.1.2 pre-release-2obrien1999-02-281-11/+15
| | | | | (if you are an EGCS user, please test this port. I would like to get any feedback before the 1.1.2 release)
* * clean up verbosity of Makefileobrien1999-02-091-9/+4
| | | | * now GNUHOST is i386-unknown-freebsd{OS_VER} vs. i386-unknown-freebsd
* GNUHOST is now "i386-unknown-freebsd" for an ELF machine, andobrien1999-02-091-7/+20
| | | | "i386-unknown-freebsdaout" for an a.out machine.
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-031-6/+2
| | | | | | | | | | | | | | | | | | | 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.
OpenPOWER on IntegriCloud