git: 88f4168b82c2 - main - audio/ocp: Switch from ttf to otf font
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Oct 2023 09:35:30 UTC
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=88f4168b82c2462200ed236d1cb28559aaa2bb18
commit 88f4168b82c2462200ed236d1cb28559aaa2bb18
Author: Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2023-10-02 09:35:18 +0000
Commit: Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2023-10-02 09:35:24 +0000
audio/ocp: Switch from ttf to otf font
Switch from x11-fonts/gnu-unifont-ttf to x11-fonts/gnu-unifont-otf.
PR: 273751 (based on)
---
audio/ocp/Makefile | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile
index 590b7b6f257e..aea2fff7e112 100644
--- a/audio/ocp/Makefile
+++ b/audio/ocp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ocp
PORTVERSION= 0.2.106
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= https://stian.cubic.org/ocp/
@@ -69,22 +69,22 @@ MIDI_RUN_DEPENDS= eawpats>0:audio/eawpats
OSS_CONFIGURE_WITH= oss
SDL_IMPLIES= X11
-SDL_BUILD_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont-ttf/unifont.ttf:x11-fonts/gnu-unifont-ttf
+SDL_BUILD_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont-otf/unifont.otf:x11-fonts/gnu-unifont-otf
SDL_LIB_DEPENDS= libfreetype.so:print/freetype2
-SDL_RUN_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont-ttf/unifont.ttf:x11-fonts/gnu-unifont-ttf
+SDL_RUN_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont-otf/unifont.otf:x11-fonts/gnu-unifont-otf
SDL_USES= desktop-file-utils sdl
SDL_USE= SDL=sdl2
SDL_CONFIGURE_WITH= sdl2 \
- unifontdir=${LOCALBASE}/share/fonts/gnu-unifont-ttf
+ unifontdir=${LOCALBASE}/share/fonts/gnu-unifont-otf
SDL_PLIST_SUB= DESKTOP=''
SDL_PLIST_SUB_OFF= DESKTOP='@comment '
-X11_BUILD_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont-ttf/unifont.ttf:x11-fonts/gnu-unifont-ttf
+X11_BUILD_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont-otf/unifont.otf:x11-fonts/gnu-unifont-otf
X11_LIB_DEPENDS= libfreetype.so:print/freetype2
-X11_RUN_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont-ttf/unifont.ttf:x11-fonts/gnu-unifont-ttf
+X11_RUN_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont-otf/unifont.otf:x11-fonts/gnu-unifont-otf
X11_USES= desktop-file-utils xorg
X11_USE= XORG=x11,xext,xpm,xxf86dga,xxf86vm
-X11_CONFIGURE_WITH= unifontdir-ttf=${LOCALBASE}/share/fonts/gnu-unifont-ttf \
+X11_CONFIGURE_WITH= unifontdir-otf=${LOCALBASE}/share/fonts/gnu-unifont-otf \
x11
X11_PLIST_SUB= DESKTOP='' \
XORG=''