Age | Commit message (Collapse) | Author | Files | Lines |
|
because sj3-lib requires nbitools at build time only. Noted by
oshimaya at sc.starcat.ne.jp in PR pkg/25778.
|
|
|
|
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
|
|
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
|
|
|
|
|
|
|
to fix kinput2 build problem.
|
|
|
|
|
|
buildlink2.mk files back into the main trunk.
|
|
add buildlink.mk.
use devel/nbitools instead of ${X11BASE}/xmkmf.
|
|
This is part of the japanese category retirement.
CATEGORIES adjusted.
|