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: graphics/drawpile/Makefile

Number of commits found: 52

Saturday, 23 Mar 2024
09:41 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.77.0

PR:		277786
commit hash: d632fbe55e45559d03a0bef7211913964aeba45a commit hash: d632fbe55e45559d03a0bef7211913964aeba45a commit hash: d632fbe55e45559d03a0bef7211913964aeba45a commit hash: d632fbe55e45559d03a0bef7211913964aeba45a d632fbe
Wednesday, 13 Mar 2024
08:11 Yuri Victorovich (yuri) search for other commits by this committer
graphics/drawpile: update 2.2.0 → 2.2.1

Reported by:	portscout
commit hash: 5662396a39cea432651671809650f37b3b57c92e commit hash: 5662396a39cea432651671809650f37b3b57c92e commit hash: 5662396a39cea432651671809650f37b3b57c92e commit hash: 5662396a39cea432651671809650f37b3b57c92e 5662396
Monday, 19 Feb 2024
11:59 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.76.0

PR:		276920
commit hash: 7f5a7b0e524c8d32727681a4324905e350dc433c commit hash: 7f5a7b0e524c8d32727681a4324905e350dc433c commit hash: 7f5a7b0e524c8d32727681a4324905e350dc433c commit hash: 7f5a7b0e524c8d32727681a4324905e350dc433c 7f5a7b0
Sunday, 14 Jan 2024
18:51 Yuri Victorovich (yuri) search for other commits by this committer
graphics/drawpile: update 2.1.20 → 2.2.0

Reported by:	portscout
commit hash: 7140932195b263ccfce3d9b707fabc8564a40772 commit hash: 7140932195b263ccfce3d9b707fabc8564a40772 commit hash: 7140932195b263ccfce3d9b707fabc8564a40772 commit hash: 7140932195b263ccfce3d9b707fabc8564a40772 7140932
Friday, 12 Jan 2024
06:34 Yuri Victorovich (yuri) search for other commits by this committer
graphics/drawpile: Broken on armv7 on 15 CURRENT

Reported by:	https://portsfallout.com/
commit hash: b6f8f173b18b1da75ef3efa9a80c63e1cbc3a1b9 commit hash: b6f8f173b18b1da75ef3efa9a80c63e1cbc3a1b9 commit hash: b6f8f173b18b1da75ef3efa9a80c63e1cbc3a1b9 commit hash: b6f8f173b18b1da75ef3efa9a80c63e1cbc3a1b9 b6f8f17
Tuesday, 18 Apr 2023
04:38 Yuri Victorovich (yuri) search for other commits by this committer
graphics/drawpile: Add the PORTSCOUT line
commit hash: 2ece22f4bf228403a0c5dac6685357bb460e2dec commit hash: 2ece22f4bf228403a0c5dac6685357bb460e2dec commit hash: 2ece22f4bf228403a0c5dac6685357bb460e2dec commit hash: 2ece22f4bf228403a0c5dac6685357bb460e2dec 2ece22f
Saturday, 11 Feb 2023
08:46 Jan Beich (jbeich) search for other commits by this committer
multimedia/libvpx: update 1.13.0

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.12.0..v1.13.0
Reported by:	portscout
commit hash: 17f6d799d7cd9697ea3c59711e6216a70a27471f commit hash: 17f6d799d7cd9697ea3c59711e6216a70a27471f commit hash: 17f6d799d7cd9697ea3c59711e6216a70a27471f commit hash: 17f6d799d7cd9697ea3c59711e6216a70a27471f 17f6d79
Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
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, 10 Jan 2022
19:15 Li-Wen Hsu (lwhsu) search for other commits by this committer
Bump PORTREVISION after www/libmicrohttpd updated

PR:		260777
commit hash: 4499b66242e5e5b1249082d207116914927b61af commit hash: 4499b66242e5e5b1249082d207116914927b61af commit hash: 4499b66242e5e5b1249082d207116914927b61af commit hash: 4499b66242e5e5b1249082d207116914927b61af 4499b66
Sunday, 26 Dec 2021
07:59 Li-Wen Hsu (lwhsu) search for other commits by this committer
Bump PORTREVISION after www/libmicrohttpd updated

PR:		260603
commit hash: b55bac28814d0008a021aa08922a28e2c0ba9d7b commit hash: b55bac28814d0008a021aa08922a28e2c0ba9d7b commit hash: b55bac28814d0008a021aa08922a28e2c0ba9d7b commit hash: b55bac28814d0008a021aa08922a28e2c0ba9d7b b55bac2
Saturday, 9 Oct 2021
00:45 Jan Beich (jbeich) search for other commits by this committer
multimedia/libvpx: update 1.11.0

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0
Reported by:	portscout, Repology
commit hash: f16d8e56352394e557b1ab24f1a3582300e414af commit hash: f16d8e56352394e557b1ab24f1a3582300e414af commit hash: f16d8e56352394e557b1ab24f1a3582300e414af commit hash: f16d8e56352394e557b1ab24f1a3582300e414af f16d8e5
Thursday, 16 Sep 2021
08:35 Yuri Victorovich (yuri) search for other commits by this committer
graphics/drawpile: Update 2.1.19 -> 2.1.20
commit hash: 255c59f2a4299352ad72541d5946ecae112555e7 commit hash: 255c59f2a4299352ad72541d5946ecae112555e7 commit hash: 255c59f2a4299352ad72541d5946ecae112555e7 commit hash: 255c59f2a4299352ad72541d5946ecae112555e7 255c59f
Saturday, 7 Aug 2021
18:48 Yuri Victorovich (yuri) search for other commits by this committer
graphics/drawpile: Update 2.1.18 -> 2.1.19

Reported by:	portscout
commit hash: 46702f7de32917145cdc38e883e1788e2a398595 commit hash: 46702f7de32917145cdc38e883e1788e2a398595 commit hash: 46702f7de32917145cdc38e883e1788e2a398595 commit hash: 46702f7de32917145cdc38e883e1788e2a398595 46702f7
Wednesday, 4 Aug 2021
03:04 Yuri Victorovich (yuri) search for other commits by this committer
graphics/drawpile: Update 2.1.17 -> 2.1.18

Reported by:	portscout
commit hash: 90319b5de65d77bea0eeafd5cf31e9e56643c2ca commit hash: 90319b5de65d77bea0eeafd5cf31e9e56643c2ca commit hash: 90319b5de65d77bea0eeafd5cf31e9e56643c2ca commit hash: 90319b5de65d77bea0eeafd5cf31e9e56643c2ca 90319b5
Monday, 12 Jul 2021
07:38 Yuri Victorovich (yuri) search for other commits by this committer
graphics/drawpile: Add required build dependency devel/kf5-extra-cmake-modules

It was probably always installed by some other package before.

Reported by:	fallout
commit hash: 1474ee3b8e5ed35ec5acf8248a17ebf589573bee commit hash: 1474ee3b8e5ed35ec5acf8248a17ebf589573bee commit hash: 1474ee3b8e5ed35ec5acf8248a17ebf589573bee commit hash: 1474ee3b8e5ed35ec5acf8248a17ebf589573bee 1474ee3
Tuesday, 1 Jun 2021
13:55 Li-Wen Hsu (lwhsu) search for other commits by this committer
*: Bump PORTREVISION after www/libmicrohttpd updated

PR:		255938
commit hash: a7309207a05253fea710198f4b015420cdcb93d6 commit hash: a7309207a05253fea710198f4b015420cdcb93d6 commit hash: a7309207a05253fea710198f4b015420cdcb93d6 commit hash: a7309207a05253fea710198f4b015420cdcb93d6 a730920
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
Sunday, 4 Oct 2020
06:24 yuri search for other commits by this committer
graphics/drawpile: Backport patch fixing compilation with libmicrohttpd 0.9.71;
Backport patches fixing missing #include <QPainterPath>

PR:		250087
Submitted by:	daniel.engberg.lists@pyret.net
Original commitRevision:551356 
Monday, 17 Feb 2020
18:12 yuri search for other commits by this committer
graphics/drawpile: Update 2.1.16 -> 2.1.17

Reported by:	portscout
Original commitRevision:526383 
Sunday, 9 Feb 2020
18:08 yuri search for other commits by this committer
graphics/drawpile: Update 2.1.15 -> 2.1.16
Original commitRevision:525668 
Sunday, 8 Dec 2019
08:31 yuri search for other commits by this committer
graphics/drawpile: Update 2.1.14 -> 2.1.15

Reported by:	portscout
Original commitRevision:519279 
Saturday, 23 Nov 2019
05:44 yuri search for other commits by this committer
graphics/drawpile: Update 2.1.13 -> 2.1.14

Reported by:	portscout
Original commitRevision:518182 
Sunday, 10 Nov 2019
16:29 yuri search for other commits by this committer
graphics/drawpile: Update 2.1.12 -> 2.1.13

Reported by:	portscout
Original commitRevision:517216 
Sunday, 27 Oct 2019
06:40 yuri search for other commits by this committer
graphics/drawpile: Update 2.1.11 -> 2.1.12

Reported by:	portscout
Original commitRevision:515754 
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 
Friday, 28 Jun 2019
02:46 yuri search for other commits by this committer
graphics/drawpile: Update 2.1.10 -> 2.1.11

Reported by:	portscout
Original commitRevision:505254 
Friday, 31 May 2019
06:11 yuri search for other commits by this committer
graphics/drawpile: Update 2.1.9 -> 2.1.10

Reported by:	portscout
Original commitRevision:503113 
Monday, 20 May 2019
06:53 yuri search for other commits by this committer
graphics/drawpile: Update 2.1.8 -> 2.1.9

Reported by:	portscout
Original commitRevision:502087 
Saturday, 4 May 2019
23:41 yuri search for other commits by this committer
graphics/drawpile: Update 2.1.7 -> 2.1.8
Original commitRevision:500841 
Sunday, 14 Apr 2019
21:17 yuri search for other commits by this committer
graphics/drawpile: Update 2.1.6 -> 2.1.7

Reported by:	portscout
Original commitRevision:498951 
Thursday, 11 Apr 2019
15:47 yuri search for other commits by this committer
graphics/drawpile: fix build with GCC-based architectures

PR:		237196
Submitted by:	Piotr Kubaj
Original commitRevision:498672 
Sunday, 7 Apr 2019
04:34 yuri search for other commits by this committer
graphics/drawpile: Update 2.1.5 -> 2.1.6
Original commitRevision:498242 
Sunday, 31 Mar 2019
17:04 yuri search for other commits by this committer
graphics/drawpile: Update 2.1.4 -> 2.1.5

Reported by:	portscout
Original commitRevision:497431 
Saturday, 30 Mar 2019
19:50 yuri search for other commits by this committer
graphics/drawpile: Update 2.1.3 -> 2.1.4

Reported by:	portscout
Original commitRevision:497337 
Sunday, 17 Mar 2019
21:53 yuri search for other commits by this committer
graphics/drawpile: Update 2.1.2 -> 2.1.3

Reported by:	portscout
Original commitRevision:496111 
Sunday, 10 Mar 2019
06:09 yuri search for other commits by this committer
graphics/drawpile: Update 2.1.1 -> 2.1.2

Reported by:	portscout
Original commitRevision:495228 
Monday, 18 Feb 2019
10:29 yuri search for other commits by this committer
graphics/drawpile: Update 2.1.0 -> 2.1.1

Reported by:	portscout
Original commitRevision:493256 
Sunday, 17 Feb 2019
09:23 yuri search for other commits by this committer
graphics/drawpile: Update 2.0.11 -> 2.1.0

Reported by:	portscout
Original commitRevision:493159 
Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
Original commitRevision:490472 
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 
Friday, 17 Aug 2018
08:09 yuri search for other commits by this committer
graphics/drawpile: Update 2.0.10 -> 2.0.11

Reported by:	portscout
Original commitRevision:477411 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Original commitRevision:473503 
Wednesday, 9 May 2018
05:37 dinoex search for other commits by this committer
- update to miniupnpc 2.1
PR:		228050
Submitted by:	Hung-Yi Chen

- fix python build
- add LICENSE for slave port
- make portlint happier

- bump PORTREVISION on ports using the shared lib
Original commitRevision:469430 
Monday, 2 Apr 2018
20:12 adridg search for other commits by this committer
Fix graphics/Drawfile ahead of CMake 3.11.

The order in which files are placed in mocs_compilation.cpp has changed
in CMake 3.11 compared to CMake 3.10. This shows up places where not all
of the includes needed for a bit of code, are included -- because by chance,
everywhere else they are already included by the time the compiler gets to
the offending header. In switching the order around, compiles fail.

The error message is in the patch -- just a missing type declaration.

Approved by:	tcberner (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D14770
Original commitRevision:466260 
Saturday, 17 Mar 2018
21:18 yuri search for other commits by this committer
graphics/drawpile: Update to 2.0.10

Changelog:
https://drawpile.net/news/release-2.0.10/
Original commitRevision:464846 
Monday, 26 Feb 2018
09:30 yuri search for other commits by this committer
graphics/drawpile: Update to 2.0.9

Changelog:
https://drawpile.net/news/release-2.0.9/

Approved by:	tcberner (mentor, implicit)
Original commitRevision:463008 
Monday, 12 Feb 2018
17:18 yuri search for other commits by this committer
graphics/drawpile: Update to 2.0.8

Changelog:
https://github.com/drawpile/Drawpile/blob/master/ChangeLog

Reported by:	portscout
Reviewed by:	tcberner (mentor, implicit)
Original commitRevision:461605 
Saturday, 3 Feb 2018
22:09 yuri search for other commits by this committer
graphics/drawpile: Update to 2.0.7

Reported by:	portscout
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D14144
Original commitRevision:460851 
Sunday, 28 Jan 2018
17:40 yuri search for other commits by this committer
graphics/drawpile: Update to 2.0.6

Change log:
https://drawpile.net/news/release-2.0.6/

Reported by:	portscout
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14085
Original commitRevision:460227 
Sunday, 10 Dec 2017
17:38 yuri search for other commits by this committer
New port: graphics/drawpile: Collaborative drawing program

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13404
Original commitRevision:455903 

Number of commits found: 52