1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
Commit Graph

12313 Commits

Author SHA1 Message Date
Po-Chuan Hsieh
4d13b25916
textproc/xerces-c3: Update to 3.3.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12355023
2024-10-25 23:56:41 +08:00
Guido Falsi
960877b6a3 editors/mousepad: Update to 0.6.3
- add SHORTCUTS option to control build/install of new shortcuts
  editor plugin
- Reorder variables to pet portclippy
2024-10-24 07:43:50 +02:00
Matthias Fechner
9997938019 devel/libgit2: bump consumers of libgit2 due to update 2024-10-23 10:11:50 +03:00
Yuri Victorovich
f99a708957 Mk/Uses/cargo.mk: Remove cross-compilation options for Rust-based ports
Reasons:
* Port build shouldn't use cross-compilation mode
  because it buids for the same architecture.
* RUSTFLAGS isn't passed to the build of all or some Rust ports
  in the cross-compilation mode.

Essential changes:
* Remove the CARGO_BUILD_TARGET make variable.
* Remove CARGO_BUILD_TARGET and CARGO_TARGET_* from CARGO_ENV.
* Update many ports that used CARGO_BUILD_TARGET.
* Build paths now don't include the architecture triplet part.

Immadiate benefits:
* Unbreak build on architectures like i386 that sometimes require
  special RUSTFLAGS that were not effective in the cross-compilation
  mode.

Ports that really need cross-compilation for some reason should
enable it on case-by-case basis. Example: net-p2p/cncli
(Not sure why does net-p2p/cncli actually need it, but it only
builds with these options.)

PR:		280305
Approved by:	rust@FreeBSD.org (maintainer's timeout; 98 days)
2024-10-22 20:11:24 -07:00
Pierre Pronchery
7b3f70bbee editors/deforaos-editor: update to version 0.4.1
Sponsored by:	The FreeBSD Foundation
2024-10-22 01:20:12 +02:00
Robert Clausecker
6ea6f50dc5 editors/ad: update to 0.1.3
Changelog: https://github.com/sminez/ad/releases/tag/0.1.3
2024-10-21 11:36:00 +02:00
Nuno Teixeira
e83fb24c19 editors/lapce: Update to 0.4.2
ChangeLog:	https://github.com/lapce/lapce/releases/tag/v0.4.2
		https://github.com/lapce/lapce/releases/tag/v0.4.1
PR:		278837
2024-10-20 11:22:10 +01:00
Bartek Jasicki
c216df43b2 editors/neovim-qt: Update to 0.2.18
- Pet stage QA by cleaning some deps

ChangeLog: https://github.com/equalsraf/neovim-qt/compare/ecb3679...v0.2.18

PR:		282190
2024-10-19 18:00:08 +01:00
Jason E. Hale
f3eb2459d7 */*: Chase removal of sip from RUN_DEPENDS 2024-10-19 03:33:57 -04:00
Jason E. Hale
0d0b4d9bb9 */*: Remove qtbuilder and sip from RUN_DEPENDS
devel/py-qtbuilder and devel/py-sip should only be used as a
BUILD_DEPENDS. (e.g. USE_PYQT=qtbuilder:build sip:build)
Usually, these are only used to build the PyQt framework, but a few
other ports need them to build. Ports that have them as a BUILD_DEPENDS
unnecessarily haven't been audited yet.

Sip used to be needed for run, but this hasn't been the case for quite
some time. Runtime is provided by the devel/py-qt[56]-sip ports.
(USE_PYQT=pysip). The main PyQt ports provide this automatically, so
it isn't necessary to add it to individual consumers.

While here:
www/onionshare: Remove PyQt stuff completely. It uses PySide.

With hat:	kde@
2024-10-19 03:21:41 -04:00
Nuno Teixeira
60f7140fe7 */*: Bump consumers of devel/libgit2
libgit2 updated to 1.8.1
2024-10-18 19:56:41 +01:00
Mark Willson
565f8cc360 editors/mg: Update to 20241008
Pet portlint, portfmt.

Changelog:
* Ignore universal ctags extended metadata in tagaddress, making search
  patterns work again
* Fix auto-indent-mode with custom tab widths
* Add handling for C-u modifier in M-! and M-|
* Dired-up-directory bound to ^ to go up a directory in dired buffers

PR:		282052
Approved by:	submitter is maintainer
2024-10-17 20:16:23 +02:00
Joseph Mingrone
7e3e066237
editors/emacs-devel: Update to 2024-10-17 snapshot
Commit log:	fb42a253bd...38071e3989
Sponsored by:	The FreeBSD Foundation
2024-10-17 14:36:57 -03:00
Mamadou Babaei
808053388a editors/jucipp: Unbreak build with boost-1.85
PR:		281961
2024-10-16 20:03:00 +01:00
Jan Beich
3216d83912 editors/quilter: unbreak build after d0c0d264ee
meson.build:87:4: ERROR: Dependency "gtksourceview-4" not found, tried pkgconfig

Error: Missing: share/glib-2.0/schemas/io.github.lainsce.Quilter.gschema.xml

Note, GLIB_SCHEMAS pointlessly complicates pkg-plist after 522332dbc7.

PR:		282033
Reported by:	pkg-fallout
2024-10-16 16:16:46 +02:00
Wen Heping
cc8e919abf editors/texstudio: Update to 4.8.4 2024-10-14 12:56:19 +00:00
Yuri Victorovich
15e092c5a2 editors/ox: update 0.6.5 → 0.6.6
Reported by:	portscout
2024-10-13 21:25:26 -07:00
Yonas Yanfa
d0c0d264ee editors/quilter: update 2.2.3 → 3.3.4
PR:	282033
2024-10-13 21:14:32 -07:00
Yusuf Yaman
a39db2221a editors/ox: update 0.6.2 → 0.6.5
PR:	282032
2024-10-13 14:01:43 -07:00
Matthias Andree
f3127fabc6 graphics/openexr: PORTREVISION bump of openexr users due to ABI change 2024-10-13 15:55:03 +02:00
Nuno Teixeira
c269c3a735 editors/focuswriter: Pet portfmt forgotten in last commit 2024-10-12 11:29:56 +01:00
Nuno Teixeira
7714e00d3c editors/focuswriter: Update to 1.8.9
- Drop USES=compiler

ChangeLog: https://github.com/gottcode/focuswriter/releases/tag/v1.8.9
2024-10-12 11:29:56 +01:00
Hiroki Tagato
e4c5da5342 editors/vscode: update to 1.94.2
Changelog: https://code.visualstudio.com/updates/v1_94

Reported by:	GitHub (watch releases)
MFH:		2024Q4
Security:	64e299b6-d12b-4a7a-a94f-ab133703925a
2024-10-12 05:18:19 +09:00
Jose Alonso Cardenas Marquez
0dc79d5ee2
editors/cudatext: Update to 1.217.9.0
Changelog at:	https://github.com/Alexey-T/CudaText/blob/master/app/readme/history.txt
2024-10-08 22:59:00 -07:00
Jose Alonso Cardenas Marquez
63c1eb1caa
*/*: Bump PORTREVISION
- editors/lazarus was updated to 3.6.0
- editors/lazarus-devel was updated to 4.99
2024-10-08 22:58:59 -07:00
Jose Alonso Cardenas Marquez
c140ec7ffd
editors/lazarus-devel: Update to 4.99 2024-10-08 22:58:59 -07:00
Jose Alonso Cardenas Marquez
313f5706a3
editors/lazarus: Update to 3.6.0 2024-10-08 22:58:58 -07:00
Adam Weinberger
634c56e721 editors/vim: Update to 9.1.0764 2024-10-06 13:24:47 -04:00
MANTANI Nobutaka
62fd45a2ca editors/semi: Update to the snapshot on 2024-06-06 2024-10-07 01:21:34 +09:00
MANTANI Nobutaka
1b854b6525 editors/flim: Update to the snapshot on 2024-02-21 2024-10-07 01:12:32 +09:00
Robert Clausecker
a4e552651c editors/ad: Adaptable text editor
ad (pronounced A.D.) is an attempt at combining a modal editing
interface of likes of vi and kakoune with the approach to extensibility
of Plan9's Acme.  Inside of ad text is something you can execute as
well as edit.

It is primarily intended as playground for experimenting with
implementing various text editor features and currently is not at all
optimised or feature complete enough for use as your main text editor.

ad is aiming to be a hybrid of the pieces of various editors that I find
most useful:

 - vim style modal editing to allow for convenient key bindings
 - convenient text navigation and selection from vim/kakoune
 - mini-buffer based user defined minor modes from emacs
 - sam/acme style editing commands for larger editing actions
 - acme style extension through exposing editor state and functionality
   for external client programs.
 - support for mouse based navigation and selection but not requiring
   that as the main way of using the editor like in acme.  That's fine
   for desktop but most of the time I'm working with a laptop which
   makes that far too clunky.

ad is not trying to replace vim (or kakoune, or emacs) in terms of being
a massively hackable editor.  Rather it is trying to follow the
philosophy of acme in being an integrating development environment
(rather than integrated).  By which I mean that the aim is to provide a
comfortable editing environment to work in that supports direct
interaction with external tools and programs from the outside rather
than pulling everything in.

WWW: https://crates.io/crates/ad-editor
2024-10-06 13:49:20 +02:00
Hiroki Tagato
25eaa50554 editors/vscode: update to 1.94.0
Upstream has migrated from long obsolete yarn v1 to npm as node
package manager. So make necessary changes to Makefile to follow the
migration.

While here, remove REH (remote extension host) option which is no-op
in package building. Users who want to build remote extension host can
now use dedicated make target "build-remote-extension-host".

Changelog: https://code.visualstudio.com/updates/v1_94

Reported by:	GitHub (watch releases)
2024-10-06 06:22:24 +09:00
Adam Weinberger
a28f25aeea editors/neovim: Update to 0.10.2
Changes: https://github.com/neovim/neovim/releases/tag/v0.10.2
2024-10-04 00:02:11 -04:00
Dima Panov
dc1a4436f3
editors/libreoffie: update to 24.8.2 release (+)
LibreOffice 24.8.2, the second minor release of the LibreOffice 24.8 family of the free, volunteer-supported office suite, is available at FreeBSD ports and packages&

The release includes over 80 bug and regression fixes over LibreOffice 24.8.1 [1] to improve the stability and robustness of the software, as well as interoperability with legacy and proprietary document formats.

Changelog:	https://wiki.documentfoundation.org/Releases/24.8.2/RC1 [1]
Release Notes:	https://blog.documentfoundation.org/blog/2024/09/27/libreoffice-24-8-2/

Sponsored by:	Future Crew, LLC
2024-10-03 17:27:55 +03:00
Dima Panov
55cfbcf56c
*/*: bump consumers after devel/boost* update
With hat:	office
Sponsored by:	Future Crew, LLC
2024-10-03 13:25:14 +03:00
Adam Weinberger
ea4903e68f editors/neovim: Update included tree-sitter parsers
At the root of this is breakages in vimdoc parsing, which should be
fixed by updating the tree-sitter-vimdoc parser. While here, I'm
updating the rest of them as well.

Normally I'd MFH this, but 2024Q4 will be branched Real Soon Now(tm).

PR:		280702
Reported by:	Oleg Streejak
2024-10-02 17:38:49 -04:00
Yasuhiro Kimura
d8f5ad7125 editors/emacs-devel: Update to 2024-10-02 snapshot
Changes:	7793b2fe2a...fb42a253bd
2024-10-02 10:32:13 +09:00
Rene Ladan
4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00
Muhammad Moinur Rahman
7a05396993
editors/py-babi: Update version 1.5.6=>1.5.7
Changelog: https://github.com/asottile/babi/releases/tag/v1.5.7
2024-10-01 15:33:56 +02:00
Nuno Teixeira
9a7cf8d3cc editors/amp: Remove devel/git build dependency
Remove devel/git build dependency by setting git hash variable manually,
otherwise build fails without git presence.
2024-09-28 22:34:50 +01:00
Yuri Victorovich
73e2df7992 editors/ox: update 0.6.1 → 0.6.2
Reported by:	portscout
2024-09-27 19:34:19 -07:00
Nuno Teixeira
cb9b655e5a editors/amp: Update to 0.7.1
ChangeLog: https://github.com/jmacdonald/amp/releases/tag/0.7.1
2024-09-27 23:37:15 +01:00
Hiroki Tagato
2d20c0225a */*: bump port revision after electron30 update 2024-09-25 13:07:42 +09:00
Yuri Victorovich
3eac3a629b editors/ox: update 0.6.0 → 0.6.1
Reported by:	portscout
2024-09-24 01:43:29 -07:00
Daniel Engberg
f092253162 editors/ghex: Remove libtool as dependency
Not used in project

Approved by:	portmgr (blanket)
2024-09-24 01:29:40 +02:00
Yuri Victorovich
897ef03823 editors/ox: update 0.5.3 → 0.6.0
Reported by:	portscout
2024-09-20 10:38:49 -07:00
Craig Leres
0a18e78257 editors/nvi2: Explicitly use db18
The default (db5) has been deprecated for some time.
2024-09-20 10:19:00 -07:00
Yuri Victorovich
c43f809b63 editors/novelwriter: update 2.5.1 → 2.5.2
Reported by:	portscout
2024-09-18 02:16:02 -07:00
Yuri Victorovich
5c909b9503 editors/ox: update 0.5.1 → 0.5.3
Reported by:	portscout
2024-09-18 02:16:00 -07:00
Jose Alonso Cardenas Marquez
afd690c4e2
*/*: Pass to lazarus based ports control of ONLY_FOR_ARCHS 2024-09-17 23:28:07 -07:00