openssl port - patch file

Peter Pentchev roam at ringlet.net
Fri Aug 14 08:33:27 UTC 2009


On Fri, Aug 14, 2009 at 10:19:27AM +0200, Oliver Lehmann wrote:
> Hi, 
> 
> you've changed the PATCHFILES to dtls-bugs-2009-05-18.patch for openssl - 
> but I'm not able to fetch this file nor does google found it... so where 
> can I get it from? 

I think that there are two problems here.

First, Dirk Meyer has placed this file in his local distfiles directory
on the FreeBSD cluster, but it has not yet propagated to the FTP servers.
This should take a couple of hours, a day at most.

Second, the security/openssl/Makefile is indeed referring to
${MASTER_SITE_LOCAL} in PATCH_SITES, but it is missing a subdirectory
there.  Thus, even after the patch propagates to the FreeBSD FTP mirrors,
the port's Makefile will still be looking for it in the wrong place.
The following trivial patch should fix that; Dirk, I could commit it
if you are busy.

Index: ports/security/openssl/Makefile
===================================================================
RCS file: /fs/ncvs/ports/security/openssl/Makefile,v
retrieving revision 1.153
diff -u -r1.153 Makefile
--- ports/security/openssl/Makefile	14 Aug 2009 06:32:22 -0000	1.153
+++ ports/security/openssl/Makefile	14 Aug 2009 08:29:53 -0000
@@ -16,6 +16,7 @@
 MASTER_SITE_SUBDIR=	source
 #PATCH_SITES=	http://sctp.fh-muenster.de/dtls/
 PATCH_SITES=	${MASTER_SITE_LOCAL}
+PATCH_SITE_SUBDIR=	dinoex
 PATCHFILES=	dtls-bugs-2009-05-18.patch
 DISTNAME=	${PORTNAME}-${PORTVERSION}

G'luck,
Peter

-- 
Peter Pentchev	roam at ringlet.net    roam at space.bg    roam at FreeBSD.org
PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
This inert sentence is my body, but my soul is alive, dancing in the sparks of your brain.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20090814/edd629b4/attachment.pgp


More information about the freebsd-ports mailing list