OpenBSD/ports 9VU5akC — net/ns Makefile
MODTK_VERSION=8.5 Needs devel/tclcl and lang/otcl, which are stuck on Tcl/Tk 8.5.
| Version | Delta | File | |
|---|---|---|---|
| 1.56 | +1 | -0 | net/ns/Makefile |
| +1 | -0 | 1 files | |
MODTK_VERSION=8.5 Needs devel/tclcl and lang/otcl, which are stuck on Tcl/Tk 8.5.
| Version | Delta | File | |
|---|---|---|---|
| 1.56 | +1 | -0 | net/ns/Makefile |
| +1 | -0 | 1 files | |
MODTK_VERSION=8.5 Needs devel/tclcl and lang/otcl, which are stuck on Tcl/Tk 8.5.
| Version | Delta | File | |
|---|---|---|---|
| 1.48 | +1 | -0 | net/nam/Makefile |
| +1 | -0 | 1 files | |
MODTK_VERSION=8.5 Needs Tcl internals that are not made available in the Tcl 8.6 port.
| Version | Delta | File | |
|---|---|---|---|
| 1.41 | +1 | -0 | lang/otcl/Makefile |
| +1 | -0 | 1 files | |
MODTK_VERSION=8.5 Needs Tcl internals that are not made available in the Tcl 8.6 port.
| Version | Delta | File | |
|---|---|---|---|
| 1.39 | +3 | -2 | devel/tclcl/Makefile |
| +3 | -2 | 1 files | |
Update to 0.9.6.
| Version | Delta | File | |
|---|---|---|---|
| 1.5 | +5 | -5 | textproc/tdom/patches/patch-configure |
| 1.5 | +3 | -3 | textproc/tdom/patches/patch-Makefile_in |
| 1.4 | +2 | -2 | textproc/tdom/distinfo |
| 1.9 | +1 | -1 | textproc/tdom/Makefile |
| 1.5 | +1 | -0 | textproc/tdom/pkg/PLIST |
| +12 | -11 | 5 files | |
Set TEST_IS_INTERACTIVE and add gtk+3 to BDEP for tests.
| Version | Delta | File | |
|---|---|---|---|
| 1.133 | +5 | -1 | x11/gnome/gjs/Makefile |
| +5 | -1 | 1 files | |
Fix BDEP versus TDEP.
| Version | Delta | File | |
|---|---|---|---|
| 1.132 | +2 | -3 | x11/gnome/gjs/Makefile |
| +2 | -3 | 1 files | |
rpki-client.8: bump draft dates, consistently use full month names
| Version | Delta | File | |
|---|---|---|---|
| 1.133 | +7 | -7 | usr.sbin/rpki-client/rpki-client.8 |
| +7 | -7 | 1 files | |
rpki-client.8: ditch -02 suffix from spl draft
| Version | Delta | File | |
|---|---|---|---|
| 1.132 | +3 | -3 | usr.sbin/rpki-client/rpki-client.8 |
| +3 | -3 | 1 files | |
update to py3-requests-file-2.1.0, based on a diff from wen heping timeout
| Version | Delta | File | |
|---|---|---|---|
| 1.6 | +12 | -17 | www/py-requests-file/Makefile |
| 1.2 | +2 | -2 | www/py-requests-file/distinfo |
| +14 | -19 | 2 files | |
rpki-client: fix plural of CRL in a comment
| Version | Delta | File | |
|---|---|---|---|
| 1.55 | +2 | -2 | usr.sbin/rpki-client/cms.c |
| +2 | -2 | 1 files | |
link py-nh3 to the build, and carry out the maturin build improvements that this previously missed out on because it wasn't linked to the build timeout
| Version | Delta | File | |
|---|---|---|---|
| 1.4 | +2 | -30 | www/py-nh3/Makefile |
| 1.4 | +1 | -4 | www/py-nh3/pkg/PLIST |
| 1.1163 | +1 | -0 | www/Makefile |
| +4 | -34 | 3 files | |
only try BIOCLOCK against bpf if tcpdump is using bpf. fixes tcpdump -r pcapfile, which is getting packets from a file, not the kernel via bpf. problem found by bluhm@ and regress tests ok deraadt@
| Version | Delta | File | |
|---|---|---|---|
| 1.59 | +2 | -2 | usr.sbin/tcpdump/privsep.c |
| +2 | -2 | 1 files | |
No need to check for PREFIX_FLAG_DEAD in the prefix tree walker callbacks. prefix_dump_r() already skips those via prefix_is_dead(). OK tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.52 | +2 | -4 | usr.sbin/bgpd/rde_peer.c |
| 1.664 | +2 | -2 | usr.sbin/bgpd/rde.c |
| +4 | -6 | 2 files | |
Simplify OF_chain() interface, remove commented out code, and do not bother flushing the cache for non-text parts of the kernel. Crank the bootloader version, just in case that last bit turns out to be a bad idea. ok kettenis@ deraadt@
| Version | Delta | File | |
|---|---|---|---|
| 1.8 | +1 | -10 | sys/arch/sparc64/stand/ofwboot/srt0.s |
| 1.45 | +4 | -5 | sys/arch/sparc64/stand/ofwboot/boot.c |
| 1.19 | +3 | -2 | sys/arch/sparc64/stand/ofwboot/elf64_exec.c |
| 1.8 | +2 | -2 | sys/arch/sparc64/stand/ofwboot/openfirm.h |
| 1.19 | +2 | -2 | sys/arch/sparc64/stand/ofwboot/Locore.c |
| 1.31 | +1 | -1 | sys/arch/sparc64/stand/ofwboot/vers.c |
| +13 | -22 | 6 files | |
Push netlock down to ifconf() and move copyout() out of netlock. Link interface and address descriptors to the `if_tmplist_lock' protected temporary lists while holding netlock and then release it. Do copyout() while following these lists and holding only `if_tmplist_lock'. ok bluhm
| Version | Delta | File | |
|---|---|---|---|
| 1.750 | +54 | -18 | sys/net/if.c |
| 1.140 | +2 | -1 | sys/net/if_var.h |
| +56 | -19 | 2 files | |
various syncs/bumps following python switch to 3.13
| Version | Delta | File | |
|---|---|---|---|
| 1.34 | +8 | -8 | devel/boost/pkg/PLIST-main |
| 1.86 | +3 | -3 | net/samba/pkg/PLIST-main |
| 1.156 | +2 | -2 | devel/boost/Makefile |
| 1.23 | +2 | -1 | math/imath/Makefile |
| 1.165 | +1 | -1 | net/avahi/Makefile |
| 1.10 | +1 | -1 | math/imath/pkg/PLIST |
| +17 | -16 | 6 files | |
add -V 1 to PKG_ARGS for ports using python 3, so that updates work without ERANGE bumps
| Version | Delta | File | |
|---|---|---|---|
| 1.113 | +5 | -1 | infrastructure/mk/arch-defines.mk |
| 1.220 | +4 | -1 | lang/python/python.port.mk |
| +9 | -2 | 2 files | |
depend on modules replacing python stdlib modules which were removed
| Version | Delta | File | |
|---|---|---|---|
| 1.11 | +9 | -4 | audio/py-speechrecognition/Makefile |
| 1.16 | +1 | -1 | security/routersploit/Makefile |
| +10 | -5 | 2 files | |
hook in new modules to replace python stdlib modules which were removed
| Version | Delta | File | |
|---|---|---|---|
| 1.518 | +3 | -3 | audio/Makefile |
| 1.1441 | +1 | -1 | net/Makefile |
| +4 | -4 | 2 files | |
update python/3 from 3.12.x to 3.13.9, various syncs etc to follow
| Version | Delta | File | |
|---|---|---|---|
| 1.10 | +4,943 | -4,895 | lang/python/3/pkg/PLIST-tests |
| 1.12 | +2,623 | -2,786 | lang/python/3/pkg/PLIST-main |
| 1.8 | +539 | -539 | lang/python/3/pkg/PLIST-idle |
| 1.6 | +143 | -147 | lang/python/3/pkg/PLIST-tkinter |
| 1.4 | +9 | -9 | lang/python/3/patches/patch-configure_ac |
| 1.17 | +4 | -6 | lang/python/3/Makefile |
| +8,261 | -8,382 | 8 files not shown | |
| +8,270 | -8,394 | 14 files | |
geo/postgis: update to 3.6.1
| Version | Delta | File | |
|---|---|---|---|
| 1.55 | +2 | -2 | geo/postgis/distinfo |
| 1.101 | +1 | -2 | geo/postgis/Makefile |
| +3 | -4 | 2 files | |
Bootblocks must read the old 16-partition "skinny" label. Later on, we'll add support for the 52-partition "fat" label.
| Version | Delta | File | |
|---|---|---|---|
| 1.6 | +15 | -3 | sys/lib/libsa/disklabel.c |
| +15 | -3 | 1 files | |
Update to py3-asyncssh-2.21.1.
| Version | Delta | File | |
|---|---|---|---|
| 1.3 | +2 | -2 | security/py-asyncssh/distinfo |
| 1.4 | +1 | -1 | security/py-asyncssh/Makefile |
| +3 | -3 | 2 files | |
Update to checkbashisms-2.25.25.
| Version | Delta | File | |
|---|---|---|---|
| 1.10 | +2 | -2 | sysutils/checkbashisms/distinfo |
| 1.22 | +1 | -1 | sysutils/checkbashisms/Makefile |
| +3 | -3 | 2 files | |
Update to py3-command_runner-1.7.5.
| Version | Delta | File | |
|---|---|---|---|
| 1.3 | +2 | -2 | sysutils/py-command_runner/distinfo |
| 1.8 | +1 | -1 | sysutils/py-command_runner/Makefile |
| +3 | -3 | 2 files | |
Add doc for setusercontext(LOGIN_SETXDGENV) ok matthieu@
| Version | Delta | File | |
|---|---|---|---|
| 1.25 | +9 | -2 | lib/libc/gen/login_cap.3 |
| +9 | -2 | 1 files | |
Update to py3-phonenumbers-9.0.18.
| Version | Delta | File | |
|---|---|---|---|
| 1.24 | +2 | -2 | telephony/py-phonenumbers/distinfo |
| 1.36 | +1 | -1 | telephony/py-phonenumbers/Makefile |
| +3 | -3 | 2 files | |
Really unbreak for girepository-2.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.2 | +6 | -6 | x11/mate/pluma/patches/patch-pluma_pluma-plugins-engine_c |
| 1.41 | +1 | -1 | x11/mate/pluma/Makefile |
| +7 | -7 | 2 files | |
Really unbreak for girepository-2.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.197 | +4 | -4 | x11/gnome/eog/Makefile |
| 1.2 | +3 | -3 | x11/gnome/eog/patches/patch-src_eog-plugin-engine_c |
| +7 | -7 | 2 files | |