Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2006 17:52:10 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        archie@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   [devel/libpdel] Fix build error on 7-current
Message-ID:  <20060918175210.c48750ef.nork@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
Hi Archie!

	I have a patch to fix build error on 7-current of devel/libpdel.
	Please confirm following patch, and commit them.  or may I commit
	this OK?

	cvs add list:
		files/patch-http_servlet_cookieauth.c
		files/patch-ppp_auth_radius.c
		files/patch-rsa_util.c


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/libpdel/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	10 Sep 2006 23:54:57 -0000	1.17
+++ Makefile	18 Sep 2006 08:20:56 -0000
@@ -19,10 +19,4 @@
 
 INSTALLS_SHLIB=		yes
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700019
-BROKEN=		Does not compile on FreeBSD >= 7.0
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	libpdel/files/patch-http_servlet_cookieauth.c
#	libpdel/files/patch-ppp_auth_radius.c
#	libpdel/files/patch-rsa_util.c
#
echo x - libpdel/files/patch-http_servlet_cookieauth.c
sed 's/^X//' >libpdel/files/patch-http_servlet_cookieauth.c << 'END-of-libpdel/files/patch-http_servlet_cookieauth.c'
X--- http/servlet/http_servlet_cookieauth.c.orig	Sat Jan 22 06:01:58 2005
X+++ http/servlet/http_servlet_cookieauth.c	Sun Sep 17 19:53:55 2006
X@@ -54,6 +54,7 @@
X #include <pthread.h>
X 
X #include <openssl/ssl.h>
X+#include <openssl/md5.h>
X 
X #include "structs/structs.h"
X #include "structs/type/array.h"
END-of-libpdel/files/patch-http_servlet_cookieauth.c
echo x - libpdel/files/patch-ppp_auth_radius.c
sed 's/^X//' >libpdel/files/patch-ppp_auth_radius.c << 'END-of-libpdel/files/patch-ppp_auth_radius.c'
X--- ppp/ppp_auth_radius.c.orig	Sat Jan 22 06:02:04 2005
X+++ ppp/ppp_auth_radius.c	Sun Sep 17 19:55:28 2006
X@@ -44,6 +44,8 @@
X #include "ppp/ppp_auth.h"
X #include "ppp/ppp_msoft.h"
X 
X+#include <openssl/md5.h>
X+
X #include <poll.h>
X #include <radlib.h>
X #include <radlib_vs.h>
END-of-libpdel/files/patch-ppp_auth_radius.c
echo x - libpdel/files/patch-rsa_util.c
sed 's/^X//' >libpdel/files/patch-rsa_util.c << 'END-of-libpdel/files/patch-rsa_util.c'
X--- util/rsa_util.c.orig	Sat Jan 22 06:02:19 2005
X+++ util/rsa_util.c	Sun Sep 17 19:58:23 2006
X@@ -50,6 +50,7 @@
X 
X #include <openssl/ssl.h>
X #include <openssl/err.h>
X+#include <openssl/md5.h>
X 
X #include "structs/structs.h"
X #include "structs/type/array.h"
END-of-libpdel/files/patch-rsa_util.c
exit



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