mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Update to 2.23
Fix IPv6 build. Thanks to Richard Hirner PR: 87867 Submitted by: Steven Honson <steven@honson.org> (maintainer)
This commit is contained in:
parent
8a2760083c
commit
50e5dd4c5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146201
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= dnsmasq
|
||||
PORTVERSION= 2.22
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.23
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
|
||||
|
||||
@ -18,10 +17,11 @@ MAN8= dnsmasq.8
|
||||
PLIST_FILES= sbin/dnsmasq etc/dnsmasq.conf.example
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV= LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}"
|
||||
|
||||
.if defined(WITHOUT_IPV6)
|
||||
MAKE_ENV+= -DNO_IPV6
|
||||
CFLAGS+= -DNO_IPV6
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (dnsmasq-2.22.tar.gz) = b38f33cd0703fa664a37a4595d918189
|
||||
SIZE (dnsmasq-2.22.tar.gz) = 146239
|
||||
MD5 (dnsmasq-2.23.tar.gz) = 7be1f5bd6446cbb743feaf26bf74db53
|
||||
SIZE (dnsmasq-2.23.tar.gz) = 159102
|
||||
|
Loading…
Reference in New Issue
Block a user