User Details
- User Since
- Jul 19 2018, 5:53 PM (384 w, 3 d)
Wed, Nov 26
@vishwin Have you had time to check the updated patch? The distutils approach is now behind a switch, being an opt-in.
Tue, Nov 25
Mon, Nov 24
Remove obsolete patch
rebase onto main
Sun, Nov 23
Sat, Nov 22
Fri, Nov 21
This port made me curious, though I don't live in Spain:
- Why the hell did they pack a deb package in a ZIP file, clowns
- The data.tar has some interesting things you like have missed:
- Autofirma.js is for Firefox which will autoinject into prefs.js, it is user.js for Autofirma. You didn't handle this at all. It contains also a path which needs to be fixed for LOCALBASE
- What happened to autofirmaConfigurador.jar?
- Autofirma.png is located next to the JAR, will it be found in a different location?
- You did not patch afirma.desktop
- es.gob.afirma.metainfo.xml isn't required? ...and it clearly states that is depends on libnss3-tools
Out of curiousity, since I see Mozilla and NSS here, does the library internally use NSS for something? Does it perform System#loadLibrary()? If yes, you might want to depend on NSS as well. Maybe you should investigate...
Thu, Nov 20
Rework to "git describe --tags"
Update distname and tag name according to Porter's Handbook: https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-master_sites-github-ex2
Sync with vm-bhyve-devel
Wed, Nov 19
Isn't it better not to have a driver at all rather than having one which is six years old, a preview and heck knows working at all reasonably?
Maintainer, any objection?
Maintainer, any objection?
Tue, Nov 18
Just experienced the inconsistency with distutils myself:
Sun, Nov 16
Maintainer has ignored my review and updated the port.
Fri, Nov 14
Thu, Nov 13
It took me countless hours, but these do build:
archivers/py-cramjam chinese/py-rjieba databases/py-datafusion databases/py-sqlglotrs databases/py-sqloxide devel/py-tox-toml-fmt devel/py-deptry devel/py-qcs-sdk-python devel/py-regress devel/py-rpds-py devel/py-ruff devel/py-pyperscan devel/py-pyproject-fmt-rust devel/py-jellyfish devel/py-orjson devel/py-pendulum devel/py-pydantic-core devel/py-pyproject-fmt devel/py-ty devel/py-watchfiles devel/py-pycrdt devel/py-dbt-extractor devel/py-ormsgpack devel/py-fastuuid devel/py-uv-build08 lang/py-dhall math/py-clarabel math/py-pcodec misc/py-lazrs misc/py-hf-xet misc/py-polars misc/py-pyqir misc/py-safetensors www/py-adblock www/py-jh2 www/py-nh3 www/py-qh3 www/py-granian www/py-pywry www/py-primp security/py-cryptography textproc/py-pycddl textproc/py-jiter textproc/py-tokenizers textproc/py-textual-speedups x11-fonts/py-shaperglot
Wed, Nov 12
Now use "make cargo-crates"
Recreate crates list
Tue, Nov 11
truss output:
root@135-release-amd64-default-head:/usr/ports/devel/uv # grep /usr/local/etc --color out
read(3,"includedir /usr/local/etc/libmap"...,35) = 35 (0x23)
open("/usr/local/etc/libmap.d",O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC,0165) ERR#2 'No such file or directory'
fstatat(AT_FDCWD,"/usr/local/etc/xdg/uv/uv.toml",0x348e6c167210,0x0) ERR#2 'No such file or directory'
fstatat(AT_FDCWD,"/usr/local/etc/uv/uv.toml",0x348e6c167210,0x0) ERR#2 'No such file or directory'
root@135-release-amd64-default-head:/usr/ports/devel/uv #Creates file produced by:
awk '/name = / { gsub(/"/, "", $3); name=$3 } /version = / { gsub(/"/, "", $3); print "\t\t" name "-" $3 " \\" }' Cargo.lock | sort -u > ../../Makefile.cratesManually applied by maintainer.
Updating the patch making bdist_wheel opt-in.
Mon, Nov 10
Reivew has been ignored by maintainer.
Reivew has been ignored by maintainer.
Sun, Nov 9
Both patches apply cleanly here.
@mikael Any objections? This has also been incorporated into devel/uv, upstream patch is in discussion.