Skip to content

Commit

Permalink
x11-fonts/ots: Install cff_charstring
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change
  • Loading branch information
sunpoet committed Sep 22, 2023
1 parent f7c1026 commit 1ccd5e2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion x11-fonts/ots/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ots
PORTVERSION= 9.1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-fonts
MASTER_SITES= https://github.com/khaledhosny/ots/releases/download/v${PORTVERSION}/

Expand Down
14 changes: 11 additions & 3 deletions x11-fonts/ots/files/patch-meson.build
@@ -1,6 +1,6 @@
--- meson.build.orig 2021-03-07 06:36:19 UTC
--- meson.build.orig 2023-05-29 21:44:20 UTC
+++ meson.build
@@ -150,6 +150,8 @@ libots = library('ots',
@@ -160,6 +160,8 @@ libots = library('ots',
include_directories: include_directories('include'),
cpp_args : '-DHAVE_CONFIG_H',
dependencies: ots_deps,
Expand All @@ -9,11 +9,19 @@
)


@@ -175,6 +177,7 @@ executable('ots-fuzzer',
@@ -186,6 +188,7 @@ ots_fuzzer = executable('ots-fuzzer',
cpp_args: fuzzer_defines,
link_with: libots,
link_args: fuzzer_ldflags,
+ install: true,
)


@@ -259,6 +262,7 @@ cff_charstring = executable('cff_charstring',
include_directories: include_directories(['include', 'src']),
link_with: libots,
dependencies: gtest,
+ install: true,
)

test('cff_charstring', cff_charstring)
1 change: 1 addition & 0 deletions x11-fonts/ots/pkg-plist
@@ -1,3 +1,4 @@
bin/cff_charstring
bin/ots-fuzzer
bin/ots-idempotent
bin/ots-perf
Expand Down

0 comments on commit 1ccd5e2

Please sign in to comment.