diff options
Diffstat (limited to 'lang/pnet')
-rw-r--r-- | lang/pnet/Makefile | 4 | ||||
-rw-r--r-- | lang/pnet/distinfo | 2 | ||||
-rw-r--r-- | lang/pnet/files/patch-configure | 25 | ||||
-rw-r--r-- | lang/pnet/pkg-plist | 17 |
4 files changed, 17 insertions, 31 deletions
diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile index fb74d8c..3eebf0a 100644 --- a/lang/pnet/Makefile +++ b/lang/pnet/Makefile @@ -6,13 +6,13 @@ # PORTNAME= pnet -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.4 CATEGORIES= lang MASTER_SITES= http://www.southern-storm.com.au/download/ MAINTAINER= ahze@rgv.net -BUILD_DEPENDS= treecc:${PORTSDIR}/lang/treecc +BUILD_DEPENDS= treecc-0.1.0:${PORTSDIR}/lang/treecc GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/lang/pnet/distinfo b/lang/pnet/distinfo index 455fffe..5e790fc 100644 --- a/lang/pnet/distinfo +++ b/lang/pnet/distinfo @@ -1 +1 @@ -MD5 (pnet-0.3.0.tar.gz) = 3b8545f037f90e4f30447d7a01bccaa6 +MD5 (pnet-0.3.4.tar.gz) = d487b0e74cfca4c5dff5892b0f66f12c diff --git a/lang/pnet/files/patch-configure b/lang/pnet/files/patch-configure deleted file mode 100644 index 676f1a7..0000000 --- a/lang/pnet/files/patch-configure +++ /dev/null @@ -1,25 +0,0 @@ ---- configure.orig Mon Nov 26 20:55:10 2001 -+++ configure Sun Dec 30 23:00:35 2001 -@@ -3739,20 +3739,9 @@ - # The recursion is here. - if test -n "$ac_sub_configure"; then - -- # Make the cache file name correct relative to the subdirectory. -- case "$cache_file" in -- /*) ac_sub_cache_file=$cache_file ;; -- *) # Relative path. -- ac_sub_cache_file="$ac_dots$cache_file" ;; -- esac -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac -- -- echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" -+ echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --srcdir=$ac_sub_srcdir" - # The eval makes quoting arguments work. -- if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir -+ if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --srcdir=$ac_sub_srcdir - then : - else - { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; } diff --git a/lang/pnet/pkg-plist b/lang/pnet/pkg-plist index 728264b..435efe9 100644 --- a/lang/pnet/pkg-plist +++ b/lang/pnet/pkg-plist @@ -2,10 +2,12 @@ bin/csant bin/cscc bin/csdoc bin/csdoc2html +bin/csdoc2stub bin/csdoc2texi bin/csdocvalil bin/ilalink bin/ilasm +bin/ilcheck bin/ildasm bin/ildb bin/ildiff @@ -18,8 +20,10 @@ bin/resgen include/pnet/il_coder.h include/pnet/il_config.h include/pnet/il_crypt.h +include/pnet/il_debug.h include/pnet/il_decimal.h include/pnet/il_dumpasm.h +include/pnet/il_errno.h include/pnet/il_gc.h include/pnet/il_image.h include/pnet/il_jopcodes.h @@ -27,6 +31,7 @@ include/pnet/il_meta.h include/pnet/il_opcodes.h include/pnet/il_program.h include/pnet/il_serialize.h +include/pnet/il_sysio.h include/pnet/il_system.h include/pnet/il_types.h include/pnet/il_utils.h @@ -38,6 +43,14 @@ info/pnettools.info-1 info/pnettools.info-2 info/pnettools.info-3 info/pnettools.info-4 +lib/cscc/lib/I18N-handlers.def +lib/cscc/lib/I18N.CJK.dll +lib/cscc/lib/I18N.MidEast.dll +lib/cscc/lib/I18N.Other.dll +lib/cscc/lib/I18N.Rare.dll +lib/cscc/lib/I18N.West.dll +lib/cscc/lib/I18N.dll +lib/cscc/lib/mscorlib.dll lib/cscc/plugins/cscc-cs lib/cscc/plugins/cscc-csharp lib/libILCodeGen.a @@ -46,9 +59,7 @@ lib/libILEngine.a lib/libILImage.a lib/libILLink.a lib/libILSupport.a -lib/libgc.a -lib/libgc.la -lib/libgc.so.1 @dirrm lib/cscc/plugins +@dirrm lib/cscc/lib @dirrm lib/cscc @dirrm include/pnet |