Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2007 16:50:26 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/112050: [PATCH] devel/rpc2: update to 2.5
Message-ID:  <1177357826.961811.37786.nullmailer@bsdmail.org>
Resent-Message-ID: <200704232000.l3NK08i7033331@freefall.freebsd.org>

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

>Number:         112050
>Category:       ports
>Synopsis:       [PATCH] devel/rpc2: update to 2.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 23 20:00:08 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD island.freebsd.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:
- Update to 2.5

Removed file(s):
- files/patch-rp2gen_symtab.c
- files/patch-secure_secure_init.c

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- rpc2-2.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/rpc2/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile	27 Feb 2007 08:59:13 -0000	1.22
+++ Makefile	23 Apr 2007 19:49:57 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rpc2
-PORTVERSION=	2.4
+PORTVERSION=	2.5
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \
 		ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/rpc2/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- distinfo	27 Feb 2007 08:59:13 -0000	1.14
+++ distinfo	23 Apr 2007 19:49:57 -0000
@@ -1,3 +1,3 @@
-MD5 (rpc2-2.4.tar.gz) = 85e73e58a541859f6b8475459746cf27
-SHA256 (rpc2-2.4.tar.gz) = eb3004e82c5aa22f38dcdc1d29b98acd7038f2b235460f92fdc4cd41f459d2a3
-SIZE (rpc2-2.4.tar.gz) = 607410
+MD5 (rpc2-2.5.tar.gz) = bb3119a6cc2a1ddafdadefb6a805fa5c
+SHA256 (rpc2-2.5.tar.gz) = 7c97d3530d4c98d54acffe1dbdea2b05d7a67c7564b6b44914070b9cd6222588
+SIZE (rpc2-2.5.tar.gz) = 607817
Index: files/patch-rp2gen_symtab.c
===================================================================
RCS file: files/patch-rp2gen_symtab.c
diff -N files/patch-rp2gen_symtab.c
--- files/patch-rp2gen_symtab.c	20 Oct 2006 10:36:38 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
---- rp2gen/symtab.c.orig	Fri Oct 20 09:04:36 2006
-+++ rp2gen/symtab.c	Fri Oct 20 09:19:18 2006
-@@ -53,6 +53,12 @@
- extern VAR *make_var();
- ENTRY *find();
- 
-+/*
-+ * If this is not prototyped its return value defaults to int which results
-+ * in bogus results on systems where sizeof(void*) > sizeof(int).
-+ */
-+extern RPC2_TYPE *rpc2_struct_type(VAR **);
-+
- /* This module uses external chaining */
- 
- #define SYMTAB_SIZE	50
Index: files/patch-secure_secure_init.c
===================================================================
RCS file: files/patch-secure_secure_init.c
diff -N files/patch-secure_secure_init.c
--- files/patch-secure_secure_init.c	5 Oct 2006 17:09:55 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- secure/secure_init.c.orig	Thu Oct  5 14:51:00 2006
-+++ secure/secure_init.c	Thu Oct  5 14:52:06 2006
-@@ -13,6 +13,8 @@
- 			Additional copyrights
- #*/
- 
-+#include <netinet/in.h>  /* ``struct sockaddr_in'' in (at least) FreeBSD */
-+
- #include <stdio.h>
- #include <string.h>
- #include <syslog.h>
--- rpc2-2.5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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