Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2016 15:35:05 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416512 - head/security/dirmngr/files
Message-ID:  <201606071535.u57FZ5iv025481@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun  7 15:35:05 2016
New Revision: 416512
URL: https://svnweb.freebsd.org/changeset/ports/416512

Log:
  - Fix build on 11.x
  
  Approved by:	portmgr blanket

Added:
  head/security/dirmngr/files/patch-src_misc.h   (contents, props changed)

Added: head/security/dirmngr/files/patch-src_misc.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/dirmngr/files/patch-src_misc.h	Tue Jun  7 15:35:05 2016	(r416512)
@@ -0,0 +1,17 @@
+--- src/misc.h.orig	2007-11-16 13:21:46 UTC
++++ src/misc.h
+@@ -114,14 +114,6 @@ void dump_cert (const char *text, ksba_c
+ char *host_and_port_from_url (const char *url, int *port);
+ 
+ 
+-#ifdef HAVE_FOPENCOOKIE
+-/* We have to implement funopen in terms of glibc's fopencookie. */
+-FILE *funopen(void *cookie,
+-              int (*readfn)(void *, char *, int),
+-              int (*writefn)(void *, const char *, int),
+-              fpos_t (*seekfn)(void *, fpos_t, int),
+-              int (*closefn)(void *));
+-#endif /*HAVE_FOPENCOOKIE*/
+ 
+ 
+ #endif /* MISC_H */



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