aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-09 04:44:52 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-09 04:44:52 +0000
commit97fccae1c13ba7adf45d99479f4ab742595156cc (patch)
treef52117a177f601c50e9fd2d197563c93486f1322 /lang
parent6c34c9e6f295fd2346b76d72f8701305eed8bd36 (diff)
downloadports-97fccae1c13ba7adf45d99479f4ab742595156cc.tar.gz
ports-97fccae1c13ba7adf45d99479f4ab742595156cc.zip
Update to 0.2.6
PR: 31727 Reviewed by: maintainer
Notes
Notes: svn path=/head/; revision=52796
Diffstat (limited to 'lang')
-rw-r--r--lang/pnet/Makefile13
-rw-r--r--lang/pnet/distinfo2
-rw-r--r--lang/pnet/files/patch-configure25
-rw-r--r--lang/pnet/files/patch-libgc::configure19
-rw-r--r--lang/pnet/pkg-plist39
5 files changed, 80 insertions, 18 deletions
diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile
index 30e63e718093..b4a8989d3d68 100644
--- a/lang/pnet/Makefile
+++ b/lang/pnet/Makefile
@@ -6,22 +6,19 @@
#
PORTNAME= pnet
-PORTVERSION= 0.1.8
+PORTVERSION= 0.2.6
CATEGORIES= lang
MASTER_SITES= http://www.southern-storm.com.au/download/
MAINTAINER= ahze@ahze.net
-BUILD_DEPENDS= ${LOCALBASE}/bin/treecc:${PORTSDIR}/lang/treecc
+BUILD_DEPENDS= treecc:${PORTSDIR}/lang/treecc
GNU_CONFIGURE= yes
USE_GMAKE= yes
-MAN1= ilasm.1 \
- ildasm.1 \
- ilsize.1 \
- ilnative.1 \
- ilfind.1 \
- cscc.1 \
+
+MAN1= cscc.1 csdoc.1 csdoc2html.1 csdoc2texi.1 ilasm.1 \
+ ildasm.1 ildiff.1 ilfind.1 ilnative.1 ilsize.1 \
resgen.1
.include <bsd.port.mk>
diff --git a/lang/pnet/distinfo b/lang/pnet/distinfo
index 466bf4cfaff8..786bd94a9e40 100644
--- a/lang/pnet/distinfo
+++ b/lang/pnet/distinfo
@@ -1 +1 @@
-MD5 (pnet-0.1.8.tar.gz) = 1c115507ac57d51d20bd4b12f9b07198
+MD5 (pnet-0.2.6.tar.gz) = a044e93eafc636a467fbbb9835c41f38
diff --git a/lang/pnet/files/patch-configure b/lang/pnet/files/patch-configure
new file mode 100644
index 000000000000..676f1a758db3
--- /dev/null
+++ b/lang/pnet/files/patch-configure
@@ -0,0 +1,25 @@
+--- 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/files/patch-libgc::configure b/lang/pnet/files/patch-libgc::configure
new file mode 100644
index 000000000000..62fa1540042e
--- /dev/null
+++ b/lang/pnet/files/patch-libgc::configure
@@ -0,0 +1,19 @@
+--- libgc/configure.orig Sun Dec 30 23:15:13 2001
++++ libgc/configure Sun Dec 30 23:21:19 2001
+@@ -410,16 +410,6 @@
+ -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
+ ;;
+
+- *)
+- if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
+- echo "configure: warning: $ac_option: invalid host type" 1>&2
+- fi
+- if test "x$nonopt" != xNONE; then
+- { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
+- fi
+- nonopt="$ac_option"
+- ;;
+-
+ esac
+ done
+
diff --git a/lang/pnet/pkg-plist b/lang/pnet/pkg-plist
index abdbd2057fec..c2ec2cbe489a 100644
--- a/lang/pnet/pkg-plist
+++ b/lang/pnet/pkg-plist
@@ -1,32 +1,53 @@
+bin/csant
+bin/cscc
+bin/csdoc
+bin/csdoc2html
+bin/csdoc2texi
+bin/csdocvalil
+bin/ilalink
bin/ilasm
bin/ildasm
-bin/ilsize
-bin/ilnative
+bin/ildb
+bin/ildiff
bin/ilfind
-bin/cscc
+bin/ilnative
+bin/ilrun
+bin/ilsize
+bin/ilverify
bin/resgen
include/pnet/il_coder.h
include/pnet/il_config.h
include/pnet/il_decimal.h
include/pnet/il_dumpasm.h
+include/pnet/il_gc.h
include/pnet/il_image.h
include/pnet/il_jopcodes.h
include/pnet/il_meta.h
include/pnet/il_opcodes.h
include/pnet/il_program.h
+include/pnet/il_serialize.h
include/pnet/il_system.h
include/pnet/il_types.h
include/pnet/il_utils.h
include/pnet/il_values.h
include/pnet/il_writer.h
include/pnet/il_xml.h
-lib/libILSupport.a
-lib/libILImage.a
-lib/libILDumpAsm.a
-lib/libILEngine.a
-lib/libILCodeGen.a
+info/pnettools.info
+info/pnettools.info-1
+info/pnettools.info-2
+info/pnettools.info-3
+info/pnettools.info-4
lib/cscc/plugins/cscc-cs
lib/cscc/plugins/cscc-csharp
-@dirrm include/pnet
+lib/libILCodeGen.a
+lib/libILDumpAsm.a
+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
+@dirrm include/pnet