Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove install-info from Makefile, it's automatically done when INFO is defined | edwin | 2005-12-05 | 1 | -3/+0 |
| | |||||
* | Use INFO macro | edwin | 2005-12-04 | 1 | -0/+2 |
| | |||||
* | Does not compile on alpha. Since it's unlikely anyone is going to fix | kris | 2005-01-02 | 1 | -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 alpha | kris | 2005-01-02 | 1 | -0/+4 |
| | | | | Approved by: portmgr (self) | ||||
* | If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPE | obrien | 2004-12-11 | 1 | -0/+4 |
| | | | | set to something GCC 2.95 won't understand. Also, set NO_CDROM. | ||||
* | Tidy up whitespace. | trevor | 2004-04-10 | 1 | -2/+2 |
| | |||||
* | DEPRECATE the unused, outdated egcs port for removal at a future date. | kris | 2004-03-14 | 1 | -0/+2 |
| | |||||
* | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | marcus | 2004-02-04 | 1 | -0/+1 |
| | | | | (Part 2) | ||||
* | - make build only on i386 alpha | dinoex | 2003-11-11 | 1 | -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} | osa | 2003-09-24 | 1 | -1/+1 |
| | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 | ||||
* | BROKEN on 5.1: does not compile | kris | 2003-05-18 | 1 | -0/+4 |
| | |||||
* | De-pkg-comment. | knu | 2003-02-20 | 1 | -0/+1 |
| | |||||
* | Use the full path to /sbin/sysctl | kris | 2003-01-30 | 1 | -1/+1 |
| | | | | Noticed by: 'make index' in crontab | ||||
* | Use MASTER_SITE_GCC. | obrien | 2002-11-24 | 1 | -8/+2 |
| | |||||
* | o Rollback PORTCOMMENT modifications while this feature's implementation | lioux | 2002-11-10 | 1 | -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. | adamw | 2002-11-06 | 1 | -0/+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. | ||||
* | Do dynamic PLIST creation like the `gcc-devel' port. This is the easiest | obrien | 2000-12-05 | 1 | -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. | obrien | 2000-11-30 | 1 | -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. (It | asami | 2000-10-10 | 1 | -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} 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. | ||||
* | 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 | 1 | -6/+5 |
| | |||||
* | portlint | obrien | 1999-09-04 | 1 | -2/+2 |
| | |||||
* | trim distfiles | obrien | 1999-08-30 | 1 | -2/+1 |
| | |||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 2.95.1. | obrien | 1999-08-19 | 1 | -2/+2 |
| | |||||
* | Use a better sed(1) pattern in case I break __FreeBSD__ again. | obrien | 1999-08-18 | 1 | -2/+2 |
| | |||||
* | Key off the DISTNAME more, so that upgrading requires less editing. | obrien | 1999-08-18 | 1 | -24/+24 |
| | |||||
* | More EGCS->GCC transition. | obrien | 1999-08-16 | 1 | -13/+13 |
| | | | | | * binaries/manpages are now gcc295 / g++295 / g77 * use {MASTER_SITE_GNU} | ||||
* | 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 | 1 | -38/+50 |
| | |||||
* | Remove the test to create ${PREFIX}/share/info/dir as it is now | mharo | 1999-06-05 | 1 | -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 ... | scrappy | 1999-04-22 | 1 | -3/+1 |
| | |||||
* | Real URLs that reference directories end in '/' | billf | 1999-04-08 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | * Add support for ``-pthead'' | obrien | 1999-03-22 | 1 | -8/+7 |
| | | | | | | | * Add Alpha support Obtained from: Alpha bits taken from Hidetoshi Shimokawa's <simokawa@FreeBSD.ORG> work | ||||
* | Upgrade to 1.1.2 release. | obrien | 1999-03-17 | 1 | -26/+30 |
| | |||||
* | Commit all Y2K/WWW_SITE changes from today... | scrappy | 1999-03-11 | 1 | -1/+3 |
| | |||||
* | Fix to make ports work with bsd.port.mk rev. 1.306. | asami | 1999-03-08 | 1 | -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. | obrien | 1999-02-28 | 1 | -1/+8 |
| | | | | Submitted by: dfr | ||||
* | Upgrade to egcs-1.1.2 pre-release-2 | obrien | 1999-02-28 | 1 | -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 Makefile | obrien | 1999-02-09 | 1 | -9/+4 |
| | | | | * now GNUHOST is i386-unknown-freebsd{OS_VER} vs. i386-unknown-freebsd | ||||
* | GNUHOST is now "i386-unknown-freebsd" for an ELF machine, and | obrien | 1999-02-09 | 1 | -7/+20 |
| | | | | "i386-unknown-freebsdaout" for an a.out machine. | ||||
* | Adjust port Makefiles to new EXTRACT_* variable defaults. See log of | asami | 1999-02-03 | 1 | -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. |