While here, update some dependency specifications to better reflect what
is required. This silences some Q/A warnings.
Commit log: 643e32340d...16c89c5ae5
Sponsored by: The FreeBSD Foundation
- In ruler show the current line number as a percentage of the
total lines
- Link macro for hyperlink
- Add showfilename set option
- Fix undefined string comparison
- Replace Clang-only __builtin_is_aligned with C code
- Use memmove to realign buffers
- Mark DEPRECATED as last release was in 2015
- High maintenance due to multiple failures, use vim and xxd or hexl
mode in emacs
- Set EXPIRATION_DATE 2025-02-11
If someone needs this port feel free to undeprecate and takeover
maintainership.
Updates:
- Prevent ‘C-h m’ from breaking in Sly debugger buffers.
- Unbreak odd non-SLY uses of slynk/indentation system.
- mrepl: Fix a bug on SBCL.
- Emit :company-kind in Sly's flex CAPF (allows completion frameworks to
show type icons).
- Make sly-simple-completions behave more like vanilla.
- Add option to control if we replace SLIME on load.
The SLY contribs in the ports tree have not been bumped as this new
version does not change the interface to them, so they don't need
recompilation.
This is a maintainer update (olce.freebsd.ports@certner.fr).
Sponsored by: The FreeBSD Foundation
Ports no longer need to set this variable, since Mk/bsd.port.mk will
assign the correct value (if it's not already defined).
Sponsored by: The FreeBSD Foundation
Drop local Qt 5.x support for ease of maintainership and its eventual
removal from the FreeBSD ports tree. Qt 5.x has been long deprecated
upstream [1] and the FreeBSD kde@ team recommends using Qt 6.x for
end-user applications whenever possible.
[1] https://www.qt.io/blog/qt-5.15-support-ends
- editors/imhex port is updated to the latest version. FreeBSD 13.3 came
to EOL, and there is no need to keep the old version of ImHex due to
the build issue caused by the old LLVM in the base system.
- The dependency on security/mbedtls is changed to security/mbedtls3 and
the DEPRECATED mark is removed.
- editors/imhex-current port is removed because it is no longer needed.
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201
Since Siemens has sold our subsidiary to KPS Capital Partners we are now
legally a separate company with new public email addresses. Old ones
will go away in the future.
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D48171
SciTECO is an interactive TECO dialect, similar to Video TECO.
It also adds features from classic Standard TECO-11,
and incorporates many unique new ideas.
It is geared towards UNIX-like operating systems but also
natively supports Microsoft Windows NT.
PR: 276492
Reported by: Robin Haberkorn <robin.haberkorn@googlemail.com> (maintainer)
Shared libraries installed along with vscode are for internal use and
not intended for public consumption.
Remove USE_LDCONFIG so as not to add the shared library directory to
search paths. Add BUNDLE_LIBS so that pkg(8) does not pick the shared
libraries up for packaging.
Bump port revision for package change.
Related GitHub Issue: https://github.com/freebsd/pkg/issues/2368
Reported by Vlad Biley <bileslav@gmail.com>