citrun

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

commit f975ce11b9cad310824e398286145a7b5918459c
parent 1de1c67e01f24729e41e27fe7fc6861c7e706055
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat, 20 Aug 2016 12:31:43 -0600

bin: get packaging working again

Diffstat:
Mbin/openbsd/citrun/Makefile | 12+++---------
Mbin/openbsd/citrun/pkg/PLIST | 4++--
2 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/bin/openbsd/citrun/Makefile b/bin/openbsd/citrun/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE_CDROM = Yes MASTER_SITES = ${HOMEPAGE}/ -WANTLIB += GL GLU GLEW glut c freetype m pthread z +WANTLIB += curses GL GLU GLEW glut c freetype m pthread z # -std=c++11 MODULES = gcc4 @@ -25,16 +25,10 @@ LIB_DEPENDS = graphics/freeglut \ BUILD_DEPENDS = devel/jam \ devel/llvm -TEST_DEPENDS = devel/p5-Expect \ - devel/p5-List-MoreUtils \ - devel/p5-Test-Differences \ - sysutils/p5-File-Which +TEST_DEPENDS = devel/p5-Expect do-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} jam -q -j4 - -do-test: - cd ${WRKSRC} && prove + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} jam -q do-install: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${ALL_FAKE_FLAGS} jam install diff --git a/bin/openbsd/citrun/pkg/PLIST b/bin/openbsd/citrun/pkg/PLIST @@ -1,9 +1,9 @@ @comment $OpenBSD$ bin/citrun-check +@bin bin/citrun-inst @bin bin/citrun-gl @bin bin/citrun-term bin/citrun-wrap -lib/libcitrun.a @man man/man1/citrun-check.1 @man man/man1/citrun-gl.1 @man man/man1/citrun-term.1 @@ -11,10 +11,10 @@ lib/libcitrun.a share/citrun/ share/citrun/c++ share/citrun/cc -@bin share/citrun/citrun-inst share/citrun/clang share/citrun/clang++ share/citrun/eg++ share/citrun/egcc share/citrun/g++ share/citrun/gcc +share/citrun/libcitrun.a