Hi,
I see that www/webkit2-gtk3 has recently been updated to 2.28.
However, there's still a problem with the port. Can any available
committer please review:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238844
Without this fix, the java/eclipse port is somewhat crippled.
Cheers.
--
Jonath
Hi ports@
A libcurses version problem:
Running 13.0-CURRENT with
/usr/src
cat .svn_revision 359319
cat .ctm_status src-cur 14430
/usr/ports
cat .svn_revision 529842
cat .ctm_status ports-cur 13423
After
pkg upgrade
pkg autoremove
xterm & firefox failed with
ld-elf.so.1: Shared object "li
I suggest that this new paragraph is added to the rules for maintainers:
4. Fix known problems, keep ports in a working order
Please attempt to resolve known problems in the ports that
you maintain. When others report a problem or you yourself
find a problem in the port, please make a reasonabl
David Griffith writes:
> As I work on updating ports/games/frotz, I noticed that the file size
> for the distribution tarball deposited in /usr/ports/distfiles is
> different than what I get when using git-archive(1).
Likely related to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242329
___
Dear port maintainer,
The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you
Hello.
Meson build system uses pkg-config to locate dependencies. However, OpenSSL
in base does not provide a .pc file (unlike, say, zlib - see
/usr/libdata/pkgconfig/). I haven't found a way in meson to manually set up
a dependency in this case.
I got a suggestion to write my own .pc file and ho