Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2019 19:26:19 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519830 - head/games/anki
Message-ID:  <201912111926.xBBJQJmw043551@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Wed Dec 11 19:26:19 2019
New Revision: 519830
URL: https://svnweb.freebsd.org/changeset/ports/519830

Log:
  games/anki: Add pkg-message with installation instructions
  
  * Improve the user experience by adding a pkg-message which gives some
    advice that audio/lame needs to be installed manually afterwards when
    installing from the official FreeBSD package repositories.
  
  * Bump PORTREVISION to include the pkg-message.
  
  PR:		242528
  Submitted by:	PauAmma <pauamma@gundo.com> (based on)
  MFH:		2019Q4

Added:
  head/games/anki/pkg-message   (contents, props changed)
Modified:
  head/games/anki/Makefile

Modified: head/games/anki/Makefile
==============================================================================
--- head/games/anki/Makefile	Wed Dec 11 19:25:33 2019	(r519829)
+++ head/games/anki/Makefile	Wed Dec 11 19:26:19 2019	(r519830)
@@ -3,6 +3,7 @@
 
 PORTNAME=	anki
 DISTVERSION=	2.1.15
+PORTREVISION=	1
 CATEGORIES=	games python
 MASTER_SITES=	https://apps.ankiweb.net/downloads/current/
 DISTNAME=	anki-${PORTVERSION}-source

Added: head/games/anki/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/anki/pkg-message	Wed Dec 11 19:26:19 2019	(r519830)
@@ -0,0 +1,15 @@
+[
+{ type: install
+  message: <<EOM
+If games/anki was installed from the official FreeBSD package repository, an
+additional step is required to complete the installation.
+
+This is because the audio/lame port, which is also required by Anki, cannot be
+provided as a package due to an unclear legal situation about its distribution
+in binary form.
+
+To finish the installation, install audio/lame from either ports or a local
+package repository and set it afterwards as automatic via "pkg set -A1 lame".
+EOM
+}
+]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912111926.xBBJQJmw043551>