git: 9f97fd41d19c - main - emulators/vice: add harfbuzz, fix www
Dirk Meyer
dinoex at FreeBSD.org
Sun Jul 18 19:32:12 UTC 2021
The branch main has been updated by dinoex:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9f97fd41d19c8d8ada77755dafd4aa54cb508210
commit 9f97fd41d19c8d8ada77755dafd4aa54cb508210
Author: Dirk Meyer <dinoex at FreeBSD.org>
AuthorDate: 2021-07-18 19:31:34 +0000
Commit: Dirk Meyer <dinoex at FreeBSD.org>
CommitDate: 2021-07-18 19:31:53 +0000
emulators/vice: add harfbuzz, fix www
---
emulators/vice/Makefile | 7 ++++---
emulators/vice/pkg-descr | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 38b133b5cca0..86be4fef182c 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -2,7 +2,7 @@
PORTNAME= vice
PORTVERSION= 3.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= SF/vice-emu/releases
@@ -29,7 +29,8 @@ LIB_DEPENDS= libpng.so:graphics/png \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libpcre2-8.so:devel/pcre2 \
- libgnutls.so:security/gnutls
+ libgnutls.so:security/gnutls \
+ libharfbuzz.so:print/harfbuzz
USES= compiler:c++11-lang pkgconfig makeinfo localbase:ldflags \
gmake iconv:wchar_t jpeg readline gettext xorg
@@ -37,7 +38,7 @@ USE_XORG= xpm ice sm xext xv xt x11 xmu xxf86vm
USE_XORG+= xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes
HAS_CONFIGURE= yes
MAKE_ENV+= MAKEINFOFLAGS="--no-split" \
- XDG_DATA_DIRS=${STAGEDIR}/${PREFIX}/share
+ XDG_DATA_DIRS=${STAGEDIR}${PREFIX}/share
CFLAGS+= -fcommon
CONFIGURE_ARGS+= --enable-ipv6 \
--enable-external-ffmpeg \
diff --git a/emulators/vice/pkg-descr b/emulators/vice/pkg-descr
index 51a283807ac0..a48e2bd84152 100644
--- a/emulators/vice/pkg-descr
+++ b/emulators/vice/pkg-descr
@@ -12,6 +12,6 @@ The following programs are included:
LICENSE: GPL2 or later
-WWW: http://www.viceteam.org/
+WWW: https://vice-emu.sourceforge.io/
The ROM files are Copyright by Commodore Business Machines.
More information about the dev-commits-ports-all
mailing list