2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
|
2020-06-07 20:09:14 by Roland Illig | Files touched by this commit (1) |
Log message:
x11/gtkmm3: restore ABI_DEPENDS as API_DEPENDS
wiz says: Packages are not supposed to set BUILDLINK_ABI_DEPENDS for
other packages, they should set BUILDLINK_API_DEPENDS (P instead of B).
After that change, all these entries actually have an effect since they
are greater than their corresponding default BUILDLINK_API_DEPENDS, and
pkglint no longer complains.
|
2020-06-07 19:14:23 by Roland Illig | Files touched by this commit (1) |
Log message:
x11/gtkmm3: move gtk3 buildlink above the PKG_BUILD_OPTIONS
Before, "bmake show-all" showed that PLIST.x11 was commented out. This
was misleading since during the actual package build, that variable is
active, and the corresponding files are included in the PLIST.
This inconsistency was due to the magic of MAKEVARS and the barrier.
When bmake is run, the build options of gtk3 are determined and added
to MAKEVARS. At that point PLIST.x11 is still undefined. That doesn't
matter since this variable is not evaluated yet. Before the actual PLIST
generation happens, the value of PKG_BUILD_OPTIONS.gtk3 is stored in
work/.build_makevars.mk, which acts as a cache.
After that, the barrier steps in, and bmake calls an inner bmake to do
the actual work. This inner bmake reads the package Makefile again, and
when bsd.prefs.mk is included, the makevars.mk cache is loaded as well.
This makes PKG_BUILD_OPTIONS.gtk3 known at load time, and at that point,
PLIST.x11 is evaluated as expected and becomes "yes".
Luckily, PLIST.x11 was not added to MAKEVARS. Otherwise it would have
been evaluated too early, the early value would have been cached, and the
whole trick wouldn't have worked.
|
2020-06-07 19:01:32 by Roland Illig | Files touched by this commit (1) |
Log message:
x11/gtkmm3: remove redundant dependencies
pkglint says:
NOTE: Makefile:30: The requirement >=2.24.2 is already guaranteed by the \
>=2.24.3nb2 from ../../devel/atkmm/buildlink3.mk:11.
NOTE: Makefile:33: The requirement >=2.49.1 is already guaranteed by the \
>=2.62.0nb1 from ../../devel/glibmm/buildlink3.mk:9.
NOTE: Makefile:36: The requirement >=2.38.2 is already guaranteed by the \
>=2.42.0nb3 from ../../devel/pangomm/buildlink3.mk:9.
NOTE: Makefile:38: The requirement >=1.12.0 is already guaranteed by the \
>=1.12.2nb3 from ../../graphics/cairomm/buildlink3.mk:9.
NOTE: Makefile:40: The requirement >=2.35.5 is already guaranteed by the \
>=2.40.0nb1 from ../../graphics/gdk-pixbuf2/buildlink3.mk:9.
NOTE: Makefile:43: The requirement >=3.22.0 is already guaranteed by the \
>=3.24.14nb2 from ../../x11/gtk3/buildlink3.mk:9.
|
2020-06-02 10:25:05 by Adam Ciarcinski | Files touched by this commit (1689) |
Log message:
Revbump for icu
|
2020-05-07 10:42:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
gtkmm3: updated to 3.24.2
3.24.2 (stable):
Gdk:
* Window::create_similar_surface(): Fix a memory leak.
* Suppress warnings from deprecated GTimeVal in
PixbufAnimation::get_iter()
PixbufAnimationIter::advance()
Gtk:
* Fix memory leaks in
IconTheme::list_icons()
IconView::get_selected_icons()
RecentManager::get_items()
Documentation:
* Gtk::Builder: Describe how to use it together with Glib::Property.
Demos:
* Fix the source code listing.
|
2020-03-10 23:11:24 by Thomas Klausner | Files touched by this commit (1681) | |
Log message:
librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
|
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-07-22 00:26:08 by Thomas Klausner | Files touched by this commit (1256) |
Log message:
*: recursive bump for gdk-pixbuf2-2.38.1
|