svn commit: r320746 - head/security/tlswrap

Johan van Selst johans at FreeBSD.org
Thu Jun 13 09:52:07 UTC 2013


Author: johans
Date: Thu Jun 13 09:52:06 2013
New Revision: 320746
URL: http://svnweb.freebsd.org/changeset/ports/320746

Log:
  Add patch to fix build on FreeBSD 10.x (no functional changes)

Modified:
  head/security/tlswrap/Makefile

Modified: head/security/tlswrap/Makefile
==============================================================================
--- head/security/tlswrap/Makefile	Thu Jun 13 09:32:39 2013	(r320745)
+++ head/security/tlswrap/Makefile	Thu Jun 13 09:52:06 2013	(r320746)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	tlswrap
-# Date created:		25 July 2005
-# Whom:			Daniel O'Connor <darius at dons.net.au>
-#
+# Created by: Daniel O'Connor <darius at dons.net.au>
 # $FreeBSD$
-#
 
 PORTNAME=	tlswrap
 PORTVERSION=	1.0.4
@@ -24,6 +20,8 @@ PORTDOCS=	README
 post-patch:
 	@${REINPLACE_CMD} -E 's,^(CC|CFLAGS|LDFLAGS).*=,\1?=,g' \
 		${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -E 's,pipe([12]),pipe0\1,g' \
+		${WRKSRC}/misc.[ch] ${WRKSRC}/network.c ${WRKSRC}/tlswrap.c
 
 post-install:
 .if !defined(NOPORTDOCS)


More information about the svn-ports-all mailing list