aboutsummaryrefslogtreecommitdiffstats
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* neovim: Update to 0.3.8adamw2019-07-052-4/+4
| | | | | | | * security: 'modeline', 'modelineexpr' * Disallow API calls in the sandbox. MFH: 2019Q3
* editors/nvi-devel: Take maintainership. Update MASTER_SITES to useleres2019-07-051-2/+3
| | | | | | | the University of Waterloo Computer Science Club mirror (with LOCAL/leres as a secondary) since ftp.stack.nl no longer exists. Approved by: Approved by: johans (maintainer timeout, 3 months and 3 consecutive timeouts), ler (mentor, implicit)
* lang/rust: Update to 1.36.0tobik2019-07-044-3/+4
| | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html Tested by: jbeich, mikael.urankar@gmail.com With hat: rust Differential Revision: https://reviews.freebsd.org/D20810
* editors/nvi-devel: Fix DB_CREATE error and segmentation fault; addleres2019-07-042-1/+17
| | | | | | | | | the DB_CREATE flag when using bdb >= 4.4. PR: 238712 Approved by: johans (maintainer timeout, 2 weeks), matthew (mentor, implicit) Obtained from: Mac Ports https://trac.macports.org/browser/trunk/dports/editors/nvi/files/patch-common__db.h?rev=108622
* editors/kakoune: Update to 2019.07.01tobik2019-07-014-100/+167
| | | | Changes: https://github.com/mawww/kakoune/releases/tag/v2019.07.01
* editors/xcoral: fix buildpkubaj2019-07-011-1/+1
| | | | | | | | Add USES=compiler:c11 to fix build: BR_Parser.y:1652: error: argument 'file_name' doesn't match prototype BR_Interface.h:101: error: prototype declaration Approved by: mentors (implicit approval)
* editors/quilter: fix buildpkubaj2019-07-011-1/+1
| | | | | | | | | | | | | | Add USES=compiler:c11 In file included from /usr/local/include/webkitgtk-4.0/jsc/jsc.h:25, from /usr/local/include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h:28, from /usr/local/include/webkitgtk-4.0/webkit2/webkit2.h:55, from com.github.lainsce.quilter@exe/src/Services/ExportUtils.c:28: /usr/local/include/webkitgtk-4.0/jsc/JSCClass.h:37: error: redefinition of typedef 'JSCClass' /usr/local/include/webkitgtk-4.0/jsc/JSCValue.h:43: error: previous declaration of 'JSCClass' was here /usr/local/include/webkitgtk-4.0/jsc/JSCClass.h:40: error: redefinition of typedef 'JSCContext' /usr/local/include/webkitgtk-4.0/jsc/JSCValue.h:44: error: previous declaration of 'JSCContext' was here Approved by: mentors (implicit approval)
* editors/with-editor: Update to 2.8.3swills2019-07-012-4/+4
| | | | | PR: 238595 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
* graphics/poppler: update to 0.78.0tcberner2019-06-296-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.78.0: core: * Fix line annotation arrows for usage in dimensioning * Handle Ink annots without an InkList but with an AP * Fix typos preventing parsing of Movie start and duration * Fix crash on malformed files glib: * Add poppler_document_create_dests_tree() * Don't use the deprecated g_type_class_add_private() * Document the differences between render() and render_for_printing() * Fix introspection for poppler_document_new_from_data * Don't create PopplerInputStream with length 0. Issue #414 * Document G_IO_ERROR as a possible error condition * docs: Add index for API new in 0.78 build system: * Fixes cross compilation of gir in Void Linux * Add -Wshadow to the default warning flags * install pkg-config pc files if pkg-config is found PR: 238857 Exp-run by: antoine Approved by: gnome (kwm, implicit)
* Convert all Go ports to USES=gotobik2019-06-291-1/+1
| | | | | | | | | | | | | | | | | This allows for port testing with lang/go-devel via GO_PORT, setting up the Go build environment in a single place, and is step one in simplifying Go ports that often define too complicated do-build targets themselves. USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and 'no_targets' for ports with composite builds that call 'go' themselves and do not need the do-build/do-install targets of USES=go. PR: 238849 Submitted by: dg@syrec.org (also D20745) Reviewed by: mat, tobik Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20746
* editors/quilter: Update 1.9.1 -> 1.9.2yuri2019-06-282-4/+4
| | | | Reported by: portscout
* - Update WWWamdmi32019-06-271-1/+1
| | | | Approved by: portmgr blanket
* Clean up final leftovers from Qt4.rene2019-06-265-11/+8
| | | | | | Submitted by: rene Reviewed by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D20725
* - Update WWWamdmi32019-06-241-1/+1
| | | | Approved by: portmgr blanket
* editors/nano: Make several port improvementskoobs2019-06-242-7/+9
| | | | | | | | | | | | | | | | | | * Switch to https:// MASTER_SITES * Use provided .xz for distribution file, saving: 50.5% / 1415kB * Add LICENSE_FILE * Remove CPPFLAGS/LDFLAGS variables, added 19 years ago when the port was first created. [1] They are incorrectly (globally) scoped, no longer necessary and incorrect for the ncurses:base case. Instead use Uses/ncurses.mk variables and provide these to configure to ensure includes/lib searches and linking are never mixed between base and ports. [1] ports r29979 Approved by: danilo (maintainer) MFH: 2019Q2 (blanket: bugfix) Differential_Revision: D20660
* KDE Applications: complete dependency liststcberner2019-06-231-1/+2
| | | | | | | This has been on the TODO list for forever... PR: 238764 Reported by: yuri
* New port: editors/quilter: Editor allowing you to focus on your writingyuri2019-06-236-0/+99
|
* - Simplify XFCE MASTER_SITES usagemadpilot2019-06-201-1/+1
| | | | | | | | | - Update XFCE Master sites list Submitted by: olivierd Reviewed by: mat Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D8416
* - Remove dependence on devel/patchlwhsu2019-06-192-3/+8
| | | | | PR: 238629 Submitted by: mi
* - Update to git snapshot 83095a8ashish2019-06-163-5/+10
| | | | - Track git revision information in build
* editors/nedit: take maintainershipswills2019-06-141-1/+1
|
* editors/linux-sublime: Update MASTER_SITEmeta2019-06-141-1/+1
| | | | | | | | as the former site is no longer available. Now distfile is fetched from the official site. PR: 238509 Reported by: Graham Perrin <grahamperrin@gmail.com>
* editors/vim: remove meaningless 85+ from USES tclgahr2019-06-121-1/+1
|
* Mark as deprecated a bunch of abandonware using sys/dir.hbapt2019-06-121-0/+3
| | | | | | | sys/dir.h is going to be phased out soon, so mark as deprecated non maintained abandonware using it. PR: 21519
* editors/featherpad: Update to 0.10.0jsm2019-06-093-5/+11
| | | | | Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D20463
* editors/the: Canonicalize options group names after r503781 (D20426)tobik2019-06-091-3/+3
|
* Update KDE Applications to 19.04.2tcberner2019-06-071-3/+3
| | | | https://kde.org/announcements/announce-applications-19.04.2.php
* editors/neovim-qt: fix buildpkubaj2019-06-071-1/+1
| | | | | | | | | | | | Add USES=compiler:c++11-lang to fix: CMake Error in src/CMakeLists.txt: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: mentors (implicit approval)
* editors/texstudio: Update to 2.12.16rigoletto2019-06-043-5/+6
| | | | Approved by: tcberner (mentor)
* Point the vim-tiny plist specifically at ${.CURDIR}adamw2019-06-041-1/+1
| | | | | | | It works fine in poudriere without it, but isn't necessarily correct elsewhere. Submitted by: mat
* Add forgotten pkg-plist for vim-tinyadamw2019-06-012-3/+4
|
* Update to Vim to patchlevel 1439, change default python, improve vimrcadamw2019-06-015-55/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some big changes in this update: * Patchlevel 1439 * Default python is now 3.x instead of 2.x [1] * Expose DEFAULT_VIMRC option (on by default) to vim-tiny Also, many changes to the default vimrc. Any changes necessarily risk contention, but then I remembered that I actually maintain editors/vim, so here we are. The idea here is that Vim, by default, behaves like Vi, and people who install the Vim port do so because they DON'T just want Vi. I've enabled features that are basic quality-of-life settings for me, and that I hope will be ideal for most end-users. Important changes in the default vimrc: * Don't install gvimrc at all. gvim should load $ETCDIR/vimrc anyway. I can't test gvim locally, so someone please let me know if I broke it. * Turn on autoindent * Disable console bells entirely. Console bells are terrible. * Enable incsearch: highlights search results as you type them * ^L clears search highlights while redrawing the screen * Assume fast terminal by default * Explain every setting in comments Many of these settings are modeled after the defaults in NeoVim, which really got it right. I want our default vimrc to be usable and ideal, so please let me know if anything doesn't work for you, or if you have other settings you'd like to see changed in the default. In particular, please let me know if I broke gvim by removing the gvimrc! PR: 235142 [1] Submitted by: John W. O'Brien [1]
* graphics/poppler: update to 0.77.0tcberner2019-06-016-5/+6
| | | | | | | | | | | | | | | | | | | | | | | Release 0.77.0: core: * Fix crash on signature handling. Issue #766 * Fix small memory leak in SignatureHandler::getCertificateInfo * Splash: Restrict filling of overlapping boxes. Issue #750 * Fix crash on malformed files qt5: * Fix optional content handling with exclusive layers cpp: * Make render_page thread-safe utils: * pdfsig: Fix small memory leak * pdftotext: Fix typo in manpage PR: 238115 Exp-run by: antoine Approved by: gnome (kwm, implicit)
* Update neovim to 0.3.7adamw2019-05-292-4/+4
|
* editors/kak-lsp: Update to 6.2.1tobik2019-05-292-6/+6
| | | | | | - Pet portclippy while here Changes: https://github.com/ul/kak-lsp/releases/tag/v6.2.1
* Update neovim to 0.3.6adamw2019-05-292-5/+4
|
* Disable LuaJIT on non-x86 architecturesadamw2019-05-281-4/+16
| | | | | | | | | | | | | | The version of LuaJIT in port doesn't work well (or at all) for neovim on non-x86 architectures. Plus, some users (at least the submitter, who made a good argument for it) may not want LuaJIT at all. So, make LuaJIT an OPTION. Enable it by default, and exclude it from all the archs that LuaJIT+neovim doesn't work on. Fall back instead on normal Lua. PR: 238079 Submitted by: Greg V MFH: 2019Q2
* editors/scite, x11-toolkits/scintilla: Remove nop CXXSTDtobik2019-05-271-1/+0
| | | | It is overwritten by USES=compiler later anyway.
* editors/emacs-devel: Update to recent master-branch commit, ec4b2c8jrm2019-05-263-6/+10
|
* archivers/quazip: update to 0.8tcberner2019-05-261-1/+1
| | | | | | | From the changelog: * Support for UTF-8 in file names and comments (Denis Zavorotnyy) * get/setOsCode(), get/setDefaultOsCode() * Fixed Z_STREAM_END handling in QuaZioDevic
* editors/calligra: fix plisttcberner2019-05-251-0/+2
|
* editors/openoffice-devel: Fix spelling of MYSQL_DESCtobik2019-05-251-1/+1
|
* lang/rust: Update to 1.35.0tobik2019-05-244-4/+4
| | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html Reviewed by: jbeich Tested by: pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64) With hat: rust Differential Revision: https://reviews.freebsd.org/D20332
* - Update to 6.2.4lwhsu2019-05-24103-405/+404
|
* editors/ecrire: Update 0.3.3 -> 0.3.4yuri2019-05-232-5/+4
| | | | Reported by: portscout
* editors/mg: Update to 6.5tobik2019-05-222-4/+10
|
* lang/rust: Update to 1.34.2tobik2019-05-154-0/+4
| | | | | | | | | | | - While here add patches from [1] for LibreSSL 2.9.1 support [1] https://github.com/sfackler/rust-openssl/pull/1097 Changes: https://blog.rust-lang.org/2019/05/13/Security-advisory.html Changes: https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html PR: 237495 [1] Security: 37528379-76a8-11e9-a4fd-00012e582166
* graphics/poppler: update to 0.76.1tcberner2019-05-147-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From Changelog at https://poppler.freedesktop.org/releases.html : Release 0.76.1: core: * Make the mul tables be calculated at compile time with constexpr. * splash: Fix compile with SPLASH_CMYK enabled * Some typo fixing in error messages qt5: * Fix regression in annotation handling build system: * Fix some typos in build system output and comments Release 0.76.0: core: * Fix regression on case-insensitive search. Issue #743 * Remove GooList, use std::vector instead * Fix radiobutton reporting wrong state. Issue #159 * Handle UTF16-LE strings * Don't error out if there's no DA in FreeText annotation * cairo: Compute correct coverage values for box filter. * cairo: Constrain number of cycles in rescale filter. * Read more fields from ViewerPreferences * Introduce and use Ref::INVALID * Fix crashes in broken files * Fix mismatched free/delete * Add missing include guards utils: * pdftohtml: Properly initialize HtmlOutputDev::page to avoid SIGSEGV upon error exit. Issue #742 All the required patches have been obtained via gentoo. PR: 237846 Exp-run by: antoine Approved by: kwm
* - WPS import plugin request libwps-0.4, not -0.3fluffy2019-05-131-5/+5
| | | | | | | - Plan require KF5Holidays and AkonadiKontacts for services integraion - Depend on KF5Contacts for Adsress book support With hat: kde
* editors/kak-lsp: Update to 6.2.0tobik2019-05-123-142/+124
| | | | Changes: https://github.com/ul/kak-lsp/releases/tag/v6.2.0
* update mate desktop to 1.22.1ericbsd2019-05-123-6/+7
| | | | Approved by: mentors (implicit)
* Update KDE Applications to 19.04.1tcberner2019-05-101-3/+3
| | | | | Changelog: https://kde.org/announcements/fulllog_applications-aether.php?version=19.04.1
* Remove expired ports:rene2019-05-095-105/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2019-05-08 databases/ruby-odbc: Broken for more than 6 months 2019-05-08 databases/rubygem-dbd-odbc: Broken for more than 6 months 2019-05-08 devel/dlangui: Broken for more than 6 months 2019-05-08 editors/dlangide: Broken for more than 6 months 2019-05-08 emulators/desmume: Broken for more than 6 months 2019-05-08 emulators/yabause: Broken for more than 6 months 2019-05-08 emulators/yape: Broken for more than 6 months 2019-05-08 games/armagetron: Broken for more than 6 months 2019-05-08 games/boswars: Broken for more than 6 months 2019-05-08 games/ceferino: Broken for more than 6 months 2019-05-08 games/chanta: Broken for more than 6 months 2019-05-08 games/d2x-xl: Broken for more than 6 months 2019-05-08 games/drcreep: Broken for more than 6 months 2019-05-08 games/frobtads: Broken for more than 6 months 2019-05-08 games/paintown: Broken for more than 6 months 2019-05-08 games/pykawari: Broken for more than 6 months 2019-05-08 games/stepmania-devel: Broken for more than 6 months 2019-05-08 games/tinymux: Broken for more than 6 months 2019-05-08 games/voxelands: Broken for more than 6 months 2019-05-08 games/voxelands-server: Broken for more than 6 months 2019-05-08 games/warsow: Broken for more than 6 months 2019-05-08 graphics/appleseed: Broken for more than 6 months 2019-05-08 graphics/apvlv: Broken for more than 6 months 2019-05-08 graphics/qslim: Broken for more than 6 months 2019-05-08 graphics/rawstudio: Broken for more than 6 months 2019-05-08 graphics/tulip: Broken for more than 6 months 2019-05-08 lang/qore: Broken for more than 6 months 2019-05-08 mail/milter-manager: Broken for more than 6 months 2019-05-08 math/goblin: Broken for more than 6 months 2019-05-08 math/mosesdecoder: Broken for more than 6 months 2019-05-08 multimedia/asdcplib: Broken for more than 6 months 2019-05-08 net/crtmpserver: Broken for more than 6 months 2019-05-08 net/linuxigd: Abandonware; use net/miniupnpd instead 2019-05-08 net/openafs: Broken for more than 6 months 2019-05-08 security/quantis: Broken for more than 6 months 2019-05-08 sysutils/boxbackup: Broken for more than 6 months 2019-05-08 sysutils/grub2-efi: Broken for more than 6 months 2019-05-08 sysutils/grub2-pcbsd: Broken for more than 6 months 2019-05-08 sysutils/mdcp: Broken for more than 6 months 2019-05-08 sysutils/sbsigntool: Broken for more than 6 months 2019-05-08 www/py-cherrypy-old: Lates version is in tree and no dependent ports
* editors/parinfer-rust: Update to 0.3.1 (nop)tobik2019-05-082-6/+4
| | | | Changes: https://github.com/eraserhd/parinfer-rust/compare/v0.2.0-198-g506ae2b...v0.3.1
* editors/wxhexeditor: fix build with GCC-based architecturespkubaj2019-05-061-1/+1
| | | | | | | Add USES=compiler:c++11-lang to fix: /usr/local/include/wx-3.0/wx/strvararg.h:350: error: ISO C++ forbids declaration of 'is_enum' with no typeIn file included from /usr/local/include/wx-3.0/wx/string.h:46, Approved by: mentors (implicit approval)
* This port now builds on aarch64.linimon2019-05-061-1/+0
| | | | Approved by: portmgr (tier-2 blanket)
* New port: editors/xi-termkai2019-05-054-0/+479
| | | | | | | | | | | | | | | | | | | | | | Formely known as xi-tui, xi-term is a terminal frontend for the xi editor. The xi editor project is an attempt to build a high quality text editor, using modern software engineering techniques. Goals include: - Incredibly high performance. All editing operations should commit and paint in under 16ms. The editor should never make you wait for anything. - Reliability. Crashing, hanging, or losing work should never happen. - Developer friendliness. It should be easy to customize xi editor, whether by adding plug-ins or hacking on the core. WWW: https://github.com/xi-frontend/xi-term PR: 237533 Submitted by: Nuno Teixeira <ed.arrakis@gmail.com> Reviewed by: tobik Differential Revision: https://reviews.freebsd.org/D20159
* editors/xi-core: Update to latest snapshotkai2019-05-053-64/+461
| | | | | | | | | | | | | | | | - Submitter adopts the port - Add DOCS option to provide some supplementary info - The project also moved to a new repository thus update GH_ACCOUNT and the WWW field Changelog: https://github.com/xi-editor/xi-editor/compare/3164cb6...c16973f PR: 237532 Submitted by: Nuno Teixeira <ed.arrakis@gmail.com> Reviewed by: tobik Differential Revision: https://reviews.freebsd.org/D20158
* Fix the a ports that were broken but did not know it.mat2019-05-031-2/+2
| | | | Differential Revision: https://reviews.freebsd.org/D20140
* editors/emacs-devel: Update to latest master-branch commit, d17ae7fjrm2019-05-033-6/+5
|
* Update vim to patchlevel 1248adamw2019-05-033-4/+18
|
* Remove esound support from pulseaudio as audio/esound expired.rene2019-05-021-0/+1
| | | | | | Bump PORTREVISIONs of dependent ports. Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
* editors/ghostwriter: Update to 1.8.0tobik2019-04-292-8/+9
| | | | Changes: https://github.com/wereturtle/ghostwriter/releases/tag/v1.8.0
* Update neovim to 0.3.5adamw2019-04-292-5/+4
| | | | | | | | | | | | | Maintenance release to fix issues found in v0.3.4. options: properly reset directories on 'autochdir' Remove MSVC optimization workaround for SHM_ALL Make SHM_ALL to a variable instead of a compound literal #define doc: mention "pynvim" module rename screen: don't crash when drawing popupmenu with 'rightleft' option look-behind match may use the wrong line number :terminal : set topline based on window height :recover : Fix crash on non-existent *.swp
* Bump PORTREVISION for ports using EMACS_VERSION_SITE_LISPDIRjrm2019-04-285-4/+5
| | | | | | | This should have been done with r499179 when editors/emacs was updated to version 26.2. Reported by: nobutaka
* Change RUN_DEPENDS from rubygem-msgpack1 to rubygem-msgpacksunpoet2019-04-281-1/+3
| | | | - Bump PORTREVISION for dependency change
* - Update to 4.2danilo2019-04-262-4/+4
|
* Clean up plistantoine2019-04-253-127/+127
|
* editors/dte: update to 1.8.2swills2019-04-232-4/+4
| | | | | PR: 237491 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* - Update to 4.1danilo2019-04-232-4/+4
| | | | | | | | | | | | | This release has fixes for many issues found in 4.0 including a possible crash Eg: - https://savannah.gnu.org/bugs/?56023 - https://savannah.gnu.org/bugs/?56117 - https://savannah.gnu.org/bugs/?56119 - https://savannah.gnu.org/bugs/?55997 - https://savannah.gnu.org/bugs/?56076 Reported by: Benno Schulenberg MFH: 2019Q2
* - Update to 6.2.3lwhsu2019-04-21104-423/+404
|
* editors/dte: Update to 1.8swills2019-04-192-4/+7
| | | | | PR: 237386 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* Update KDE Applications to 19.04.0tcberner2019-04-192-4/+3
| | | | | | | The changelog can be found here: - https://kde.org/announcements/announce-applications-19.04.0.php Due to crashes on start, multimedia/kdenlive was kept at 18.12.3 for now.
* editors/emacs: Update to version 26.2jrm2019-04-174-40/+18
| | | | | | | | | | | | Port changes: Match upstream's default behaviour by not installing the shared game directory and the auxiliary program update-game-score Upstream changes: https://www.gnu.org/software/emacs/news/NEWS.26.2 Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D18810
* - Update to git snapshot da3e3fcashish2019-04-153-9/+7
|
* devel/boost-*: update to 1.70.0jbeich2019-04-1210-9/+10
| | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303
* lang/rust: Update to 1.34.0tobik2019-04-123-2/+3
| | | | | | | | | | | | | | - Update devel/racer to latest version that can build with 1.34.0 - Drop no longer needed patch from textproc/ripgrep - Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html Reviewed by: jbeich With hat: rust Differential Revision: https://reviews.freebsd.org/D19850
* Bump a few PORTREVISIONs after r498529antoine2019-04-101-0/+1
| | | | With hat: portmgr
* security/botan2: update to 2.10.0jbeich2019-04-081-1/+1
| | | | | PR: 236450 237019 Submitted by: Ralf van der Enden (maintainer)
* Deprecate ports broken for more than 6 monthsantoine2019-04-071-0/+2
|
* Update vim to patchlevel 1099adamw2019-04-022-4/+4
|
* - Update to 4.0danilo2019-04-023-4/+5
|
* Drop USES=geckojbeich2019-03-301-2/+1
|
* Update to openoffice-devel to AOO420-Dev-m1 developer snapshot.truckman2019-03-302-4/+4
|
* Add USES=compiler:c++11-lang to fix build on GCC-based architectures.linimon2019-03-291-1/+2
| | | | | | PR: 236749 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* - Resurrect `editors/e93' and fix distfile fetching (unfortunately,danfe2019-03-299-1/+171
| | | | | | | | | | | | | | | | | | new distfile name does not contain version number, but its checksum is the same as the previous one) - Provide more descriptive and elaborate COMMENT text - Register dependency between the program and its internal GUI library which allows to remove MAKE_JOBS_UNSAFE (hopefully) - Stop bogusly requesting C++ compiler (apparently, it was wanted because of its `bool' type), instead simply #include <stdbool.h> - Localize build configuration in one place (port-patch): having MAKE_ARGS blurred the picture and it was not quite accurate anyway (e.g., passed down those bogus C++ bits) - Drop `gmake' from USES, no longer needed WRKSRC, define LICENSE_FILE - Make docfiles installation optional and install them to appropriate location using standard helper target - Reformat port description (shorten the lines, kill EOL whitespace, separate sentences with double spaces)
* Bump revision to make sure port is build against new libgit2 version 0.28.1.mfechner2019-03-283-2/+3
| | | | | PR: 236801 Reported by: jbeich
* graphics/poppler: update to 0.75tcberner2019-03-286-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Release 0.75.0: core: * Fix rendering of some annotations * Fix crashes in broken files * Small internal code improvements cpp: * Improve documentation * tests: Add showing version information to poppler-dump utils: * pdfattach: new util * pdftohtml: add -dataurls parameter * pdftoppm: add -sep and -forcenum parameters * pdftohtml: make singleHtml and stout not mutually exclusive * pdfsig: fix use after free - bump revisions of dependent ports due to shlib version change PR: 236791 Exp-run by: antoine Approved by: kwm (gnome)
* devel/icu: update to 64.1jbeich2019-03-282-2/+2
| | | | | | | | 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
* - Add QT5 and KDE5 options [1]lwhsu2019-03-284-21/+74
| | | | | | | | | | - Fix build with gcc on !libc++ archs [2] - Rework patch-sal_osl_unx_thread.cxx for more portable [3] - Fix pkg-plist while GTK3 enabled PR: 236748 [1], 236765 [2] Submitted by: VVD <vvd@unislabs.com> [1], jhibbits [2], Greg Veldman <freebsd@gregv.net> [3]
* Use the correct FLAVOR for the optional pynvim dependency.adamw2019-03-271-1/+2
| | | | Reported by: mat
* Finish gwrite removalantoine2019-03-251-1/+0
|
* Remove expired webkit-gtk2 and webkit-gtk3 ports.kwm2019-03-254-106/+0
| | | | | Bump graphics/variety deprecation date, there is a patch for a update which uses webkit2-gtk3 in ports/236180 but I had issues that I could't fix.
* Connect libreoffice-dsb and libreoffice-kablwhsu2019-03-231-0/+2
|
* Update to 6.2.2lwhsu2019-03-23124-775/+566
| | | | Much work done by: Greg Veldman <freebsd@gregv.net>
* editors/mp: Update to 5.31jhale2019-03-227-200/+142
| | | | | | | | | | | - LICENSE was changed from GPLv2 to a Public Domain license - UI options have been reconfigured so that if the user installs a GUI (GTK2, GTK3, or QT5), mp-5 is also usable in the console via the NCURSES or ANSI options - mpsl and supporting data are no longer installed, but rather compiled into the mp-5 binary - Add pkg-message to explain the GUI color scheme change and how to revert to the previous color scheme if so desired
* For those of us who prefer vi over vim there are no good optionsleres2019-03-222-2/+259
| | | | | | | | | for editing Python code. This patch (based on one by rokuyama at rk.phys.keio.ac.jp) that adds the EXPANDTAB option to nvi (defaults to off) which adds an expandtab option to nvi. PR: 235446 Approved by: johans (maintainer timeout, 6 weeks), matthew (mentor, implicit)
* Unlike the base vi (nvi 2.1.3), nvi-devel calls flock() on a writableleres2019-03-222-1/+12
| | | | | | | | | | | | | | file descriptor. This has the unfortunately side effect of causing the "Text file busy" error when you edit a script in one window and try to run it in another. The fix is to change the initial open() just prior to calling file_lock() in file_init() to use O_RDONLY instead of O_RDWR. This does not impact nvi's ability to write files, nvi creates a new file when writing. PR: 235445 Approved by: johans (maintainer timeout, 6 weeks), ler (mentor, implicit)
* Chase webkit-gtk2 expirationantoine2019-03-211-0/+3
|
* Switch to devel/llvm80 for DEFAULT_VERSIONSjbeich2019-03-201-0/+1
| | | | PR: 235215
* Add PYNVIM optionadamw2019-03-201-1/+4
| | | | | | PYNVIM installs the py-pynvim port. This enables support for nvim plugins written in python. It is NOT required for editing or debugging python scripts---that support is already included in neovim.
* Remove trailing spaceadamw2019-03-201-1/+1
|
* Remove neovim from TEST_DEPENDS, and original submitter becomes maintaineradamw2019-03-201-5/+6
| | | | | | | | | | | | My intention is to add an OPTION for pynvim to the neovim port, which means that this port cannot depend upon neovim. Change do-test to a maintainer-test target that gives some instructions. Also, per original PR and at request of 0mp, pass maintainership to Thomas Merkel, the submitter of the original py-pynvim PR. PR: 236571 Approved by: 0mp
* New port: editors/py-pynvim: Python client and plugin host for Neovim0mp2019-03-185-0/+51
| | | | | | | | | | | | Pynvim implements support for python plugins in Nvim. It also works as a library for connecting to and scripting Nvim processes through its msgpack-rpc API. WWW: https://pynvim.readthedocs.io/en/latest/ Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D19597
* Qt4 deprecationtcberner2019-03-172-16/+0
| | | | | | editors/lazarus-qt4: Has expired: Qt4 has been EOL since december 2015 Approved by: portmgr (implicit)
* editors/lazarus: remove qt4 flavor (Qt4 deprecation)tcberner2019-03-171-2/+1
| | | | Approved by: portmgr (implicit)
* Qt4 deprecation: Remove Qt4 and its consumes.tcberner2019-03-1733-730/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015 2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015 2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015 2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015 2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015 2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015 2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015 2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015 2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015 2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015 2019-03-15 audio/mumble: Qt4 has been EOL since december 2015 2019-03-15 audio/murmur: Qt4 has been EOL since december 2015 2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 2019-03-15 audio/qmpdclient: Qt4 has been EOL since december 2015 2019-03-15 audio/skype-call-recorder: Qt4 has been EOL since december 2015 2019-03-15 audio/virtual_oss_ctl: Qt4 has been EOL since december 2015 2019-03-15 biology/clustalx: Qt4 has been EOL since december 2015 2019-03-15 cad/klayout: Qt4 has been EOL since december 2015 2019-03-15 cad/layouteditor: Qt4 has been EOL since december 2015 2019-03-15 cad/leocad: Qt4 has been EOL since december 2015 2019-03-15 cad/meshlab: Qt4 has been EOL since december 2015 2019-03-15 cad/qfsm: Qt4 has been EOL since december 2015 2019-03-15 cad/qucs: Qt4 has been EOL since december 2015 2019-03-15 chinese/gcin-qt4: Qt4 has been EOL since december 2015 2019-03-15 chinese/qt4-codecs-cn: Qt4 has been EOL since december 2015 2019-03-15 chinese/qt4-codecs-tw: Qt4 has been EOL since december 2015 2019-03-15 chinese/qterm: Qt4 has been EOL since december 2015 2019-03-15 comms/dabstick-radio: Qt4 has been EOL since december 2015 2019-03-15 comms/hamfax: Qt4 has been EOL since december 2015 2019-03-15 comms/linpsk: Qt4 has been EOL since december 2015 2019-03-15 databases/py-qt4-sql: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-ibase-plugin: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-mysql-plugin: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-odbc-plugin: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-pgsql-plugin: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-sql: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-sqlite-plugin: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-sqlite3-plugin: Qt4 has been EOL since december 2015 2019-03-15 databases/sqliteman: Qt4 has been EOL since december 2015 2019-03-15 databases/tora: Qt4 has been EOL since december 2015 2019-03-15 deskutils/cdcat: Qt4 has been EOL since december 2015 2019-03-15 deskutils/fbreader: Qt4 has been EOL since december 2015 2019-03-15 deskutils/launchy: Qt4 has been EOL since december 2015 2019-03-15 deskutils/qorganizer: Qt4 has been EOL since december 2015 2019-03-15 deskutils/qrfcview: Qt4 has been EOL since december 2015 2019-03-15 deskutils/qtm: Qt4 has been EOL since december 2015 2019-03-15 deskutils/tuxcards: Qt4 has been EOL since december 2015 2019-03-15 deskutils/vym: Qt4 has been EOL since december 2015 2019-03-15 devel/apiextractor: Qt4 has been EOL since december 2015 2019-03-15 devel/automoc4: Qt4 has been EOL since december 2015 2019-03-15 devel/edb: Qt4 has been EOL since december 2015 2019-03-15 devel/generatorrunner: Qt4 has been EOL since december 2015 2019-03-15 devel/grantlee: Qt4 has been EOL since december 2015 2019-03-15 devel/gwenhywfar-qt4: Qt4 has been EOL since december 2015 2019-03-15 devel/kaptain: Qt4 has been EOL since december 2015 2019-03-15 devel/ninja-ide: Qt4 has been EOL since december 2015 2019-03-12 devel/physfs-devel: is the same as devel/physfs, serving no purpose 2019-03-15 devel/piklab: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-assistant: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-core: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-dbus: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-dbussupport: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-declarative: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-designer: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-designerplugin: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-help: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-qscintilla2: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-script: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-scripttools: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-test: Qt4 has been EOL since december 2015 2019-03-15 devel/pyside: Qt4 has been EOL since december 2015 2019-03-15 devel/pyside-tools: Qt4 has been EOL since december 2015 2019-03-15 devel/qbzr: Qt4 has been EOL since december 2015 2019-03-15 devel/qct: Qt4 has been EOL since december 2015 2019-03-15 devel/qdevelop: Qt4 has been EOL since december 2015 2019-03-15 devel/qprog: Qt4 has been EOL since december 2015 2019-03-15 devel/qross: Qt4 has been EOL since december 2015 2019-03-15 devel/qscintilla2: Qt4 has been EOL since december 2015 2019-03-15 devel/qscintilla2-designerplugin: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-assistant: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-assistant-adp: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-corelib: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-dbus: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-designer: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-help-tools: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-libqtassistantclient: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-linguist: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-linguisttools: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-makeqpf: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-moc: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-porting: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qdbusviewer: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qdoc3: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qmake: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qmlviewer: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qt3support: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qtsolutions-singleapplication: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qtsolutions-soap: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qvfb: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-rcc: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-script: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-scripttools: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-testlib: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-uic: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-uic3: Qt4 has been EOL since december 2015 2019-03-15 devel/qtscriptgenerator: Qt4 has been EOL since december 2015 2019-03-15 devel/shiboken: Qt4 has been EOL since december 2015 2019-03-15 devel/subcommander2: Qt4 has been EOL since december 2015 2019-03-15 devel/universalindentgui: Qt4 has been EOL since december 2015 2019-03-15 editors/leo: Qt4 has been EOL since december 2015 2019-03-15 editors/lfhex: Qt4 has been EOL since december 2015 2019-03-15 editors/plume-creator-devel: Qt4 has been EOL since december 2015 2019-03-15 editors/textroom: Qt4 has been EOL since december 2015 2019-03-15 editors/yzis: Qt4 has been EOL since december 2015 2019-03-15 emulators/dboxfe: Qt4 has been EOL since december 2015 2019-03-15 emulators/q4wine: Qt4 has been EOL since december 2015 2019-03-15 emulators/qtemu: Qt4 has been EOL since december 2015 2019-03-15 emulators/swine: Qt4 has been EOL since december 2015 2019-03-15 finance/alkimia-qt4: Qt4 has been EOL since december 2015 2019-03-15 finance/bitcoin-armory: Qt4 has been EOL since december 2015 2019-03-15 finance/qhacc: Qt4 has been EOL since december 2015 2019-03-15 ftp/scythia: Qt4 has been EOL since december 2015 2019-03-15 games/bubble-chains: Qt4 has been EOL since december 2015 2019-03-15 games/capicity: Qt4 has been EOL since december 2015 2019-03-15 games/capitalism: Qt4 has been EOL since december 2015 2019-03-15 games/flukz: Qt4 has been EOL since december 2015 2019-03-15 games/goldencheetah: Qt4 has been EOL since december 2015 2019-03-15 games/jag: Qt4 has been EOL since december 2015 2019-03-15 games/kardsgt: Qt4 has been EOL since december 2015 2019-03-15 games/kcheckers: Qt4 has been EOL since december 2015 2019-03-15 games/openpref: Qt4 has been EOL since december 2015 2019-03-15 games/pokerth: Qt4 has been EOL since december 2015 2019-03-15 games/qgo: Qt4 has been EOL since december 2015 2019-03-15 games/qtads: Qt4 has been EOL since december 2015 2019-03-15 games/quackle: Qt4 has been EOL since december 2015 2019-03-15 games/spellathon: Qt4 has been EOL since december 2015 2019-03-15 games/sudoku-sensei: Qt4 has been EOL since december 2015 2019-03-15 games/tbe: Qt4 has been EOL since december 2015 2019-03-15 games/xptools: Qt4 has been EOL since december 2015 2019-03-15 german/tipp10: Qt4 has been EOL since december 2015 2019-03-15 graphics/appleseed: Qt4 has been EOL since december 2015 2019-03-15 graphics/aqsis: Qt4 has been EOL since december 2015 2019-03-15 graphics/autoq3d: Qt4 has been EOL since december 2015 2019-03-15 graphics/burplex: Qt4 has been EOL since december 2015 2019-03-15 graphics/darknock: Qt4 has been EOL since december 2015 2019-03-15 graphics/djview4-qt4: Qt4 has been EOL since december 2015 2019-03-15 graphics/easypaint: Qt4 has been EOL since december 2015 2019-03-15 graphics/eos-movrec: Qt4 has been EOL since december 2015 2019-03-15 graphics/gle-graphics: Qt4 has been EOL since december 2015 2019-03-15 graphics/lprof-devel: Qt4 has been EOL since december 2015 2019-03-15 graphics/luminance: Qt4 has been EOL since december 2015 2019-03-15 graphics/luxrender: Qt4 has been EOL since december 2015 2019-03-15 graphics/luxrender14: Qt4 has been EOL since december 2015 2019-03-15 graphics/meshviewer: Qt4 has been EOL since december 2015 2019-03-15 graphics/natron: Qt4 has been EOL since december 2015 2019-03-15 graphics/oyranos: Qt4 has been EOL since december 2015 2019-03-15 graphics/pencil: Qt4 has been EOL since december 2015 2019-03-15 graphics/prison: Qt4 has been EOL since december 2015 2019-03-15 graphics/py-qt4-svg: Qt4 has been EOL since december 2015 2019-03-15 graphics/qt4-iconengines: Qt4 has been EOL since december 2015 2019-03-15 graphics/qt4-imageformats: Qt4 has been EOL since december 2015 2019-03-15 graphics/qt4-opengl: Qt4 has been EOL since december 2015 2019-03-15 graphics/qt4-pixeltool: Qt4 has been EOL since december 2015 2019-03-15 graphics/qt4-svg: Qt4 has been EOL since december 2015 2019-03-15 graphics/qxv: Qt4 has been EOL since december 2015, qxv is unmaintained 2019-03-15 graphics/scantailor: Qt4 has been EOL since december 2015 2019-03-15 graphics/seexpr: Qt4 has been EOL since december 2015 2019-03-15 graphics/smillaenlarger: Qt4 has been EOL since december 2015 2019-03-15 graphics/structuresynth: Qt4 has been EOL since december 2015 2019-03-15 graphics/yagf: Qt4 has been EOL since december 2015 2019-03-15 japanese/qt4-codecs-jp: Qt4 has been EOL since december 2015 2019-03-15 korean/qt4-codecs-kr: Qt4 has been EOL since december 2015 2019-03-15 mail/qgmailnotifier: Qt4 has been EOL since december 2015 2019-03-15 math/qtiplot: Qt4 has been EOL since december 2015 2019-03-15 math/qtoctave: Qt4 has been EOL since december 2015 2019-03-15 math/qwtplot3d-qt4: Qt4 has been EOL since december 2015 2019-03-15 misc/py-qt4-demo: Qt4 has been EOL since december 2015 2019-03-15 misc/py-qt4-doc: Qt4 has been EOL since december 2015 2019-03-15 misc/qmetro: Qt4 has been EOL since december 2015 2019-03-15 misc/qt4-doc: Qt4 has been EOL since december 2015 2019-03-15 misc/qt4-l10n: Qt4 has been EOL since december 2015 2019-03-15 misc/qt4-qtconfig: Qt4 has been EOL since december 2015 2019-03-15 misc/qt4-qtdemo: Qt4 has been EOL since december 2015 2019-03-15 misc/saaghar: Qt4 has been EOL since december 2015 2019-03-15 multimedia/2mandvd: Qt4 has been EOL since december 2015 2019-03-15 multimedia/abby: Qt4 has been EOL since december 2015 2019-03-15 multimedia/avidemux-qt4: Qt4 has been EOL since december 2015 2019-03-15 multimedia/gstreamer-qt4: Qt4 has been EOL since december 2015 2019-03-15 multimedia/mediadownloader: Qt4 has been EOL since december 2015 2019-03-15 multimedia/mlt-qt4: Qt4 has been EOL since december 2015 2019-03-15 multimedia/phonon-xine: Qt4 has been EOL since december 2015 2019-03-15 multimedia/py-qt4-multimedia: Qt4 has been EOL since december 2015 2019-03-15 multimedia/py-qt4-phonon: Qt4 has been EOL since december 2015 2019-03-15 multimedia/qmmp: Qt4 has been EOL since december 2015 2019-03-15 multimedia/qmmp-plugin-pack: Qt4 has been EOL since december 2015 2019-03-15 multimedia/qt4-mobility: Qt4 has been EOL since december 2015 2019-03-15 multimedia/qt4-multimedia: Qt4 has been EOL since december 2015 2019-03-15 multimedia/umplayer: Qt4 has been EOL since december 2015 2019-03-15 net/avahi-qt4: Qt4 has been EOL since december 2015 2019-03-15 net/cagibi: Qt4 has been EOL since december 2015 2019-03-15 net/hupnp: Qt4 has been EOL since december 2015 2019-03-15 net/ostinato: Qt4 has been EOL since december 2015 2019-03-15 net/py-qt4-network: Qt4 has been EOL since december 2015 2019-03-15 net/qjsonrpc: Qt4 has been EOL since december 2015 2019-03-15 net/qoauth: Qt4 has been EOL since december 2015 2019-03-15 net/qt4-network: Qt4 has been EOL since december 2015 2019-03-15 net/qtweetlib: Qt4 has been EOL since december 2015 2019-03-15 net-im/libjreen: Qt4 has been EOL since december 2015 2019-03-15 net-im/psimedia: Qt4 has been EOL since december 2015 2019-03-15 net-im/ramblercontacts: Qt4 has been EOL since december 2015 2019-03-15 net-im/telepathy-logger-qt4: Qt4 has been EOL since december 2015 2019-03-15 net-im/turpial: Qt4 has been EOL since december 2015 2019-03-15 net-im/vacuum-im: Qt4 has been EOL since december 2015 2019-03-15 net-mgmt/nagiosagent: Qt4 has been EOL since december 2015 2019-03-15 net-mgmt/qkismet: Qt4 has been EOL since december 2015 2019-03-15 net-p2p/bitmessage: Qt4 has been EOL since december 2015 2019-03-15 net-p2p/eiskaltdcpp-qt: Qt4 has been EOL since december 2015 2019-03-15 net-p2p/valknut: Qt4 has been EOL since december 2015 2019-03-15 polish/qfaktury: Qt4 has been EOL since december 2015 2019-03-15 print/kpdftool: Qt4 has been EOL since december 2015 2019-03-15 print/scribus: Qt4 has been EOL since december 2015 2019-03-15 science/MOOSE-neural-simulator: Qt4 has been EOL since december 2015 2019-03-15 science/avogadro: Qt4 has been EOL since december 2015 2019-03-15 science/openstructure: Qt4 has been EOL since december 2015 2019-03-15 science/py-veusz: Qt4 has been EOL since december 2015 2019-03-15 science/qtresistors: Qt4 has been EOL since december 2015 2019-03-15 security/keepassx2: Qt4 has been EOL since december 2015 2019-03-15 security/kqoauth: Qt4 has been EOL since december 2015 2019-03-15 security/tpmmanager: Qt4 has been EOL since december 2015 2019-03-15 sysutils/android-file-transfer-qt4: Qt4 has been EOL since december 2015 2019-03-15 sysutils/bacula9-bat: Qt4 has been EOL since december 2015 2019-03-15 sysutils/bareos-traymonitor: Qt4 has been EOL since december 2015 2019-03-15 sysutils/bareos16-bat: Qt4 has been EOL since december 2015 2019-03-15 sysutils/bareos16-traymonitor: Qt4 has been EOL since december 2015 2019-03-15 sysutils/policykit-qt: Qt4 has been EOL since december 2015 2019-03-15 sysutils/qpxtool: Qt4 has been EOL since december 2015 2019-03-15 sysutils/qsynergy: Qt4 has been EOL since december 2015 2019-03-15 sysutils/qzeitgeist: Qt4 has been EOL since december 2015 2019-03-15 sysutils/searchmonkey: Qt4 has been EOL since december 2015 2019-03-15 sysutils/unetbootin: Qt4 has been EOL since december 2015 2019-03-15 textproc/beediff: Qt4 has been EOL since december 2015 2019-03-15 textproc/dixit: Qt4 has been EOL since december 2015 2019-03-15 textproc/goldendict: Qt4 has been EOL since december 2015 2019-03-15 textproc/ibus-qt: Qt4 has been EOL since december 2015 2019-03-15 textproc/py-qt4-xml: Qt4 has been EOL since december 2015 2019-03-15 textproc/py-qt4-xmlpatterns: Qt4 has been EOL since december 2015 2019-03-15 textproc/qt4-clucene: Qt4 has been EOL since december 2015 2019-03-15 textproc/qt4-xml: Qt4 has been EOL since december 2015 2019-03-15 textproc/qt4-xmlpatterns: Qt4 has been EOL since december 2015 2019-03-15 textproc/qt4-xmlpatterns-tool: Qt4 has been EOL since december 2015 2019-03-15 textproc/scim-bridge-qt4: Qt4 has been EOL since december 2015 2019-03-15 textproc/uim-qt4: Qt4 has been EOL since december 2015 2019-03-15 textproc/xxdiff: Qt4 has been EOL since december 2015 2019-03-15 www/aria2fe: Qt4 has been EOL since december 2015 2019-03-15 www/cutycapt: Qt4 has been EOL since december 2015 2019-03-15 www/py-qt4-webkit: Qt4 has been EOL since december 2015 2019-03-15 www/qt4-webkit: Qt4 has been EOL since december 2015 2019-03-15 www/qupzilla-qt4: Qt4 has been EOL since december 2015 2019-03-15 x11/leechcraft: Qt4 has been EOL since december 2015 2019-03-15 x11/py-qt4-opengl: Qt4 has been EOL since december 2015 2019-03-15 x11/qimageblitz: Qt4 has been EOL since december 2015 2019-03-15 x11/qt4-graphicssystems-opengl: Qt4 has been EOL since december 2015 2019-03-15 x11/qt4-inputmethods: Qt4 has been EOL since december 2015 2019-03-15 x11/qxkb: Qt4 has been EOL since december 2015 2019-03-15 x11-fonts/fontmatrix: Qt4 has been EOL since december 2015 2019-03-15 x11-themes/qt4-style-float: Qt4 has been EOL since december 2015 2019-03-15 x11-themes/qt4-style-phase: Qt4 has been EOL since december 2015 2019-03-15 x11-themes/qt4-style-quantumstyle: Qt4 has been EOL since december 2015 2019-03-15 x11-themes/qtcurve-qt4: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/attica: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/py-qt4-gui: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/qt4-declarative: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/qt4-gui: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/qt4pas: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/qwt5: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/qwt5-designerplugin: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/soqt: Qt4 has been EOL since december 2015 2019-03-15 x11-wm/qlwm: Qt4 has been EOL since december 2015 Approved by: portmgr (implicit)
* multimedia/phonon, multimedia/phonon-gestreamer, ↵tcberner2019-03-171-1/+1
| | | | multimedia/phonon-designerplugin: remove flavorse (Qt4 deprecation)
* devel/qca: remove flavors (Qt4 deprecation)tcberner2019-03-171-2/+2
|
* archivers/quazip: remove flavors (Qt4 deprecation)tcberner2019-03-171-2/+2
|
* editors/texmaker: remove QT4/QT5 options (Qt4 deprecation)tcberner2019-03-161-24/+5
| | | | Approved by: portmgr (implicit)
* editors/texmacs: remove QT4 option (Qt4 deprecation)tcberner2019-03-161-18/+4
| | | | Approved by: portmgr (implicit)
* editors/mp: remove QT4 option (Qt4 deprecation)tcberner2019-03-161-12/+2
| | | | Approved by: portmgr (implicit)
* Fix build on gcc-based architectures:linimon2019-03-151-1/+2
| | | | | | The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: portmgr (tier-2 blanket)
* editors/emacs-devel: Update to latest commit, 8b30082jrm2019-03-143-6/+5
|
* editors/focuswriter: Update to 1.7.2kai2019-03-102-5/+4
| | | | | | | | | | | | | | | | | Changelog: * FIXED: Minimum sizes for page counts were too high. * FIXED: Window icon didn't work in Wayland. * Require Qt 5.9. * Improved loading locales. * Translation updates: Friulian, Korean. https://github.com/gottcode/focuswriter/blob/v1.7.2/ChangeLog PR: 236395 Submitted by: lightside <lightside@gmx.com> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19520
* Update KDE Applications to 18.12.3tcberner2019-03-081-3/+3
|
* editors/poedit: unbreak after r493853jbeich2019-03-071-1/+1
| | | | | | | | | checking if wxWidgets toolkit uses GTK+ 3... yes checking for GTKSPELL... no configure: error: missing GtkSpell library ===> Script "configure" failed unexpectedly. Approved by: portmgr blanket
* - New port: editors/cudatextacm2019-03-076-0/+1042
| | | | | | | | | | | | | | | | | | | | | | | | | | CudaText is a cross-platform text editor, written in Lazarus. It is fully open source. Features include: - Syntax highlight for many languages: C, C++, JavaScript, HTML, CSS, PHP, Python, XML etc. 200+ syntax lexers exist. - Code tree (tree structure of functions/classes/etc in source). - Code folding. - Multi-carets and multi-selections. - Find/Replace with reg. ex. - Plugins in Python language. Plugins can do lot of things. - Configs in JSON. Supports lexer-specific configs. - Tabbed UI. - Split each tab. - Split view for 2/3/4/6 files. - Simple auto-completion (fixed list) for some lexers. - Command palette (ST3 style). - Minimap. - Micromap. - Show unprinted whitespace. - Support for many encodings. - Customizable hotkeys. - Binary/Hex viewer for files of unlimited size. WWW: http://uvviewsoft.com/
* - Update to 3.7.4acm2019-03-073-10/+10
|
* - Bump PORTREVISION. lang/ldc was update to 1.14.0acm2019-03-071-1/+1
|
* - Bump PORTREVISION. editors/lazarus was updated to 2.0.0acm2019-03-071-1/+1
|
* - Update to 2.0.0acm2019-03-073-8/+7
| | | | ChangeLog at: http://wiki.lazarus.freepascal.org/Lazarus_2.0.0_release_notes
* Update MASTER_SITES.hrs2019-03-041-1/+1
|
* editors/kak-lsp: Update to 6.1.0tobik2019-03-023-130/+132
| | | | Changes: https://github.com/ul/kak-lsp/releases/tag/v6.1.0
* editors/kak-lsp: Suggest disabling completion.detailedLabel in cclstobik2019-03-012-3/+9
|
* Update vim to patchlevel 985adamw2019-03-013-15/+4
|
* editors/jucipp: Update 1.4.4 -> 1.4.6yuri2019-03-012-19/+20
| | | | | | | The project moved to GutLab. PR: 235974 Submitted by: Mohammad S. Babaei <info@babaei.net> (maintainer)
* lang/rust: update to 1.33.0jbeich2019-03-013-3/+3
| | | | | | | | | | | - www/firefox temporarily loses SIMD in charset conversion, see https://bugzilla.mozilla.org/show_bug.cgi?id=1521249 - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html Tested by: Mikaël Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj (powerpc64) Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D19354
* USES=cargo to update libc to 0.2.49 for Tier2jbeich2019-03-016-12/+12
| | | | | PR: 235063 Differential Revision: https://reviews.freebsd.org/D19309
* - Update to git snapshot 52cd63dashish2019-02-283-8/+12
|
* Exclude devel_nox due to build failure.hrs2019-02-271-1/+3
|
* Chase the shlib version bump of `mail/mailutils' in r493966.danfe2019-02-262-1/+2
|
* Add missing pkgconf build dependencybapt2019-02-261-1/+1
|
* Remove -Wno-expansion-to-defined to fix build with base GCC.linimon2019-02-251-1/+1
| | | | | | PR: 236022 Submitted by: Piotr Kubaj Approved by: maintainer
* wxGTK3.0: switch to gtk3 and webkit2bapt2019-02-254-3/+4
| | | | Discussed with: portmgr
* Switch openoffice-devel to the upstream AOO42X branch from trunk andtruckman2019-02-203-17/+15
| | | | | | | | upgrade to svn revision 1853744. This is on the path to the upcoming release of version 4.2.0. Disable the PDFIMPORT option and mark it broken. This extension does not get built unless a compatible version of poppler is available.
* editors/py-editorconfig: Update version 0.12.1=>0.12.2bofh2019-02-192-7/+8
| | | | | | - Add LICENSE BSD2CLAUSE Approved by: shaun
* Add temporary workaround for poudriere build breakage.hrs2019-02-194-5/+45
| | | | PR: 228812
* - Add a port of wxHexEditor, an advanced graphical (wxWidgets) hex editordanfe2019-02-1312-1/+237
| | | | | | | | | | focused on editing of very large files and with x86 disassembly support - Ignore bundled copies of `devel/udis86' and `security/mhash' libraries, use the ones provided in the ports (also better for security reasons) - Disable OpenMP support for now because apparently it requires GCC while the port builds just fine with the system compiler (Clang) WWW: http://www.wxhexeditor.org/
* Bump revisions after poppler upgrade.tcberner2019-02-126-6/+6
| | | | | | | As reported libreoffice requires a bump in revision, to be on the save side, bump all the consumers of poppler. Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
* Update graphics/poppler* to 0.74.0tcberner2019-02-122-0/+10
| | | | | | | | | | Changelog can be found here: https://poppler.freedesktop.org/releases.html PR: 235609 Exp-run by: antoine Approved by: gnome (kde) Differential Revision: https://reviews.freebsd.org/D18805
* Update KDE Applications to 18.12.2tcberner2019-02-082-4/+3
| | | | | [1] https://www.kde.org/announcements/announce-applications-18.12.2.php [2] https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.2
* Remove unnecessary CXXFLAGS for powerpcspelwhsu2019-02-061-2/+0
| | | | | | | gcc already defineds the correct one. PR: 234776 Submitted by: jhibbits
* Add support for powerpc and powerpcspelwhsu2019-02-062-9/+54
| | | | | PR: 234776 Submitted by: jhibbits
* Mark devel_nox flavor BROKEN tooantoine2019-02-041-1/+1
| | | | | | | Loading /wrkdirs/usr/ports/editors/tamago/work-devel_nox/tamago-4.0.6.0.20041122.19.14/docomp.el (source)... *** Signal 11 Reported by: pkg-fallout
* editors/emacs-devel: Update to latest commit to fix Emacs bug #34297jrm2019-02-042-5/+5
|
* Ensure that USES=gnome is set whenever USE_GNOME is usedadamw2019-02-031-3/+3
| | | | | PR: 235427 Submitted by: Samy Mahmoudi
* editors/emacs-devel: Update to latest master-branch commitjrm2019-02-023-16/+15
| | | | | | | | While here, set the CGONF knob off by default, since DConf/GSettings replace GConf. This matches Emacs' default configuration. There is a significant upstream change. The portable dumper is now turned on by default. https://bit.ly/2UyMOCW
* Update vim to patchlevel 865adamw2019-02-013-5/+16
| | | | | | | After discussion on freebsd-ports@, switch the default UI toolkit from GTK2 to GTK3. There isn't a huge visual difference, so it's more predicated on the idea that people are more likely to have GTK3 already installed for other things.
* editors/emacs: Fix spellchecking with hunspell 1.7.0jrm2019-02-012-1/+25
| | | | | | | While here, silence warning about USE_GNOME without USES=gnome. PR: 235201 Reported by: abij@tuta.io
* editors/nvi-m17n: Only append to LIB_DEPENDS after bsd.port.pre.mktobik2019-02-011-1/+1
|
* editors/kak-lsp: Prefer bingo over go-langservertobik2019-01-302-2/+22
|
* editors/scite: update to 4.1.0swills2019-01-284-26/+32
| | | | | PR: 228909 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* security/botan2: Update to 2.9.0 (Fixes CVE-2018-20187)tcberner2019-01-271-1/+1
| | | | | | | PR: 234938 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) MFH: 2019Q1 Security: d8e7e854-17fa-11e9-bef6-6805ca2fa271
* editors/parinfer-rust: Fix Kakoune plugin for Lisp and Scheme filestobik2019-01-272-0/+12
| | | | Add patch to not immediately remove all key hooks after adding them
* New port: editors/parinfer-rusttobik2019-01-275-0/+148
| | | | | | | | | | | | | | | | | | | | | A full-featured, super fast implementation of Shaun Lebron's parinfer. Parinfer is a proof-of-concept editor mode for Lisp programming languages. It simplifies the way we write Lisp by auto-adjusting parens when indentation changes and vice versa. The hope is to make basic Lisp-editing easier for newcomers and experts alike, while still allowing existing plugins like Paredit to satisfy the need for more advanced operations. Parinfer-rust comes with plugins for Kakoune, Vim8, and Neovim. The Rust library can be called from other editors that can load dynamic libraries. This plugin implements "smart" mode. Rather than switching between "paren" mode and "indent" mode, parinfer uses information about how the user is changing the file to decide what to do. WWW: https://github.com/eraserhd/parinfer-rust
* editors/neovim-qt: update to 0.2.12swills2019-01-252-5/+4
| | | | | PR: 235124 Submitted by: chuck@tuffli.net (maintainer)
* editors/featherpad update to v9.2jsm2019-01-253-4/+6
| | | | | Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D18503
* Clenup xfce ports:madpilot2019-01-223-55/+64
| | | | | | | | | | | | | | | | - Add missing dependencies - Remove unneeded patches - Regenerate and rename legacy patches - Add NLS option to ports providing such a knob, and missing the option - Add INSTALL_TARGET=install-strip where missing - Sort things - Remove unneeded += - Cosmetic changes to OPTION related variables to improve readability - Update WWW - Silence portlint warnings about variables order - Bump PORTREVISION where changing dependencies and/or adding install-strip
* editors/kakoune: Update to 2019.01.20tobik2019-01-213-5/+5
| | | | Changes: https://github.com/mawww/kakoune/releases/tag/v2019.01.20
* Update to 0.69ehaupt2019-01-204-22/+18
|
* textproc/hunspell: update to 1.7.0jbeich2019-01-1911-22/+22
| | | | | | - Drop const optimization as v2 API moved to nuspell Changes: https://github.com/hunspell/hunspell/releases/tag/v1.7.0
* - Add LICENSE_FILEamdmi32019-01-182-1/+2
| | | | | | - Update WWW Approved by: portmgr blanket
* editors/texstudio: take maintanership.rigoletto2019-01-181-1/+1
| | | | Approved by: tcberner (mentor)
* lang/rust: update to 1.32.0jbeich2019-01-182-1/+2
| | | | | | | | | - devel/racer no longer needs to dowgrade rustc-ap-syntax - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18858
* editors/texstudio: Reset maintainer after > 3 timeouts in a rowtobik2019-01-171-1/+1
| | | | r413266, r419186, r472195, r490312
* Fix Qt5 symbol version scripts to put the catch-all clause first. Whentijl2019-01-1616-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg)
* editors/slime: Update to version 2.23jrm2019-01-165-160/+201
| | | | | | | | | | | | | Other port changes: - use the upstream build target - pacify portlint - conform to the Porter's Handbook "Order of Variables" recommendations Upstream changes: https://github.com/slime/slime/blob/master/NEWS PR: 234977 Approved by: joe@thrallingpenguin.com (maintainer) Differential Revision: https://reviews.freebsd.org/D18845
* - Add LLD_UNSAFEacm2019-01-151-0/+1
| | | | Reported by: pkg-fallout
* editors/texstudio: update to version 2.12.14rigoletto2019-01-153-4/+5
| | | | | PR: 234319 Approved by: tcberner (mentor), maintainer (time-out, 21 days)
* editors/kak-lsp: Update to 6.0.1tobik2019-01-142-34/+10
| | | | Changes: https://github.com/ul/kak-lsp/releases/tag/v6.0.1
* Update to 0.3.4, and add TEST_DEPENDSadamw2019-01-132-4/+8
| | | | | | This is a maintenance release. Changes: https://github.com/neovim/neovim/commit/ab2bbbf6c45fdf278271d19f014c9d0850d249c6
* editors/emacs-devel: update to latest master-branch commitjrm2019-01-113-15/+7
| | | | | | | | | port changes: - do not explicitly set MAKEINFO, since this was done to avoid base makeinfo in FreeBSD 10.x - match upstream's default behaviour by not installing the shared game directory and the auxiliary program update-game-score - do not specify unnecessary or default configuration options
* Update KDE Applications to 18.12.1tcberner2019-01-111-3/+3
| | | | | | | | | | | | | | | | | | | | Release Announcement: https://www.kde.org/announcements/announce-applications-18.12.1.php Today KDE released the first stability update for KDE Applications 18.12. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone. About 20 recorded bugfixes include improvements to Kontact, Cantor, Dolphin, JuK, Kdenlive, Konsole, Okular, among others. Improvements include: * Akregator now works with WebEngine from Qt 5.11 or newer * Sorting columns in the JuK music player has been fixed * Konsole renders box-drawing characters correctly again You can find the full list of changes here: https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.1
* Do not set SHEBANG_FILES twicetobik2019-01-081-1/+0
|
* Add explicit build dependency on python2.7antoine2019-01-081-1/+1
| | | | PR: 234633
* Update neovim to 0.3.3adamw2019-01-062-4/+4
| | | | Changes: https://github.com/neovim/neovim/releases/tag/v0.3.3
* editors/kile can no longer conflict with editors/kile-kde4 because theadridg2019-01-041-2/+0
| | | | latter doesn't exist.
* Update vim to patchlevel 676adamw2019-01-022-4/+4
|
* editors/yzis: remove KYZIS option after r488807tcberner2019-01-012-27/+6
| | | | MFH: 2019Q1
* editors/vile: update to 9.8tswills2019-01-014-7/+16
| | | | | PR: 234527 Submitted by: Thomas E. Dickey <dickey@invisible-island.net> (maintainer)
* editors/xvile: Update to 9.8tswills2019-01-014-8/+17
| | | | | | | While here, give maintainership to submitter PR: 234528 Submitted by: Thomas E. Dickey <dickey@invisible-island.net>
* Remove KDE4, part 5rene2019-01-0122-2926/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-31 korean/kde4-l10n: KDE4 is EOL upstream 2018-12-31 net/kget-kde4: KDE4 is EOL upstream 2018-12-31 net/kdenetwork-strigi-analyzers-kde4: KDE4 is EOL upstream 2018-12-31 net/zeroconf-ioslave-kde4: KDE4 is EOL upstream 2018-12-31 net/libkfbapi: Qt4 has been EOL since december 2015 2018-12-31 net/kdenetwork-kde4: KDE4 is EOL upstream 2018-12-31 net/kwooty: Qt4 has been EOL since december 2015 2018-12-31 net/kdenetwork-filesharing-kde4: KDE4 is EOL upstream 2018-12-31 net/libmediawiki-kde4: KDE4 is EOL upstream 2018-12-31 net/kio-upnp-ms: Qt4 has been EOL since december 2015 2018-12-31 net/libkvkontakte-kde4: KDE4 is EOL upstream 2018-12-31 net/krfb-kde4: KDE4 is EOL upstream 2018-12-31 net/smb4k-kde4: Qt4 has been EOL since december 2015 2018-12-31 net/krdc-kde4: KDE4 is EOL upstream 2018-12-31 french/kde4-l10n: KDE4 is EOL upstream 2018-12-31 ukrainian/kde4-l10n: KDE4 is EOL upstream 2018-12-31 textproc/kompare-kde4: KDE4 is EOL upstream 2018-12-31 textproc/libkomparediff2-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/silence: Qt4 has been EOL since december 2015 2018-12-31 deskutils/kdepim-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/plasma-applet-serverstatuswidget: KDE4 is EOL upstream 2018-12-31 deskutils/strigi: KDE4 is end-of-life 2018-12-31 deskutils/plasma-applet-qstardict: Qt4 has been EOL since december 2015 2018-12-31 deskutils/homerun: Qt4 has been EOL since december 2015 2018-12-31 deskutils/plasma-applet-daisy: KDE4 is EOL upstream 2018-12-31 deskutils/plasma-applet-teacooker: KDE4 is EOL upstream 2018-12-31 deskutils/kdepim-runtime-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/plasma-applet-panelspacer: KDE4 is EOL upstream 2018-12-31 deskutils/plasma-applet-cwp: Qt4 has been EOL since december 2015 2018-12-31 deskutils/plasma-applet-yawp: KDE4 is EOL upstream 2018-12-31 deskutils/kruler-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/superkaramba-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/kcharselect-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/kdepimlibs-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/ksshaskpass: Qt4 has been EOL since december 2015 2018-12-31 deskutils/plasma-applet-simpleweatherforecast: Qt4 has been EOL since december 2015 2018-12-31 deskutils/kdeconnect-kde-kde4: Qt4 has been EOL since december 2015 2018-12-31 deskutils/plasma-applet-fancytasks: Qt4 has been EOL since december 2015 2018-12-31 deskutils/kdeplasma-addons-kde4: KDE4 is EOL upstream 2018-12-31 japanese/kiten-kde4: KDE4 is EOL upstream 2018-12-31 japanese/kde4-l10n: KDE4 is EOL upstream 2018-12-31 graphics/libkdcraw-kde4: KDE4 is EOL upstream 2018-12-31 graphics/skanlite-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kamera-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kphotoalbum-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kdegraphics-strigi-analyzer-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kiconedit: Qt4 has been EOL since december 2015 2018-12-31 graphics/kdegraphics-thumbnailers-kde4: KDE4 is EOL upstream 2018-12-31 graphics/libkscreen: Qt4 has been EOL since december 2015 2018-12-31 graphics/kcoloredit: Qt4 has been EOL since december 2015 2018-12-31 graphics/libksane-kde4: KDE4 is EOL upstream 2018-12-31 graphics/ksnapshot-kde4: KDE4 is EOL upstream 2018-12-31 graphics/gwenview-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kpovmodeler: Qt4 has been EOL since december 2015 2018-12-31 graphics/ksaneplugin-kde4: KDE4 is EOL upstream 2018-12-31 graphics/digikam-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kdegraphics-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kdegraphics-svgpart-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kcolorchooser-kde4: KDE4 is EOL upstream 2018-12-31 graphics/okular-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kqtquickcharts-kde4: KDE4 is EOL upstream 2018-12-31 graphics/libkipi-kde4: Qt4 has been EOL since december 2015 2018-12-31 graphics/libkexiv2-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kolourpaint-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kdegraphics-mobipocket-kde4: KDE4 is EOL upstream 2018-12-31 russian/kde4-l10n: KDE4 is EOL upstream 2018-12-31 mail/kshowmail: Qt4 has been EOL since december 2015 2018-12-31 mail/kbiff: Qt4 has been EOL since december 2015 2018-12-31 www/kpartsplugin: Qt4 has been EOL since december 2015 2018-12-31 www/choqok-kde4: KDE4 is EOL upstream 2018-12-31 www/kdewebdev-kde4: KDE4 is EOL upstream 2018-12-31 www/kwebkitpart: Qt4 has been EOL since december 2015 2018-12-31 www/rekonq: Qt4 has been EOL since december 2015 2018-12-31 security/subversion-kwallet: KDE4 is end-of-life 2018-12-31 security/kwalletmanager-kde4: KDE4 is EOL upstream 2018-12-31 security/kgpg-kde4: KDE4 is EOL upstream 2018-12-31 devel/libkgapi-kde4: KDE4 is EOL upstream 2018-12-31 devel/kapptemplate-kde4: KDE4 is EOL upstream 2018-12-31 devel/py-krosspython-kde4: KDE4 is EOL upstream 2018-12-31 devel/kcachegrind-kde4: KDE4 is EOL upstream 2018-12-31 devel/smokegen-kde4: KDE4 is EOL upstream 2018-12-31 devel/cervisia-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevelop-php-kde4: KDE4 is EOL upstream 2018-12-31 devel/py-pykdeuic4-kde4: KDE4 is EOL upstream 2018-12-31 devel/okteta-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevelop-pg-qt-kde4: KDE4 is EOL upstream 2018-12-31 devel/ruby-korundum-kde4: KDE4 is EOL upstream 2018-12-31 devel/py-pykde4-kde4: KDE4 is EOL upstream 2018-12-31 devel/dolphin-plugins-kde4: KDE4 is EOL upstream 2018-12-31 devel/kde-dev-utils-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesvn-kde4: KDE4 is EOL upstream 2018-12-31 devel/smokekde-kde4: KDE4 is EOL upstream 2018-12-31 devel/p5-perlkde-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevelop-php-docs-kde4: KDE4 is EOL upstream 2018-12-31 devel/p5-perlqt-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevelop-kde4: KDE4 is EOL upstream 2018-12-31 devel/poxml-kde4: KDE4 is EOL upstream 2018-12-31 devel/kde-dev-scripts-kde4: KDE4 is EOL upstream 2018-12-31 devel/umbrello-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdebindings-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesdk-strigi-analyzers-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesdk-thumbnailers-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesdk-kioslaves-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevplatform-kde4: KDE4 is EOL upstream 2018-12-31 devel/smokeqt-kde4: KDE4 is EOL upstream 2018-12-31 devel/ruby-qtruby-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesdk-kde4: KDE4 is EOL upstream 2018-12-31 devel/lokalize-kde4: KDE4 is EOL upstream 2018-12-31 devel/libkolab: Qt4 has been EOL since december 2015 2018-12-31 devel/ruby-krossruby-kde4: KDE4 is EOL upstream 2018-12-31 arabic/kde4-l10n: KDE4 is EOL upstream 2018-12-31 databases/akonadi-kde4: KDE4 is EOL upstream 2018-12-31 ftp/plasma-applet-ftpmonitor: Qt4 has been EOL since december 2015 2018-12-31 print/print-manager-kde4: KDE4 is EOL upstream 2018-12-31 print/kover: Qt4 has been EOL since december 2015 2018-12-31 net-p2p/libktorrent-kde4: KDE4 is EOL upstream 2018-12-31 net-p2p/ktorrent-kde4: KDE4 is EOL upstream 2018-12-31 editors/kile-kde4: KDE4 is EOL upstream 2018-12-31 editors/klat4: Qt4 has been EOL since december 2015 2018-12-31 editors/kate-plugin-pate-kde4: KDE4 is EOL upstream 2018-12-31 editors/kate-kde4: KDE4 is EOL upstream 2018-12-31 misc/kdeedu-kde4: KDE4 is EOL upstream 2018-12-31 misc/krecipes-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde-thumbnailer-epub-kde4: Qt4 has been EOL since december 2015 2018-12-31 misc/kde-thumbnailer-fb2-kde4: Qt4 has been EOL since december 2015 2018-12-31 misc/libkdeedu-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ia: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-nl: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-cs: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-fa: KDE4 is EOL upstream 2018-12-31 misc/kwordquiz-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-km: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-lt: KDE4 is EOL upstream 2018-12-31 misc/kdeutils-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-es: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-wa: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-en_GB: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-gl: KDE4 is EOL upstream 2018-12-31 misc/kde-thumbnailer-chm-kde4: Qt4 has been EOL since december 2015 2018-12-31 misc/kde4-l10n-ug: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ga: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-nb: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-hr: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-bs: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-et: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-pa: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-nds: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-bg: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-tr: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-sk: KDE4 is EOL upstream 2018-12-31 misc/kgeography-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-is: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-da: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ca: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-it: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ro: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ca_valencia: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-kk: KDE4 is EOL upstream 2018-12-31 misc/parley-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-sl: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-hi: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-sr: KDE4 is EOL upstream 2018-12-31 misc/klettres-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-sv: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-fi: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-lv: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-eu: KDE4 is EOL upstream 2018-12-31 misc/ktouch-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-id: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-mr: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-nn: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-el: KDE4 is EOL upstream 2018-12-31 science/step-kde4: KDE4 is EOL upstream 2018-12-31 science/kalzium-kde4: KDE4 is EOL upstream 2018-12-31 games/palapeli-kde4: KDE4 is EOL upstream 2018-12-31 games/kiriki-kde4: KDE4 is EOL upstream 2018-12-31 games/kanagram-kde4: KDE4 is EOL upstream 2018-12-31 games/khangman-kde4: KDE4 is EOL upstream 2018-12-31 games/kdiamond-kde4: KDE4 is EOL upstream 2018-12-31 games/kigo-kde4: KDE4 is EOL upstream 2018-12-31 games/kshisen-kde4: KDE4 is EOL upstream 2018-12-31 games/klickety-kde4: KDE4 is EOL upstream 2018-12-31 games/kdegames-kde4: KDE4 is EOL upstream 2018-12-31 games/kmines-kde4: KDE4 is EOL upstream 2018-12-31 games/ksquares-kde4: KDE4 is EOL upstream 2018-12-31 games/konquest-kde4: KDE4 is EOL upstream 2018-12-31 games/killbots-kde4: KDE4 is EOL upstream 2018-12-31 games/kblocks-kde4: KDE4 is EOL upstream 2018-12-31 games/knavalbattle-kde4: KDE4 is EOL upstream 2018-12-31 games/blinken-kde4: KDE4 is EOL upstream 2018-12-31 games/picmi-kde4: KDE4 is EOL upstream 2018-12-31 games/kjumpingcube-kde4: KDE4 is EOL upstream 2018-12-31 games/ksudoku-kde4: KDE4 is EOL upstream 2018-12-31 games/klines-kde4: KDE4 is EOL upstream 2018-12-31 games/bomber-kde4: KDE4 is EOL upstream 2018-12-31 games/kajongg-kde4: KDE4 is EOL upstream 2018-12-31 games/kbounce-kde4: KDE4 is EOL upstream 2018-12-31 games/kreversi-kde4: KDE4 is EOL upstream 2018-12-31 games/kmahjongg-kde4: KDE4 is EOL upstream 2018-12-31 games/kfourinline-kde4: KDE4 is EOL upstream 2018-12-31 games/kbreakout-kde4: KDE4 is EOL upstream 2018-12-31 games/bovo-kde4: KDE4 is EOL upstream 2018-12-31 games/kubrick-kde4: KDE4 is EOL upstream 2018-12-31 games/ksirk-kde4: KDE4 is EOL upstream 2018-12-31 games/granatier-kde4: KDE4 is EOL upstream 2018-12-31 games/libkdegames-kde4: KDE4 is EOL upstream 2018-12-31 games/pairs-kde4: KDE4 is EOL upstream 2018-12-31 games/kspaceduel-kde4: KDE4 is EOL upstream 2018-12-31 games/libkmahjongg-kde4: KDE4 is EOL upstream 2018-12-31 games/lskat-kde4: KDE4 is EOL upstream 2018-12-31 games/knetwalk-kde4: KDE4 is EOL upstream 2018-12-31 games/katomic-kde4: KDE4 is EOL upstream 2018-12-31 games/kollision-kde4: KDE4 is EOL upstream 2018-12-31 games/kgoldrunner-kde4: KDE4 is EOL upstream 2018-12-31 games/kapman-kde4: KDE4 is EOL upstream 2018-12-31 games/kpat-kde4: KDE4 is EOL upstream 2018-12-31 games/kolf-kde4: KDE4 is EOL upstream 2018-12-31 games/kblackbox-kde4: KDE4 is EOL upstream 2018-12-31 games/ksnakeduel-kde4: KDE4 is EOL upstream 2018-12-31 games/ktuberling-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/kdetoys-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/plasma-applet-adjustableclock: KDE4 is EOL upstream 2018-12-31 x11-clocks/amor-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/plasma-applet-geekclock: KDE4 is EOL upstream 2018-12-31 x11-clocks/kteatime-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/ktux-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/ktimer-kde4: KDE4 is EOL upstream 2018-12-31 hebrew/kde4-l10n: KDE4 is EOL upstream 2018-12-31 net-im/ktp-approver-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-filetransfer-handler-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-send-file-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-contact-list-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-desktop-applets-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-contact-runner-kde4: KDE4 is EOL upstream 2018-12-31 net-im/kopete-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-accounts-kcm-kde4: KDE4 is EOL upstream 2018-12-31 net-im/kmess-kde4: Qt4 has been EOL since december 2015 2018-12-31 net-im/plasma-applet-ktp-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-kded-integration-module-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-text-ui-kde4: KDE4 is EOL upstream 2018-12-31 net-im/telepathy-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-auth-handler-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-common-internals-kde4: KDE4 is EOL upstream 2018-12-31 audio/libkcompactdisc-kde4: KDE4 is EOL upstream 2018-12-31 audio/kmix-kde4: KDE4 is EOL upstream 2018-12-31 audio/audex: Qt4 has been EOL since december 2015 2018-12-31 audio/kio-audiocd-kde4: KDE4 is EOL upstream 2018-12-31 audio/kid3-kde4: Qt4 and KDE4 EOL upstream. Use audio/kid3-qt5 or audio/kid3-kf5 instead 2018-12-31 audio/libkcddb-kde4: KDE4 is EOL upstream 2018-12-31 audio/kstreamripper: Qt4 has been EOL since december 2015 2018-12-31 audio/juk-kde4: KDE4 is EOL upstream 2018-12-31 audio/kscd-kde4: KDE4 is EOL upstream 2018-12-31 audio/simon: Qt4 has been EOL since december 2015 2018-12-31 math/analitza-kde4: KDE4 is EOL upstream 2018-12-31 math/kmplot-kde4: KDE4 is EOL upstream 2018-12-31 math/kcalc-kde4: KDE4 is EOL upstream 2018-12-31 math/kig-kde4: KDE4 is EOL upstream 2018-12-31 math/kbruch-kde4: KDE4 is EOL upstream 2018-12-31 math/cantor-kde4: KDE4 is EOL upstream 2018-12-31 math/abakus: Qt4 has been EOL since december 2015 2018-12-31 math/kalgebra-kde4: KDE4 is EOL upstream 2018-12-31 math/rocs-kde4: KDE4 is EOL upstream 2018-12-31 x11/plasma-scriptengine-python-kde4: KDE4 is EOL upstream 2018-12-31 x11/kactivitymanagerd: Qt4 has been EOL since december 2015 2018-12-31 x11/yakuake-kde4: KDE4 is EOL upstream 2018-12-31 x11/kdelibs-kde4: KDE4 is EOL upstream 2018-12-31 x11/libkonq-kde4: KDE4 is EOL upstream 2018-12-31 x11/kde4: KDE4 is end-of-life 2018-12-31 x11/kgamma-kde4: KDE4 is EOL upstream 2018-12-31 x11/plasma-scriptengine-ruby-kde4: KDE4 is EOL upstream 2018-12-31 x11/kde-baseapps-kde4: KDE4 is EOL upstream 2018-12-31 x11/kactivities: Qt4 has been EOL since december 2015 2018-12-31 x11/konsole-kde4: KDE4 is EOL upstream 2018-12-31 x11/kde-workspace-kde4: KDE4 is EOL upstream 2018-12-31 x11/kde-runtime-kde4: KDE4 is EOL upstream 2018-12-31 polish/kde4-l10n: KDE4 is EOL upstream 2018-12-31 chinese/kde4-l10n-zh_CN: KDE4 is EOL upstream 2018-12-31 chinese/kde4-l10n-zh_TW: KDE4 is EOL upstream 2018-12-31 x11-fm/krusader2-kde4: KDE4 is EOL upstream 2018-12-31 archivers/ark-kde4: KDE4 is EOL upstream 2018-12-31 german/kde4-l10n: KDE4 is EOL upstream 2018-12-31 portuguese/kde4-l10n-pt_BR: KDE4 is EOL upstream 2018-12-31 portuguese/kde4-l10n: KDE4 is EOL upstream 2018-12-31 multimedia/dragon-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/k9copy-kde4: Qt4 has been EOL since december 2015 2018-12-31 multimedia/kdemultimedia-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/kdemultimedia-ffmpegthumbs-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/kdenlive-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/kdemultimedia-mplayerthumbs-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/subtitlecomposer-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/kplayer-kde4: KDE4 is EOL upstream 2018-12-31 astro/marble-kde4: KDE4 is EOL upstream 2018-12-31 astro/libkgeomap-kde4: KDE4 is EOL upstream 2018-12-31 astro/kstars-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/kde4-style-oxygen-transparent: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde4-windeco-crystal: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/gtk-qt4-engine: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde-gtk-config: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde4-style-skulpture: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde-wallpapers-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/kde4-style-bespin: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde4-windeco-dekorator: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde-base-artwork-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/kde4-style-polyester: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kdeartwork-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/plasma5-breeze-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/kde4-style-nitrogen: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/qtcurve-kde4: KDE4 is EOL 2018-12-31 lang/kturtle-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kaccessible-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kmouth-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kmag-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/jovie-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kdeaccessibility-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kmousetool-kde4: KDE4 is EOL upstream 2018-12-31 finance/kmymoney-kde4: KDE4 is EOL upstream. Use finance/kmymoney instead 2018-12-31 comms/kremotecontrol-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kdf-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kdeadmin-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/sweeper-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kcron-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/nepomuk-core-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kfilemetadata-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/ksystemlog-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/knutclient-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/baloo-widgets-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/filelight-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/baloo-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/polkit-kde: Qt4 has been EOL since december 2015 2018-12-31 sysutils/kuser-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/nepomuk-widgets-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/k3b-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/ksysguardd-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kfloppy-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kcm-polkit-kde: Qt4 has been EOL since december 2015 2018-12-31 hungarian/kde4-l10n: KDE4 is EOL upstream
* editor/libreoffice: remove optional dependency on expired KDE4rene2018-12-311-14/+1
|
* Update neovim to 0.3.2adamw2018-12-313-7/+25
| | | | | | | This update includes some BSD-specific fixes, including fixes for the random q's that would appear when editing on the vt console. Changes: https://github.com/neovim/neovim/commit/4dd3fc4ca9959928ac823aeabc09a3a609b3c26a
* More GCC-related fixes in kde@ portstcberner2018-12-311-1/+1
| | | | | PR: 234461 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* editors/with-editor: Update to 2.8.1swills2018-12-272-5/+4
| | | | | PR: 234432 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
* editors/focuswriter: Update to 1.7.1swills2018-12-272-6/+5
| | | | | PR: 234001 Submitted by: lightside <lightside@gmx.com> (maintainer)
* This port requires a C++11-aware compiler. Set USES=compiler:c++11-langlinimon2018-12-261-2/+2
| | | | | | | | to fix build on GCC-based architectures. PR: 234168 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Update math/eigen3 to 3.3.7tcberner2018-12-261-1/+1
| | | | | - http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6 - http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7
* Change cmake default behaviour to outsource.tcberner2018-12-2612-12/+12
| | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
* editors/codelite: Update the port to the latest version (12.0)mmokhi2018-12-263-5/+7
| | | | | | | | | | | | This update includes: New plugin: SmartCompletions Improvement: Support C++11 strong enums Bug fix: Ctrl-SPACE keybinding Bug fix: recognition of "main()" in global scope More info: https://wiki.codelite.org/pmwiki.php/Main/ReleaseNotesCodeLite12 Sponsored by: The FreeBSD Foundation
* editors/emacs-devel: Update to latest master-branch commitjrm2018-12-253-6/+7
| | | | Upstream commit log: https://github.com/emacs-mirror/emacs/commits/master
* Add compiler:c++14-lang to USES to fix build on GCC-based architectureslinimon2018-12-251-3/+1
| | | | | | | such as powerpc64. Reported by: jhibbits Approved by: portmgr (tier-2 blanket)
* This port needs USES=compiler:c++11-lang to fix build on GCC-basedlinimon2018-12-221-1/+2
| | | | | | | | architectures. PR: 234122 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* editors/abiword: remove optional dependency on expired textproc/otsrene2018-12-212-10/+1
|
* Remove expired ports:rene2018-12-2114-471/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-19 net/py-libstorj: Broken for more than 6 months 2018-12-20 net/xferstats: Uses obsolete glib12 2018-12-20 net/wmlj: Uses obsolete glib12 2018-12-20 net/ipsorc: Uses obsolete glib12 2018-12-20 net/bsdproxy: Uses obsolete glib12 2018-12-20 net/gini: Uses obsolete glib12 2018-12-21 net/netatalk: Outdated branch of netatalk; use net/netatalk3 instead 2018-12-20 net/nocatsplash: Uses obsolete glib12 2018-12-20 net/jags: Uses obsolete glib12 2018-12-19 net/scribe: Broken for more than 6 months 2018-12-20 net/libnetdude: Uses obsolete glib12 2018-12-20 net/nepim: Uses obsolete glib12 2018-12-20 emulators/generator: Uses obsolete glib12 2018-12-19 emulators/py-nova: Broken for more than 6 months 2018-12-20 emulators/generator-cbiere: Uses obsolete glib12 2018-12-20 x11-toolkits/p5-Gtk-Perl: Uses obsolete glib12 2018-12-20 deskutils/ithought: Uses obsolete glib12 2018-12-20 deskutils/gaddr: Uses obsolete glib12 2018-12-20 x11-fonts/gfe: Uses obsolete glib12 2018-12-20 graphics/graphopt: Uses obsolete glib12 2018-12-19 graphics/fotoxx: Broken for more than 6 months 2018-12-20 graphics/gcolor: Uses obsolete glib12 2018-12-20 graphics/danpei: Uses obsolete glib12 2018-12-20 graphics/chbg: Uses obsolete glib12 2018-12-20 mail/pop3lite: Uses obsolete glib12 2018-12-20 mail/gbuffy: Uses obsolete glib12 2018-12-20 security/gtk-knocker: Uses obsolete glib12 2018-12-20 security/gpasman: Uses obsolete glib12 2018-12-20 security/crank: Uses obsolete glib12 2018-12-20 security/stegdetect: Uses obsolete glib12 2018-12-20 devel/liboop: Uses obsolete glib12 2018-12-20 devel/gcvs: Uses obsolete glib12 2018-12-20 print/lpr-wrapper: Uses obsolete glib12 2018-12-20 print/libppd: Uses obsolete glib12 2018-12-20 net-p2p/napshare: Uses obsolete glib12 2018-12-20 net-p2p/gnewtellium: Uses obsolete glib12 2018-12-20 editors/gnotepad+: Uses obsolete glib12 2018-12-20 editors/manedit: Uses obsolete glib12 2018-12-20 misc/gtkfind: Uses obsolete glib12 2018-12-20 games/mindguard: Uses obsolete glib12 2018-12-20 games/xbattle: Uses obsolete glib12 2018-12-20 games/xbill: Uses obsolete glib12 2018-12-20 games/corewars: Uses obsolete glib12 2018-12-20 games/dopewars: Uses obsolete glib12 2018-12-20 games/garith: Uses obsolete glib12 2018-12-20 games/wmquake: Uses obsolete glib12 2018-12-20 games/znibbles: Uses obsolete glib12 2018-12-20 games/xpuyopuyo: Uses obsolete glib12 2018-12-19 games/kajongg: Broken for more than 6 months 2018-12-20 games/netspades: Uses obsolete glib12 2018-12-20 games/gtklife: Uses obsolete glib12 2018-12-20 biology/xmolwt: Uses obsolete glib12 2018-12-20 x11-clocks/wmclockmon: Uses obsolete glib12 2018-12-20 x11-clocks/asclock-gtk: Uses obsolete glib12 2018-12-20 net-im/gale: Uses obsolete glib12 2018-12-20 audio/xmms-ahx: Uses obsolete glib12 2018-12-20 audio/xmms-curses: Uses obsolete glib12 2018-12-20 audio/scrobbler: Uses obsolete glib12 2018-12-20 audio/xmms-nsf: Uses obsolete glib12 2018-12-20 audio/xmms-nas: Uses obsolete glib12 2018-12-20 audio/xmms-gbsplay: Uses obsolete glib12 2018-12-20 audio/xmms-wavpack: Uses obsolete glib12 2018-12-20 audio/xmms-shn: Uses obsolete glib12 2018-12-20 audio/xmms-volnorm: Uses obsolete glib12 2018-12-20 audio/xmms-faad: Uses obsolete glib12 2018-12-20 audio/xmms-scrobbler: Uses obsolete glib12 2018-12-20 audio/mcplay: Uses obsolete glib12 2018-12-20 audio/gmixer: Uses obsolete glib12 2018-12-20 audio/soundtracker: Uses obsolete glib12 2018-12-20 audio/xmms-sapplug: Uses obsolete glib12 2018-12-20 audio/rio500: Uses obsolete glib12 2018-12-20 audio/xmmsctrl: Uses obsolete glib12 2018-12-20 audio/xmms-xf86audio: Uses obsolete glib12 2018-12-20 audio/xmms-mailnotify: Uses obsolete glib12 2018-12-20 audio/xmms-sexypsf: Uses obsolete glib12 2018-12-20 audio/gqmpeg: Uses obsolete glib12 2018-12-20 audio/wmalbum: Uses obsolete glib12 2018-12-20 audio/xmms-xymms: Uses obsolete glib12 2018-12-20 audio/xmms-flac: Uses obsolete glib12 2018-12-20 audio/xmms-festalon: Uses obsolete glib12 2018-12-20 audio/gkrellmms2: Uses obsolete glib12 2018-12-20 audio/xmms-ladspa: Uses obsolete glib12 2018-12-19 math/octave-forge-engine: Broken for more than 6 months 2018-12-20 math/surf: Uses obsolete glib12 2018-12-19 math/msieve: Broken for more than 6 months 2018-12-19 math/octave-forge-fl-core: Broken for more than 6 months 2018-12-19 math/octave-forge-pdb: Broken for more than 6 months 2018-12-19 math/octave-forge-audio: Broken for more than 6 months 2018-12-20 math/geg: Uses obsolete glib12 2018-12-20 math/grpn: Uses obsolete glib12 2018-12-20 x11/gdkxft: Uses obsolete glib12 2018-12-20 x11/gtk-theme-switch: Uses obsolete glib12 2018-12-19 x11/xpyb: Broken for more than 6 months 2018-12-20 x11/gtk-launch: Uses obsolete glib12 2018-12-19 x11/xpra: Broken for more than 6 months 2018-12-20 palm/pilrc: Uses obsolete glib12 2018-12-20 x11-fm/mtoolsfm: Uses obsolete glib12 2018-12-20 german/steak: Uses obsolete glib12 2018-12-20 multimedia/xmms-skins-huge: Uses obsolete glib12 2018-12-20 multimedia/openquicktime: Uses obsolete glib12 2018-12-20 multimedia/xmms-skins: Uses obsolete glib12 2018-12-20 multimedia/oqtplayer: Uses obsolete glib12 2018-12-20 multimedia/oqtencoder: Uses obsolete glib12 2018-12-20 multimedia/p5-Video-OpenQuicktime: Uses obsolete glib12 2018-12-20 multimedia/xtheater: Uses obsolete glib12 2018-12-20 multimedia/dv2jpg: Uses obsolete glib12 2018-12-20 comms/hf: Uses obsolete glib12 2018-12-20 comms/gscmxx: Uses obsolete glib12 2018-12-20 sysutils/wmcube-gdk: Uses obsolete glib12 2018-12-20 sysutils/gcombust: Uses obsolete glib12 2018-12-20 sysutils/xlogmaster: Uses obsolete glib12 2018-12-20 sysutils/mount.app: Uses obsolete glib12 2018-12-20 sysutils/bbapm: Uses obsolete glib12
* editors/nano: Fix build (configure) on ARMkoobs2018-12-181-0/+5
| | | | | | | | | | | | | | | | | | | | | The arm package builder when building this port, fails with the following error during configure: checking whether printf survives out-of-memory conditions... =>> Killing runaway build after 21600 seconds with no output The root cause is described in bug 224740, which has not been resolved yet: low RLIMIT_VMEM hangs qemu due to GSlice allocation failure In the meantime, this change applies a known workaround which has already been applied in several ports, which disables the specific (hanging) configure check, if the build is run with qemu emulation. PR: 231346, 224740 Reported by: many Approved by: portmgr (blanket: build fix, jfi) MFH: 2018Q4
* editors/kak-lsp: Update to 6.0.0tobik2018-12-184-128/+171
| | | | Changes: https://github.com/ul/kak-lsp/releases/tag/v6.0.0
* Update poppler to 0.72tcberner2018-12-1613-217/+427
| | | | | | | | | | | | | | | | | | | This update brings many changes - the build system has switched to cmake - some ports needed to be switched to use their bundled version of poppler: - print/tex-luatex (r487226) - print/tex-xetex (r487226) - editors/opeonffice-devel - Qt4 support has been dropped - print/frescobaldi has been removed for this reason. - most of the added patches can be removed with the next upgrade of the concerning port. PR: 233452 Exp-run by: antoine Approved by: gnome (kwm) Differential Revision: https://reviews.freebsd.org/D17456
* Update Qt5 to 5.12.0tcberner2018-12-161-1/+1
| | | | | | | | | http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/ - This breaks support for libressl again. Patches are welcome. PR: 233705 Exp-run by: antoine
* - Update to 47.0.1danilo2018-12-152-21/+7
| | | | - Remove QT4 support due deprecation
* - Remove groff dependency. The tarball already has the HTML filesdanilo2018-12-151-11/+8
| | | | | | | | | | | - Remove unecessary REINPLACE_CMD - Use post-install-{EXAMPLES,DOCS}-on to install the extra files while here: - Disable groff execution by the configure script PR: 234000 Submitted by: Daniel Eisele <daniel_eisele AT gmx.de>
* Update KDE Applications to 18.12.0tcberner2018-12-142-4/+3
| | | | https://www.kde.org/announcements/announce-applications-18.12.0.php
* Update to 3.1.38gblach2018-12-132-4/+4
|
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-1232-21/+32
| | | | | | | | | | | | | | | 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
* devel/boost-*: update to 1.69.0jbeich2018-12-1210-10/+10
| | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645
* Remove expired ports:rene2018-12-116-348/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-10 net/g2ipmsg: GNOME 2 application 2018-12-10 net/grdesktop: GNOME 2 application 2018-12-10 textproc/gnome-spell: GNOME 2 application 2018-12-10 textproc/sagasu: GNOME 2 application 2018-12-10 deskutils/planner: GNOME 2 application 2018-12-10 deskutils/multisync: GNOME 2 application 2018-12-10 deskutils/drivel: GNOME 2 application 2018-12-10 deskutils/notecase: GNOME 2 application 2018-12-10 deskutils/gtodo: GNOME 2 application 2018-12-10 deskutils/gtweakui: GNOME 2 application 2018-12-10 deskutils/gnotime: GNOME 2 application 2018-12-10 deskutils/gruler: GNOME 2 application 2018-12-10 japanese/gjiten: GNOME 2 application 2018-12-10 graphics/truevision: GNOME 2 application 2018-12-10 graphics/gx: GNOME 2 application 2018-12-10 graphics/amide: GNOME 2 application 2018-12-10 graphics/cbrpager: GNOME 2 application 2018-12-10 www/gurlchecker: GNOME 2 application 2018-12-10 security/gpass: GNOME 2 application 2018-12-10 security/libgnomesu: GNOME 2 application 2018-12-10 security/gnome-gpg: GNOME 2 application 2018-12-10 devel/gnome-vfs-monikers: GNOME 2 application 2018-12-10 ftp/gwget: GNOME 2 application 2018-12-10 print/gribouy: GNOME 2 application 2018-12-10 print/gnomephotoprinter: GNOME 2 application 2018-12-10 print/ggv: GNOME 2 application 2018-12-10 print/gnome-cups-manager: GNOME 2 application 2018-12-10 editors/conglomerate: GNOME 2 application 2018-12-10 misc/gregexp: GNOME 2 application 2018-12-10 science/linsmith: GNOME 2 application 2018-12-10 games/grhino: GNOME 2 application 2018-12-10 games/gnono: GNOME 2 application 2018-12-10 games/gnomekiss: GNOME 2 application 2018-12-10 games/gtktetcolor: GNOME 2 application 2018-12-10 games/gturing: GNOME 2 application 2018-12-10 games/gtetrinet: GNOME 2 application 2018-12-10 games/gdado: GNOME 2 application 2018-12-10 games/monkeybubble: GNOME 2 application 2018-12-10 games/teg: GNOME 2 application 2018-12-10 games/gnomeattacks: GNOME 2 application 2018-12-10 games/gnomebreakout: GNOME 2 application 2018-12-10 x11-clocks/gtubeclock: GNOME 2 application 2018-12-10 x11-clocks/sanduhr: GNOME 2 application 2018-12-10 audio/grip: GNOME 2 application 2018-12-10 audio/jack-rack: GNOME 2 application 2018-12-10 math/gdcalc: GNOME 2 application 2018-12-10 x11/brightside: GNOME 2 application 2018-12-10 x11-fm/gnome-commander2: GNOME 2 application 2018-12-10 multimedia/quark: GNOME 2 application 2018-12-10 astro/celestia-gnome: GNOME 2 application 2018-12-10 comms/gmfsk: GNOME 2 application 2018-12-10 comms/ge-x2212: GNOME 2 application 2018-12-10 comms/efax-gtk: GNOME 2 application 2018-12-10 sysutils/gnome-pkgview: GNOME 2 application 2018-12-10 sysutils/fusefs-gnome-vfs: GNOME 2 application 2018-12-10 sysutils/gai-leds: GNOME 2 application 2018-12-10 sysutils/gnome-device-manager: GNOME 2 application 2018-12-10 sysutils/battfink: GNOME 2 application 2018-12-10 sysutils/cog: GNOME 2 application 2018-12-10 sysutils/gcdmaster: GNOME 2 application
* Spell CHOSEN_COMPILER_TYPE correctlyantoine2018-12-113-10/+7
| | | | | PR: 199098 With hat: portmgr
* editors/emacs-devel: Update to latest master-branch commitjrm2018-12-113-7/+8
|
* editors/ghostwriter: Update to 1.7.4tobik2018-12-102-4/+4
| | | | Changes: https://github.com/wereturtle/ghostwriter/releases/tag/v1.7.4
* lang/rust: update to 1.31.0jbeich2018-12-072-1/+2
| | | | | | | | | - devel/racer no longer needs to dowgrade rustc-ap-syntax - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18427
* - Fix buildacm2018-12-061-0/+1
| | | | Reported by: pkg-fallout
* editors/neovim-qt: Update to 0.2.10swills2018-12-053-7/+5
| | | | | PR: 233756 Submitted by: chuck@tuffli.net (maintainer)
* Mark QT4 ports/functionality for removal on 2019-03-15rene2018-12-0212-3/+57
| | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741
* editors/emacs-devel: Update to latest master-branch commitjrm2018-12-022-6/+5
|
* Update vim to patchlevel 555adamw2018-12-022-4/+4
|
* editors/libreoffice: prepare for poppler 0.71tcberner2018-12-012-0/+215
| | | | | PR: 233452 Obtained from: Arch Linux
* - Fix LICENSEamdmi32018-11-302-3/+4
| | | | | | | | - Add LICENSE_FILE - Add missing USES=gnome - Update WWW Approved by: portmgr blanket
* editors/emacs-devel: Update to latest master-branch commitjrm2018-11-273-5/+9
|
* Silence warnings from the ports framework by adding gl and gnome to USES.truckman2018-11-251-4/+3
|
* Upgrade editors/openoffice-devel to upstream SVN revision r1847189.truckman2018-11-252-4/+12
| | | | | | | | | | | | This contains the fix for the crash in Freetype code, See https://bz.apache.org/ooo/show_bug.cgi?id=127929 [1] Ensure that unowinreg.dll is included in DISTFILES when running the makesum and distclean targets. This has been missing from distinfo since r468039 which was committed in April. PR: 233404 [1] MFH: 2018Q4
* Add compiler:c++11-lang to USES to fix build on gcc-based archs.linimon2018-11-241-3/+1
| | | | Approved by: portmgr (tier-2 blanket)
* Fix for crash in Freetype code. Check the return value of thetruckman2018-11-242-0/+27
| | | | | | | | | | | | FT_Get_Glyph() function. See https://bz.apache.org/ooo/show_bug.cgi?id=127929 [1] Ensure that unowinreg.dll is included in DISTFILES when running the makesum and distclean targets. PR: 233404 [1] Obtained from: upstream [1] MFH: 2018Q4
* update editors/pluma to 1.20.3ericbsd2018-11-233-100/+312
| | | | Approved by: mentor (implicit)
* pyqt: Change install directories for Python flavor supporttcberner2018-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | | * PyQt could not be installed for multiple Python versions at the same time, as there were conflicting files. This patch creates Python-version versioned directories for all these, and further installs binaries with a version number. * Note, there might be some hickups for software that depends on on of the .so's provided by PyQt5, which might not be found anymore autmotically, and maybe need some LD-flaggery. * Update PyQt5 to 5.10.1 * Mark www/py-qt5-webengine broken. It is unforuntately no longer compatible with the old qt5-webengine-5.9.4 we ship. PR: 232745 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D8714
* Get unoregwin.dll back into distinfo. It seems that something has changedtruckman2018-11-211-1/+3
| | | | | | | | in the ports framework such that "make makesum" drops optional distfiles from distinfo if the option to use that distfile is not enabled. Reported by: brian mckeon <brianjwb AT gmail.com> MFH: 2018Q4
* - Rename editors/coedit to editors/dexed. Project was renamedacm2018-11-209-25/+38
|
* - Mark BROKEN with latest version of lang/ldcacm2018-11-201-0/+3
|
* Fix plistantoine2018-11-201-46/+46
|
* fix editors/pluma build for python != 3.6ericbsd2018-11-191-46/+46
| | | | Approved by: mentor (implicit)
* editors/kak-lsp: Update to 5.10.0tobik2018-11-192-4/+4
| | | | | | Adds textDocument/rename support Changes: https://github.com/ul/kak-lsp/releases/tag/v5.10.0
* Upgrade editors/openoffice-4 to version 4.1.6:truckman2018-11-192-14/+10
| | | | | | | | | | | | | | | | * Fixed bugs which caused improper handling (crashes) when using Microsoft Drawing Binary File format * Fix a loop that visits all objects on a page so that all objects get visited * Updated logos Release notes: https://s.apache.org/AOO-416releasenotes Pet portlint (add missing USES= entries). MFH: 2018Q4
* editors/libreoffice: fix emoji font file namecmt2018-11-151-1/+1
| | | | | | | wrong patch version in last commit PR: 232689 Pointy Hat: cmt
* editors/libreoffice: switch emoji font dependencycmt2018-11-152-2/+13
| | | | | | | emojione-color-ttf is going to expire soon, let's use twemoji-color-font-ttf PR: 232689 Submitted by: rkoberman at gmail dot com
* - Update to 3.2danilo2018-11-122-5/+4
|
* editors/emacs-devel: Update to latest master-branch commitjrm2018-11-112-5/+5
|
* Update ImageMagick to 6.9.10.14 [1]kwm2018-11-113-4/+5
| | | | | | | | | | | | | | | | | | * Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
* Install texinfo files (GNU info) into ${PREFIX}/share/infobapt2018-11-119-7/+11
| | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816
* Update KDE Applications to 18.09.3tcberner2018-11-101-3/+3
|
* Update to 6.0.7.jkim2018-11-09103-684/+401
|
* editors/kak-lsp: Update to 5.9.1tobik2018-11-082-4/+4
| | | | Changes: https://github.com/ul/kak-lsp/releases/tag/v5.9.1
* Add editors/libreoffice-fy to its dependency.jkim2018-11-071-7/+7
|
* This port requires USES=c++11-lang to build on architectures thatlinimon2018-11-061-2/+11
| | | | | | | | | use GCC in base. Also requires switching from freebsd-clang++ to freebsd-g++ where GCC needs to be used. PR: 232012 Submitted by: Piotr Kubaj Approved by: maintainer
* New port editors/featherpadjsm2018-11-055-0/+49
| | | | | | | | | FeatherPad is a lightweight Qt5 plain-text editor. It is independent of any desktop environment. PR: 229314 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D17736
* update editors/pluma to 1.20.2ericbsd2018-11-053-51/+63
| | | | Approved by: mentors (implicit)
* Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarativetcberner2018-11-052-5/+6
| | | | | | | | | - There was no obvious reason to split these ports, and it makes porting simpler; the set of ports using either mostly coincided. Exp-run by: antoine PR: 223687 PR: 232751
* Fix build on powerpc64 by adding compiler:c++11-lang to USES.linimon2018-11-031-1/+1
| | | | Approved by: portmgr (tier-2 blanket)
* Remove compatibility code for FreeBSD < 11.2 from all ports.rene2018-11-021-2/+0
| | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724