aboutsummaryrefslogtreecommitdiff
path: root/lang/phantomjs
Commit message (Collapse)AuthorAgeFilesLines
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-131-0/+1
| | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440858
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=437439
* lang/phantomjs: Update to 2.1.1Mark Felder2017-01-2912-136/+92
| | | | | | | PR: 213634 Notes: svn path=/head/; revision=432793
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-1/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* devel/icu: update to 58.1Jan Beich2016-11-191-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt) Notes: svn path=/head/; revision=426525
* lang/phantomjs: Remove PROJECTHOST, a relic from when this was hosted on ↵Mark Felder2016-10-041-1/+0
| | | | | | | | | Google Code MFH: 2016Q4 Notes: svn path=/head/; revision=423269
* lang/phantomjs: Do not enable X11 support by defaultMark Felder2016-10-041-2/+5
| | | | | | | MFH: 2016Q4 Notes: svn path=/head/; revision=423267
* - Convert sparc64 BROKEN to helperDmitry Marakasov2016-10-011-7/+4
| | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=423037
* - Update devel/icu to 57.1.Tijl Coosemans2016-09-241-1/+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) Notes: svn path=/head/; revision=422711
* lang/phantomjs: Remove hack for FreeBSD 9 and use compiler:c++11-langMark Felder2016-09-191-6/+1
| | | | | | | MFH: 2016Q3 Notes: svn path=/head/; revision=422451
* lang/phantomjs: Fix build on 9.3 and 11.0Mark Felder2016-09-173-17/+43
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=422327
* Bump PORTREVISION for the icu revert.Mathieu Arnold2016-07-061-1/+1
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=418153
* devel/icu: bump PORTREVISION on dependent portsPietro Cerutti2016-07-061-1/+1
| | | | Notes: svn path=/head/; revision=418119
* Add support for compiling in a no-SSLv3 environment.Matthew Seaman2016-05-153-0/+37
| | | | | | | | | PR: 207437 Submitted by: matthew Approved by: maintainer-timeout (kuriyama, >90days) Notes: svn path=/head/; revision=415226
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Add explicit USES=gperfAntoine Brodin2016-02-111-1/+1
| | | | Notes: svn path=/head/; revision=408693
* - Disable ccache for this port: it fails to build by not respecting the ↵Dmitry Marakasov2016-02-041-0/+1
| | | | | | | | | | | environment: ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission denied Approved by: portmgr blanket Notes: svn path=/head/; revision=408075
* Convert to USES=jpegAntoine Brodin2015-09-061-2/+1
| | | | Notes: svn path=/head/; revision=396204
* - Upgrade to 2.0.0.Jun Kuriyama2015-09-028-58/+102
| | | | Notes: svn path=/head/; revision=395816
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-3/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=386097
* Fix build with GCC on recent head kernel by disabling PCH for GCCAntoine Brodin2015-04-161-1/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=384116
* - Upgrade to 1.9.8.Jun Kuriyama2014-11-223-7/+9
| | | | | | | PR: ports/187390 (related) Notes: svn path=/head/; revision=373052
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=351411
* Convert l* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347773
* Replace USE_GCC=4.2+ by USE_GCC=any. [1]Gerald Pfeifer2014-03-011-1/+1
| | | | | | | | | And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1] Notes: svn path=/head/; revision=346721
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - Unbreak on 10.0 by USE_GCC=4.2+.Jun Kuriyama2013-12-314-3/+73
| | | | | | | | This may change dependencies other than 10.x environment, so bump PORTREVISION for safety. Notes: svn path=/head/; revision=338283
* Remove Qt from the dependencies, it uses a bundled up version.[1]Mathieu Arnold2013-12-111-3/+4
| | | | | | | | | | | | While there, convert to USES, and use new LIB_DEPENDS format. maintainer timeout[1] PR: ports/184294 [1] Submitted by: Benjamin Lee [1] Notes: svn path=/head/; revision=336175
* - Honor $MAKE_JOBS_NUMBER [1].Jun Kuriyama2013-10-013-6/+16
| | | | | | | | | | | - Upgrade to 1.9.2. - Use $STAGEDIR. PR: ports/181983 [1] Submitted by: mat [1] Notes: svn path=/head/; revision=328928
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Upgrade to 1.9.0.Jun Kuriyama2013-05-274-84/+4
| | | | | | | Submitted by: L Campbell lcampbell@uncod.in Notes: svn path=/head/; revision=319287
* - Upgrade to 1.8.1.Jun Kuriyama2013-01-153-10/+26
| | | | Notes: svn path=/head/; revision=310420
* - Upgrade to 1.7.0.Jun Kuriyama2012-10-203-18/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306181
* Mark as broken on sparc64.Mark Linimon2012-09-081-1/+7
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=303870
* - Remove some empty filesMartin Wilke2012-08-051-0/+0
| | | | Notes: svn path=/head/; revision=302092
* - Upgrade to 1.6.1.Jun Kuriyama2012-08-056-20/+85
| | | | | | | | PR based on: ports/168150 Submitted by: Alexander Brovikov <alexander@brovikov.ru> Notes: svn path=/head/; revision=302042
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Upgrade to 1.4.1.Jun Kuriyama2012-01-093-5/+22
| | | | | | | | PR: ports/163912 Submitted by: Hsin-Han You <hhyou@cs.nctu.edu.tw> Notes: svn path=/head/; revision=288792
* PhantomJS is a minimalistic, headless, WebKit-based, JavaScript-drivenJun Kuriyama2011-04-203-0/+37
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/ Notes: svn path=/head/; revision=272954