svn commit: r493008 - head/devel/gdb

Pietro Cerutti gahr at FreeBSD.org
Mon Feb 18 08:42:46 UTC 2019


On Feb 15 2019, 18:44 UTC, John Baldwin <jhb at FreeBSD.org> wrote:
>Author: jhb (src,doc committer)
>Date: Fri Feb 15 18:44:48 2019
>New Revision: 493008
>URL: https://svnweb.freebsd.org/changeset/ports/493008
>
>Log:
>  Include pretty printers for libc++ when Python is enabled.
>
>  The pretty printers are pulled from github/bsdjhb/libcxx-gdbpy.git.
>  They are not complete and only support a subset of STL classes.
>
>  Bump PORTREVISION.
>
>  PR:		235539
>  Reviewed by:	pizzamig (maintainer)
>  Differential Revision:	https://reviews.freebsd.org/D19087

>+PLIST_SUB+=	LIBCXX=""
>+.else
>+PLIST_SUB+=	LIBCXX="@comment"

This needs to be "@comment ". Fixed in r493251.


More information about the svn-ports-all mailing list