svn commit: r496985 - in head: deskutils/basket devel/geany-plugin-git-changebar devel/gitg devel/gnome-builder devel/kf5-ktexteditor editors/gedit-plugins editors/jucipp editors/kate lang/julia la...

Jan Beich jbeich at FreeBSD.org
Wed Mar 27 21:53:10 UTC 2019


Matthias Fechner <mfechner at FreeBSD.org> writes:

> Author: mfechner
> Date: Wed Mar 27 21:34:24 2019
> New Revision: 496985
> URL: https://svnweb.freebsd.org/changeset/ports/496985
>
> Log:
>   Bump revision to make sure port is build against new libgit2 version 0.28.1.
>   
>   PR:		236801
>   Reported by:	jbeich
>
> Modified:
>   head/deskutils/basket/Makefile
>   head/devel/geany-plugin-git-changebar/Makefile
>   head/devel/gitg/Makefile
>   head/devel/gnome-builder/Makefile
>   head/devel/kf5-ktexteditor/Makefile
>   head/editors/gedit-plugins/Makefile
>   head/editors/jucipp/Makefile
>   head/editors/kate/Makefile
>   head/lang/julia/Makefile
>   head/lang/julia06/Makefile
>   head/lang/julia07/Makefile
>   head/lang/rust/Makefile
>   head/www/stagit/Makefile

Did you miss the following USES=cargo ports?

  devel/git-absorb
  devel/interactive_rebase_tool
  security/cargo-audit
  sysutils/exa
  textproc/bat

Running the following may help

  $ pkg rquery '%o %B' | awk '/libgit2/ { print $1 }' | sort -u

but assumes consumers built fine (i.e., not skipped/broken) and
libgit2 dependency isn't hidden behind a non-default port option.


More information about the svn-ports-all mailing list