Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2002 20:37:13 -0500 (EST)
From:      michael johnson <ahze@rgv.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45695: pnet upgrade 0.4.4 -> 0.4.8
Message-ID:  <20021125013713.8082922104E@TMA-1.brad-x.com>

next in thread | raw e-mail | index | archive | help

>Number:         45695
>Category:       ports
>Synopsis:       pnet upgrade 0.4.4 -> 0.4.8
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 24 17:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:



	
>Description:
	note: I sent an upgrade from 0.4.4 -> 0.4.6 (here http://www.freebsd.org/cgi/query-pr.cgi?pr=45356) and the time I sent this it has not been commented and the patch i include is for 0.4.4 -> 0.4.8. Also this port uses pnetlib which i will send patch for later 

>How-To-Repeat:

>Fix:

diff -ruN lang/pnet.orig/Makefile lang/pnet/Makefile
--- lang/pnet.orig/Makefile	Sun Nov 24 04:24:51 2002
+++ lang/pnet/Makefile	Sun Nov 24 05:58:16 2002
@@ -2,30 +2,30 @@
 # Date created:			  Fri Jul 13 01:08:14 EDT 2001
 # Whom:				  Michael Johnson <ahze@rgv.net>
 #
-# $FreeBSD: ports/lang/pnet/Makefile,v 1.17 2002/09/03 08:58:09 kevlo Exp $
+# $FreeBSD: ports/lang/pnet/Makefile,v 1 7 2002/09/03 08:58:09 kevlo Exp $
 #
 
 PORTNAME=	pnet
-PORTVERSION=	0.4.4
+PORTVERSION=	0.4.8
 CATEGORIES=	lang
 MASTER_SITES=	http://www.southern-storm.com.au/download/
 
 MAINTAINER=	ahze@rgv.net
 
-BUILD_DEPENDS=	treecc-0.1.4:${PORTSDIR}/lang/treecc
+BUILD_DEPENDS=	treecc-0.1.8:${PORTSDIR}/lang/treecc
+DEPENDS=	${LOCALBASE}/lib/cscc/lib/mscorlib.dll:${PORTSDIR}/lang/pnetlib
 
 GNU_CONFIGURE=	yes
-USE_REINPLACE=	yes
 USE_BISON=	yes
 USE_GMAKE=	yes
 STRIP=		#
 
-MAN1=		ilrun.1 ilasm.1 ildasm.1 ilsize.1 ilnative.1 ilfind.1	\
-		ildiff.1 ildd.1 cscc.1 csdoc.1	resgen.1 csdoc2texi.1	\
-		csdoc2html.1 csdoc2hier.1 clrwrap.1
-
-pre-patch:
-	@${REINPLACE_CMD} -e 's|csdoc csant samples doc tests|csdoc csant doc|g' \
-		${WRKSRC}/Makefile.*
+MAN1=		ildasm.1 ilsize.1 ilnative.1 ilfind.1 ilheader.1 \
+		ildiff.1 ildd.1 csdoc.1 resgen.1 csdoc2texi.1	 \
+		cscc.1 csdoc2html.1 csdoc2hier.1 clrwrap.1 ilrun.1 \
+		ilasm.1
+
+pre-install:
+		${INSTALL} ${WRKSRC}/samples/httpsrv.exe ${PREFIX}/bin/httpsrv.exe
 
 .include <bsd.port.mk>
diff -ruN lang/pnet.orig/distinfo lang/pnet/distinfo
--- lang/pnet.orig/distinfo	Sun Nov 24 04:24:51 2002
+++ lang/pnet/distinfo	Sun Nov 24 04:25:10 2002
@@ -1 +1 @@
-MD5 (pnet-0.4.4.tar.gz) = 452413ed360f4c8775a235a61fc3444b
+MD5 (pnet-0.4.8.tar.gz) = 0ce401cda33effe626b302fd1a6cef2e
diff -ruN lang/pnet.orig/pkg-plist lang/pnet/pkg-plist
--- lang/pnet.orig/pkg-plist	Sun Nov 24 04:24:51 2002
+++ lang/pnet/pkg-plist	Sun Nov 24 04:52:09 2002
@@ -5,6 +5,7 @@
 bin/ilalink
 bin/ilsize
 bin/ilnative
+bin/ilheader
 bin/ilfind
 bin/ildiff
 bin/ildd
@@ -19,6 +20,7 @@
 bin/clrwrap
 bin/csunit.exe
 bin/csunit
+bin/httpsrv.exe
 include/pnet/il_align.h
 include/pnet/il_bignum.h
 include/pnet/il_coder.h
@@ -60,20 +62,20 @@
 lib/cscc/plugins/cscc-cs
 lib/cscc/plugins/cscc-c-s
 lib/cscc/plugins/cscc-csharp
-lib/cscc/lib/I18N-handlers.def
+lib/cscc/lib/cstest.dll
+lib/cscc/lib/OpenSystem.C.dll
+lib/cscc/lib/mscorlib.dll
 lib/cscc/lib/I18N.CJK.dll
+lib/cscc/lib/I18N.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/OpenSystem.C.dll
+lib/cscc/lib/I18N-handlers.def
 lib/cscc/lib/System.dll
 lib/cscc/lib/System.Xml.dll
-lib/cscc/lib/cstest.dll
-lib/cscc/lib/mscorlib.dll
 lib/cscc/lib/pnetlib.here
-@dirrm lib/cscc/lib
+@dirrm include/pnet
 @dirrm lib/cscc/plugins
+@dirrm lib/cscc/lib
 @dirrm lib/cscc
-@dirrm include/pnet
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021125013713.8082922104E>