1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Upgrade to version 1.2. The new version removes the need for a patch to

make it compile on 9.x and silences a compiler warning.

A new "Dynamic DNS Mode has been added, but is only slightly tested by
the author of gen6dns (Holger.Zuleger(at)hznet.de), who would appreciate
any feedback on this feature.

Approved by:	antoine (mentor, implicit)
This commit is contained in:
Stefan Eßer 2016-05-07 08:28:08 +00:00
parent ee4e2743fc
commit 928d8c7cb6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414763
3 changed files with 5 additions and 16 deletions

View File

@ -1,12 +1,12 @@
# Created by: Stefan Esser <se@freebsd.org>
# Created by: Stefan Esser <se@FreeBSD.org>
# $FreeBSD$
PORTNAME= gen6dns
PORTVERSION= 1.1
PORTVERSION= 1.2
CATEGORIES= dns
MASTER_SITES= http://www.hznet.de/tools/
MAINTAINER= se@freebsd.org
MAINTAINER= se@FreeBSD.org
COMMENT= Tool to generate static DNS records for IPv6 hosts using SLAAC
LICENSE= BSD3CLAUSE

View File

@ -1,2 +1,2 @@
SHA256 (gen6dns-1.1.tar.gz) = 8777dc50c51aa8061524891f3e5f9afde01929db924f28438aa5dd52ca752e22
SIZE (gen6dns-1.1.tar.gz) = 1683936
SHA256 (gen6dns-1.2.tar.gz) = 078e2aca648396b3ef4b04db5b422c3546369b4640af9d34877a6b8470b781f7
SIZE (gen6dns-1.2.tar.gz) = 88374

View File

@ -1,11 +0,0 @@
--- Makefile.in.orig 2016-04-08 14:55:23 UTC
+++ Makefile.in
@@ -18,7 +18,7 @@ CFLAGS += -g @DEFS@ -I@top_srcdir@
CFLAGS += -Wall #-DDBG
CFLAGS += -Wmissing-prototypes
CFLAGS += $(PROFILE) $(OPTIM)
- # the next line is needed to work with the large volume files generated by test/gentestfiles.c
+# the next line is needed to work with the large volume files generated by test/gentestfiles.c
# CFLAGS += -DMAXSNET=10000 -DMAXFP=10024
LDFLAGS += $(PROFILE)