- Update to 2.5.

- Removed patch files.
- rm files/patch-rp2gen_symtab.c.
- rm files/patch-secure_secure_init.c.

PR:		ports/112919
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
Approved by:	itetcu (mentor)
This commit is contained in:
Marcelo Araujo 2007-05-27 17:03:02 +00:00
parent e569a2be2f
commit c06193dbf4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192056
4 changed files with 4 additions and 30 deletions

View file

@ -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/ \

View file

@ -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

View file

@ -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

View file

@ -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>