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/webkit-gtk2/Makefile

Number of commits found: 113 (showing only 100 on this page)

1 | 2  »  

Sunday, 24 Feb 2019
20:13 kwm search for other commits by this committer
Start deorbit burn for old webkit-gtk ports.

PR:		208192
Original commitRevision:493807 
Monday, 17 Dec 2018
18:44 linimon search for other commits by this committer
Also enable on powerpcspe.

Reported by:	jhibbits
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:487702 
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, 25 Nov 2018
17:12 sunpoet search for other commits by this committer
Update MASTER_SITES and WWW

- While I'm here, add USES=gl and USES=gnome

Approved by:	portmgr (blanket)
Original commitRevision:485881 
Tuesday, 23 Oct 2018
11:35 jbeich search for other commits by this committer
devel/icu: update to 63.1

Changes:	http://site.icu-project.org/download/63
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		232300
Exp-run by:	antoine
Original commitRevision:482830 
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 
Friday, 29 Jun 2018
14:22 jbeich search for other commits by this committer
devel/icu: update to 62.1

Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
Original commitRevision:473551 
Friday, 6 Apr 2018
15:53 jbeich search for other commits by this committer
devel/icu: update to 61.1

Changes:	http://site.icu-project.org/download/61
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		227042
Exp-run by:	antoine
MFH:		2018Q2 (required by Firefox 61)
Original commitRevision:466648 
Monday, 12 Feb 2018
21:14 antoine search for other commits by this committer
Remove build dependency on the python metaport
Original commitRevision:461653 
Friday, 1 Dec 2017
07:19 antoine search for other commits by this committer
Cleanup LIB_DEPENDS on libpng
Original commitRevision:455251 
Thursday, 9 Nov 2017
02:31 jbeich search for other commits by this committer
devel/icu: update to 60.1

Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
Original commitRevision:453790 
Monday, 25 Sep 2017
00:02 jbeich search for other commits by this committer
devel/icu: update to 59.1

- Temporarily keep C++98 working in consumers for Clang's default -std=

Changes:	http://site.icu-project.org/download/59
PR:		218788
Submitted by:	takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by:	antoine
Original commitRevision:450556 
Monday, 11 Sep 2017
14:30 jbeich search for other commits by this committer
www/webkit-gtk*: unbreak with ICU 59.1

Source/JavaScriptCore/API/JSStringRef.cpp:40:12: error: no matching function for
call to 'create'
    return OpaqueJSString::create(chars, numChars).leakRef();
           ^~~~~~~~~~~~~~~~~~~~~~
./Source/JavaScriptCore/API/OpaqueJSString.h:44:39: note: candidate function not
viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *')
to 'const LChar *' (aka 'const unsigned char *') for 1st argument
    static PassRefPtr<OpaqueJSString> create(const LChar* characters, unsigned
length)
                                      ^
./Source/JavaScriptCore/API/OpaqueJSString.h:49:39: note: candidate function not
viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *')
to 'const UChar *' (aka 'const char16_t *') for 1st argument
    static PassRefPtr<OpaqueJSString> create(const UChar* characters, unsigned
length)
                                      ^
./Source/JavaScriptCore/API/OpaqueJSString.h:39:39: note: candidate function not
viable: requires 0 arguments, but 2 were provided
    static PassRefPtr<OpaqueJSString> create()
                                      ^
./Source/JavaScriptCore/API/OpaqueJSString.h:54:57: note: candidate function not
viable: requires 1 argument, but 2 were provided
    JS_EXPORT_PRIVATE static PassRefPtr<OpaqueJSString> create(const String&);
                                                        ^
Source/JavaScriptCore/API/JSStringRef.cpp:65:35: error: no matching function for
call to 'createWithoutCopying'
    return OpaqueJSString::create(StringImpl::createWithoutCopying(chars,
numChars)).leakRef();
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Source/WTF/wtf/text/StringImpl.h:393:54: note: candidate function not viable:
no known conversion from 'const JSChar *' (aka 'const unsigned short *') to
'const UChar *' (aka 'const char16_t *') for 1st argument
    WTF_EXPORT_STRING_API static PassRef<StringImpl> createWithoutCopying(const
UChar* characters, unsigned length);
                                                     ^
./Source/WTF/wtf/text/StringImpl.h:394:54: note: candidate function not viable:
no known conversion from 'const JSChar *' (aka 'const unsigned short *') to
'const LChar *' (aka 'const unsigned char *') for 1st argument
    WTF_EXPORT_STRING_API static PassRef<StringImpl> createWithoutCopying(const
LChar* characters, unsigned length);
                                                     ^
Source/JavaScriptCore/API/JSStringRef.cpp:86:12: error: cannot initialize return
object of type 'const JSChar *' (aka 'const unsigned short *') with an rvalue of
type 'const UChar *' (aka 'const char16_t *')
    return string->characters();
           ^~~~~~~~~~~~~~~~~~~~

PR:		218788
Obtained from:	upstream (rebased)
Original commitRevision:449649 
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, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Sunday, 30 Apr 2017
12:50 sunpoet search for other commits by this committer
Update to 0.6.0

- Bump PORTREVISION for dependent ports

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
Original commitRevision:439814 
Thursday, 27 Apr 2017
21:31 kwm search for other commits by this committer
Split off the harfbuzz icu support into it's own port.

PR:		207779
Submitted by:	Vladimir Kondratyev <vladimir@kondratyev.su>
Exp-run by:	antoine@
Original commitRevision:439575 
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 
Saturday, 11 Mar 2017
21:15 rezny search for other commits by this committer
- Fix building on PPC/PPC64 [1]
- Fix building on ARMv6 [2]
- Add missing indirect dependencies
- Possibly fix build on sparc64 (unconfirmed)

PR:	212903 [1]
Submitted by:	jhibbits [1], strejda [2]
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9924
Original commitRevision:435961 
Wednesday, 11 Jan 2017
10:08 amdmi3 search for other commits by this committer
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Original commitRevision:431169 
Tuesday, 22 Nov 2016
21:56 antoine search for other commits by this committer
Add explicit build dependency on the python symlink, right now they rely on
it being provided by x11-toolkits/gtk20
Original commitRevision:426869 
Saturday, 19 Nov 2016
18:21 jbeich search for other commits by this committer
devel/icu: update to 58.1

Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
Original commitRevision:426525 
Friday, 21 Oct 2016
15:21 mat search for other commits by this committer
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
Original commitRevision:424427 
Saturday, 24 Sep 2016
11:06 tijl search for other commits by this committer
- Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:422711 
Thursday, 18 Aug 2016
23:22 marino search for other commits by this committer
www/webkit-gtk(2,3): Mark broken for sparc64

PR:	186396
PR:	203382
Original commitRevision:420431 
Monday, 25 Jul 2016
21:09 jbeich search for other commits by this committer
www/webkit-gtk{2,3}: use ASCII quotes to unbreak python3 build

  GEN      DerivedSources/WebCore/XMLViewerCSS.h
  GEN      DerivedSources/WebCore/XMLViewerJS.h
Traceback (most recent call last):
  File "./Source/JavaScriptCore/inspector/scripts/cssmin.py", line 44, in
<module>
    sys.stdout.write(cssminify(sys.stdin.read()))
  File "/usr/local/lib/python3.4/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 642:
ordinal not in range(128)
gmake: *** [GNUmakefile:82114: DerivedSources/WebCore/XMLViewerCSS.h] Error 1
gmake: *** Waiting for unfinished jobs....
Traceback (most recent call last):
  File "./Source/JavaScriptCore/inspector/scripts/jsmin.py", line 237, in
<module>
    minifier.minify()
  File "./Source/JavaScriptCore/inspector/scripts/jsmin.py", line 106, in minify
    previous = read(1)
  File "/usr/local/lib/python3.4/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 696:
ordinal not in range(128)
gmake: *** [GNUmakefile:82119: DerivedSources/WebCore/XMLViewerJS.h] Error 1
offlineasm: offset extractor DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h
successfully generated.

PR:		197316
Submitted by:	olivier@cochard.me
Approved by:	maintainer timeout (1.5 years)
MFH:		2016Q3
Original commitRevision:419064 
21:09 jbeich search for other commits by this committer
www/webkit-gtk{2,3}: fix typos in portscout rule
Original commitRevision:419063 
Wednesday, 6 Jul 2016
22:10 mat search for other commits by this committer
Bump PORTREVISION for the icu revert.

This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:418153 
07:34 gahr search for other commits by this committer
devel/icu: bump PORTREVISION on dependent ports
Original commitRevision:418119 
Thursday, 5 May 2016
16:08 rm search for other commits by this committer
www/webkit-gtk[23]: update to 2.4.11

- update to 2.4.11
- fix build with Ruby 2.2 default version (ruby symlink doesn't exist anymore)
- replace CPPFLAGS and LDFLAGS by USES= localbase
- fix couple of whitespace bugs

PR:		208961
PR:     208192
Submitted by:	olivierd
Reviewed by:	kwm
With hat:	gnome
MFH:		2016Q2 (along with r414478)

- fix build of webkit-gtk2 on ARM platforms

PR:     208569
Reported by:    otacilio.neto@bsd.com.br
Submitted by:   mikael.urankar@gmail.com

- fix build of webkit-gtk[23] when GNU binutils is installed

PR:     195500
PR:     196333
Submitted by:   Christoph Moench-Tegeder <cmt@burggraben.net>
Original commitRevision:414649 
Monday, 2 May 2016
20:01 rm search for other commits by this committer
www/webkit-gtk[23]: update to 2.4.10

Merged from freebsd-ports-gnome development repo.

Reviewed by:	kwm
With hat:       gnome
Original commitRevision:414478 
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 
Thursday, 4 Feb 2016
11:09 kwm search for other commits by this committer
Fix CVE-2014-1748.

PR:		205683
Security:	1091d2d1-cb2e-11e5-b14b-bcaec565249c
Original commitRevision:408024 
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 
Friday, 5 Jun 2015
14:21 mat search for other commits by this committer
Get rid of PERL_LEVEL checks for Perl versions not supported.

Sponsored by:	Absolight
Original commitRevision:388583 
Thursday, 4 Jun 2015
22:52 kwm search for other commits by this committer
Update webkit-gtk[23] to 2.4.9.

* Update PORTSCOUT to try to look for new versions in the current series.
* Changelog: http://webkitgtk.org/2015/05/20/webkitgtk2.4.9-released.html
* Update pkg-descr and WWW [1]

PR:		200437 (submitted in parallel)
Submitted by:	olivierd@ [2]
Noticed by:	swills@ [1]
Original commitRevision:388558 
Thursday, 23 Apr 2015
21:26 bapt search for other commits by this committer
Update icu to 55.1
Original commitRevision:384614 
Wednesday, 11 Mar 2015
18:27 marino search for other commits by this committer
www/webkit-gtk(2,3): Fix build on gcc5 and isolate clang-only flag

PR:		197669
PR:		197671
Submitted by:	marino
Approved by:	maintainer timeout
Original commitRevision:381025 
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 
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, 9 Jan 2015
13:37 kwm search for other commits by this committer
Update webkit-gtk[23] to 1.4.8.

Switch webkit-gtk3 to compiler:c++11-lib instead of homegrown clang code [2].
  This unbreaks the build on 8.x.
Axe WEBGL and WEBAUDIO options and turn them on by default (like upstream
  intended). Disabling them leads to wierd build failures, due to untested
  build paths. [1]
Only set -Qunused-arguments if the compiler is clang [2]
Fix SSL connection issues with some websites after the POODLE vulnerability fix.

MFH:		2015Q1
PR:		196333 [1], 196031 [2], 195628 [2], 196296 [1]
Submitted by:	peo@bsdlabs.com and david@catwhisker.org [1], truckman@ [2]
Security:	e9ccdb28-9802-11e4-9d9c-bcaec565249c
Security:	CVE-2014-1344, CVE-2014-1384, CVE-2014-1385, CVE-2014-1386
Security:	CVE-2014-1387, CVE-2014-1388, CVE-2014-1389, CVE-2014-1390
Original commitRevision:376609 
Thursday, 25 Dec 2014
19:12 kwm search for other commits by this committer
Update to 2.4.7.

Sync some changes from the webkit-gtk3 port.
The 2.4.x series is the last webkitgtk version that will have WebKit1.
Original commitRevision:375596 
Thursday, 18 Dec 2014
17:09 sbruno search for other commits by this committer
Add support for the clear_cache() function for the ARM platform on FreeBSD.

Ports now compile on ARM.

PR:		194184
Submitted by:	mikael.urankar@gmail.com
Reviewed by:	kwm@
Approved by:	mentor (implicit)
Original commitRevision:374913 
Wednesday, 19 Nov 2014
11:49 kwm search for other commits by this committer
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.

Upgrade instructions:

Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
    guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
    evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center

For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3

For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3

We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.

The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.

Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the
exp-runs.

This update was also made possible by:
	Joe Maloney
	Kris Moore
	Beeblebrox
	Ryan Lortie
	Antoine Jacoutot
	and everyone I missed
Original commitRevision:372768 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Monday, 1 Sep 2014
18:21 tijl search for other commits by this committer
- Convert to USES=libtool and add INSTALL_TARGET=install-strip
- Remove python dependency

Obtained from:	gnome-dev
Original commitRevision:366924 
Wednesday, 6 Aug 2014
09:11 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
Original commitRevision:364158 
Tuesday, 29 Jul 2014
21:07 adamw search for other commits by this committer
Convert a bunch of USE_XZ to USES=tar:xz.

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363392 
Friday, 4 Jul 2014
09:41 tijl search for other commits by this committer
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
Original commitRevision:360588 
Friday, 7 Feb 2014
11:44 bapt search for other commits by this committer
Chase boost and icu bump
While here convert some LIB_DEPENDS
Original commitRevision:343214 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Tuesday, 29 Oct 2013
17:05 kwm search for other commits by this committer
Restrict python to -2.7

Submitted by:	mva@
Original commitRevision:331973 
Thursday, 3 Oct 2013
10:57 kwm search for other commits by this committer
Switch from RUN_DEPEND on gobject-introspection to USE_GNOME=introspection:build
Use new LIB_DEPEND syntax, enable stage support.
Don't hardcode -lstdc++ to fix build on HEAD.
Original commitRevision:329166 
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 
Thursday, 12 Sep 2013
17:55 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Reviewed by:	kwm@
Approved by:	kwm@ (gnome@)
Original commitRevision:327099 
Wednesday, 11 Sep 2013
11:28 kwm search for other commits by this committer
Fix the build on recent head with libc++ [1].
Also when building with clang make the build quieter by not spamming about
c11 keywords.

Submitted by:	stefanf@ (combined patches with) [1]
Original commitRevision:326961 
Sunday, 18 Aug 2013
13:02 mva search for other commits by this committer
- Fix build after the recent lang/python changes
Original commitRevision:324904 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
Original commitRevision:322783 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Friday, 22 Mar 2013
11:50 kwm search for other commits by this committer
Make sure we embed the right pkgconfig file name for webkit in the
introspection files. This fixes the epiphany build. This doesn't affect
webkit-gtk3 because the pkgconfig file is named correctly.

Submitted by:	mezz@
Original commitRevision:314913 
Wednesday, 13 Mar 2013
07:59 kwm search for other commits by this committer
Update the webkit-gtk2 port to 1.8.3. This should fix the
soup_session_send_request_async() error when running webkit based programs like
midori. Also add a webkit-gtk3 port.

Obtained from:	gnome team repo
Original commitRevision:314036 
Friday, 8 Mar 2013
11:32 bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Original commitRevision:313635 
10:51 kwm search for other commits by this committer
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Original commitRevision:313633 
Tuesday, 18 Dec 2012
23:09 bapt search for other commits by this committer
Chase icu, graphite2 and libexttextcat bump
Original commitRevision:309206 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 27 Feb 2012
19:49 kwm search for other commits by this committer
Remove the video option, webkit no longer builds without it.

PR:             ports/160268 [1], ports/160471 [2]
Reported by:    paul@thistledew.org [1], Martin Laabs <spamtrap@martinlaabs.de>
[2]
Original commit
Friday, 14 Oct 2011
16:08 kwm search for other commits by this committer
Update to 1.4.3.

Fix a crash in midori [1]
Fix build with clang [2]

PR:             ports/160251 [1]
                ports/160538 [2]
Reported by:    rene@ [2]
Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com> [1]
                Andrei Lavreniyuk <andy.lavr@gmail.com> [2]
Obtained from:  https://bugs.webkit.org/show_bug.cgi?id=50173 [1]
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Tuesday, 23 Aug 2011
18:32 kwm search for other commits by this committer
Update to 1.4.2.
Original commit
Sunday, 10 Jul 2011
21:06 bapt search for other commits by this committer
- update ICU to 4.8
- chase library bump
- add an entry in UPDATING for instructions
- remove old conflict lines
Original commit
Thursday, 9 Jun 2011
10:11 kwm search for other commits by this committer
Correct p5-Switch depend line.

Reported by:    Anton Shterenlikht <mexas@bristol.ac.uk>
Original commit
Friday, 27 May 2011
23:28 mandree search for other commits by this committer
Fix build with Perl >= 5.14.

Perl 5.14 has deprecated Switch.pm, as announced since Perl 5.10.1.
The webkit build script requires Switch though, so add it to BUILD_DEPENDS on
newer Perl versions.

Submitted by: Christoph Moench-Tegeder (including patch) [1]
Approved by:  Jeremy Messenger (mezz@) in
    http://lists.freebsd.org/pipermail/freebsd-gnome/2011-May/026025.html
PR:           ports/157236 [1]
PR:           ports/157275 (duplicate by Hardy Schumacher)
PR:           ports/157288 (copy of 157236)
Original commit
Thursday, 14 Apr 2011
06:11 kwm search for other commits by this committer
mark jobs unsafe, this fixes the build on SMP boxes with gmake 3.82.
Original commit
Saturday, 12 Mar 2011
13:01 kwm search for other commits by this committer
Fix a bug where animated GIF's would blink.

Submitted by:   Michal Varga varga.michal@gmail.com
Obtained from:  http://gitorious.org/webkitgtk
Original commit
Thursday, 10 Feb 2011
10:53 kwm search for other commits by this committer
Update to 1.2.7.

Fixes multiple security vulnabilities.
Security:       35ecdcbe-3501-11e0-afcd-0015f2db7bde
Original commit
Thursday, 30 Dec 2010
17:16 kwm search for other commits by this committer
Update to 1.2.6.

Security:       06a12e26-142e-11e0-bea2-0015f2db7bde
Original commit
Thursday, 16 Dec 2010
18:47 bapt search for other commits by this committer
- Prepare for devel/icu4 deletion
- fix py-icu with icu4.6
- fix portsgresql*server with icu 4.6
- remove now useless icu patch from webkit
Original commit
Wednesday, 15 Dec 2010
11:37 bapt search for other commits by this committer
Chase devel/icu upgrade
Add an updating note
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 20 Nov 2010
15:37 kwm search for other commits by this committer
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/

This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.

This release features commits by avl, marcus, mezz and myself.

The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:

Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
Bapt <baptiste.daroussin@gmail.com>
jsa@
miwi@
Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
Maxim Samsonov <xors@mne.ru>
Kris Moore

And pav@ for 2 exp-runs

PR:             ports/152255
                ports/143260
                ports/141033
                ports/149629
                ports/150350
                ports/151523
With hat:       gnome@
Original commit
Wednesday, 20 Oct 2010
12:44 kwm search for other commits by this committer
Update to 1.2.5.

Fix multiple security vulnabilities.

With Hat:       gnome@
Security:       e5090d2a-dbbe-11df-82f8-0015f2db7bde
Original commit
Friday, 10 Sep 2010
13:04 kwm search for other commits by this committer
Update to 1.2.4.

Fixes multiple vulnerbilities.

Security:       9bcfd7b6-bcda-11df-9a6a-0015f2db7bde
Original commit
Sunday, 18 Jul 2010
22:49 kwm search for other commits by this committer
Update to 1.2.3.

This fixes a lot of security vulnabilites.
Fix the font size when webkit based browsers can't find a webpage. [1]
Chase after shlib version of icu4. [2]

PR:             ports/148182 [1], ports/148743 [2]
Submitted by:   Romain Tartiere <romain@FreeBSD.org> [1]
                Jonathan Chen <jonc@chen.org.nz> [2]
Security:       19419b3b-92bd-11df-b140-0015f2db7bde
Original commit
Monday, 14 Jun 2010
08:18 kwm search for other commits by this committer
Fix build on powerpc64.

The powerpc64 ABI uses a table of contents structure holding a maximum of
65,000 elements per library, which GTK2-webkit overflows by default. Binutils
2.15 is incapable of rectifying this with several default optimizations turned
on, resulting in webkit failing to link on this platform.

Reduce the size of the TOC to fit within its bounds by adding -mminimal-toc
to cflags on powerpc64.

PR:             ports/147725
Submitted by:   nwhitehorn@
Original commit
Monday, 31 May 2010
22:52 marcus search for other commits by this committer
Bump PORTREVISION and add USE_GETTEXT where missing.

PR:             147257
Original commit
Thursday, 27 May 2010
20:58 kwm search for other commits by this committer
Update to 1.2.1.
Original commit
Monday, 24 May 2010
23:34 pav search for other commits by this committer
- Mark BROKEN on 6.X: does not compile

Reported by:    pointyhat
Original commit
Thursday, 13 May 2010
19:59 kwm search for other commits by this committer
When the video option is unchecked, make sure we don't pick up gstreamer.

PR:             ports/146550
Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
Monday, 10 May 2010
21:19 kwm search for other commits by this committer
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .

This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.

Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.

Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.

This release features commits by avl, ahze, bland, marcus, mezz, and myself.

The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.

And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin

and ITetcu for two exp-run

PR:     ports/143852
        ports/145347
        ports/144980
        ports/145830
        ports/145511
Original commit
Saturday, 3 Apr 2010
10:44 roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
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, 24 Mar 2010
15:51 gahr search for other commits by this committer
- Fix build on sparc64
Original commit
Monday, 22 Mar 2010
04:46 linimon search for other commits by this committer
Mark as broken on ia64/sparc64: fails to compile.

Hat:            portmgr
Original commit
Wednesday, 10 Feb 2010
15:20 kwm search for other commits by this committer
Fix build when icu 4.3 is used instead of 3.8 [1].
Still default to icu 3.8 but depend on icu 4.3 if its installed.

PR:             ports/143718 [1]
Submitted by:   Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Wednesday, 23 Dec 2009
20:17 kwm search for other commits by this committer
Look in LOCALBASE for flex, so we don't pick up the version from base. [1]

Add networkreponce support from upstream. [2]
Add a patch from upstream, to use the gzip encoding support in libsoup 2.28.2.
However if a website still displays junk. This means that it usesing deflate
which is not working in libsoup right now (like cvsweb.freebsd.org) [2]

PR:     ports/141859 [1]
Submitted by:   Carlos A. M. dos Santos <unixmania@gmail.com>
Obtained from:  Webkit svn trunk.
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 113 (showing only 100 on this page)

1 | 2  »