2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Remove SHA1 hashes for distfiles
|
2020-03-30 21:04:21 by Iain Hibbert | Files touched by this commit (1) |
Log message:
Clean up the unreadable manpages, by removing blank lines and leading spaces
|
2020-03-12 18:23:12 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
xdg-utils: update to 1.1.3nb2.
Fix unportable test(1) operator in installed script.
|
2018-10-17 10:39:13 by Jonathan Perkin | Files touched by this commit (5) |
Log message:
*: Replace custom tool setup with new ggrep.
|
2018-08-20 02:43:33 by Leonardo Taccari | Files touched by this commit (1) |
Log message:
xdg-utils: Avoid hardcoded paths via a SUBST
Previously all xdg-utils scripts just honored system /usr/local and /etc, fix
that by substitute them via SUBST framework.
Bump PKGREVISION
|
2018-05-12 12:11:49 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
xdg-utils: Update misc/xdg-utils to 1.1.3
pkgsrc changes:
- Update HOMEPAGE (follow redirects)
- Take MAINTAINERship
Changes:
xdg-utils 1.1.3
---------------
* xdg-open: Add Deepin Desktop Environment support (BR106143)
* xdg-open: use pcmanfm only if it is available (BR106161)
* xdg-open: Argument injection in xdg-open open_envvar (BR103807)
* xdg-settings: check_browser is broken under kde when just the binary is \
specified (BR106343)
* xdg-open: Fixes LXQt behavior (BR81674,BR103146)
* xdg-mime awk script syntax error (BR104298)
|
2017-09-06 11:03:07 by Thomas Klausner | Files touched by this commit (86) |
Log message:
Follow some redirects.
|
2017-05-09 20:58:29 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
Update misc/xdg-utils to 1.1.2
Changes:
xdg-utils 1.1.2
----------------
* xdg-open: Add "chromium" to fallback browsers (BR99366)
* xdg-mime: fails on encountering a list for x-scheme-handler (BR44163)
* xdg-screensaver: Restore previous X11 screensaver timeout (BR#98509)
* Add gio tool support (BR99063)
* xdg-open/xdg-email: add flatpack support (BR98824)
* Add support for LXQt
* Add enlightenment to xdg-email, xdg-settings
* xdg-open: prefer open_generic_xdg_x_scheme_handler over open_envvar (BR96472)
* xdg-mime: ensure check_mimeapps_list returns only primary item (BR44163)
* xdg-mime: xdg-mime does not write the file it reads in a query (BR95051)
* xdg-mime: properly handle varied ktraderclient5 output (BR94946)
* xdg-screensaver: support cinnamon-screensaver (BR92966)
* xdg-open: improve fallbacks, add open_generic (almost) everywhere (BR93442)
* Check for $WAYLAND_DISPLAY as well as $DISPLAY. Move display checking
to a common has_display() function. Thanks to Pasi Sjöholm for reporting.
|