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/p5-Gtk2-WebKit/Makefile

Number of commits found: 27

Monday, 25 Feb 2019
16:58 kwm search for other commits by this committer
Mark webkit-gtk[23] ports as depricated with the same date as webkit-gtk[23].
Disable webkit-gtk[23] support if the port/plugin supports it.

Remove options for webkit-gtk[23] using ports or if they don't have a
option, mark them deprecated with the same date as webkit-gtk[23].

Haskell and geany where skipped and will be handled by the maintainers.
Original commitRevision:493883 
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, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

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

PR:		222542
Original commitRevision:475857 
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 
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 
Sunday, 1 Jan 2017
03:45 sunpoet search for other commits by this committer
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
Original commitRevision:430235 
Thursday, 8 Dec 2016
15:46 tijl search for other commits by this committer
Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added in
r374303 to prevent massive PORTREVISION bumps.  Bump dependent ports that
have not been bumped since.
Original commitRevision:428130 
Tuesday, 13 Sep 2016
14:19 mat search for other commits by this committer
Attempt at fixing the port for FreeBSD 9. It still fails, but it is
getting closer.

The build error is:

/usr/local/bin/perl5 -I blib/lib -I blib/arch -MGlib::GenPod
-MGtk2::WebKit  -e "add_types
(qq(\/usr\/local\/lib\/perl5\/site_perl\/mach\/5\.20\/Glib\/Install\/doctypes),
 qq(\/usr\/local\/lib\/perl5\/site_perl\/mach\/5\.20\/Cairo\/Install\/doctypes),
 qq(\/usr\/local\/lib\
   /perl5\/site_perl\/mach\/5\.20\/Pango\/Install\/doctypes),
 qq(\/usr\/local\/lib\/perl5\/site_perl\/mach\/5\.20\/Gtk2\/Install\/doctypes));
Glib::GenPod::set_copyright(qq/Copyright (C) 2008, Florian Ragwitz/);
Glib::GenPod::set_main_mod(qq(Gtk2::WebKit));  xsdoc2pod(q(bui
      ld/doc.pl), q(blib/lib), q(build/podindex));"
Can't load 'blib/arch/auto/Gtk2/WebKit/WebKit.so' for module
Gtk2::WebKit: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.14 required
by /usr/local/lib/libwebkitgtk-1.0.so.0 not found at
/usr/local/lib/perl5/5.20/mach/DynaLoader.pm line 193.
 at -e line 0.
 Compilation failed in require.
 BEGIN failed--compilation aborted.
 *** [build/podindex] Error code 2

Sponsored by:	Absolight
Original commitRevision:422010 
Thursday, 1 Sep 2016
01:51 marino search for other commits by this committer
www/p5-Gtk2-WebKit: Comment out NO_PACKAGE hack from March 2010

It's been 6.5 years since this port was marked with NO_PACKAGE which
should have been a temporary measure.  It builds fine for me on F10.3
amd64 (vm), so let's remove the designation so we can see if it's
still an issue.  If the problem still exists, then it's better make
the documentation optional and off by default.

Approved by:	Just-Fix-It
Original commitRevision:421196 
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 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Sunday, 5 Jan 2014
13:05 az search for other commits by this committer
- stage support

Approved by:	portmgr (blanket infrastructure)
Original commitRevision:338763 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Monday, 2 Sep 2013
15:12 az search for other commits by this committer
- convert to the new perl5 framework

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:326003 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 20 Oct 2011
08:04 sunpoet search for other commits by this committer
- Update to 0.09
- While I'm here, add RUN_DEPENDS and sort MAN3

Changes:        http://search.cpan.org/dist/Gtk2-WebKit/Changes
PR:             ports/160168
Submitted by:   Zane C.B-H. <vvelox@vvelox.net> (maintainer)
Original commit
Monday, 20 Jun 2011
09:22 az search for other commits by this committer
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
Original commit
Thursday, 23 Sep 2010
03:23 pgollucci search for other commits by this committer
- Update to 0.08
- manpage generation still broken

PR:             ports/150617
Submitted by:   "Zane C.B." <vvelox@vvelox.net> (maintainer)
Changes:        http://search.cpan.org/dist/Gtk2-WebKit/Changes
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Wednesday, 10 Feb 2010
09:46 pav search for other commits by this committer
- BROKEN -> NO_PACKAGE

Submitted by:   Zane C.B. <vvelox@vvelox.net> (maintainer)
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 12 Dec 2009
23:22 pav search for other commits by this committer
- Update to 0.07 (still broken)

PR:             ports/141344
Submitted by:   Zane C.B. <vvelox@vvelox.net> (maintainer)
Original commit
Thursday, 10 Dec 2009
10:50 linimon search for other commits by this committer
Mark as broken everywhere.

Hat:            portmgr
Original commit
Saturday, 5 Dec 2009
22:03 pav search for other commits by this committer
- Mark BROKEN on amd64: hangs during build

Reported by:    pointyhat, local tinderbox
Original commit
Saturday, 28 Nov 2009
20:06 marcus search for other commits by this committer
Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:             136676
                136967
                138872 (obsolete with new epiphany-webkit)
                139160
                134737
                139941
                140097
                140838
                140929
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Tuesday, 3 Mar 2009
05:44 gabor search for other commits by this committer
WebKit is a web content engine, derived from KHTML and KJS from KDE, and used
primarily in Apple's Safari browser. It is made to be embedded in other
applications, such as mail readers, or web browsers.

It is able to display content such as HTML, SVG, XML, and others. It also
supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.

WWW: http://search.cpan.org/dist/Gtk2-WebKit/

PR:             ports/131044
Submitted by:   Zane C, Bowers <vvelox at vvelox.net>
Original commit

Number of commits found: 27