notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/elinks/files/patch-meson.build

Number of commits found: 7

Saturday, 16 Mar 2024
08:03 Felix Palmen (zirias) search for other commits by this committer
www/elinks: Revert build-fix with ssl from ports

The build fix was only needed for breakage caused by pkgconf which has
meanwhile been fixed.

This reverts commit 9de718aaf747cace995ffcf592edf64e3fdd9317.
commit hash: 4c0ac6f6d1e1199df4faec6df61086851c2ae814 commit hash: 4c0ac6f6d1e1199df4faec6df61086851c2ae814 commit hash: 4c0ac6f6d1e1199df4faec6df61086851c2ae814 commit hash: 4c0ac6f6d1e1199df4faec6df61086851c2ae814 4c0ac6f
Thursday, 4 Jan 2024
18:40 Fernando Apesteguía (fernape) search for other commits by this committer Author: Dustin Marquess
www/elinks: update to 0.17.0

ChangeLog: https://raw.githubusercontent.com/rkd77/elinks/master/NEWS

ELinks 0.17.0
-------------

Released on 2023-12-25

* fix for some 32-bit systems and select-only builds
* fix for gettext in Windows builds

ELinks 0.17.0rc2
----------------

Released on 2023-12-10

* Avoid division by zero. Refs #276
* Fix for FSP under Windows

ELinks 0.17.0rc1
----------------

Released on 2023-12-02

* configuration files are now saved to ~/.config/elinks/ or
$XDG_CONFIG_HOME/elinks/ #199
  User must copy files from ~/.elinks/ to ~/.config/elinks/ himself or herself
* HOME_ETC support was dropped, you can set ELINKS_CONFDIR instead
* idn2 in place of idn #206
* libcss support (a few netsurf's libraries are required). Set
document.css.libcss = 1 to enable
* experimental libsixel support (image/*; img2sixel %s; copiousoutput) in
~/.mailcap
  Must be enabled in a few places in configuration: set document.plain.sixel = 1
  and in terminal options. Do not try it on metered remote connections
* testing libcurl support (explicit FTPS and SFTP among others)
  To enable set protocol.ftp.use_curl = 1
  set protocol.http.use_curl = 1 for http/https
* ui.sessions.postpone_unlink option. Delete temporary files at exit instead of
immediately after
  closing viewer #257
* redefined isspace #249
* Serbian translation update
* compilation fixes

PR:		276090
Reported by:	jailbird@fdf.net (maintainer)
commit hash: d32cb47a89c0c9eb62fc7b81eb3abfdd7a01118e commit hash: d32cb47a89c0c9eb62fc7b81eb3abfdd7a01118e commit hash: d32cb47a89c0c9eb62fc7b81eb3abfdd7a01118e commit hash: d32cb47a89c0c9eb62fc7b81eb3abfdd7a01118e d32cb47
Wednesday, 20 Sep 2023
07:43 Felix Palmen (zirias) search for other commits by this committer
www/elinks: Fix build with ssl from ports

Building with ssl from ports used the headers from ports, but still
linked the libs from base and therefore failed. Patch meson.build to
look for OpenSSL libs in ${OPENSSLLIB} to fix this.

Approved by:	portmgr (blanket, build fix)
commit hash: 9de718aaf747cace995ffcf592edf64e3fdd9317 commit hash: 9de718aaf747cace995ffcf592edf64e3fdd9317 commit hash: 9de718aaf747cace995ffcf592edf64e3fdd9317 commit hash: 9de718aaf747cace995ffcf592edf64e3fdd9317 9de718a
Wednesday, 3 May 2023
08:04 Fernando Apesteguía (fernape) search for other commits by this committer Author: Dustin Marquess
www/elinks: update to 0.16.1.1

ChangeLog: https://github.com/rkd77/elinks/releases/tag/v0.16.1.1

updated POTFILES

PR:		271189
Reported by:	jailbird@fdf.net (maintainer)
commit hash: 88c17eab40d9123ff4569c504a31e0c082014f7b commit hash: 88c17eab40d9123ff4569c504a31e0c082014f7b commit hash: 88c17eab40d9123ff4569c504a31e0c082014f7b commit hash: 88c17eab40d9123ff4569c504a31e0c082014f7b 88c17ea
Sunday, 8 Jan 2023
18:33 Fernando Apesteguía (fernape) search for other commits by this committer Author: Dustin Marquess
www/elinks: update to 0.16.0

ChangeLog: https://raw.githubusercontent.com/rkd77/elinks/master/NEWS

 * detect xterm on my computer
 * alternative mujs engine for js
 * bump mozjs to 102
 * experimental XHR implementation
 * macros in exmode
 * removed infinite loop, which occurred under BSD
 * optional terminal hyperlinks in dumps

PR:             268664
Reported by:    jailbird@fdf.net
commit hash: 6636979433e4b11a3f6bf0ef8242915457c4971b commit hash: 6636979433e4b11a3f6bf0ef8242915457c4971b commit hash: 6636979433e4b11a3f6bf0ef8242915457c4971b commit hash: 6636979433e4b11a3f6bf0ef8242915457c4971b 6636979
Wednesday, 16 Nov 2022
15:34 Baptiste Daroussin (bapt) search for other commits by this committer
www/elinks: fix detection of execinfo

When moving from autotools to autotools to meson, the check from
the execinfo header was lost, readd this test.

When execinfo is not detected, the replacement code instead of error
is an abusive end less loop, while here patch out this part [1].

Note that upstream merge the removal of the code.

While here remove a useless macro which wasn't functional anyway due to
a typo

PR:	267794 [1]
Submitted by:	Dustin Marquess <jailbird@fdf.net> [1]
commit hash: 6b82b9945652f28f4245dd2e2662af401cda0534 commit hash: 6b82b9945652f28f4245dd2e2662af401cda0534 commit hash: 6b82b9945652f28f4245dd2e2662af401cda0534 commit hash: 6b82b9945652f28f4245dd2e2662af401cda0534 6b82b99
Monday, 19 Sep 2022
10:53 Fernando Apesteguía (fernape) search for other commits by this committer Author: Dustin Marquess
www/elinks: update to 0.15.1

ChangeLog: https://github.com/rkd77/elinks/releases/tag/v0.15.1

 * about:config
 * option --always-load-config
 * compilation fixes on Windows
 * added ui.background_char
 * sample build scripts and docker files
 * experimental DGI support
 * DOS port based on links code
 * configurable Accept-Header
 * minor compilation fixes

PR:		266305
Reported by:	jailbird@fdf.net (maintainer)
commit hash: 1d53e772ca84748e5eb98efa9cfa84b5788e20ec commit hash: 1d53e772ca84748e5eb98efa9cfa84b5788e20ec commit hash: 1d53e772ca84748e5eb98efa9cfa84b5788e20ec commit hash: 1d53e772ca84748e5eb98efa9cfa84b5788e20ec 1d53e77

Number of commits found: 7