mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
dns/dnstracer: fix build on 10.2amd64
PR: 202824 Submitted by: w.schwarzenfeld@aon.at, lukasz@wasikowski.net, vikashb@where-ever.za.net Approved by: edwin (maintainer timeout)
This commit is contained in:
parent
33329a7b29
commit
2f9f7c1384
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409029
@ -3,15 +3,16 @@
|
||||
|
||||
PORTNAME= dnstracer
|
||||
PORTVERSION= 1.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://www.mavetju.org/download/
|
||||
|
||||
MAINTAINER= edwin@mavetju.org
|
||||
COMMENT= Trace a chain of DNS servers to the source
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||
USES= gmake
|
||||
USES= gmake autoreconf
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/dnstracer \
|
||||
man/man8/dnstracer.8.gz
|
||||
@ -22,4 +23,8 @@ IPV6_CONFIGURE_ENABLE= --disable-ipv6
|
||||
|
||||
BROKEN_sparc64= fails to build
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}/${PREFIX}/
|
||||
${INSTALL_MAN} ${WRKSRC}/dnstracer.8 ${STAGEDIR}${PREFIX}/man/man8/dnstracer.8
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
15
dns/dnstracer/files/patch-configure.in
Normal file
15
dns/dnstracer/files/patch-configure.in
Normal file
@ -0,0 +1,15 @@
|
||||
--- configure.in.orig 2016-01-20 08:50:27 UTC
|
||||
+++ configure.in
|
||||
@@ -6,9 +6,10 @@ dnl rm -rf Makefile autom4te.cache autos
|
||||
dnl rm -rf config.log config.status configure.scan stamp-*
|
||||
dnl
|
||||
|
||||
-AC_INIT(dnstracer.c)
|
||||
+AC_INIT([dnstracer],[1.7])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
-AM_INIT_AUTOMAKE(dnstracer,1.7)
|
||||
+AC_CONFIG_SRCDIR ([dnstracer.c])
|
||||
+AM_INIT_AUTOMAKE
|
||||
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
Loading…
Reference in New Issue
Block a user