15 Commits

Author SHA1 Message Date
sthen
81d581665c bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:27:35 +00:00
sthen
2206a80000 rename MODPY_PEP517 to MODPY_PYBUILD which is a bit less of a
magic-numbers name and more of a nod at the frontend we're actually
using for the build.
2022-09-13 20:56:17 +00:00
sthen
bd58f8c4d1 update to coccigrep-1.20 2022-09-08 16:52:04 +00:00
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
kmos
2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
4435b868be replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:15:33 +00:00
sthen
88e0d48477 bump REVISION for setuptools dep change. 2015-09-29 10:51:43 +00:00
sthen
66d0758ed4 update to coccigrep-1.13 2015-09-11 10:54:35 +00:00
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