svn commit: r544108 - in head/net: . read_bbrlog
Mateusz Piotrowski
0mp at FreeBSD.org
Mon Aug 3 21:35:11 UTC 2020
Hi Olivier!
On 8/3/20 10:40 PM, Olivier Cochard wrote:
> Author: olivier
> Date: Mon Aug 3 20:40:06 2020
> New Revision: 544108
> URL: https://svnweb.freebsd.org/changeset/ports/544108
>
> Log:
> New port: net/read_bbrlog
...
> Added: head/net/read_bbrlog/Makefile
> ==============================================================================
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ head/net/read_bbrlog/Makefile Mon Aug 3 20:40:06 2020 (r544108)
> @@ -0,0 +1,38 @@
> +# $FreeBSD$
> +
> +PORTNAME= read_bbrlog
> +PORTVERSION= 0.1.1
> +DISTVERSIONPREFIX= v
> +CATEGORIES= net
> +
> +MAINTAINER= olivier at FreeBSD.org
> +COMMENT= Decode BBR log dumps generated with tcplog_dumper
> +
> +LICENSE= BSD2CLAUSE
> +LICENSE_FILE= ${WRKSRC}/LICENSE
> +
> +ONLY_FOR_ARCHS= amd64
> +
> +BUILD_DEPENDS= ${PREFIX}/include/bbparse.h:devel/bbparse
> +
> +USE_GITHUB= yes
> +GH_ACCOUNT= Netflix
> +
> +PLIST_FILES= bin/read_bbrlog \
> + man/man1/read_bbrlog.1.gz
Keep in mind that we are slowly moving towards share/man/man1.
> +
> +CFLAGS+= -I${PREFIX}/include
> +LDFLAGS+= -L${PREFIX}/lib
This should probably be LOCALBASE instead of PREFIX. Maybe this could be replaced with
USES=localbase:ldflags?
Cheers,
Mateusz Piotrowski
More information about the svn-ports-all
mailing list