View | Details | Raw Unified | Return to bug 112919
Collapse All | Expand All

(-)/disk/3/home/nivo/ports/rpc2/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	rpc2
8
PORTNAME=	rpc2
9
PORTVERSION=	2.4
9
PORTVERSION=	2.5
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \
11
MASTER_SITES=	ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \
12
		ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ \
12
		ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ \
(-)/disk/3/home/nivo/ports/rpc2/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (rpc2-2.4.tar.gz) = 85e73e58a541859f6b8475459746cf27
1
MD5 (rpc2-2.5.tar.gz) = bb3119a6cc2a1ddafdadefb6a805fa5c
2
SHA256 (rpc2-2.4.tar.gz) = eb3004e82c5aa22f38dcdc1d29b98acd7038f2b235460f92fdc4cd41f459d2a3
2
SHA256 (rpc2-2.5.tar.gz) = 7c97d3530d4c98d54acffe1dbdea2b05d7a67c7564b6b44914070b9cd6222588
3
SIZE (rpc2-2.4.tar.gz) = 607410
3
SIZE (rpc2-2.5.tar.gz) = 607817
(-)/disk/3/home/nivo/ports/rpc2/files/patch-rp2gen_symtab.c (-15 lines)
Lines 1-15 Link Here
1
--- rp2gen/symtab.c.orig	Fri Oct 20 09:04:36 2006
2
+++ rp2gen/symtab.c	Fri Oct 20 09:19:18 2006
3
@@ -53,6 +53,12 @@
4
 extern VAR *make_var();
5
 ENTRY *find();
6
 
7
+/*
8
+ * If this is not prototyped its return value defaults to int which results
9
+ * in bogus results on systems where sizeof(void*) > sizeof(int).
10
+ */
11
+extern RPC2_TYPE *rpc2_struct_type(VAR **);
12
+
13
 /* This module uses external chaining */
14
 
15
 #define SYMTAB_SIZE	50
(-)/disk/3/home/nivo/ports/rpc2/files/patch-secure_secure_init.c (-11 lines)
Lines 1-11 Link Here
1
--- secure/secure_init.c.orig	Thu Oct  5 14:51:00 2006
2
+++ secure/secure_init.c	Thu Oct  5 14:52:06 2006
3
@@ -13,6 +13,8 @@
4
 			Additional copyrights
5
 #*/
6
 
7
+#include <netinet/in.h>  /* ``struct sockaddr_in'' in (at least) FreeBSD */
8
+
9
 #include <stdio.h>
10
 #include <string.h>
11
 #include <syslog.h>

Return to bug 112919