citrun

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

commit dc8ca11aa42569383cdc1fe370a4dc80b04a2c72
parent 88311226817f5f2b67762a4922c2bd81c207e49b
Author: kyle <kyle@0x30.net>
Date:   Wed, 18 Jan 2017 20:08:27 -0700

distrib: delete ccitrunrun portfile

- new plan is to generate this on the fly everytime

Diffstat:
Ddistrib/openbsd_ccitrunrun/Makefile | 51---------------------------------------------------
Ddistrib/openbsd_ccitrunrun/pkg/DESCR | 4----
Ddistrib/openbsd_ccitrunrun/pkg/PLIST | 13-------------
3 files changed, 0 insertions(+), 68 deletions(-)

diff --git a/distrib/openbsd_ccitrunrun/Makefile b/distrib/openbsd_ccitrunrun/Makefile @@ -1,51 +0,0 @@ -# $OpenBSD$ - -COMMENT = see citrun run - -PKGNAME = ccitrunrun-0.0 -DISTNAME = citrun-0.0 -CATEGORIES = devel - -HOMEPAGE = http://cit.run - -# BSD -PERMIT_PACKAGE_CDROM = Yes - -MASTER_SITES = ${HOMEPAGE}/ - -WANTLIB += GL GLU GLEW curses glut c freetype m pthread z - -# -std=c++11 -MODULES = gcc4 -MODGCC4_ARCHS = * -MODGCC4_LANGS = c++ - -LIB_DEPENDS = graphics/freeglut \ - graphics/glew - -BUILD_DEPENDS = devel/jam \ - devel/llvm - -do-build: - cd ${WRKSRC} && sed -i \ - -e "s,struct citrun_node,struct ccitrunrun_node," \ - -e "s,citrun_node_add,ccitrunrun_node_add," \ - -e "s,citrun_major,ccitrunrun_major,g" \ - -e "s,citrun_minor,ccitrunrun_minor,g" \ - src/rt.h src/rt.c src/version.h \ - src/inst_action.cc src/inst_main.cc src/process_file.cc - cd ${WRKSRC} && sed -i \ - -e "s,citrun-inst,ccitrunrun-inst," \ - -e "s,citrun-term,ccitrunrun-term," \ - -e "s,citrun-gl,ccitrunrun-gl," \ - -e "s,libcitrun,libccitrunrun," \ - Jamrules src/rt.c src/Jamfile src/inst_main.cc src/check.sh - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} jam -j4 - -do-test: - cd ${WRKSRC} && prove - -do-install: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${ALL_FAKE_FLAGS} jam install - -.include <bsd.port.mk> diff --git a/distrib/openbsd_ccitrunrun/pkg/DESCR b/distrib/openbsd_ccitrunrun/pkg/DESCR @@ -1,4 +0,0 @@ -C It Run is a suite of tools that lets you watch your source code execute. - -This package contains citrun binaries that have been instrumented with citrun, -in case you wanted to watch citrun itself running. diff --git a/distrib/openbsd_ccitrunrun/pkg/PLIST b/distrib/openbsd_ccitrunrun/pkg/PLIST @@ -1,13 +0,0 @@ -@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