| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Changelog: https://github.com/hashicorp/vagrant/blob/v2.2.7/CHANGELOG.md
PR: 243672
Approved by: joe at thrallingpenguin dot com (maintainer)
Notes:
svn path=/head/; revision=525097
|
|
|
|
| |
Notes:
svn path=/head/; revision=525092
|
|
|
|
|
|
|
| |
- poppler was updated in r525051, bump revisions
Notes:
svn path=/head/; revision=525052
|
|
|
|
| |
Notes:
svn path=/head/; revision=525028
|
|
|
|
|
|
|
|
|
| |
PR: 243834 (based on)
Submitted by: terry-freebsd@glaver.org
MFH: 2020Q1
Notes:
svn path=/head/; revision=525025
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update sysutils/uefi-edk2-qemu to the TianoCore EDK2 edk2-stable201911
release.
Update python dependency to no longer use the obsolete python 2.7, but
instead require python 3.4 or newer.
Remove the openssl patch, since it's no longer needed.
Reviewed by: araujo, mikael
Approved by: araujo
Differential Revision: https://reviews.freebsd.org/D23466
Notes:
svn path=/head/; revision=525010
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Only link what we need (--as-needed) to get unnecessary dependencies
out of the executables.
Be sure to properly link libc dynamically and the rest statically,
especially libgcc (-static-libgcc, should fix powerpc* builds => [1])
After two years, drop the "for now" LLD_UNSAFE=yes (r457508 by emaste@).
As e2fsprogs dlopen()s libmagic these days, our LIBMAGIC override is
useless. Instead patch libmagic.so.1 -> libmagic.so (12.1 calls it
libmagic.so.4; patch to lib/support/plausible.c).
Refresh files/patch-misc__Makefile.in
PR: 242798 [1]
Notes:
svn path=/head/; revision=525006
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/cbsd/cbsd/releases/tag/v12.1.5
Notes:
svn path=/head/; revision=524995
|
|
|
|
|
|
|
| |
Reported by: Russian
Notes:
svn path=/head/; revision=524974
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
Notes:
svn path=/head/; revision=524957
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
Notes:
svn path=/head/; revision=524956
|
|
|
|
| |
Notes:
svn path=/head/; revision=524942
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=524808
|
|
|
|
| |
Notes:
svn path=/head/; revision=524786
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=524760
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.2.1 [1]
- Unbreak build on aarch64, by updating to newer golang:sys [2]
- Move sample file for syslog.d and newsyslog.conf.d to EXAMPLESDIR [3]
- Migrate to USES=go:modules to simplify building go dependency list
- Add new EXAMPLES option to allow installing these to be optional
Changes this release:
https://github.com/zrepl/zrepl/blob/v0.2.1/docs/changelog.rst
PR: 243354 [1], 242456 [2], 229445 [3]
Submitted by: dmgk [2]
Reported by: asomers [1], yuri [3]
Notes:
svn path=/head/; revision=524757
|
|
|
|
| |
Notes:
svn path=/head/; revision=524755
|
|
|
|
|
|
|
|
| |
Update to the last version, with an important fix to the cronjob
The current clean up job, is removing running instances
Notes:
svn path=/head/; revision=524714
|
|
|
|
| |
Notes:
svn path=/head/; revision=524705
|
|
|
|
|
|
|
|
|
| |
required for gitlab security update.
MFH: 2020Q1
Notes:
svn path=/head/; revision=524696
|
|
|
|
|
|
|
| |
inotify-tools has a new maintainer, changed to his fork.
Notes:
svn path=/head/; revision=524672
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We've had a USES+=compiler:c11 on powerpc64,
see <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231570>
extend and use it on all powerpc* in an attempt to fix PR 242798.
If that doesn't help, add a LIBUNWIND option that makes e2fsck's
signal catcher use libunwind instead of libexecinfo - FreeBSD's
stack unwinder doesn't currently work from signal handlers (#243746),
libunwind does and is supposed to work on powerpc and powerpc64,
among others.
PR: 242798
Reported by: canardo909@gmx.com
Notes:
svn path=/head/; revision=524662
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The configure script doesn't find backtrace() because it does not
attempt linking against -lexecinfo -lelf.
Note that currently backtrace() is broken at least on 12.1 amd64, and
does not return any frames. Filed separately as
<https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243746>
PR: 242798 (which prompts this change, but is not fixed)
Notes:
svn path=/head/; revision=524661
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Force rebuild all consumers to catch regressions early
- Switch to cross-compiled (from amd64) bootstraps for all
architectures generated with the incoming lang/rust-bootstrap
- Update cargo-c to 0.5.2 to unbreak librav1e build
- Make use of regular MAKE_ENV/TEST_ENV in lang/rust
- Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully
produce more useful failure logs when something panics during
builds
Changes: https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D23385
Notes:
svn path=/head/; revision=524658
|
|
|
|
|
|
|
|
|
|
| |
Cross platform utilities useful for performing various operations on SATA, SAS,
NVMe, and USB storage devices.
WWW: https://github.com/Seagate/openSeaChest
Notes:
svn path=/head/; revision=524644
|
|
|
|
|
|
|
|
|
| |
PR: 242874
Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
Approved by: maintainer timeout (gjvc@gjvc.com, > 1 month)
Notes:
svn path=/head/; revision=524621
|
|
|
|
|
|
|
|
| |
PR: 243694
Submitted by: takefu@airport.fm
Notes:
svn path=/head/; revision=524619
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update WWW
Changes: http://git.savannah.gnu.org/cgit/parallel.git/tree/NEWS
PR: 243332
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 15 days)
Notes:
svn path=/head/; revision=524599
|
|
|
|
|
|
|
| |
Changes: https://salsa.debian.org/debian/debhelper/-/tags
Notes:
svn path=/head/; revision=524569
|
|
|
|
|
|
|
|
|
|
|
| |
- Restore the nested cargo dependency
Changes: https://vector.dev/releases/0.7.1/
PR: 243687
Submitted by: Greg V (maintainer)
Notes:
svn path=/head/; revision=524558
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 243198
Submitted by: Lewis Cook <vulcan@wired.sh>
Approved by: churchers@gmail.com (maintainer)
Relnotes: https://github.com/churchers/vm-bhyve/releases/tag/v1.4.0
https://github.com/churchers/vm-bhyve/releases/tag/v1.4.2
Sponsored by: HAW International
Notes:
svn path=/head/; revision=524530
|
|
|
|
|
|
|
|
| |
Reported by: sunpoet
Pointyhat: bapt
Notes:
svn path=/head/; revision=524505
|
|
|
|
| |
Notes:
svn path=/head/; revision=524503
|
|
|
|
| |
Notes:
svn path=/head/; revision=524485
|
|
|
|
|
|
|
|
| |
Changelog: https://launchpad.net/duplicity/+milestone/0.8.09
https://launchpad.net/duplicity/+milestone/0.8.10
Notes:
svn path=/head/; revision=524484
|
|
|
|
| |
Notes:
svn path=/head/; revision=524479
|
|
|
|
|
|
|
|
|
| |
Reviewed by: tijl
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D23105
Notes:
svn path=/head/; revision=524476
|
|
|
|
| |
Notes:
svn path=/head/; revision=524450
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It is abandonded upstream for years and is Python-2.7-only.
Adjust consumers, some only need a rebuild, others have their
documentation formerly created by gnome-doc-utils / xml2po removed.
Remove gnomedocutils from USE_GNOME
Submitted by: rene
Approved by: portmgr (mat), gnome (kwm)
Differential Revision: https://reviews.freebsd.org/D23381
Notes:
svn path=/head/; revision=524409
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2020-01-27 security/kedpm: Unmaintained, uses EOLed python27
2020-01-27 security/parano: Unmaintained, uses EOLed python27
2020-01-27 security/py-cryptkit: Unmaintained, uses EOLed python27
2020-01-27 security/py-fchksum: Unmaintained, uses EOLed python27
2020-01-27 security/py-mhash: Unmaintained, uses EOLed python27
2020-01-27 security/py-pow: Unmaintained, uses EOLed python27
2020-01-27 security/py-pycryptopp: Unmaintained, uses EOLed python27
2020-01-27 security/py-trustedpickle: Unmaintained, uses EOLed python27
2020-01-27 security/py-twofish: Unmaintained, uses EOLed python27
2020-01-27 security/revelation: Unmaintained, uses EOLed python27
2020-01-27 security/spike-proxy: Unmaintained, uses EOLed python27
2020-01-27 security/umit: Unmaintained, uses EOLed python27
2020-01-27 sysutils/feather: Unmaintained, uses EOLed python27
2020-01-27 sysutils/py-bcfg2: Unmaintained, uses EOLed python27
2020-01-27 sysutils/rdiff-backup-devel: Unmaintained, uses EOLed python27
2020-01-27 sysutils/tentakel: Unmaintained, uses EOLed python27
2020-01-27 textproc/archmage: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-asv: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-dsv: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-excelerator: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-jaxml: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-libtre: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-pyctpp2: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-rstyoutube: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-rxp: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-syck: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-tvgrab: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-xlwriter: Unmaintained, uses EOLed python27
2020-01-27 textproc/py2html: Unmaintained, uses EOLed python27
2020-01-27 textproc/queequeg: Unmaintained, uses EOLed python27
2020-01-27 textproc/rubber: Unmaintained, uses EOLed python27
2020-01-27 textproc/silvercity: Unmaintained, uses EOLed python27
2020-01-27 textproc/xsv: Unmaintained, uses EOLed python27
2020-01-27 textproc/yould: Unmaintained, uses EOLed python27
2020-01-27 www/cherokee: Unmaintained, uses EOLed python27
2020-01-27 www/cppcms: Unmaintained, uses EOLed python27
2020-01-27 www/gaeutilities: Unmaintained, uses EOLed python27
2020-01-27 www/google-sitemapgen: Unmaintained, uses EOLed python27
2020-01-27 www/jtoolkit: Unmaintained, uses EOLed python27
2020-01-27 www/linkchecker: Unmaintained, uses EOLed python27
2020-01-27 www/ljdump: Unmaintained, uses EOLed python27
2020-01-27 www/monast: Unmaintained, uses EOLed python27
2020-01-27 www/py-django-paging: Unmaintained, uses EOLed python27
2020-01-27 www/py-fcgi: Unmaintained, uses EOLed python27
2020-01-27 www/py-http-parser: Unmaintained, uses EOLed python27
2020-01-27 www/py-meld: Unmaintained, uses EOLed python27
2020-01-27 www/py-mt: Unmaintained, uses EOLed python27
2020-01-27 www/py-rhodecode: Unmaintained, uses EOLed python27
2020-01-27 www/qooxdoo: Unmaintained, uses EOLed python27
2020-01-27 www/varnish-libvmod-maxminddb: Unmaintained, uses EOLed python27
2020-01-27 x11/metisse: Unmaintained, uses EOLed python27
2020-01-27 x11/ooxcb: Unmaintained, uses EOLed python27
2020-01-27 x11-toolkits/diorite: Unmaintained, uses EOLed python27
2020-01-27 x11-toolkits/nucleo: Unmaintained, only used by deprecated x11/metisse
2020-01-27 x11-toolkits/py-gui: Unmaintained, uses EOLed python27
2020-01-27 x11-wm/ede: Unmaintained, uses EOLed python27
2020-01-27 x11-wm/obapps: Unmaintained, uses EOLed python27
2020-01-27 x11-wm/obkey: Unmaintained, uses EOLed python27
2020-01-27 x11-wm/obmenu: Unmaintained, uses EOLed python27
2020-01-27 x11-wm/plwm: Unmaintained, uses EOLed python27
Notes:
svn path=/head/; revision=524265
|
|
|
|
|
|
|
| |
While there, document why patches are there.
Notes:
svn path=/head/; revision=524260
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- The spc plugin was removed inflavor for the gsm plugin.
- Added in tree qt plugin.
Changelog: https://gstreamer.freedesktop.org/releases/1.16/#1.16.2
Update net-im/fractal to 4.2.2 to support GStreamer 1.16 (approved by maintainer)
Thanks to antoine@ for the exp-run.
PR: 239386
Notes:
svn path=/head/; revision=524224
|
|
|
|
| |
Notes:
svn path=/head/; revision=524210
|
|
|
|
|
|
|
| |
Changes: https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git/tree/ChangeLog?h=v3.6.4
Notes:
svn path=/head/; revision=524188
|
|
|
|
| |
Notes:
svn path=/head/; revision=524185
|
|
|
|
| |
Notes:
svn path=/head/; revision=524184
|
|
|
|
|
|
|
| |
- Add UPDATING note about the incompatibility with Helm 2
Notes:
svn path=/head/; revision=524182
|
|
|
|
|
|
|
| |
- Use the latest golang/sys package to fix build on aarch64
Notes:
svn path=/head/; revision=524177
|
|
|
|
|
|
|
|
|
| |
filesystem to work against.
PR: 239344
Notes:
svn path=/head/; revision=524176
|
|
|
|
|
|
|
| |
- Use the latest golang/net package to fix the build on aarch64
Notes:
svn path=/head/; revision=524175
|