mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
72ecc99041
spatch(1) is not stripped anymore as it breaks the executable. For instance, when not stripped, "spatch --version" returns: spatch version 1.0.1 with Python support and with PCRE support But once stripped, it does not work anymore: Unknown option --version This was already broken in the previous version of the port (1.0.0-rc22). Differential Revision: https://reviews.freebsd.org/D2926 Reviewed by: kwm Approved by: kwm
46 lines
1.7 KiB
Plaintext
46 lines
1.7 KiB
Plaintext
bin/spatch
|
|
bin/spatch.byte
|
|
lib/coccinelle/dllpycaml_stubs.so
|
|
lib/coccinelle/ocaml/ast0_cocci.cmi
|
|
lib/coccinelle/ocaml/ast_c.cmi
|
|
lib/coccinelle/ocaml/ast_cocci.cmi
|
|
lib/coccinelle/ocaml/coccilib.cmi
|
|
lib/coccinelle/ocaml/common.cmi
|
|
lib/coccinelle/ocaml/config.cmi
|
|
lib/coccinelle/ocaml/exposed_modules.cmi
|
|
lib/coccinelle/ocaml/flag.cmi
|
|
lib/coccinelle/ocaml/iteration.cmi
|
|
lib/coccinelle/ocaml/lexer_c.cmi
|
|
lib/coccinelle/ocaml/lib_parsing_c.cmi
|
|
lib/coccinelle/ocaml/ocamlcocci_aux.cmi
|
|
lib/coccinelle/ocaml/parse_c.cmi
|
|
lib/coccinelle/ocaml/parser_c.cmi
|
|
lib/coccinelle/ocaml/prepare_ocamlcocci.cmi
|
|
lib/coccinelle/ocaml/pretty_print_c.cmi
|
|
lib/coccinelle/ocaml/regexp.cmi
|
|
lib/coccinelle/ocaml/run_ocamlcocci.cmi
|
|
lib/coccinelle/ocaml/type_cocci.cmi
|
|
lib/coccinelle/ocaml/visitor_c.cmi
|
|
lib/coccinelle/ocaml/yes_prepare_ocamlcocci.cmi
|
|
lib/coccinelle/python/coccilib/__init__.py
|
|
lib/coccinelle/python/coccilib/coccigui/__init__.py
|
|
lib/coccinelle/python/coccilib/coccigui/coccigui.py
|
|
lib/coccinelle/python/coccilib/coccigui/pycoccimodel.py
|
|
lib/coccinelle/python/coccilib/coccigui/pygui.glade
|
|
lib/coccinelle/python/coccilib/coccigui/pygui.gladep
|
|
lib/coccinelle/python/coccilib/coccigui/vim.py
|
|
lib/coccinelle/python/coccilib/coccigui/vimcom.py
|
|
lib/coccinelle/python/coccilib/coccigui/vimeditor.py
|
|
lib/coccinelle/python/coccilib/coccigui/vimembed.py
|
|
lib/coccinelle/python/coccilib/elems.py
|
|
lib/coccinelle/python/coccilib/org.py
|
|
lib/coccinelle/python/coccilib/output.py
|
|
lib/coccinelle/python/coccilib/report.py
|
|
lib/coccinelle/python/coccilib/trac.py
|
|
lib/coccinelle/python/coccilib/xml_firehose.py
|
|
lib/coccinelle/spatch
|
|
lib/coccinelle/standard.h
|
|
lib/coccinelle/standard.iso
|
|
man/man1/spatch.1.gz
|
|
man/man3/Coccilib.3cocci.gz
|