non port: lang/phantomjs/Makefile |
Number of commits found: 62 |
Thursday, 3 Oct 2019
|
20:35 jbeich
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
|
Friday, 26 Jul 2019
|
20:46 gerald
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
|
Wednesday, 3 Apr 2019
|
08:25 antoine
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
|
Wednesday, 27 Mar 2019
|
21:11 jbeich
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479
|
Friday, 15 Mar 2019
|
20:15 romain
Mark lang/phantomjs as deprecated
Upstream has discontinued the project 1 year ago:
https://github.com/ariya/phantomjs/issues/15344
Set a two month expiration date.
|
Tuesday, 15 Jan 2019
|
17:16 feld
Return to the pool
|
Wednesday, 12 Dec 2018
|
01:35 gerald
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
|
Saturday, 10 Nov 2018
|
10:09 mat
security/openssl-devel was removed, but there is a security/openssl111 now.
|
Tuesday, 23 Oct 2018
|
11:35 jbeich
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
|
Sunday, 29 Jul 2018
|
22:18 gerald
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
|
Friday, 29 Jun 2018
|
14:22 jbeich
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)
|
Tuesday, 19 Jun 2018
|
03:40 loader
lang/phantomjs: Allow building on armv6 and armv7 platforms
- Patches for armv6 and armv7 are obtained from www/webkit-gtk3
- Allow building with non-default LOCALBASE
- Fix build with Clang 6.0.0 [0]
PR: 225482 [0]
Reviewed by: koobs, feld
Approved by: koobs (mentor), feld (maintainner)
Differential Revision: https://reviews.freebsd.org/D15850
|
Friday, 6 Apr 2018
|
15:53 jbeich
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)
|
Thursday, 29 Mar 2018
|
14:53 mat
Mark some ports broken with openssl-devel.
Sponsored by: Absolight
|
Wednesday, 21 Feb 2018
|
16:24 antoine
Remove dependency on the python metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
|
Monday, 19 Feb 2018
|
06:09 linimon
Mark broken on armv7 the same way as armv6, after local testing.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Thursday, 9 Nov 2017
|
02:31 jbeich
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
|
Monday, 25 Sep 2017
|
00:02 jbeich
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
|
Tuesday, 12 Sep 2017
|
14:39 jbeich
lang/phantomjs: unbreak with ICU 59.1
API/JSStringRef.cpp:40:12: error: no matching function for call to 'create'
return OpaqueJSString::create(chars, numChars).leakRef();
^~~~~~~~~~~~~~~~~~~~~~
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)
^
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)
^
API/OpaqueJSString.h:39:39: note: candidate function not viable: requires 0
arguments, but 2 were provided
static PassRefPtr<OpaqueJSString> create() // null
^
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&);
^
API/JSStringRef.cpp:65:35: error: no matching function for call to
'createWithoutCopying'
return OpaqueJSString::create(StringImpl::createWithoutCopying(chars,
numChars, WTF::DoesNotHaveTerminatingNullCharacter)).leakRef();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../WTF/wtf/text/StringImpl.h:431:57: 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 PassRefPtr<StringImpl>
createWithoutCopying(const UChar* characters, unsigned length,
HasTerminatingNullCharacter);
^
../WTF/wtf/text/StringImpl.h:432:57: 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 PassRefPtr<StringImpl>
createWithoutCopying(const LChar* characters, unsigned length,
HasTerminatingNullCharacter);
^
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: 222222
Obtained from: upstream (WebKit, rebased)
|
13:01 jbeich
Back out C++11 changes for ICU >= 59
r449608, r449609, r449610, r449611, r449612, r449613, r449614,
r449621, r449661, r449662 are reverted. ICU will pull char16_t typedef
in C++98 mode instead.
Pointy hat to: jbeich
PR: 218788 222222 222225
|
Monday, 11 Sep 2017
|
18:06 jbeich
lang/phantomjs: unbreak with ICU >= 59
Running configuration tests...
The ICU library support cannot be enabled.
PR: 222222
|
Sunday, 10 Sep 2017
|
20:55 gerald
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
|
Monday, 21 Aug 2017
|
13:14 mat
Don't set WRKSRC when USE_GITHUB. Use the correct GH_ACCOUNT/GH_PROJECT,
and use WRKSRC_SUBDIR.
Sponsored by: Absolight
|
Saturday, 27 May 2017
|
00:25 linimon
Mark not-for-archs for armv6.
|
Saturday, 13 May 2017
|
23:21 linimon
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)
|
Saturday, 1 Apr 2017
|
15:23 gerald
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
|
Sunday, 29 Jan 2017
|
19:11 feld
lang/phantomjs: Update to 2.1.1
PR: 213634
|
Sunday, 1 Jan 2017
|
03:45 sunpoet
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
|
Saturday, 19 Nov 2016
|
18:21 jbeich
devel/icu: update to 58.1
Changes: http://site.icu-project.org/download/58
PR: 214384
Exp-run by: antoine
Approved by: office (bapt)
|
Tuesday, 4 Oct 2016
|
15:26 feld
lang/phantomjs: Remove PROJECTHOST, a relic from when this was hosted on Google
Code
MFH: 2016Q4
|
15:20 feld
lang/phantomjs: Do not enable X11 support by default
MFH: 2016Q4
|
Saturday, 1 Oct 2016
|
06:35 amdmi3
- Convert sparc64 BROKEN to helper
- Mark BROKEN on 9.0 i386:
In file included from
/wrkdirs/usr/ports/lang/phantomjs/work/phantomjs-2.0.0/src/qt/qtbase/include/QtCore/qglobal.h:1,
from
/wrkdirs/usr/ports/lang/phantomjs/work/phantomjs-2.0.0/src/qt/qtbase/qmake/library/qmake_global.h:45,
from
/wrkdirs/usr/ports/lang/phantomjs/work/phantomjs-2.0.0/src/qt/qtbase/qmake/library/qmakeparser.h:45,
from
/wrkdirs/usr/ports/lang/phantomjs/work/phantomjs-2.0.0/src/qt/qtbase/qmake/library/qmakeevaluator.h:49,
from
/wrkdirs/usr/ports/lang/phantomjs/work/phantomjs-2.0.0/src/qt/qtbase/qmake/project.h:45,
from
/wrkdirs/usr/ports/lang/phantomjs/work/phantomjs-2.0.0/src/qt/qtbase/qmake/project.cpp:42:
/wrkdirs/usr/ports/lang/phantomjs/work/phantomjs-2.0.0/src/qt/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:443:
error: 'QT_POINTER_SIZE' was not declared in this scope
/wrkdirs/usr/ports/lang/phantomjs/work/phantomjs-2.0.0/src/qt/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:443:
error: template argument 1 is invalid
/wrkdirs/usr/ports/lang/phantomjs/work/phantomjs-2.0.0/src/qt/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:443:
error: expected initializer before 'qregisterint'
/wrkdirs/usr/ports/lang/phantomjs/work/phantomjs-2.0.0/src/qt/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:444:
error: 'QT_POINTER_SIZE' was not declared in this scope
/wrkdirs/usr/ports/lang/phantomjs/work/phantomjs-2.0.0/src/qt/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:444:
error: template argument 1 is invalid
/wrkdirs/usr/ports/lang/phantomjs/work/phantomjs-2.0.0/src/qt/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:444:
error: expected initializer before 'qregisteruint'
Reported by: pkg-fallout
Obtained from: portmgr blanket
|
Saturday, 24 Sep 2016
|
11:06 tijl
- 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)
|
Monday, 19 Sep 2016
|
17:22 feld
lang/phantomjs: Remove hack for FreeBSD 9 and use compiler:c++11-lang
MFH: 2016Q3
|
Saturday, 17 Sep 2016
|
14:37 feld
lang/phantomjs: Fix build on 9.3 and 11.0
- Take maintainership (maintainer timeouts previously)
- Remove no-op patch
- Remove work related to GCC build profiles as we enforce clang
- Add patch to fix building with clang in 11.0
- Add hack to enforce CC and CXX for 9.3
Partway through the build the compiler was switching from clang++ to c++
which is GCC in base system. This was causing build failures.
MFH: 2016Q3
|
Wednesday, 6 Jul 2016
|
22:10 mat
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
|
07:34 gahr
devel/icu: bump PORTREVISION on dependent ports
|
Sunday, 15 May 2016
|
10:04 matthew
Add support for compiling in a no-SSLv3 environment.
PR: 207437
Submitted by: matthew
Approved by: maintainer-timeout (kuriyama, >90days)
|
Friday, 1 Apr 2016
|
14:08 mat
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Thursday, 11 Feb 2016
|
17:39 antoine
Add explicit USES=gperf
|
Thursday, 4 Feb 2016
|
18:49 amdmi3
- Disable ccache for this port: it fails to build by not respecting the
environment:
ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission
denied
Approved by: portmgr blanket
|
Sunday, 6 Sep 2015
|
09:17 antoine
Convert to USES=jpeg
|
Wednesday, 2 Sep 2015
|
02:08 kuriyama
- Upgrade to 2.0.0.
|
Monday, 11 May 2015
|
18:34 mat
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
Thursday, 16 Apr 2015
|
15:39 antoine
Fix build with GCC on recent head kernel by disabling PCH for GCC
With hat: portmgr
|
Saturday, 22 Nov 2014
|
12:20 kuriyama
- Upgrade to 1.9.8.
PR: ports/187390 (related)
|
Wednesday, 16 Apr 2014
|
18:28 zeising
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
|
Monday, 10 Mar 2014
|
16:01 bapt
Convert l* to USES=zip
|
Saturday, 1 Mar 2014
|
21:23 gerald
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1]
|
Tuesday, 31 Dec 2013
|
12:26 kuriyama
- Unbreak on 10.0 by USE_GCC=4.2+.
This may change dependencies other than 10.x environment, so bump
PORTREVISION for safety.
|
Wednesday, 11 Dec 2013
|
15:09 mat
Remove Qt from the dependencies, it uses a bundled up version.[1]
While there, convert to USES, and use new LIB_DEPENDS format.
maintainer timeout[1]
PR: ports/184294 [1]
Submitted by: Benjamin Lee [1]
|
Tuesday, 1 Oct 2013
|
07:43 kuriyama
- Honor $MAKE_JOBS_NUMBER [1].
- Upgrade to 1.9.2.
- Use $STAGEDIR.
PR: ports/181983 [1]
Submitted by: mat [1]
|
Friday, 20 Sep 2013
|
19:53 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
|
Monday, 27 May 2013
|
22:32 kuriyama
- Upgrade to 1.9.0.
Submitted by: L Campbell lcampbell@uncod.in
|
Tuesday, 15 Jan 2013
|
02:52 kuriyama
- Upgrade to 1.8.1.
|
Saturday, 20 Oct 2012
|
14:45 kuriyama
- Upgrade to 1.7.0.
Feature safe: yes
|
Saturday, 8 Sep 2012
|
06:53 linimon
Mark as broken on sparc64.
Hat: portmgr
|
Sunday, 5 Aug 2012
|
02:31 kuriyama
- Upgrade to 1.6.1.
PR based on: ports/168150
Submitted by: Alexander Brovikov <alexander@brovikov.ru>
|
Wednesday, 6 Jun 2012
|
06:44 miwi
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Monday, 9 Jan 2012
|
01:53 kuriyama
- Upgrade to 1.4.1.
PR: ports/163912
Submitted by: Hsin-Han You <hhyou@cs.nctu.edu.tw>
|
Wednesday, 20 Apr 2011
|
14:00 kuriyama
PhantomJS is a minimalistic, headless, WebKit-based, JavaScript-driven
tool.
It has native support for different web technologies: DOM handling,
CSS selector, JSON, Canvas, SVG, and of course JavaScript.
WWW: http://www.phantomjs.org/
|
Number of commits found: 62 |