CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/01/01 02:02:17
Modified files:
databases/influxdb: Makefile
devel/cargo-audit: Makefile
devel/cbindgen : Makefile
devel/elfcat : Makefile
devel/snare : Makefile
mail/meli : Makefile
mail/stalwart/cli: Makefile
mail/stalwart/imap: Makefile
mail/stalwart/smtp: Makefile
net/bore : Makefile
net/dog : Makefile
net/routinator : Makefile
security/py-cryptography: Makefile
security/rbw : Makefile
security/sn0int: Makefile
sysutils/bat : Makefile
sysutils/broot : Makefile
sysutils/fclones: Makefile
textproc/amber : Makefile
textproc/jless : Makefile
textproc/mdbook: Makefile
www/castor : Makefile
www/geckodriver: Makefile
www/nextcloud_notify_push: Makefile
www/py-adblock : Makefile
x11/alacritty : Makefile
x11/xcolor : Makefile
Log message:
rust ports cleanup: use MODCARGO_WANTLIB in WANTLIB
fix WANTLIB for simple ports. rust ports are expected to use MODCARGO_WANTLIB
instead of hardcoding values (which will be soon different across archs).
replace "c c++abi pthread" by ${MODCARGO_WANTLIB} in WANTLIB
no changes, as it is the current value of MODCARGO_WANTLIB (even if buggy).
ok tb@