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/webkit2-gtk3/Makefile

Number of commits found: 118 (showing only 18 on this page)

«  1 | 2 

Sunday, 5 Jun 2016
19:11 sbruno search for other commits by this committer
Add explicit cast to float to repair build with libc++ 3.8.0

PR:		209686
Submitted by:	dim
Original commitRevision:416418 
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 
11:17 sunpoet search for other commits by this committer
- Update to 0.5.0
- Bump PORTREVISION for graphics/webp shlib change

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
Original commitRevision:412334 
Sunday, 27 Mar 2016
14:58 tijl search for other commits by this committer
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:411990 
Sunday, 10 Jan 2016
16:19 bapt search for other commits by this committer
Convert www ports to USES=sqlite and USES=firebird
Original commitRevision:405717 
Thursday, 8 Oct 2015
15:12 olgeni search for other commits by this committer
Remove trailing whitespace from Makefiles, M-X.
Original commitRevision:398833 
Wednesday, 19 Aug 2015
08:14 kwm search for other commits by this committer
Add patch so we can start using USES=cmake instead of custom code.
Thanks go to rakuco@ for helping to dig into webkit cmake stuff and
Ting-Wei_Lan for digging deeper and figuring out the patch [1].

Obtained from:	webkit upstream [1]
Original commitRevision:394759 
Tuesday, 18 Aug 2015
10:51 rakuco search for other commits by this committer
Uses/cmake.mk: Replace CMAKE_ENV with CONFIGURE_ENV.

Instead of defining a variable that is almost always based on CONFIGURE_ENV,
just use CONFIGURE_ENV directly.

This also matches the behavior of other ports that do not use autotools (so
most ports can just worry about CONFIGURE_ENV). Additionally, the fact that
we do not use ?= means we do not have problems if another file in Uses/
needs to set CONFIGURE_ENV (with CMAKE_ENV, the order of the arguments to
USES would matter).

Ports which set CMAKE_ENV have been adjusted accordingly. In most cases,
CMAKE_ENV was just replaced with CONFIGURE_ENV, the exceptions being:
* databases/sqliteman: CMAKE_ENV line removed; setting QMAKESPEC there has
                       no effect on the build system.
* devel/freeocl: CMAKE_ENV line removed; FREEOCL_CXX_COMPILER is already
                 retrieved from the CMAKE_CXX_COMPILER variable in the build
                 system.
* graphics/openimageio: CMAKE_ENV line removed; setting Qt variables there
                        has no effect on the build system.

Reviewed by:		makc
Differential Revision:	https://reviews.freebsd.org/D3403
Original commitRevision:394572 
Sunday, 9 Aug 2015
16:46 kwm search for other commits by this committer
Update to 2.8.5 [1].

* libxslt is also needed at run time [2], this was fixed in webkit-gtk[23] but
  didn't make to webkit2-gtk3 or accedently reversed.
* Fix portscout macro.

PR:		202171 [1]
Submitted by:	olivierd@ [1], marino@ [2]
Original commitRevision:393808 
Thursday, 6 Aug 2015
07:57 kwm search for other commits by this committer
Add a check to see if cairo was build with OPENGL and EGL support.
Webkit2-gtk needs both.
Original commitRevision:393637 
Wednesday, 5 Aug 2015
19:13 kwm search for other commits by this committer
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.

The offical GNOME 3.16 release notes can be found at
https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
Original commitRevision:393607 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Thursday, 4 Jun 2015
22:39 kwm search for other commits by this committer
Update webkit2-gtk3 to 2.6.6.

* Update PORTSCOUT to try to look for new versions in the current series.
  New major versions will be imported with GNOME updates.
* This version builds with cmake 3.2
* Changelog: http://webkitgtk.org/2015/04/07/webkitgtk2.6.6-released.html
* Update pkg-descr and WWW [1]

Noticed by:	swills@ [1]
Original commitRevision:388557 
Wednesday, 18 Feb 2015
11:49 kwm search for other commits by this committer
Backport upstream patches to fix the function collision with glib 2.37.4
which added the GMutexLocker function.

Obtained from:	upstream (based on)
Original commitRevision:379206 
Tuesday, 20 Jan 2015
22:55 kwm search for other commits by this committer
Update webkit2gtk to 2.6.5.
Original commitRevision:377553 
Thursday, 15 Jan 2015
17:17 kwm search for other commits by this committer
Sprinkle some PORTSCOUT macros around to either mark ports:
 * ignore because there will not be any new releases.
 * check specific versions or ignore devel versions.
Original commitRevision:377130 
Friday, 26 Dec 2014
21:59 rakuco search for other commits by this committer
Depend on libpng.so, not libpng15.so.

Approved by:	gnome (kwm)
Original commitRevision:375660 
Thursday, 25 Dec 2014
21:10 kwm search for other commits by this committer
Add webkit2-gtk3 2.6.4.

This port only supplies the WebKit2 library for gtk3, and has some API changes.
The webkitgtk project switch to cmake. Due to issues I don't understand
  yet we can't use USES=cmake yet.
Use USES=compiler:c++11-lib to replace custom dancing around with clang
  and OSVERSION.
Make 8.x as IGNORE, because of c++ and other issues.
Original commitRevision:375603 

Number of commits found: 118 (showing only 18 on this page)

«  1 | 2