citrun

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

commit aa433aff26734c8e98c4cc7b67fe75f2b15031e7
parent fc2f49061725e115ba0971b1ca1d6521287bf7a1
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat, 11 Jun 2016 13:29:05 -0600

pkg/openbsd: let ccitrunrun package

Diffstat:
Mpkg/openbsd/devel/ccitrunrun/Makefile | 7++++---
Apkg/openbsd/devel/ccitrunrun/pkg/PLIST | 13+++++++++++++
2 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/pkg/openbsd/devel/ccitrunrun/Makefile b/pkg/openbsd/devel/ccitrunrun/Makefile @@ -12,9 +12,9 @@ PERMIT_PACKAGE_CDROM = Yes MASTER_SITES = http://citrun.com/src/ -WANTLIB += GL GLU GLEW glut c freetype m pthread z +WANTLIB += GL GLU GLEW glut c citrun freetype m pthread z -SHARED_LIBS += ccitrunrun 0.0 # 0.0 +#SHARED_LIBS += ccitrunrun 0.0 # 0.0 # -std=c++11 MODULES = gcc4 @@ -28,7 +28,8 @@ BUILD_DEPENDS = devel/jam \ devel/llvm do-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} citrun-wrap jam + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} citrun-wrap jam ccitrunrun-inst + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} citrun-wrap jam ccitrunrun-gl do-test: cd ${WRKSRC} && prove diff --git a/pkg/openbsd/devel/ccitrunrun/pkg/PLIST b/pkg/openbsd/devel/ccitrunrun/pkg/PLIST @@ -0,0 +1,13 @@ +@comment $OpenBSD$ +@bin bin/ccitrunrun-gl +@bin bin/ccitrunrun-inst +bin/ccitrunrun-wrap +share/ccitrunrun/ +share/ccitrunrun/c++ +share/ccitrunrun/cc +share/ccitrunrun/clang +share/ccitrunrun/clang++ +share/ccitrunrun/eg++ +share/ccitrunrun/egcc +share/ccitrunrun/g++ +share/ccitrunrun/gcc