aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* devel/icu: update to 65.1Jan Beich2019-10-032-2/+2
| | | | | | | | Changes: http://site.icu-project.org/download/65 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=513733
* editors/the: fix build against the clang900-import branch by handholding the ↵Rene Ladan2019-10-021-0/+11
| | | | | | | | | | | compiler. PR: 240766 Submitted by: jbeich MFH: 2019Q4 Notes: svn path=/head/; revision=513583
* editors/thoteditor: UnbreakNiclas Zeising2019-10-022-5/+4
| | | | | | | | | | | Unbreak editors/thoteditor by no longer link against libXp, since it is being deprecated and slated for removal. Add a bunch of missing xorg dependencies. MFH: 2019Q4 Notes: svn path=/head/; revision=513561
* Mark BROKEN: fails to linkAntoine Brodin2019-10-021-0/+2
| | | | | | | | | | | cc -o ../bin/thot -L../indexlib -L../drawlib -L../tablelib -L../thotlib -L.. EDITORAPP.o EDITORactions.o Trans.o TransPmatch.o TransParser.o ExtCssAPP.o ExtCssactions.o UIcss.o StyleCss.o StyleRules.o StyleParser.o -lThotIndex -lThotDraw -lThotTable -lThotEditor -ljpeg -lpng -lz -L/usr/local/lib -lXm -lXm -lXp -lXm -L/usr/local/lib -lXt -lXext -lSM -lICE -lX11 -ldl -lm /usr/bin/ld: cannot find -lXp Reported by: pkg-fallout MFH: 2019Q4 Notes: svn path=/head/; revision=513550
* vim: Update to patchlevel 2108Adam Weinberger2019-10-012-4/+5
| | | | Notes: svn path=/head/; revision=513538
* editors/e93: fix build on GCC architecturesPiotr Kubaj2019-10-011-1/+1
| | | | | | | | | | | | | Use C11 compiler: In file included from includes.h:54, from e93.c:17: varbind.h:14: error: redefinition of typedef 'VARIABLE_BINDING' defines.h:198: error: previous declaration of 'VARIABLE_BINDING' was here Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=513480
* Go ports: cleanup, finish transition to USES=go started with r505321 (cat. ↵Dmitri Goutnik2019-09-291-31/+32
| | | | | | | | | | | | | | | audio-mail) - Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 - Switch to go:modules when upstream already uses them Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21741 Notes: svn path=/head/; revision=513274
* graphics/poppler: update to 0.81.0Tobias C. Berner2019-09-295-4/+5
| | | | | | | | | | | | | | | | | Release 0.81.0: core: * Splash: Always enable support for CMYK rasterization * CairoOutputDev: Check scaled dimensions for 0. Issue #737 * BaseCryptStream: Fix potential uninitialized memory read * SplashBitmap: Fix wrong width condition for splashModeDeviceN8 * Fix crashes in malformed files PR: 240781 Exp-run by: antoine Approved by: gnome (kwm, implicit) Notes: svn path=/head/; revision=513196
* editors/nedit: update to 5.7Steve Wills2019-09-287-41/+28
| | | | Notes: svn path=/head/; revision=513093
* - Update to 6.3.2Li-Wen Hsu2019-09-27103-407/+407
| | | | Notes: svn path=/head/; revision=513051
* editors/hte: modernize otional xorg USESRene Ladan2019-09-271-1/+1
| | | | Notes: svn path=/head/; revision=513035
* - Update to version 1.4.3 (upstream does not embed version in the sourceAlexey Dokuchaev2019-09-277-61/+93
| | | | | | | | | | file, but comparing both files' contents shows that it is legit update) - Convert rather cumbersome `post-patch' target to patches, removing the changes that were integrated upstream - Actualize USES and USE_XORG lists, reword the COMMENT text while here Notes: svn path=/head/; revision=513022
* Remove dependency on libXp which is not neededBaptiste Daroussin2019-09-271-3/+3
| | | | Notes: svn path=/head/; revision=513019
* lang/rust: Update to 1.38.0Tobias Kortkamp2019-09-274-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/09/26/Rust-1.38.0.html Tested by: jbeich, mikael.urankar@gmail.com, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D21778 Notes: svn path=/head/; revision=513013
* Update to 1.4.2Mateusz Piotrowski2019-09-252-4/+4
| | | | | | | | PR: 240821 Submitted by: as@php.net (maintainer) Notes: svn path=/head/; revision=512857
* editors/dte: Update to 1.9Dmitri Goutnik2019-09-222-6/+7
| | | | | | | | | | Changes: https://github.com/craigbarnes/dte/releases/tag/v1.9 Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21751 Notes: svn path=/head/; revision=512596
* editors/parinfer-rust: Chase retag of v0.4.0Tobias Kortkamp2019-09-221-3/+3
| | | | | | | | | No code changes. Changes: https://github.com/eraserhd/parinfer-rust/compare/2435c9537d5104f5cf1ddf36efa495ec431c48c1...v0.4.0 Notes: svn path=/head/; revision=512549
* Update to v1.4.1Mateusz Piotrowski2019-09-212-10/+4
| | | | | | | | | | | This release integrates FreeBSD test fixes. PR: 240523 Submitted by: as@php.net (maintainer) Event: EuroBSDcon 2019 Notes: svn path=/head/; revision=512500
* New port: editors/mle: Small, flexible, terminal-based text editorMateusz Piotrowski2019-09-214-0/+69
| | | | | | | | | | | | | | | | | | mle is a small, flexible, terminal-based text editor written in C. Notable features include: full Unicode support, syntax highlighting, scriptable rc file, macros, search and replace (PCRE), window splitting, multiple cursors, and integration with various shell commands. WWW: https://github.com/adsr/mle PR: 240523 Submitted by: as@php.net Differential Revision: https://reviews.freebsd.org/D21689 Event: EuroBSDcon 2019 Notes: svn path=/head/; revision=512497
* editors/parinfer-rust: Update to v0.4.0Tobias Kortkamp2019-09-213-77/+262
| | | | | | | Changes: https://github.com/eraserhd/parinfer-rust/blob/v0.4.0/CHANGELOG.adoc Notes: svn path=/head/; revision=512464
* Switch default devel/llvm* to 90Jan Beich2019-09-201-0/+1
| | | | | | | | | PR: 239682 Reviewed by: tobik Differential Revision: https://reviews.freebsd.org/D21172 Notes: svn path=/head/; revision=512440
* Upgrade editors/openoffice-4 to 4.1.7.Don Lewis2019-09-203-29/+10
| | | | | | | | | | | | | | | The build wants to include the git hash value in the build artifact for display on the Help -> About popup, but it can't determine that when building from a source tarball, as opposed to a git checkout. Patch around that until upstream implements a way to include this info into the tarball and pick it up from there. Add xorg to USES for correctness. patch-i127929 has been committed upstream. Notes: svn path=/head/; revision=512422
* Welcome XFCE 4.14 to the FreeBSD ports treeGuido Falsi2019-09-191-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This XFCE release uses almost exclusively gtk3, so the USES=xfce now defaults to gtk3 - Make x11-themes/gtk-xfce-engine an optional dependency(disabled by default), it only supports gtk2, so would leave miost of this XFCE version unthemed. - Add Greybird as an optional and enabled dependency as a modern theme supporting both GTK versions and all other XFCE parts - The xfce4-vala port is deprecated and removed. The VALA bindings are available in the library ports using the GIR and VAPI options (on by default) - Fixed various missing library and portlint warnings (portmgr fixit blanket) - Default Display Manager changed to lightdm (Thanks to woodsb02 for help) - Add x11/xfce4-screensaver as an optional dependency to the xfce4-goodies (enabled by default) - Remove dependency on x11-fm/thunar-vfs and deprecate the port. It is EOL upstream and the functionality is included in thunar itself Update: - Added back sysutils/xfce4-places-plugin, updated to 1.8.1 - archivers/thunar-archive-plugin to 0.4.0 - audio/thunar-media-tags-plugin to 0.3.0 - audio/xfce4-mpc-plugin to 0.5.2 - audio/xfce4-pulseaudio-plugin to 0.4.2 - deskutils/xfce4-tumbler to 0.2.7 - devel/thunar-vcs-plugin to 0.2.0 [1] - devel/xfce4-dev-tools to 4.14.0 - misc/xfce4-appfinder to 4.14.0 - misc/xfce4-weather-plugin to 0.10.0 - multimedia/xfce4-parole to 1.0.4 - sysutils/gigolo to 0.5.0 - sysutils/xfce4-battery-plugin to 1.1.3 - sysutils/xfce4-fsguard-plugin to 1.1.1 - sysutils/xfce4-netload-plugin to 1.3.2 - sysutils/xfce4-power-manage to 1.6.5 - sysutils/xfce4-settings 4.14.1 - sysutils/xfce4-systemload-plugin to 1.2.3 - sysutils/xfce4-wavelan-plugin to 0.6.1 - www/xfce4-smartbookmark-plugin to 0.5.1 - x11-clocks/xfce4-datetime-plugin to 0.8.0 - Added new xfce4-stopwatch-plugin, version 0.3.1 - x11-clocks/xfce4-timer-out-plugin to 1.0.3 - x11-fm/thunar to 1.8.9 - x11-wm/xfce4-desktop to 4.14.1 - x11-wm/xfce4-panel to 4.14.0 - x11-wm/xfce4-session to 4.14.0 - x11-wm/xfce4-wm to 4.14.0 - x11/libexo to 0.12.8 - x11/libxfce4menu to 4.14.1 - x11/libxfce4util to 4.14.0 - x11/xfce4-conf to 4.14.1 - x11/xfce4-dashboard to 0.7.5 - x11/xfce4-screensaver to 0.1.8 - x11/xfce4-screenshooter-plugin to 1.9.6 - x11/xfce4-verve-plugin to 2.0.0 Thanks to: Olivier Duchateau <duchateau.olivier@gmail.com> PR: 240236 Exp-run by: antoine Tested by: sbruno Approved by: sergey.dyatko@gmail.com (maintainer timeout via email), portmgr (fixit blanket, port breaks with new Thunar if not updated) [1] Differential Revision: https://reviews.freebsd.org/D21278 Notes: svn path=/head/; revision=512378
* Upgrade editors/openoffice-devel to upstream git hash d871312c80.Don Lewis2019-09-192-12/+14
| | | | | | | | | | | | | | | | Since upstream has migrated from svn to git, use seconds from epoch of the last commit as the minor component of PORTVERSION. The build wants to include the git hash value in the build for display on the Help -> About popup, but it can't determine that when building from a source tarball, as opposed to a git checkout. Patch around that issue until upstream implements a way to include this info into the tarball and pick it up from there. Add xorg to USES for correctness. Notes: svn path=/head/; revision=512377
* Bump PORTREVISION of ports depending on security/botan2Dmitri Goutnik2019-09-191-1/+1
| | | | | | | | | | PR: 240557 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21716 Notes: svn path=/head/; revision=512346
* editors/emacs-devel: Update to 2019-09-17 commit, 746b20cJoseph Mingrone2019-09-182-5/+5
| | | | Notes: svn path=/head/; revision=512250
* Change my maintainer emailDmitri Goutnik2019-09-162-2/+2
| | | | | | | | Approved by: tz (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21677 Notes: svn path=/head/; revision=512187
* editors/uemacs: Update MASTER_SITESTobias Kortkamp2019-09-161-1/+1
| | | | | | | | | | http://dl.ozzmosis.com/ is offline. PR: 240612 Submitted by: mail@ozzmosis.com (maintainer) Notes: svn path=/head/; revision=512165
* Deprecate a few portsAntoine Brodin2019-09-152-0/+4
| | | | Notes: svn path=/head/; revision=512125
* editors/jucipp: Update to 1.5.0Tobias Kortkamp2019-09-152-12/+11
| | | | | | | | PR: 240586 Submitted by: Mohammad S. Babaei <info@babaei.net> (maintainer) Notes: svn path=/head/; revision=512090
* - Update to 47.1.0Danilo Egea Gondolfo2019-09-092-6/+5
| | | | Notes: svn path=/head/; revision=511655
* editors/emacs-devel: Update to pull in more garbage collection fixesJoseph Mingrone2019-09-092-5/+5
| | | | | | | | | Bugs fixed: - https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37006%2372#72 - https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37321 Notes: svn path=/head/; revision=511641
* Emacs ports: Minor cleanup to option descriptionsJoseph Mingrone2019-09-092-12/+10
| | | | | | | | | | | | - Use some default descriptions defined in bsd.options.desc.mk - Move [implies ...] notes left for smaller displays - Drop 'Experimental' from Cairo description [1] [1] https://lists.gnu.org/archive/html/emacs-devel/2019-06/msg00633.html Notes: svn path=/head/; revision=511640
* Emacs ports: no-op to conform to var order and improve consistencyJoseph Mingrone2019-09-092-35/+21
| | | | | | | | Approved by: ashish Differential Revision: https://reviews.freebsd.org/D21524 Notes: svn path=/head/; revision=511639
* - Update to 4.4Danilo Egea Gondolfo2019-09-092-4/+4
| | | | Notes: svn path=/head/; revision=511624
* Fix one more bug from the era, when trees were large andMikhail Teterin2019-09-072-4/+5
| | | | | | | | | pointers -- the size of int. Sponsored by: filial duty Notes: svn path=/head/; revision=511391
* - Update to 6.3.1Li-Wen Hsu2019-09-05107-410/+421
| | | | Notes: svn path=/head/; revision=511270
* KDE Applications: update to 19.08.1Tobias C. Berner2019-09-052-3/+12
| | | | | | | | | | | | | | | | | | | | | September 05, 2019. Today KDE released the first stability update for KDE Applications 19.08. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone. More than twenty recorded bugfixes include improvements to Kontact, Dolphin, Kdenlive, Konsole, Step, among others. Improvements include: * Several regressions in Konsole's tab handling have been fixed * Dolphin again starts correctly when in split-view mode * Deleting a soft body in the Step physics simulator no longer causes a crash You can find the full list of changes here: https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.1 Notes: svn path=/head/; revision=511258
* Remove expired ports:Rene Ladan2019-09-0514-1007/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2019-09-04 devel/ace+tao-doc: Broken for more than 6 months 2019-09-04 devel/dfmt: Broken for more than 6 months 2019-09-04 devel/ignition-transport: Broken for more than 6 months 2019-09-04 devel/spin: Broken for more than 6 months 2019-09-04 editors/dexed: Depends on expiring devel/dfmt 2019-09-04 editors/p5-Padre: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 emulators/qemu2: Latest 3.X branch is in ports tree 2019-09-04 games/asc: Broken for more than 6 months 2019-09-04 games/slade: Broken for more than 6 months 2019-09-04 graphics/gimp-wavelet-decompose-plugin: Broken for more than 6 months 2019-09-04 graphics/py-pyembree: Depends on expiring graphics/embree 2019-09-04 irc/irssi-otr: Broken for more than 6 months 2019-09-04 mail/p5-Mail-ClamAV: Broken for more than 6 months 2019-09-04 mail/qmail-ldap: Broken for more than 6 months 2019-09-04 math/fityk: Broken for more than 6 months 2019-09-04 math/octave-forge-econometrics: Broken for more than 6 months 2019-09-04 math/octave-forge-fits: Broken for more than 6 months 2019-09-04 math/octave-forge-linear-algebra: Broken for more than 6 months 2019-09-04 math/octave-forge-mechanics: Broken for more than 6 months 2019-09-04 math/octave-forge-parallel: Broken for more than 6 months 2019-09-04 math/octave-forge-strings: Broken for more than 6 months 2019-09-04 math/octave-forge-tisean: Broken for more than 6 months 2019-09-04 math/octave-forge-video: Broken for more than 6 months 2019-09-04 math/py-yt: Depends on expiring graphics/embree 2019-09-04 misc/gnustep-examples: Broken for more than 6 months 2019-09-04 net/turses: Depends on expiring net/py-tweepy 2019-09-04 security/clamcour: Broken for more than 6 months 2019-09-04 security/honeybadger: Broken for more than 6 months 2019-09-04 sysutils/freefilesync: Broken for more than 6 months 2019-09-04 sysutils/log-courier: Broken for more than 6 months 2019-09-04 textproc/py-orange3-text: Broken for more than 6 months 2019-09-05 www/feedjack: Upstream gone 2019-09-04 www/havp: Broken for more than 6 months 2019-07-31 www/rubygem-webpack-rails-rails5: Upstream no longer maintained, use devel/rubygem-webpacker-rails* instead 2019-09-04 x11-toolkits/p5-Wx-GLCanvas: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 x11-toolkits/p5-Wx-Perl-ProcessStream: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 x11-wm/golem: Broken for more than 6 months 2019-09-04 x11-wm/pawm: Broken for more than 6 months Notes: svn path=/head/; revision=511180
* editors/emacs-devel: Update to 2019-09-03 commit, 5f089acJoseph Mingrone2019-09-042-6/+6
| | | | | | | | This hopefully fixes a critical bug with garbage collection. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37006 Notes: svn path=/head/; revision=511051
* - Rebuild bootstrap (ppcx64 and ppc386) with ld patchesJose Alonso Cardenas Marquez2019-09-033-4/+7
| | | | | | | | | | | | | - Fix build on 12-STABLE and CURRENT (amd64 and i386) - Bump PORTREVISION for all ports that depends of lang/fpc - Add USE_BINUTILS to fpc and lazarus based ports - Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk PR: 240293 239934 233413 214864 Exp-run by: antoine Notes: svn path=/head/; revision=510956
* - Add LICENSEDmitry Marakasov2019-09-032-1/+4
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=510929
* editors/focuswriter: update to 1.7.3Steve Wills2019-09-022-5/+4
| | | | | | | | PR: 239711 Submitted by: lightside <lightside@gmx.com> (maintainer) Notes: svn path=/head/; revision=510857
* Bump PORTREVISION for more ports using EMACS_VERSION_SITE_LISPDIRJoseph Mingrone2019-09-013-2/+3
| | | | | | | | This is required after editors/emacs was updated to version 26.3 in r510281. Some of these ports were missed in r510696. Notes: svn path=/head/; revision=510750
* graphics/poppler: update to 0.80.0Tobias C. Berner2019-09-016-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.80.0: core: * Annotations: Implement support for setting a different text in the appearance stream than the real text * Splash: Optionally use small_vector from boost * Fix memory leaks on broken files * Fix abort on broken files * Small code simplifications * Remove USE_FIXEDPOINT support. Issue #821 qt5: * Fix MSVC build * Add subsitute-font information * Fix since marker of some functions * Fix leak when aborting text extraction * Small code simplifications glib: * Make print scaling getter visible * Make Duplex/NumCopies/PrintPageRange preference available in API * Implement Movie API utils: * pdftotext: Add -nodiag flag to remove diagonal text on output build system: * Mark external lib include dirs as SYSTEM PR: 240176 Exp-run by: antoine Approved by: gnome (kwm, implicit) Notes: svn path=/head/; revision=510739
* Bump PORTREVISION for ports using EMACS_VERSION_SITE_LISPDIRJoseph Mingrone2019-09-015-2/+5
| | | | | | | | | | This is required after editors/emacs was updated to version 26.3 in r510281. Reported by: ashish Notes: svn path=/head/; revision=510696
* - Update to git snapshot e8c46c2Ashish SHUKLA2019-09-013-14/+6
| | | | Notes: svn path=/head/; revision=510691
* vim: Update to patchlevel 1954Adam Weinberger2019-09-012-4/+4
| | | | Notes: svn path=/head/; revision=510677
* editors/emacs: Update to version 26.3Joseph Mingrone2019-08-302-24/+15
| | | | | | | | | | | | | | | | | | | | Port changes: - Remove JSON knob, because Emacs has no configurable json option in versions prior to and including 26.3. The knob should not have been added in r472261. - Add USES+=gnome unless flavor is nox. Do this because defining INSTALLS_ICONS adds USE_GNOME+=gtk-update-icon-cache. Upstream changes: https://www.gnu.org/software/emacs/news/NEWS.26.3 Submitted by: HIROSE Yuuji <yuuji@gentei.org> [canna patch updates] Differential Revision: https://reviews.freebsd.org/D21193 Notes: svn path=/head/; revision=510281
* editors/jucipp: Fix WWWTobias Kortkamp2019-08-301-1/+1
| | | | | | | PR: 240185 Notes: svn path=/head/; revision=510259