Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2020 03:54:26 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534807 - head/www/gophernicus/files
Message-ID:  <202005100354.04A3sQYW095261@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun May 10 03:54:26 2020
New Revision: 534807
URL: https://svnweb.freebsd.org/changeset/ports/534807

Log:
  www/gophernicus: Use libc's strlcpy and strlcat

Added:
  head/www/gophernicus/files/patch-gophernicus.h   (contents, props changed)

Added: head/www/gophernicus/files/patch-gophernicus.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/gophernicus/files/patch-gophernicus.h	Sun May 10 03:54:26 2020	(r534807)
@@ -0,0 +1,11 @@
+--- gophernicus.h.orig	2019-07-23 01:52:07 UTC
++++ gophernicus.h
+@@ -55,7 +55,7 @@
+ #define HAVE_SHMEM		/* Shared memory support */
+ #define HAVE_UNAME		/* uname() */
+ #define HAVE_POPEN		/* popen() */
+-#undef  HAVE_STRLCPY		/* strlcpy() from OpenBSD */
++#define HAVE_STRLCPY		/* strlcpy() from OpenBSD */
+ #undef  HAVE_SENDFILE		/* sendfile() in Linux & others */
+ /* #undef  HAVE_LIBWRAP		   autodetected, don't enable here */
+ 



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