reviewed ports wise and help with @pkgpath, ok by sthen@
reviewed and help with bytecode-only plists, minor nits and ok by jca@
tested on sparc 64 by @jca
tested on aarch64 by Kurt Miller
tested on amd64 by me
Thanks for reviews and testing!
and I don't think it's worthwhile yet to force i3 as a dependency of polybar. we can still
add an -i3 subpackage if there is a request for it.
breakge spotted by naddy@
Polybar is a fast and easy to use tool for creating status bars.
Polybar aims to help users build beautiful and highly customizable
status bars for their desktop environment, without the need of having a
black belt in shell scripting.
currently not all the OS-specific modules support OpenBSD (cpu does work now).
the remainder of modules will be worked on
* net unison needed some patchign to avoid deprecated library functions.
* all ports depending on the exact version of OCaml need revision bumps.
* net/unison needed some help to avoid deprecated library functions.
ok krw@, testing on i386 and ok daniel@
ghc and the hs-packages now simply include the necessary (haskell)
package description files in lib/ghc/package.conf.d and update the
package.cache by running ghc-pkg recache at the end. register and
unregister scripts are no longer needed.
can't handle input bytes with the top bit set. On signed char
architectures they are accidentally skipped, on aarch64 the parser
later fails with an assert().
Switch to .tar.bz2 because only this format is still available.
Comparing the decompressed .tar.gz and .tar.bz2 shows the .tar files to
be identical.
ok sthen@
"neuter pledges (committed to upstream code) with #if 0, some change in
the 4.16.1->4.17 timeframe is causing calls into cairo which do shm access.
shm is not possible in a pledged process.
reported by Ralf Horstmann; for more details see
https://marc.info/?l=openbsd-ports&m=156762440931634&w=2" -- sthen@
Spotted by sthen@
during unpack in gdk-pixbuf2 and ports using pixbuf loaders, define a
tag, and defer processing to the end of the pkg_add run.
This means that when doing "pkg_add -u", all files will be updated before
running the command, avoiding symbol conflicts when multiple versions of
X libraries are pulled in at the same time (often seen after X lib bumps).
OK'd a few weeks about by aja@ and reminded by pkg_add today ;)
the 4.16.1->4.17 timeframe is causing calls into cairo which do shm access.
shm is not possible in a pledged process.
reported by Ralf Horstmann; for more details see
https://marc.info/?l=openbsd-ports&m=156762440931634&w=2
(missing pieces after forgotten cvs add)