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

Collapse All | Expand All

(-)Makefile (-5 / +4 lines)
Lines 10-26 Link Here
10
MAINTAINER=	naddy@FreeBSD.org
10
MAINTAINER=	naddy@FreeBSD.org
11
COMMENT=	GNU version of the traditional tape archiver
11
COMMENT=	GNU version of the traditional tape archiver
12
12
13
LICENSE=	GPLv3
13
LICENSE=	GPLv3+
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
15
INFO=		tar
16
INFO=		tar
16
17
17
USES=		charsetfix cpe iconv:${STATIC_ARGS} makeinfo tar:xz
18
USES=		charsetfix cpe iconv:${STATIC_ARGS} localbase makeinfo tar:xz
18
CPE_VENDOR=	gnu
19
CPE_VENDOR=	gnu
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--program-prefix=g \
21
CONFIGURE_ARGS=	--program-prefix=g \
21
		--disable-silent-rules
22
		--disable-silent-rules
22
CPPFLAGS+=	-I${LOCALBASE}/include
23
LDFLAGS+=	-L${LOCALBASE}/lib
24
CONFIGURE_ENV=	DEFAULT_ARCHIVE=/dev/sa0 \
23
CONFIGURE_ENV=	DEFAULT_ARCHIVE=/dev/sa0 \
25
		DEFAULT_RMT_COMMAND=/etc/rmt
24
		DEFAULT_RMT_COMMAND=/etc/rmt
26
# supply result to skip a test that will abort configure if run as root
25
# supply result to skip a test that will abort configure if run as root
Lines 43-48 Link Here
43
42
44
# do not rebuild tar.info
43
# do not rebuild tar.info
45
post-patch:
44
post-patch:
46
	touch -r ${WRKSRC}/doc/stamp-vti ${WRKSRC}/configure
45
	${TOUCH} -r ${WRKSRC}/doc/stamp-vti ${WRKSRC}/configure
47
46
48
.include <bsd.port.mk>
47
.include <bsd.port.mk>

Return to bug 210637