Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2020 15:00:24 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550841 - in head/net/tableutil: . files
Message-ID:  <202010011500.091F0OIZ068201@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Thu Oct  1 15:00:23 2020
New Revision: 550841
URL: https://svnweb.freebsd.org/changeset/ports/550841

Log:
  Fix build with -fno-common
  
  While here add license (ISCL/OpenBSD) with text extracted from source
  files (identical license text in all files).

Added:
  head/net/tableutil/files/
  head/net/tableutil/files/LICENSE.txt   (contents, props changed)
  head/net/tableutil/files/patch-conf__variable.h   (contents, props changed)
Modified:
  head/net/tableutil/Makefile

Modified: head/net/tableutil/Makefile
==============================================================================
--- head/net/tableutil/Makefile	Thu Oct  1 14:42:38 2020	(r550840)
+++ head/net/tableutil/Makefile	Thu Oct  1 15:00:23 2020	(r550841)
@@ -3,11 +3,15 @@
 
 PORTNAME=	tableutil
 PORTVERSION=	0.6
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://expiretable.fnord.se/
 
 MAINTAINER=	jameskamlyn@gmail.com
 COMMENT=	Utility for converting and aggregating lists of IP addresses
+
+LICENSE=	ISCL
+LICENSE_FILE=	${PATCHDIR}/LICENSE.txt
 
 PLIST_FILES=	bin/tableutil man/man1/tableutil.1.gz
 

Added: head/net/tableutil/files/LICENSE.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/tableutil/files/LICENSE.txt	Thu Oct  1 15:00:23 2020	(r550841)
@@ -0,0 +1,13 @@
+Copyright (c) 2005 Henrik Gustafsson <henrik.gustafsson@fnord.se>
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Added: head/net/tableutil/files/patch-conf__variable.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/tableutil/files/patch-conf__variable.h	Thu Oct  1 15:00:23 2020	(r550841)
@@ -0,0 +1,9 @@
+--- conf_variable.h.orig	2005-08-01 08:39:48 UTC
++++ conf_variable.h
+@@ -46,6 +46,5 @@ struct variable *variable_invert(struct variable *rhs)
+ void variable_save_cidr(char *file, struct variable *rhs);
+ void variable_save_range(char *file, struct variable *rhs);
+ void variable_save_single(char *file, struct variable *rhs);
+-variable_list_t variable_list;
+ 
+ #endif /*_CONF_VARIABLE_H_*/



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