[Bug 193714] [NEW PORT] cad/systemc: Modeling platform for system-level C++ models

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 17 16:32:16 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193714

Marcus von Appen <mva at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mva at FreeBSD.org

--- Comment #1 from Marcus von Appen <mva at FreeBSD.org> ---
Please refrain from things like

.if defined(WITH_OPTIMIZED_CFLAGS)
.endif

and use the OPTIONS framework instead

OPTIONS_DEFINE= OPTIMIZED_CFLAGS
CFLAGS_OPTIMIZED_CFLAGS= -O3

You can also remove the pre-everything:: block.

Since the port is restricted, a proper entry for the /usr/ports/LEGAL file
should be provided and the trailing slash for the WWW: line can be omitted.

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


More information about the freebsd-ports-bugs mailing list