diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-12-04 16:20:50 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-12-04 16:20:50 +0000 |
commit | e33341da8380b8f6d2b8497785d4455887809424 (patch) | |
tree | 8a412751b9b9cd4a6d79e1b4a583b504ca4dc9f3 /lang/gcc41/pkg-plist | |
parent | Add p5-Class-Base 0.03, useful base class for deriving other modules. (diff) |
Update to the 2003-11-26 snapshot and fix several packaging issues.
Import significant simplifications of the post-install handling of
GCJ include files from the gcc33 port. Use the new INFO= facility.
The port is still (marked) broken, but should essentially work out
of the box once the remaining upstream bugs have been fixed.
Diffstat (limited to 'lang/gcc41/pkg-plist')
-rw-r--r-- | lang/gcc41/pkg-plist | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lang/gcc41/pkg-plist b/lang/gcc41/pkg-plist index fcf222a09837..7544216cd144 100644 --- a/lang/gcc41/pkg-plist +++ b/lang/gcc41/pkg-plist @@ -20,9 +20,7 @@ bin/grepjar34 bin/rmic34 bin/rmiregistry34 bin/addr2name.awk -include/fficonfig.h include/ffi.h -include/ffi_mips.h include/jni.h include/jvmpi.h lib/libffi.la @@ -41,24 +39,3 @@ share/java/libgcj-%%GCC_VER%%.jar @comment Insert PLIST.gcj-inc here @comment -=[ begin PLIST.gcj-inc ]=- @comment -=[ end PLIST.gcj-inc ]=- -@unexec install-info --delete %D/info/cpp.info %D/info/dir -@unexec install-info --delete %D/info/cppinternals.info %D/info/dir -@unexec install-info --delete %D/info/g77.info %D/info/dir -@unexec install-info --delete %D/info/gcc.info %D/info/dir -@unexec install-info --delete %D/info/gccint.info %D/info/dir -@unexec install-info --delete %D/info/gcj.info %D/info/dir -@unexec install-info --delete %D/info/fastjar.info %D/info/dir -info/cpp.info -info/cppinternals.info -info/g77.info -info/gcc.info -info/gccint.info -info/gcj.info -info/fastjar.info -@exec install-info %D/info/cpp.info %D/info/dir -@exec install-info %D/info/cppinternals.info %D/info/dir -@exec install-info %D/info/g77.info %D/info/dir -@exec install-info %D/info/gcc.info %D/info/dir -@exec install-info %D/info/gccint.info %D/info/dir -@exec install-info %D/info/gcj.info %D/info/dir -@exec install-info %D/info/fastjar.info %D/info/dir |