svn commit: r540710 - head/sysutils/arcconf
Gerald Pfeifer
gerald at pfeifer.com
Wed Feb 3 09:05:29 UTC 2021
On Sun, 28 Jun 2020, Li-Wen Hsu wrote:
> Log:
> Robustness fix and license updates
>
> - Update Makefile to use current version of GCC as defined in
> bsd.default-versions.mk. (USE_GCC=yes)
> - Update Makefile with LICENSE and LICENSE_PERMS information and remove
> RESTRICTED and NO_CDROM (redundant)
> - Update Makefile PORTREVISION
>
> While here, pet portlint
>
> PR: 243142
> Submitted by: thomas at bsdunix.ch
> Approved by: michael at fuckner.net (maintainer)
> LIB_DEPENDS= libstdc++.so.6:lang/gcc${GCC_DEFAULT}
> +USE_GCC= yes
This looks very (very) odd.
USE_GCC already implies a run-time dependency on lang/gcc${GCC_DEFAULT}
and I do not recall seeing such a LIB_DEPENDS before.
Are you sure this is really, really needed with USE_GCC=yes?
(It would be nicer not to depend on GCC to begin with; this double
dependency doesn't look right and the LIB_DEPENDS probably should be
removed.)
Gerald
More information about the svn-ports-all
mailing list