diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-05-30 09:32:25 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-05-30 09:32:25 +0000 |
commit | 75fbad65cc8cfa2a5e374ae0ee0fce090557d81c (patch) | |
tree | 852c7b4aa7f779723de6f9fa34b55078bc79bc3f /lang/gcc/pkg-plist | |
parent | 983e8c057823e8c5fa40084cb61a960ccc2bc44b (diff) |
Update to the 20090528 snapshot of GCC 4.5.0.
Move the snapshot date from PORTREVISION to being a part of PORTVERSION
to allow for PORTREVISION bumps.
Simplify pre-everything and adjust PLIST_SUB accordingly.
Move VERSIONSTRING down to pacify portlint after all those years and
extract it from PORTVERSION, too.
Notes
Notes:
svn path=/head/; revision=234824
Diffstat (limited to 'lang/gcc/pkg-plist')
-rw-r--r-- | lang/gcc/pkg-plist | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/gcc/pkg-plist b/lang/gcc/pkg-plist index 34769d657489..d902b6ab2d2b 100644 --- a/lang/gcc/pkg-plist +++ b/lang/gcc/pkg-plist @@ -12,6 +12,13 @@ bin/%%GNU_HOST%%-gcc-%%GCC_VER%% bin/%%GNU_HOST%%-gcc%%SUFFIX%% bin/%%GNU_HOST%%-gfortran%%SUFFIX%% info/gcc%%SUFFIX%%/dir +share/libstdc++/python/libstdcxx/__init__.py +share/libstdc++/python/libstdcxx/v6/__init__.py +share/libstdc++/python/libstdcxx/v6/printers.py +@dirrm share/libstdc++/python/libstdcxx/v6 +@dirrm share/libstdc++/python/libstdcxx +@dirrm share/libstdc++/python +@dirrm share/libstdc++ %%JAVA%%bin/aot-compile%%SUFFIX%% %%JAVA%%bin/gappletviewer%%SUFFIX%% %%JAVA%%bin/gc-analyze%%SUFFIX%% |