09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
35 lines
607 B
Makefile
35 lines
607 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xdelta
|
|
PORTVERSION= 3.1.0
|
|
PORTREVISION= 1
|
|
DISTVERSIONPREFIX= v
|
|
PORTEPOCH= 1
|
|
CATEGORIES?= misc devel
|
|
PKGNAMESUFFIX= 3
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= Open-source binary diff, VCDIFF/RFC 3284 delta compression
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= autoreconf compiler:c++11-lang gmake
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jmacd
|
|
GH_PROJECT= xdelta
|
|
|
|
WRKSRC_SUBDIR= xdelta3
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/xdelta3 man/man1/xdelta3.1.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
'/_POSIX_/d ; \
|
|
/_C99_/d' ${WRKSRC}/xdelta3.h
|
|
|
|
.include <bsd.port.mk>
|