[Bug 217036] [new port] security/crunch: charset-based wordlist generator
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 21 11:37:39 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217036
Dmitry Marakasov <amdmi3 at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|freebsd-ports-bugs at FreeBSD. |amdmi3 at FreeBSD.org
|org |
Status|New |Open
--- Comment #1 from Dmitry Marakasov <amdmi3 at FreeBSD.org> ---
- Isn't textproc better category for this? At least it should be an additional
category IMO.
- To depend on gcc there's USE_GCC, but you don't need it at all. Instead, you
should patch upstream Makefile to respect CC:
-CC = $(shell which gcc)
+CC ?= $(shell which gcc)
- You don't need .include <bsd.port.options.mk>
- May also consider installing charset.lst into ${DATADIR} since upstream does
that
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list