Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2017 11:37:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 217036] [new port] security/crunch: charset-based wordlist generator
Message-ID:  <bug-217036-13-P8KC0Kuxmj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217036-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217036-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217036

Dmitry Marakasov <amdmi3@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-ports-bugs@FreeBSD. |amdmi3@FreeBSD.org
                   |org                         |
             Status|New                         |Open

--- Comment #1 from Dmitry Marakasov <amdmi3@FreeBSD.org> ---
- Isn't textproc better category for this? At least it should be an additio=
nal
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         =3D $(shell which gcc)
+CC         ?=3D $(shell which gcc)

- You don't need .include <bsd.port.options.mk>
- May also consider installing charset.lst into ${DATADIR} since upstream d=
oes
that

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217036-13-P8KC0Kuxmj>