diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-12-28 22:29:09 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-12-28 22:29:09 +0000 |
commit | 981bb88e277492507a333cd2326f734bd9e08d8e (patch) | |
tree | e195af250e896455cbfcda4e9e8a96a311e77e9e /lang/gcc33 | |
parent | New port: lang/fpc2 (diff) |
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 |