CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/09/02 00:17:29
Modified files:
security/aircrack-ng: Makefile
www/firefox-esr: Makefile
www/mozilla-firefox: Makefile
multimedia/gstreamer1/plugins-bad: Makefile
devel/libgtop2 : Makefile
net/usrsctp : Makefile
net/miniupnp/miniupnpd: Makefile
net/net-snmp : Makefile
net/zabbix : Makefile
mail/mozilla-thunderbird: Makefile
games/warzone2100: Makefile
Log message:
Bump potential struct ifnet consumers
sys/net/if_var.h r1.116 "Remove struct ifnet's unused if_switchport member"
should be of no concern in ports land, but some actively do
- define _KERNEL and/or
https://codesearch.debian.net/search?q=%23%5Cs*define%5Cs%2B_KERNEL%5Cb+filetype%3Ac&literal=0
curl -s https://codesearch.debian.net/results/a710598a524e63cb/packages.txt
- include <net/if_var.h>
https://codesearch.debian.net/search?q=%3Cnet%2Fif_var.h%3E+filetype%3Ac&literal=1
curl -s https://codesearch.debian.net/results/3264f4d6c8ec573a/packages.txt
Running the packages.txt files through 'sort -u' and 'comm -12', filtering
for ports we actually have and further limiting it down to individual
packages rather than the whole port (thanks sthen) leaves us with
$ infrastructure/bin/portbump -r \
devel/libgtop2 \
games/warzone2100 \
mail/mozilla-thunderbird \
multimedia/gstreamer1/plugins-bad \
net/miniupnp/miniupnpd \
net/net-snmp,-main \
net/usrsctp \
net/zabbix,-main \
security/aircrack-ng \
www/firefox-esr \
www/mozilla-firefox
Bump them all to pick up the new header/struct.
Feedback OK sthen