citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 0fce2d4558fbf9c957ea9a71e7dddbeaca897fdf
parent fc375a1129fb413af934de6f698bf185a774697a
Author: Kyle Milz <milz@imac.0x30.net>
Date:   Wed,  3 Mar 2021 22:08:03 -0800

distrib: update openbsd port

Diffstat:
Mdistrib/openbsd/Makefile | 14++++++++------
Mdistrib/pkg.sh | 3++-
2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/distrib/openbsd/Makefile b/distrib/openbsd/Makefile @@ -2,7 +2,7 @@ COMMENT = see your code run -DISTNAME = citrun-9999 +DISTNAME = citrun-0.0 CATEGORIES = devel HOMEPAGE = http://cit.run @@ -19,11 +19,13 @@ MODULES = gcc4 MODGCC4_ARCHS = * MODGCC4_LANGS = c++ -LIB_DEPENDS = graphics/glew \ - graphics/glfw +BUILD_DEPENDS = devel/jam -BUILD_DEPENDS = devel/jam \ - devel/llvm +LIB_DEPENDS = devel/llvm \ + graphics/glew \ + graphics/glfw \ + graphics/glyphy \ + print/freetype TEST_DEPENDS = devel/p5-Inline \ devel/p5-Modern-Perl \ @@ -38,7 +40,7 @@ TEST_DEPENDS = devel/p5-Inline \ CONFIGURE_STYLE = simple do-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} jam -q -j4 + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} jam -q do-install: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${ALL_FAKE_FLAGS} jam install diff --git a/distrib/pkg.sh b/distrib/pkg.sh @@ -6,9 +6,10 @@ if [ $uname = "OpenBSD" ]; then export NO_CHECKSUM=1 rm -f /usr/ports/distfiles/citrun-*.tar.gz - make -C /usr/ports/devel/citrun clean + make -C /usr/ports/devel/citrun clean=all make -C /usr/ports/devel/citrun package + doas make -C /usr/ports/devel/citrun install make -C /usr/ports/devel/citrun clean rm -f /usr/ports/distfiles/citrun-*.tar.gz