mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
6335b82de3
assertion failure after successfully creating an archive containing a file which was (allegedly) last modified prior to January 1, 1970. Upgrading is recommended, as (despite their implausibility) it seems that a large number of people have files with such modification times.
28 lines
725 B
Makefile
28 lines
725 B
Makefile
# Created by: Colin Percival
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tarsnap
|
|
PORTVERSION= 1.0.39
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.tarsnap.com/download-http/
|
|
DISTNAME= ${PORTNAME}-autoconf-${PORTVERSION}
|
|
|
|
MAINTAINER= cperciva@tarsnap.com
|
|
COMMENT= Online encrypted backup service (client)
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CFLAGS="-I${OPENSSLINC} ${CFLAGS}" \
|
|
LDFLAGS="-L${OPENSSLLIB} ${LDFLAGS}"
|
|
|
|
USES= gmake tar:tgz ssl
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
# safety check to ensure that we don't violate the license
|
|
.if exists(${PATCHDIR})
|
|
RESTRICTED= license only allows redistribution and use of unmodified source and binaries
|
|
.endif
|
|
LEGAL_TEXT= license restricts redistribution of source and binaries
|
|
|
|
.include <bsd.port.post.mk>
|