From 9f97fd41d19c8d8ada77755dafd4aa54cb508210 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 18 Jul 2021 21:31:34 +0200 Subject: [PATCH] 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 38b133b5cca0e..86be4fef182cc 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 51a283807ac0d..a48e2bd84152a 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.