- sysutils/bacula9-docs 9.6.7_2
Bacula document set
sysutils/bacula9-*: Remove expired bacula9 ports
Tuesday, 30 Jul 2024
|
22:24 Torsten Zuehlsdorff (tz)
- emulators/zsnes
Intel x86 only Super Nintendo Entertainment System (SNES) Emulator
emulators/zsnes: Ignore on FreeBSD 14.0 and use older C++ Standard for
compilation
Since ZSNES is not in active development, with the last release being in 2007,
the code is not designed to be compiled with more recent C++ standards. Thus,
this patch makes it use an older standard to make it compile.
- Updated Makefile (cleaned up through portclippy and portfmt), adding a
CONFIGURE_ENV to set the C++ standard through CXXFLAGS.
- Updated files/patch-configure as the above CXXFLAGS were being ignored due
to one line using CFLAGS instead of CXXFLAGS.
- Add IGNORE for FreeBSD 14.0, because of build failures on this
plattform. Since it builds fine on 14.1 and 14.0 is EOL soon, we decided to
IGNORE it for this version. The error is:
checking for zlib - version >= 1.2.3... 1.3, bad version string given
by zlib, sometimes due to very old zlibs that didnt correctly
define their version. Please upgrade if you are running an
old zlib... no
configure: error: zlib >= 1.2.3 is required
PR: 280195
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Sunday, 14 Jul 2024
|
18:03 Daniel Engberg (diizzy)
- news/tin 2.6.3_1
Easy-to-use threaded newsreader with NOV/NNTP support
news/tin: Improve port
* Switch from PORTVERSION to DISTVERSION
* Clean up MASTER_SITES and use upstream main site as backup
* Switch to xz release tarball
* Use helpers whenever possible and USES= localbase:ldflags
* Sort CONFIGURE_ARGS as they're listed when executing
./configure --help
* Sort OPTIONS
* Rearrange Makefile to closer match Porters Handbook
PR: 280279
Reviewed by: kbowling
|
Sunday, 7 Jul 2024
|
18:22 Colin Percival (cperciva)
devel/commitizen: Chase py-yaml rename
As in 1a80ec7c2281, follow move from devel/py-yaml to devel/py-pyyaml
and bump PORTREVISION.
This should unbreak INDEX.
|
Tuesday, 25 Jun 2024
|
04:58 Mathieu Arnold (mat)
- ftp/curl
Command line tool and library for transferring data with URLs
Revert "ftp/curl: Fix sponsor handle"
This reverts commit 710db45d8d10dc6b16f92a7db644a3a99bf482a9.
|
Monday, 24 Jun 2024
|
18:38 Gleb Popov (arrowd)
- ftp/curl
Command line tool and library for transferring data with URLs
ftp/curl: Add sponsorship information
|
Thursday, 9 May 2024
|
07:46 Fernando ApesteguĂa (fernape)
databases/galera: Deprecate
Does not build. Port superseded by databases/galera26
Confirmed by maintainer.
PR: 277224
Reported by: michael.glaus@hostpoint.ch
|
Monday, 6 May 2024
|
20:18 Robert Clausecker (fuz)
sysutils/slurm-wlm: add correct linker emulation for aarch64
Approved by: portmgr (blanket)
MFH: 2024Q2
(cherry picked from commit 04a50fdffdfcf12183556b691aa138ef7a173d59)
|
Sunday, 28 Apr 2024
|
08:39 Yuri Victorovich (yuri)
math/lean4-std: Removed
(cherry picked from commit 3306d7a48227745d21a433b3f35b45b2f979457d)
|
08:08 Yuri Victorovich (yuri)
misc/urbit: Deprecate
This project migrated between build systems several times, and
now it uses Bazel and Hoon.
The 2 remaining packaging systems having urbit download Linux
binaries because there doesn't seem to be a reasonable way to
build it.
(cherry picked from commit e18228e43684fa9bf1531572c9ee2fa113409826)
|
Wednesday, 24 Apr 2024
|
21:21 Piotr Kubaj (pkubaj)
sysutils/plasma5-kinfocenter: fix build without dmidecode available
|
Tuesday, 16 Apr 2024
|
08:27 Emmanuel Vadot (manu)
graphics/intel-backlight: Deprecate the port
Now that FreeBSD 12.X is EoLed every FreeBSD version have the backlight
subsystem. backlight(8) works with any Intel or AMD hardware as long as drm-kmod
is loaded.
Differential Review: https://reviews.freebsd.org/D44194
Approved by: maintainer timeout (1 month)
Sponsored by: Beckhoff Automation GmbH & Co. KG
(cherry picked from commit 30600771da22d5e594af140d748c7f70f4ebbaa8)
|
08:26 Emmanuel Vadot (manu)
graphics/intel-backlight: Deprecate the port
Now that FreeBSD 12.X is EoLed every FreeBSD version have the backlight
subsystem. backlight(8) works with any Intel or AMD hardware as long as drm-kmod
is loaded.
Differential Review: https://reviews.freebsd.org/D44194
Approved by: maintainer timeout (1 month)
Sponsored by: Beckhoff Automation GmbH & Co. KG
|
Wednesday, 6 Mar 2024
|
22:05 Ashish SHUKLA (ashish)
lang/go*: Update to Go 1.22 snapshot
- Add overridable BUILD_DEPENDS on shells/bash, but only for Go 1.22+
- Since lang/go121 also depends on it, allow SHEBANG_FILES to be
overridden
- Re-roll the patch
- Update lang/go120 to co-exist with lang/go-devel update
- Update lang/go121 to co-exist with lang/go-devel update
PR: 277091
(cherry picked from commit ccd8e6b89786dd2e9e30bfe65887811f9ecb69d6)
|
22:05 Ashish SHUKLA (ashish) Author: Gleb Popov
lang/go{-121,-devel}: Fix tests running under nobody user and mark
TESTING_UNSAFE.
(cherry picked from commit 71cdbc6f78821b56fee1ec282a4a0d31026f68f0)
|
22:05 Ashish SHUKLA (ashish)
lang/go*: Update to Go 1.22 snapshot
- Add overridable BUILD_DEPENDS on shells/bash, but only for Go 1.22+
- Since lang/go121 also depends on it, allow SHEBANG_FILES to be
overridden
- Re-roll the patch
- Update lang/go120 to co-exist with lang/go-devel update
- Update lang/go121 to co-exist with lang/go-devel update
PR: 277091
(cherry picked from commit ccd8e6b89786dd2e9e30bfe65887811f9ecb69d6)
|
22:05 Ashish SHUKLA (ashish) Author: Gleb Popov
lang/go{-121,-devel}: Fix tests running under nobody user and mark
TESTING_UNSAFE.
(cherry picked from commit 71cdbc6f78821b56fee1ec282a4a0d31026f68f0)
|
22:05 Ashish SHUKLA (ashish)
lang/go*: Update to Go 1.22 snapshot
- Add overridable BUILD_DEPENDS on shells/bash, but only for Go 1.22+
- Since lang/go121 also depends on it, allow SHEBANG_FILES to be
overridden
- Re-roll the patch
- Update lang/go120 to co-exist with lang/go-devel update
- Update lang/go121 to co-exist with lang/go-devel update
PR: 277091
(cherry picked from commit ccd8e6b89786dd2e9e30bfe65887811f9ecb69d6)
|
Tuesday, 27 Feb 2024
|
05:49 Li-Wen Hsu (lwhsu) Author: Martin Birgmeier
sysutils/coreutils: Fix build on i386
PR: 277277
Approved by: maintainer
|
Thursday, 22 Feb 2024
|
23:07 Jose Alonso Cardenas Marquez (acm)
finance/odoo: Update to 16.0.20240222
|
Tuesday, 30 Jan 2024
|
05:36 Emmanuel Vadot (manu)
graphics/drm-kmod: Set default version for 15-CURRENT to 6.1-lts
Switch CURRENT users to 6.1-lts drm port.
Sponsored by: Beckhoff Automation GmbH & Co. KG
|
Sunday, 28 Jan 2024
|
22:04 Palle Girgensohn (girgen)
www/sqlpage: Upgrade to 0.18.1
Release notes: https://github.com/lovasoa/SQLpage/releases/tag/v0.18.1
|
Sunday, 14 Jan 2024
|
20:28 Daniel Engberg (diizzy) Author: Pavel Timofeev
games/jaggedalliance2: Update to 0.21.0
Changelog:
https://ja2-stracciatella.github.io/2023/11/06/release-0.21.0.html
PR: 275379
|
Sunday, 7 Jan 2024
|
16:18 Diane Bruce (db)
audio/baudline: upstream has removed distribution
baudline has gone to a subscription model and has released 1.09
which is only available via this model. The 1.08 version has
been removed but it is possible this is only temporary. I'm
going to mark the port for removal since we have alternatives.
|
Friday, 5 Jan 2024
|
15:09 Jan Beich (jbeich)
- branches/2024Q1/x11/hyprland-share-picker
x11/hyprland-share-picker: merge into main port
(cherry picked from commit 93bb990ed5d68768165c8699616083ab9127d834)
Saturday, 23 Dec 2023
|
19:03 Muhammad Moinur Rahman (bofh)
- www/websh
Embeds a TCL8 interpreter in the Apache server
www/websh: Mark DEPRECATED
- Mark BROKEN on all versions of FreeBSD
- Upstream has marked the project dismissed
- Set EXPIRATION_DATE 2024-01-24
- Add LICENSE APACHE20
- Pet portclippy
Approved by: portmgr (blanket)
|
Saturday, 16 Dec 2023
|
22:21 Muhammad Moinur Rahman (bofh)
editors/asedit: Mark DEPRECATED
- Upstream release was last in 2003
- Set EXPIRATION_DATE 2024-03-31
|
Thursday, 7 Dec 2023
|
12:21 Alexander Leidinger (netchild)
mail/roundcube-tls_icon: New port
A roundcube plugin to display if a mail was received via TLS.
|
12:20 Alexander Leidinger (netchild)
mail/roundcube-gravatar: New port
A gravatar plugin for roundcube.
|
Tuesday, 28 Nov 2023
|
16:38 Jose Alonso Cardenas Marquez (acm)
print/fpc-libcups: Remove obsolete port
- It was merged into lang/fpc
(cherry picked from commit 1868ea4b8e0dd14345bbc54ac5845139be413bd8)
|
Sunday, 26 Nov 2023
|
01:18 Jose Alonso Cardenas Marquez (acm) | |