Date: Sun, 2 Sep 2018 15:04:40 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478794 - in head/sysutils/bacula9-server: . files Message-ID: <201809021504.w82F4euG043852@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809021504.w82F4euG043852>