The base system build infrastructure will add -Wdate-time, to avoid use of nonreproducible __DATE__ and __TIME__ in the base system. This port makes use of the base system build infrastructure as well as __DATE__ and/or __TIME__, so explicitly opt out of the warning. PR: 267902 [exp-run] Approved by: jrm Sponsored By: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37505
16 lines
334 B
Makefile
16 lines
334 B
Makefile
PORTNAME= urelay
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://devel.ringlet.net/net/urelay/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= UCSPI-based TCP forwarder
|
|
WWW= https://devel.ringlet.net/net/urelay/
|
|
|
|
USES= uidfix
|
|
PLIST_FILES= bin/urelay \
|
|
man/man1/urelay.1.gz
|
|
|
|
MAKE_ENV+= NO_WDATE_TIME=yes
|
|
|
|
.include <bsd.port.mk>
|