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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: www/edbrowse/Makefile

Number of commits found: 39

Wednesday, 10 Jan 2024
16:27 Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
commit hash: 72fa01913d6a670015d043dc5d92fa3d849f08ab commit hash: 72fa01913d6a670015d043dc5d92fa3d849f08ab commit hash: 72fa01913d6a670015d043dc5d92fa3d849f08ab commit hash: 72fa01913d6a670015d043dc5d92fa3d849f08ab 72fa019
Sunday, 31 Dec 2023
00:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 bbab7f5
Thursday, 23 Nov 2023
21:50 Alfonso S. Siciliano (asiciliano) search for other commits by this committer
www/edbrowse: fix -lopenssl for 12.4

Fix CI
https://pkg-status.freebsd.org/package19/data/124amd64-default-build-as-user/ea297437c894/logs/edbrowse-3.8.7_1.log

PR:		275153
Approved by:	fernape
commit hash: 2ce5d605bd50f0f2e81f7a1ad9bf74bb1fb24c5e commit hash: 2ce5d605bd50f0f2e81f7a1ad9bf74bb1fb24c5e commit hash: 2ce5d605bd50f0f2e81f7a1ad9bf74bb1fb24c5e commit hash: 2ce5d605bd50f0f2e81f7a1ad9bf74bb1fb24c5e 2ce5d60
Tuesday, 24 Oct 2023
00:34 Yuri Victorovich (yuri) search for other commits by this committer
lang/quickjs: Build shared libraries

PR:		274681
Reported by:	Robert Clausecker <fuz@FreeBSD.org>
commit hash: f8471874612278840b3db3076f3982cf5e259cc3 commit hash: f8471874612278840b3db3076f3982cf5e259cc3 commit hash: f8471874612278840b3db3076f3982cf5e259cc3 commit hash: f8471874612278840b3db3076f3982cf5e259cc3 f847187
Monday, 23 Oct 2023
22:30 Alfonso S. Siciliano (asiciliano) search for other commits by this committer
www/edbrowse: update to 3.8.7

Changes: https://github.com/CMB/edbrowse/blob/master/CHANGES

Approved by:	fernape
PR:		273251
commit hash: 6b227695417fc0edf386aa7b7dfff450085932c2 commit hash: 6b227695417fc0edf386aa7b7dfff450085932c2 commit hash: 6b227695417fc0edf386aa7b7dfff450085932c2 commit hash: 6b227695417fc0edf386aa7b7dfff450085932c2 6b22769
Tuesday, 4 Oct 2022
16:08 Fernando Apesteguía (fernape) search for other commits by this committer Author: Alfonso S. Siciliano
www/edbrowse: Update to 3.8.5

ChangeLog: https://github.com/CMB/edbrowse/blob/master/CHANGES

PR:		266805
Reported by:	asiciliano@FreeBSD.org
commit hash: 869944c765a38918004b0611c13dcb09714cb459 commit hash: 869944c765a38918004b0611c13dcb09714cb459 commit hash: 869944c765a38918004b0611c13dcb09714cb459 commit hash: 869944c765a38918004b0611c13dcb09714cb459 869944c
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 21 Feb 2022
07:16 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump PORTREVISION of users due to bump of lang/duktape*
commit hash: 7424b1da19ed8e2d54472eea701aa306ca2835e0 commit hash: 7424b1da19ed8e2d54472eea701aa306ca2835e0 commit hash: 7424b1da19ed8e2d54472eea701aa306ca2835e0 commit hash: 7424b1da19ed8e2d54472eea701aa306ca2835e0 7424b1d
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 12 Nov 2020
03:22 danfe search for other commits by this committer
- Update to version 3.7.7
- Fix COMMENT, GC no longer useful patches
- Chase redirection in the WWW line

PR:		250955
Submitted by:	maintainer
Original commitRevision:554930 
Wednesday, 21 Oct 2020
10:26 rhurlin search for other commits by this committer
lang/duktape and lang/duktape-lib: Update to 2.6.0

- Use CC and CFLAGS from ports framework
- Don't install debug library
- Bump PORTREVISION of www/edbrowse (has lang/duktape-lib as dependency)

Changelog:
https://github.com/svaarala/duktape/blob/master/releases/releases.yaml

PR:		250358, 250359
Submitted by:	Daniel Engberg <daniel.engberg.lists@pyret.net>
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D26881
Original commitRevision:552860 
Monday, 24 Aug 2020
01:06 swills search for other commits by this committer
www/edbrowse: fix build with -fno-common

PR:		248849
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Original commitRevision:546033 
Saturday, 7 Dec 2019
12:19 vanilla search for other commits by this committer
* delete: LIB_DEPENDS libtidy.so:www/tidy-lib
* delete: files/patch-src_html-tidy.c
* add: post-patch to link the right library version

PR:		242499
Submitted by:	maintainer
Original commitRevision:519204 
Friday, 6 Dec 2019
14:10 vanilla search for other commits by this committer
Fix crash issue, and bump version.

PR:		242471
Submitted by:	maintainer
Original commitRevision:519145 
Monday, 2 Dec 2019
07:10 vanilla search for other commits by this committer
increase portrevision to chrase lang/duktape-lib.

PR:		242336
Submitted by:	maintainer
Original commitRevision:518830 
Saturday, 23 Nov 2019
21:28 tcberner search for other commits by this committer
wwww/edbrowse: update to 3.7.6

PR:		242179
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>  (maintainer)
Original commitRevision:518274 
Monday, 2 Sep 2019
22:59 swills search for other commits by this committer
www/edbrowse: bump PORTREVISION for duktape-lib update

PR:		239544
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Original commitRevision:510886 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Tuesday, 9 Apr 2019
14:04 sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Original commitRevision:498476 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Sunday, 18 Nov 2018
18:28 linimon search for other commits by this committer
Add compiler:c11 to USES to fix build on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:485240 
Thursday, 11 Oct 2018
02:23 swills search for other commits by this committer
www/edbrowse: Update to 3.7.4

PR:		232137
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Original commitRevision:481780 
Saturday, 28 Apr 2018
19:05 dbaio search for other commits by this committer
lang/duktape-lib: Update to 2.2.1

Bump PORTREVISION of dependent port (www/edbrowse) due shlib change.

PR:		227822
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Original commitRevision:468565 
Saturday, 14 Apr 2018
18:09 yuri search for other commits by this committer
www/edbrowse: Update 3.5.1 -> 3.7.3

Port changes:
* alfix86@gmail.com takes maintainership
* Change to DISTVERSION
* Change MASTER_SITES to GitHub
* Change from make to cmake
* Add USES=perl5 and USE_PERL5=build
* Add to and update LIB_DEPENDS
* Add patches for the pull request fixing missing/wrong include statements
* Replace pkg-plist with PLIST_FILES
* Add PORTDOCS=*

PR:		227517
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>
Original commitRevision:467337 
Tuesday, 27 Feb 2018
04:55 yuri search for other commits by this committer
Maintainer reset for e-mails in domains without MX records

15 ports are affected.

$ dig absoludicrous.com MX | grep MX
; <<>> DiG 9.12.0 <<>> absoludicrous.com MX
;absoludicrous.com.         IN      MX

$ dig bsdforfe.com MX | grep MX
; <<>> DiG 9.12.0 <<>> bsdforfe.com MX
;bsdforfe.com.                      IN      MX

$ dig vmailbox.org MX | grep MX
; <<>> DiG 9.12.0 <<>> vmailbox.org MX
;vmailbox.org.                      IN      MX

$ dig virgaria.org MX | grep MX
; <<>> DiG 9.12.0 <<>> virgaria.org MX
;virgaria.org.                      IN      MX

$ dig vereshagin.org MX | grep MX
; <<>> DiG 9.12.0 <<>> vereshagin.org MX
;vereshagin.org.                    IN      MX

$ dig sucked-in.com MX | grep MX
; <<>> DiG 9.12.0 <<>> sucked-in.com MX
;sucked-in.com.                     IN      MX

$ dig pkix.net MX | grep MX
; <<>> DiG 9.12.0 <<>> pkix.net MX
;pkix.net.                  IN      MX

$ dig michael-fauste.de MX | grep MX
; <<>> DiG 9.12.0 <<>> michael-fauste.de MX
;michael-fauste.de.         IN      MX

Approved by:	tcberner (mentor, implicit)
Original commitRevision:463107 
Thursday, 11 Jan 2018
14:18 danfe search for other commits by this committer
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
Original commitRevision:458739 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Tuesday, 27 Jun 2017
13:46 sunpoet search for other commits by this committer
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Original commitRevision:444463 
Monday, 22 May 2017
22:29 linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Original commitRevision:441494 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Wednesday, 15 Mar 2017
14:45 mat search for other commits by this committer
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Original commitRevision:436247 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Original commitRevision:426566 
Tuesday, 19 Jul 2016
11:04 mat search for other commits by this committer
When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:418767 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Saturday, 29 Nov 2014
19:35 riggs search for other commits by this committer
- Update to upstream version 3.5.1
- Use lang/spidermonkey24 instead of lang/spidermonkey17
- Use curl for mail handling

PR:		195058
Submitted by:	david.vionnet@vmailbox.org
Reviewed by:	riggs
Original commitRevision:373639 
Monday, 10 Mar 2014
18:01 bapt search for other commits by this committer
Convert www to USES=zip
Original commitRevision:347789 
Friday, 17 Jan 2014
17:08 danilo search for other commits by this committer
- Add new port www/edbrowse

Edbrowse is an editor, a web browser, and a mail client that is 100%
text based. The interface is similar to /bin/ed, though there are many
more features, such as editing multiple files simultaneously, and
rendering html.

PR:		ports/185590
Submitted by:	David Vionnet <david.vionnet@vmailbox.org>
Original commitRevision:340081 

Number of commits found: 39