Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
|
|
the GUI (because of gtk2), so do it the right way by adding support everywhere.
Bump PKGREVISION to 3.
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
Bump PKGREVISION to 2.
original mozilla commit message by taya@:
- adopt patch from pkg/24517
Thanks to Kouichirou Hiratsuka
This also fixes pkg/24503
|
|
|
|
|
|
new patch to fix paths to includes and libs.
Bump PKGREVISION of mozilla-gtk2 to 1.
|
|
- remove patch that enables IPv4 mapped IPv6 address
- remove not necessary defines - _REENTRANT & _THREAD_SAFE
|
|
|