Commit Graph

6 Commits

Author SHA1 Message Date
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
landry
af5b8cfb2b Revert r1.4 (remove NOT_FOR_ARCHS=hppa) now that dpb has been told to
properly ignore paths with non-existent RUN_DEPENDS in DPB/Engine.pm r1.66..
i'll see what happens in next bulk.
2013-01-03 16:17:18 +00:00
landry
a2d353bcd7 Mark as NOT_FOR_ARCHS=hppa, it run_depends on coccinelle which depends on
ocaml which is not available on hppa. Makes sure that dpb doesnt try to
build it.
2013-01-02 15:42:02 +00:00
sthen
a87278868f update to coccigrep 1.11 2012-12-08 10:10:22 +00:00
sthen
72323b1780 update to coccigrep 1.6 2011-11-17 14:27:14 +00:00
sthen
6195f2b398 import ports/devel/coccigrep, ok jasper@
coccigrep is a semantic grep for the C language based on coccinelle.
It can be used to find where a given structure is used in code files.
coccigrep depends on the spatch program which comes with coccinelle.

quick contrived example to find lines referencing m_len of a struct
mbuf, regardless of actual variable name:

$ coccigrep -t "struct mbuf" -a m_len /sys/netinet/ip_*.c
2011-09-15 20:20:06 +00:00