View | Details | Raw Unified | Return to bug 202824 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +7 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	dnstracer
4
PORTNAME=	dnstracer
5
PORTVERSION=	1.9
5
PORTVERSION=	1.9
6
PORTREVISION=	1
6
CATEGORIES=	dns
7
CATEGORIES=	dns
7
MASTER_SITES=	http://www.mavetju.org/download/
8
MASTER_SITES=	http://www.mavetju.org/download/
8
9
Lines 9-17 Link Here
9
MAINTAINER=	edwin@mavetju.org
10
MAINTAINER=	edwin@mavetju.org
10
COMMENT=	Trace a chain of DNS servers to the source
11
COMMENT=	Trace a chain of DNS servers to the source
11
12
12
HAS_CONFIGURE=	yes
13
CONFIGURE_ARGS=	--prefix=${PREFIX}
14
USES=		gmake
13
USES=		gmake
14
USES=		gmake autoreconf
15
GNU_CONFIGURE=	yes
15
16
16
PLIST_FILES=	bin/dnstracer \
17
PLIST_FILES=	bin/dnstracer \
17
		man/man8/dnstracer.8.gz
18
		man/man8/dnstracer.8.gz
Lines 22-25 Link Here
22
23
23
BROKEN_sparc64=	fails to build
24
BROKEN_sparc64=	fails to build
24
25
26
post-install:
27
	${MKDIR} ${STAGEDIR}/${PREFIX}/
28
	${INSTALL_MAN} ${WRKSRC}/dnstracer.8 ${STAGEDIR}${PREFIX}/man/man8/dnstracer.8
29
25
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)files/patch-configure.in (+15 lines)
Line 0 Link Here
1
--- configure.in.orig	2016-01-20 08:50:27 UTC
2
+++ configure.in
3
@@ -6,9 +6,10 @@ dnl rm -rf Makefile autom4te.cache autos
4
 dnl rm -rf config.log config.status configure.scan stamp-*
5
 dnl
6
 
7
-AC_INIT(dnstracer.c)
8
+AC_INIT([dnstracer],[1.7])
9
 AM_CONFIG_HEADER(config.h)
10
-AM_INIT_AUTOMAKE(dnstracer,1.7)
11
+AC_CONFIG_SRCDIR ([dnstracer.c])
12
+AM_INIT_AUTOMAKE
13
 
14
 AC_PROG_CC
15
 AC_PROG_INSTALL

Return to bug 202824