aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add LASTBIND option.Xin LI2017-09-272-2/+29
| | | | | | | | PR: ports/222623 Submitted by: Trix Farrar <trix basement.net> Notes: svn path=/head/; revision=450713
* games/super_methane_brothers: unbreak after r450353Jan Beich2017-09-271-1/+1
| | | | | | | | | | | | | In file included from sources/game.cpp:28: In file included from sources/target.h:21: In file included from /usr/local/include/ClanLib-2.3/ClanLib/display.h:112: In file included from /usr/local/include/ClanLib-2.3/ClanLib/Display/TargetProviders/display_window_provider.h:44: /usr/local/include/ClanLib-2.3/ClanLib/Display/TargetProviders/../Window/display_window.h:48:10: fatal error: 'X11/Xlib.h' file not found #include <X11/Xlib.h> ^ Notes: svn path=/head/; revision=450712
* Use java/bootstrap-openjdk6 to bootstrap.Jung-uk Kim2017-09-271-3/+3
| | | | Notes: svn path=/head/; revision=450711
* Add bootstrap JDK for OpenJDK6.Jung-uk Kim2017-09-278-0/+226
| | | | | | | java/bootstrap-openjdk will be used for OpenJDK7 and OpenJDK8 later. Notes: svn path=/head/; revision=450710
* gecko: reword pkg-message slightlyJan Beich2017-09-272-3/+3
| | | | Notes: svn path=/head/; revision=450709
* gecko: oops, drop bogus commaJan Beich2017-09-272-2/+2
| | | | Notes: svn path=/head/; revision=450708
* www/firefox: update to 56.0 (rust required)Jan Beich2017-09-2717-1548/+246
| | | | | | | | | | | | | This is slightly early but due to recent PORTREVISION bump there's no point doing QA for 55.0.* anymore. Changes: https://www.mozilla.org/firefox/56.0/releasenotes/ PR: 221335 Security: 1098a15b-b0f6-42b7-b5c7-8a8646e8be07 MFH: 2017Q3 not possible: requires r447450 and r450556 Notes: svn path=/head/; revision=450707
* www/firefox-esr: update to 52.4.0Jan Beich2017-09-274-191/+190
| | | | | | | | | Changes: https://www.mozilla.org/firefox/52.4.0/releasenotes/ Security: 1098a15b-b0f6-42b7-b5c7-8a8646e8be07 MFH: 2017Q3 Notes: svn path=/head/; revision=450706
* gecko: add JACK option (enabled by default)Jan Beich2017-09-2713-6/+84
| | | | | | | PR: 221464 Notes: svn path=/head/; revision=450705
* gecko: PULSEAUDIO-only builds can fallback to OSSJan Beich2017-09-271-6/+1
| | | | Notes: svn path=/head/; revision=450704
* 1: Update to 1.9.21Vanilla I. Shu2017-09-274-9/+18
| | | | | | | 2: add a patch for libressl. Notes: svn path=/head/; revision=450703
* security/botan110: make ECC mandatoryJan Beich2017-09-262-17/+37
| | | | | | | | | | | | | Boost >= 1.65 no longer provides TR1. However, GCC defaults to C++14 while libc++ leaks enough C++11 features that TR1 can be emulated in C++98 mode. PR: 220760 Approved by: portmgr blanket Tested by: Dmitri Goutnik, Ralf van der Enden Notes: svn path=/head/; revision=450702
* science/gnudatalanguage: unbreak with gcc6 on 10.*Jan Beich2017-09-261-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/CMakeFiles/gdl.dir/GDLInterpreter.cpp.o: In function `GDLInterpreter::l_decinc_dot_expr(ProgNode*, int)': GDLInterpreter.cpp:(.text+0x4c24): undefined reference to `operator delete(void*, unsigned int)' GDLInterpreter.cpp:(.text+0x4f51): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/GDLInterpreter.cpp.o: In function `GDLInterpreter::l_arrayexpr_mfcall_as_arrayexpr(ProgNode*, BaseGDL*)': GDLInterpreter.cpp:(.text+0x51e9): undefined reference to `operator delete(void*, unsigned int)' GDLInterpreter.cpp:(.text+0x5442): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/GDLInterpreter.cpp.o: In function `GDLInterpreter::l_arrayexpr_mfcall(ProgNode*, BaseGDL*)': GDLInterpreter.cpp:(.text+0x5ab2): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/GDLInterpreter.cpp.o:GDLInterpreter.cpp:(.text._ZN5antlr15CharInputBufferD0Ev[_ZN5antlr15CharInputBufferD5Ev]+0x5d): more undefined references to `operator delete(void*, unsigned int)' follow src/CMakeFiles/gdl.dir/basic_fun.cpp.o: In function `ForInfoListT<ForLoopInfoT, 32ull>::resize(unsigned long long)': basic_fun.cpp:(.text._ZN12ForInfoListTI12ForLoopInfoTLy32EE6resizeEy[_ZN12ForInfoListTI12ForLoopInfoTLy32EE6resizeEy]+0x17e): undefined reference to `operator delete[](void*, unsigned int)' src/CMakeFiles/gdl.dir/dcommon.cpp.o: In function `DCommon::~DCommon()': dcommon.cpp:(.text+0xf5): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/dcommon.cpp.o: In function `DCommon::~DCommon()': dcommon.cpp:(.text+0x154): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/dcommon.cpp.o: In function `DCommonRef::~DCommonRef()': dcommon.cpp:(.text+0x3fd): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/dcommon.cpp.o: In function `DCommon::AddVar(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)': dcommon.cpp:(.text+0x482): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/dcompiler.cpp.o: In function `DCompiler::ForwardFunction(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)': dcompiler.cpp:(.text+0x226): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/dcompiler.cpp.o:dcompiler.cpp:(.text+0x314): more undefined references to `operator delete(void*, unsigned int)' follow src/CMakeFiles/gdl.dir/envt.cpp.o: In function `ForInfoListT<ForLoopInfoT, 32ull>::~ForInfoListT()': envt.cpp:(.text._ZN12ForInfoListTI12ForLoopInfoTLy32EED2Ev[_ZN12ForInfoListTI12ForLoopInfoTLy32EED5Ev]+0x76): undefined reference to `operator delete[](void*, unsigned int)' src/CMakeFiles/gdl.dir/envt.cpp.o: In function `EnvUDT::~EnvUDT()': envt.cpp:(.text._ZN6EnvUDTD2Ev[_ZN6EnvUDTD5Ev]+0xca): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/extrat.cpp.o: In function `ExtraT::ResolveExtra(EnvBaseT*)': extrat.cpp:(.text+0x1aaa): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/fmtnode.cpp.o: In function `FMTNode::~FMTNode()': fmtnode.cpp:(.text+0x44): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/gdlexception.cpp.o: In function `WarnAboutObsoleteRoutine(antlr::ASTRefCount<DNode>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)': gdlexception.cpp:(.text+0x1c6f): undefined reference to `operator delete(void*, unsigned int)' gdlexception.cpp:(.text+0x1eab): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/gdlxstream.cpp.o:gdlxstream.cpp:(.text._ZN10GDLXStreamD0Ev[_ZN10GDLXStreamD5Ev]+0x1d): more undefined references to `operator delete(void*, unsigned int)' follow PR: 219300 Reported by: pkg-fallout Submitted by: rakuco Notes: svn path=/head/; revision=450701
* emulators/{mame,mess}: unbreak after r450461Jan Beich2017-09-261-0/+13
| | | | | | | | | | | ../../../../../src/osd/modules/render/drawbgfx.c:174:8: error: no member named 'sdlSetWindow' in namespace 'bgfx' bgfx::sdlSetWindow(window().sdl_window()); ~~~~~~^ Reported by: pkg-fallout Notes: svn path=/head/; revision=450700
* Document sugarcrm issueSteve Wills2017-09-261-0/+35
| | | | Notes: svn path=/head/; revision=450699
* Update deskutils/calibre to 3.8.0Guido Falsi2017-09-262-5/+4
| | | | Notes: svn path=/head/; revision=450698
* Fix post-clean.Mathieu Arnold2017-09-261-1/+1
| | | | | | | | Submitted by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=450697
* reenable pointcloud, all of it this time...Palle Girgensohn2017-09-266-0/+69
| | | | | | | | | | It was removed in r450691 since depending ports where not added to the tree. PR: 221577 Notes: svn path=/head/; revision=450696
* Add libght to the ports treePalle Girgensohn2017-09-267-0/+75
| | | | | | | PR: 221577 Notes: svn path=/head/; revision=450695
* Add lazperf to the ports treePalle Girgensohn2017-09-267-0/+71
| | | | | | | | and reenable databases/pointcloud PR: 221577 Notes: svn path=/head/; revision=450694
* sysutils/passwordsafe: Add missing patch for YubikeyBernard Spil2017-09-261-0/+11
| | | | Notes: svn path=/head/; revision=450693
* Document libzip issueSteve Wills2017-09-261-0/+27
| | | | Notes: svn path=/head/; revision=450692
* Remove non functionnal port.Mathieu Arnold2017-09-267-70/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=450691
* Unhook pointcloudAdam Weinberger2017-09-261-1/+1
| | | | | | | | r450685 introduced pointcloud, but not its dependency archivers/lazperf. Once lazperf is added, pointcloud can be hooked back up. Notes: svn path=/head/; revision=450690
* security/libressl-devel: Update to 2.6.2Bernard Spil2017-09-263-4/+6
| | | | | | | - Bugfix update Notes: svn path=/head/; revision=450689
* Document libbson issueSteve Wills2017-09-261-0/+29
| | | | Notes: svn path=/head/; revision=450688
* Update databases/elixir-timex_ecto to version 3.2.1.Jimmy Olgeni2017-09-262-4/+4
| | | | Notes: svn path=/head/; revision=450687
* - Update to 92.5Dmitry Marakasov2017-09-262-6/+5
| | | | Notes: svn path=/head/; revision=450686
* Add pointcloud to the ports treePalle Girgensohn2017-09-267-0/+70
| | | | | | | | A PostgreSQL extension for storing point cloud (LIDAR) data. PR: 221577 Notes: svn path=/head/; revision=450685
* Document multiple vulnerabilities in tcpdumpSteve Wills2017-09-261-0/+113
| | | | Notes: svn path=/head/; revision=450684
* - Update to 1.4Dmitry Marakasov2017-09-262-3/+4
| | | | Notes: svn path=/head/; revision=450683
* Update RUN_DEPENDSSunpoet Po-Chuan Hsieh2017-09-261-4/+3
| | | | Notes: svn path=/head/; revision=450682
* Update to 3.6.0Sunpoet Po-Chuan Hsieh2017-09-262-4/+4
| | | | | | | Changes: https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES Notes: svn path=/head/; revision=450681
* Update to 2.8.2Sunpoet Po-Chuan Hsieh2017-09-263-15/+4
| | | | | | | Changes: https://github.com/gitlabhq/grit/blob/master/History.txt Notes: svn path=/head/; revision=450680
* Fix LICENSESunpoet Po-Chuan Hsieh2017-09-262-2/+4
| | | | | | | | - Add LICENSE_FILE - Sort PLIST Notes: svn path=/head/; revision=450679
* Update to 2.67Sunpoet Po-Chuan Hsieh2017-09-262-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Log-Dispatch/Changes Notes: svn path=/head/; revision=450678
* Update to 0.14Sunpoet Po-Chuan Hsieh2017-09-262-6/+7
| | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/CPAN-Recent-Uploads/Changes Notes: svn path=/head/; revision=450677
* Update to 2.0.3Sunpoet Po-Chuan Hsieh2017-09-262-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=igbinary Notes: svn path=/head/; revision=450676
* Update to 0.06Sunpoet Po-Chuan Hsieh2017-09-262-4/+6
| | | | | | | | | | - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Plack-Middleware-RemoveRedundantBody/Changes Notes: svn path=/head/; revision=450675
* Update to 0.36Sunpoet Po-Chuan Hsieh2017-09-262-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Bread-Board/Changes Notes: svn path=/head/; revision=450674
* Add CONFIGURE_FAIL_MESSAGE again to avoid receiving more mailsSunpoet Po-Chuan Hsieh2017-09-261-0/+1
| | | | Notes: svn path=/head/; revision=450673
* Add p5-Net-LibIDN2 1.00Sunpoet Po-Chuan Hsieh2017-09-265-0/+36
| | | | | | | | | | Net::LibIDN2 provides bindings for GNU Libidn2, a C library for handling internationalized domain names based on IDNA 2008, Punycode and TR46. WWW: http://search.cpan.org/dist/Net-LibIDN2/ Notes: svn path=/head/; revision=450672
* security/py-libnacl: Update to 1.5.2Philip Paeps2017-09-262-4/+4
| | | | | | | | | | PR: 222526 Reviewed by: koobs (maintainer) Approved by: koobs (maintainer) Differential Revision: D12475 Notes: svn path=/head/; revision=450671
* Update to 4.8.2Ganael LAPLANCHE2017-09-263-19/+4
| | | | Notes: svn path=/head/; revision=450670
* - Update to 1.06Frederic Culot2017-09-262-4/+8
| | | | | | | Changes: http://search.cpan.org/dist/Geo-Proj4/Changes Notes: svn path=/head/; revision=450669
* Document libraw issueSteve Wills2017-09-261-0/+27
| | | | Notes: svn path=/head/; revision=450668
* Document libraw issueSteve Wills2017-09-261-0/+26
| | | | Notes: svn path=/head/; revision=450667
* Document issue in gdSteve Wills2017-09-261-0/+29
| | | | Notes: svn path=/head/; revision=450666
* Document issue in php and gdSteve Wills2017-09-261-0/+34
| | | | Notes: svn path=/head/; revision=450665
* Fix ports setting WRKDIR themselves to use the new _WRKDIR instead ofMathieu Arnold2017-09-262-2/+2
| | | | | | | | | | | | | the litteral "work". I think it should be really safe to remove both instances because they they point to directories that are empty anyway. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=450664