diff options
author | gerald <gerald@FreeBSD.org> | 2005-12-29 06:29:09 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-12-29 06:29:09 +0800 |
commit | 877afdaa1bc2fdd0b48dac06efa0e3d9e16e1b68 (patch) | |
tree | 1cee1a95328d6e76bc5f2c745f1fedb5d52b7743 /lang/gcc33 | |
parent | 88e0cc190e61150ba3bb73789b3c700101610128 (diff) | |
download | freebsd-ports-gnome-877afdaa1bc2fdd0b48dac06efa0e3d9e16e1b68.tar.gz freebsd-ports-gnome-877afdaa1bc2fdd0b48dac06efa0e3d9e16e1b68.tar.zst freebsd-ports-gnome-877afdaa1bc2fdd0b48dac06efa0e3d9e16e1b68.zip |
Update to the 20051223 snapshot of GCC 4.1.0.
Install the .info files of the lang/gcc41 port in a port-specific
subdirectory, and move include/mf-runtime.h into a version specific
directory. This allows us to remove the conflict with lang/gcc33,
and reduce the clash with lang/gcc42.
Also improve packaging by using @dirrm include/ssp instead of speculative
removal.
Diffstat (limited to 'lang/gcc33')
-rw-r--r-- | lang/gcc33/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index 230285761339..395ca52afde3 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/Makefile @@ -24,7 +24,6 @@ DISTFILES= \ MAINTAINER?= gerald@FreeBSD.org COMMENT?= GNU Compiler Collection 3.3 -CONFLICTS= gcc-4.1.* LATEST_LINK?= gcc33${PKGNAMESUFFIX} USE_BISON= yes USE_BZIP2= yes |