Date: Fri, 14 Aug 2009 11:33:24 +0300 From: Peter Pentchev <roam@ringlet.net> To: Oliver Lehmann <lehmann@ans-netz.de> Cc: dinoex@freebsd.org, ports@freebsd.org Subject: Re: openssl port - patch file Message-ID: <20090814083324.GA965@straylight.m.ringlet.net> In-Reply-To: <20090814081927.11581.qmail@avocado.salatschuessel.net> References: <20090814081927.11581.qmail@avocado.salatschuessel.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 14, 2009 at 10:19:27AM +0200, Oliver Lehmann wrote: > Hi,=20 >=20 > you've changed the PATCHFILES to dtls-bugs-2009-05-18.patch for openssl -= =20 > but I'm not able to fetch this file nor does google found it... so where= =20 > can I get it from?=20 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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=3D source #PATCH_SITES=3D http://sctp.fh-muenster.de/dtls/ PATCH_SITES=3D ${MASTER_SITE_LOCAL} +PATCH_SITE_SUBDIR=3D dinoex PATCHFILES=3D dtls-bugs-2009-05-18.patch DISTNAME=3D ${PORTNAME}-${PORTVERSION} G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@space.bg roam@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. --45Z9DzgjV8m4Oswq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkqFIVQACgkQ7Ri2jRYZRVN9lgCgvS7bMjC1mI+mAbfQdSuBr9RM K1AAoJec02Wq64Q/qumTOFfsWFjZXOTx =eSXV -----END PGP SIGNATURE----- --45Z9DzgjV8m4Oswq--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090814083324.GA965>