svn commit: r478794 - in head/sysutils/bacula9-server: . files

Dan Langille dvl at FreeBSD.org
Sun Sep 2 15:04:41 UTC 2018


Author: dvl
Date: Sun Sep  2 15:04:40 2018
New Revision: 478794
URL: https://svnweb.freebsd.org/changeset/ports/478794

Log:
  Fix build on FreeBSD 10.4
  
  patched upstream: http://www.bacula.org/git/cgit.cgi/bacula/commit/?h=Branch-9.2&id=eea817f035d32221ab46d1a4f95193cd4d6dbda7

Added:
  head/sysutils/bacula9-server/files/patch-src_baconfig.h   (contents, props changed)
Modified:
  head/sysutils/bacula9-server/Makefile

Modified: head/sysutils/bacula9-server/Makefile
==============================================================================
--- head/sysutils/bacula9-server/Makefile	Sun Sep  2 15:01:24 2018	(r478793)
+++ head/sysutils/bacula9-server/Makefile	Sun Sep  2 15:04:40 2018	(r478794)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bacula
 PORTVERSION=	9.2.1
+PORTREVISION=	1
 CATEGORIES?=	sysutils
 MASTER_SITES=	SF/bacula/bacula/${PORTVERSION}
 PKGNAMEPREFIX?=	#

Added: head/sysutils/bacula9-server/files/patch-src_baconfig.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/bacula9-server/files/patch-src_baconfig.h	Sun Sep  2 15:04:40 2018	(r478794)
@@ -0,0 +1,13 @@
+--- src/baconfig.h.orig	2018-08-29 14:09:36 UTC
++++ src/baconfig.h
+@@ -38,6 +38,10 @@
+ #define have_tls 0
+ #endif
+ 
++#ifndef ENODATA
++#define ENODATA EPIPE
++#endif
++
+ #ifndef ETIME
+ #define ETIME ETIMEDOUT
+ #endif


More information about the svn-ports-all mailing list