Re: [update] chafa 1.10.0
Florian Viehweger wrote: > Hi, > > this updates chafa to 1.10.0. > > Changes are listed here[1]. > > Some testing done on amd64. No issues found. > > Tests on big endian architectures welcome. > > portcheck, 'make lib-depends-check' and 'make test' are happy. ('make test' is a noop in this case. upstream has a tests directory with a test program but it's not hooked up as you would expect from an autotools-based project and doesn't seem to do anything that's worth the effort to roll a custom do-test that builds term-info-test.c and runs it.) > Comments? agree on the minor bump (no symbols removed and i haven't spotted anything that would require a major bump looking at the diff with the previous version, only a struct change in an internal header that's exported opaquely) committed, thanks! > Thanks! > > [1] https://github.com/hpjansson/chafa/blob/master/NEWS > > Index: Makefile > === > RCS file: /cvs/ports/graphics/chafa/Makefile,v > retrieving revision 1.6 > diff -u -p -u -p -r1.6 Makefile > --- Makefile 12 Mar 2022 10:25:34 - 1.6 > +++ Makefile 21 Mar 2022 16:16:02 - > @@ -1,7 +1,7 @@ > COMMENT =character art facsimile generator > -DISTNAME = chafa-1.8.0 > +DISTNAME = chafa-1.10.0 > > -SHARED_LIBS += chafa 2.0 # 6.0 > +SHARED_LIBS += chafa 2.1 # 6.0 > > CATEGORIES = graphics > > Index: distinfo > === > RCS file: /cvs/ports/graphics/chafa/distinfo,v > retrieving revision 1.4 > diff -u -p -u -p -r1.4 distinfo > --- distinfo 12 Mar 2022 10:25:34 - 1.4 > +++ distinfo 21 Mar 2022 16:16:02 - > @@ -1,2 +1,2 @@ > -SHA256 (chafa-1.8.0.tar.xz) = If9lLYNrogcJjEDEWWUrLx3myKZPv/xi58YxnO0yKGs= > -SIZE (chafa-1.8.0.tar.xz) = 435712 > +SHA256 (chafa-1.10.0.tar.xz) = iPS4sVQfmCMK8R1N4ujci4pMU329V9wvY/LgpI09aO4= > +SIZE (chafa-1.10.0.tar.xz) = 511416
Re: [NEW] security/passphraseme-0.1.4
George Rosamond wrote: > On 3/21/22 05:22, Stefan Hagen wrote: > > George Rosamond wrote (2022-03-21 03:02 CET): > >> Simple python-based tool to generate Diceware-like passphrases from > >> provided or custom lists. > >> > >> From pkg/DESCR: > >> > >> A quick and simple cryptographically secure script to generate high > >> entropy passphrases using the Electronic Frontier Foundation's > >> wordlists, including their fandom-inspired wordlists. > > > > PLIST: > > share/passphraseme/README.md > > > > Can you move this to the doc directory please? > > share/doc/passphraseme/README.md > > Ooops. Fixed in attached tarball. > > > > > I was lucky and hit the one broken word: > > Line 1407 in startrek-2018.txt contains a replacement character 0xFFFD. > > > > $ passphraseme -st > > fianc�e point relief ostensibly path difficulty vaporizing > > > > But that's something upstream should fix. > > Wow. Will deal with that. > > > > > With the readme in the correct directory: OK sdk@ imported with a tweak, thanks! (the port was still installing an empty directory share/passphraseme) Cheers, Omar Polo > Thanks > > g
Re: [NEW] fonts/doulos-cipher
Stuart Henderson wrote: > On 2022/03/20 07:20, Yifei Zhan wrote: > > On 22/03/20 06:58AM, Yifei Zhan wrote: > > > On 22/03/19 09:03PM, George Rosamond wrote: > > > > From pkg/DESCR: > > > > > > > > The Cipher music notation is used throughout Indonesia and China for all > > > > kinds of music. The font is not intended for general orthographic use, > > > > although it is usable for song lyrics in simple Roman writing systems. > > > > This > > > > solution is primarily intended for fairly straightforward songbooks for > > > > singers, not for complex instrumental music. It can handle harmony lines > > > > fine, but not a lot of intricacies or subtleties (e.g. no staccato). > > > > > > > > > > Tested with jianpu notation on firefox and gedit, looks good to me. > > > nitpik: HOMEPAGE looks dead to me (404), updated it in the attached > > > tarball. > > > > > > > oops, forgot my tarball... > > OK sthen to import the port looks fine, it's OK for me too. just a question: is the COMMENT right? it says "Unicode-based font for Roman and Cyrillic" which is the same as font/doulos; copy-paste error? :)
Re: [update] herbstluftwm 0.9.4
Florian Viehweger wrote: > Hi, > > this updates herbstluftwm to 0.9.4. Changes are listed here[1]. > > Port-wise there is a new dependency: Xfixes. > > portcheck, 'make lib-depends-check' and 'make test' are happy. > > So far, no issues on amd64, i386 is due later. > > Tests on big endian architectures welcome. > > Comments? lightly tested but works great. the tabbed window titles are really nice :) committed, thanks! > Thanks! > > [1] https://herbstluftwm.org/news.html > > > Index: Makefile > === > RCS file: /cvs/ports/x11/herbstluftwm/Makefile,v > retrieving revision 1.23 > diff -u -p -u -p -r1.23 Makefile > --- Makefile 11 Mar 2022 20:16:05 - 1.23 > +++ Makefile 16 Mar 2022 17:02:03 - > @@ -1,5 +1,5 @@ > COMMENT =manual tiling window manager > -DISTNAME = herbstluftwm-0.9.3 > +DISTNAME = herbstluftwm-0.9.4 > CATEGORIES = x11 > > HOMEPAGE = https://herbstluftwm.org/ > @@ -10,8 +10,8 @@ MAINTAINER =Lucas , \ > # BSD > PERMIT_PACKAGE = Yes > > -WANTLIB += ${COMPILER_LIBCXX} X11 Xext Xft Xinerama Xrandr Xrender > -WANTLIB += c freetype m z > +WANTLIB += ${COMPILER_LIBCXX} X11 Xext Xfixes Xft Xinerama Xrandr > +WANTLIB += Xrender c freetype m z > > MASTER_SITES = https://herbstluftwm.org/tarballs/ > > Index: distinfo > === > RCS file: /cvs/ports/x11/herbstluftwm/distinfo,v > retrieving revision 1.10 > diff -u -p -u -p -r1.10 distinfo > --- distinfo 5 Jun 2021 11:21:31 - 1.10 > +++ distinfo 16 Mar 2022 17:02:03 - > @@ -1,2 +1,2 @@ > -SHA256 (herbstluftwm-0.9.3.tar.gz) = > C6exvQKWbm7v4ngFdTCCQGotKVS8Qf4EDRzKrtJewQU= > -SIZE (herbstluftwm-0.9.3.tar.gz) = 497523 > +SHA256 (herbstluftwm-0.9.4.tar.gz) = > 7vju0HavM68qdZEcD7EhX9s0J2BqA06otE/naHLLA8w= > +SIZE (herbstluftwm-0.9.4.tar.gz) = 549029
firefox - uBlock Origin extension not installing
Hello, Latest amd64 snapshot here, Firefox is not able to install uBlock Origin extension. I went to the Add-ons and Themes menu, Extensions and clicked Add ... then a confirmation, waiting, then confirm again , then stop and coming back to install page with Add button ... over and over again. It worked before, but I didn't track the versions. I'm curious if someone experienced the same and if it is because of firefox itself or is it just a theme incompatibility. Thanks
Re: [NEW] fonts/doulos-cipher
On 3/22/22 05:17, Omar Polo wrote: Stuart Henderson wrote: On 2022/03/20 07:20, Yifei Zhan wrote: On 22/03/20 06:58AM, Yifei Zhan wrote: On 22/03/19 09:03PM, George Rosamond wrote: From pkg/DESCR: The Cipher music notation is used throughout Indonesia and China for all kinds of music. The font is not intended for general orthographic use, although it is usable for song lyrics in simple Roman writing systems. This solution is primarily intended for fairly straightforward songbooks for singers, not for complex instrumental music. It can handle harmony lines fine, but not a lot of intricacies or subtleties (e.g. no staccato). Tested with jianpu notation on firefox and gedit, looks good to me. nitpik: HOMEPAGE looks dead to me (404), updated it in the attached tarball. oops, forgot my tarball... OK sthen to import the port looks fine, it's OK for me too. just a question: is the COMMENT right? it says "Unicode-based font for Roman and Cyrillic" which is the same as font/doulos; copy-paste error? :) COMMENT fixed in attached, based on Yifei Zhan's HOMEPAGE fix. Thanks George doulos-cipher-1.0.20.tgz Description: Binary data
[NEW] x11/clipmenu, x11/clipnotify
Hi ports@, I don't know about you guys but I can't function without a clipboard manager. A few years ago I was looking for the perfect one and while I haven't found one yet I feel that clipmenu is damn near close. % pkg_info clipmenu Information for inst:clipmenu-6.2.0 Comment: simple clipboard manager using dmenu Description: clipmenu is a simple clipboard manager using dmenu or rofi. The behavior of clipmenud can be customized through environment variables. Despite being only <300 lines, clipmenu has many useful features, including: * Customising the maximum number of clips stored (default 1000) * Disabling clip collection temporarily with clipctl * Not storing clipboard changes from certain programs, like password managers * Taking direct ownership of the clipboard Maintainer: Thim Cederlund WWW: https://github.com/cdown/clipmenu % pkg_info clipnotify Information for inst:clipnotify-1.0.2 Comment: simple program that waits until a new selection is available Required by: clipmenu-6.2.0 Description: clipnotify waits until a new selection is available and then exits. It is primarly made for clipmenu, but it can be used in shell scripts. Maintainer: Thim Cederlund WWW: https://github.com/cdown/clipnotify Best Regards, Thim Cederlund clipmenu.tar.gz Description: application/tar-gz clipnotify.tar.gz Description: application/tar-gz
UPDATE: Nextcloud-23.0.3
Hello, Update for Nextcloud to 23.0.3: https://nextcloud.com/changelog/#latest23 OK? Comments? Cheers.- -- %gonzalo ? nextcloud-23.0.3.log Index: Makefile === RCS file: /cvs/ports/www/nextcloud/23/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile11 Mar 2022 20:10:10 - 1.3 +++ Makefile22 Mar 2022 19:16:56 - @@ -1,3 +1,3 @@ -NC_VERSION=23.0.2 +NC_VERSION=23.0.3 .include Index: distinfo === RCS file: /cvs/ports/www/nextcloud/23/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo16 Feb 2022 15:18:48 - 1.2 +++ distinfo22 Mar 2022 19:16:56 - @@ -1,2 +1,2 @@ -SHA256 (nextcloud-23.0.2.tar.bz2) = ngJGLTjqq2RX/KgHe9Rv54w6qtRC6RpuEuMvp9UbxO4= -SIZE (nextcloud-23.0.2.tar.bz2) = 139878469 +SHA256 (nextcloud-23.0.3.tar.bz2) = OUAdQA+rAqhKF16m6ZW47UEQ+66kjIdiMLTwl1WmKYY= +SIZE (nextcloud-23.0.3.tar.bz2) = 139983015 Index: pkg/PLIST === RCS file: /cvs/ports/www/nextcloud/23/pkg/PLIST,v retrieving revision 1.3 diff -u -p -r1.3 PLIST --- pkg/PLIST 11 Mar 2022 20:10:10 - 1.3 +++ pkg/PLIST 22 Mar 2022 19:16:57 - @@ -8479,6 +8479,8 @@ nextcloud/apps/accessibility/l10n/af.js nextcloud/apps/accessibility/l10n/af.json nextcloud/apps/accessibility/l10n/ar.js nextcloud/apps/accessibility/l10n/ar.json +nextcloud/apps/accessibility/l10n/be.js +nextcloud/apps/accessibility/l10n/be.json nextcloud/apps/accessibility/l10n/bg.js nextcloud/apps/accessibility/l10n/bg.json nextcloud/apps/accessibility/l10n/bn_BD.js @@ -8507,6 +8509,8 @@ nextcloud/apps/accessibility/l10n/es.js nextcloud/apps/accessibility/l10n/es.json nextcloud/apps/accessibility/l10n/es_AR.js nextcloud/apps/accessibility/l10n/es_AR.json +nextcloud/apps/accessibility/l10n/es_CL.js +nextcloud/apps/accessibility/l10n/es_CL.json nextcloud/apps/accessibility/l10n/es_CO.js nextcloud/apps/accessibility/l10n/es_CO.json nextcloud/apps/accessibility/l10n/es_DO.js @@ -8557,6 +8561,8 @@ nextcloud/apps/accessibility/l10n/lv.js nextcloud/apps/accessibility/l10n/lv.json nextcloud/apps/accessibility/l10n/mk.js nextcloud/apps/accessibility/l10n/mk.json +nextcloud/apps/accessibility/l10n/mr.js +nextcloud/apps/accessibility/l10n/mr.json nextcloud/apps/accessibility/l10n/ms_MY.js nextcloud/apps/accessibility/l10n/ms_MY.json nextcloud/apps/accessibility/l10n/nb.js @@ -8989,6 +8995,8 @@ nextcloud/apps/admin_audit/l10n/et_EE.js nextcloud/apps/admin_audit/l10n/et_EE.json nextcloud/apps/admin_audit/l10n/eu.js nextcloud/apps/admin_audit/l10n/eu.json +nextcloud/apps/admin_audit/l10n/fa.js +nextcloud/apps/admin_audit/l10n/fa.json nextcloud/apps/admin_audit/l10n/fi.js nextcloud/apps/admin_audit/l10n/fi.json nextcloud/apps/admin_audit/l10n/fr.js @@ -9273,6 +9281,7 @@ nextcloud/apps/circles/lib/Command/Circl nextcloud/apps/circles/lib/Command/CirclesMemberships.php nextcloud/apps/circles/lib/Command/CirclesRemote.php nextcloud/apps/circles/lib/Command/CirclesReport.php +nextcloud/apps/circles/lib/Command/CirclesSetting.php nextcloud/apps/circles/lib/Command/CirclesSync.php nextcloud/apps/circles/lib/Command/CirclesTest.php nextcloud/apps/circles/lib/Command/FixUniqueId.php @@ -9417,6 +9426,7 @@ nextcloud/apps/circles/lib/Exceptions/In nextcloud/apps/circles/lib/Exceptions/InvalidIdException.php nextcloud/apps/circles/lib/Exceptions/InvalidModelException.php nextcloud/apps/circles/lib/Exceptions/JsonException.php +nextcloud/apps/circles/lib/Exceptions/JsonNotRequestedException.php nextcloud/apps/circles/lib/Exceptions/LinkedGroupNotAllowedException.php nextcloud/apps/circles/lib/Exceptions/MaintenanceException.php nextcloud/apps/circles/lib/Exceptions/MemberAlreadyExistsException.php @@ -9470,6 +9480,7 @@ nextcloud/apps/circles/lib/FederatedItem nextcloud/apps/circles/lib/FederatedItems/CircleEdit.php nextcloud/apps/circles/lib/FederatedItems/CircleJoin.php nextcloud/apps/circles/lib/FederatedItems/CircleLeave.php +nextcloud/apps/circles/lib/FederatedItems/CircleSetting.php nextcloud/apps/circles/lib/FederatedItems/CircleSettings.php nextcloud/apps/circles/lib/FederatedItems/Files/ nextcloud/apps/circles/lib/FederatedItems/Files/FileShare.php @@ -9559,6 +9570,8 @@ nextcloud/apps/circles/lib/Migration/Ver nextcloud/apps/circles/lib/Migration/Version0022Date20220526113601.php nextcloud/apps/circles/lib/Migration/Version0022Date20220703115023.php nextcloud/apps/circles/lib/Migration/Version0023Date20211216113101.php +nextcloud/apps/circles/lib/Migration/Version0024Date20220203123901.php +nextcloud/apps/circles/lib/Migration/Version0024Date20220203123902.php nextcloud/apps/circles/lib/Model/ nextcloud/apps/circles/lib/Model/BaseCircle.php nextcloud/apps/circles/lib/Model/BaseMember.php @@ -9648,6 +9661,52 @@ nextcloud/apps/circles/l
UPDATE: Nextcloud-22.2.6
Hello, Update for Nextcloud to 22.2.6: https://nextcloud.com/changelog/#latest22 OK? Comments? Cheers.- -- %gonzalo Index: Makefile === RCS file: /cvs/ports/www/nextcloud/22/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile11 Mar 2022 20:10:10 - 1.8 +++ Makefile22 Mar 2022 19:48:59 - @@ -1,3 +1,3 @@ -NC_VERSION=22.2.4 +NC_VERSION=22.2.6 .include Index: distinfo === RCS file: /cvs/ports/www/nextcloud/22/distinfo,v retrieving revision 1.6 diff -u -p -r1.6 distinfo --- distinfo16 Feb 2022 15:31:53 - 1.6 +++ distinfo22 Mar 2022 19:48:59 - @@ -1,2 +1,2 @@ -SHA256 (nextcloud-22.2.4.tar.bz2) = 9Jeg/aLcyBs1ql+qXgq24lSZBa4ij+NXp6eBD4MUzm4= -SIZE (nextcloud-22.2.4.tar.bz2) = 131112732 +SHA256 (nextcloud-22.2.6.tar.bz2) = Dx0PDLAAxRsRiGviWorc5HiEbDIzVy/PKLRMXUA24jU= +SIZE (nextcloud-22.2.6.tar.bz2) = 131746258 Index: pkg/PLIST === RCS file: /cvs/ports/www/nextcloud/22/pkg/PLIST,v retrieving revision 1.8 diff -u -p -r1.8 PLIST --- pkg/PLIST 11 Mar 2022 20:10:10 - 1.8 +++ pkg/PLIST 22 Mar 2022 19:49:01 - @@ -18,9 +18,93 @@ nextcloud/3rdparty/LICENSE INFO nextcloud/3rdparty/README.md nextcloud/3rdparty/autoload.php nextcloud/3rdparty/aws/ +nextcloud/3rdparty/aws/aws-crt-php/ +nextcloud/3rdparty/aws/aws-crt-php/.clang-format +nextcloud/3rdparty/aws/aws-crt-php/.clang-format-ignore +nextcloud/3rdparty/aws/aws-crt-php/.gitignore +nextcloud/3rdparty/aws/aws-crt-php/.gitmodules +nextcloud/3rdparty/aws/aws-crt-php/CONTRIBUTING.md +nextcloud/3rdparty/aws/aws-crt-php/LICENSE +nextcloud/3rdparty/aws/aws-crt-php/Makefile.frag +nextcloud/3rdparty/aws/aws-crt-php/Makefile.frag.w32 +nextcloud/3rdparty/aws/aws-crt-php/NOTICE +nextcloud/3rdparty/aws/aws-crt-php/README.md +nextcloud/3rdparty/aws/aws-crt-php/builder.json +nextcloud/3rdparty/aws/aws-crt-php/composer.json +nextcloud/3rdparty/aws/aws-crt-php/config.m4 +nextcloud/3rdparty/aws/aws-crt-php/config.w32 +nextcloud/3rdparty/aws/aws-crt-php/ext/ +nextcloud/3rdparty/aws/aws-crt-php/ext/.gitignore +nextcloud/3rdparty/aws/aws-crt-php/ext/awscrt.c +nextcloud/3rdparty/aws/aws-crt-php/ext/awscrt.stub.php +nextcloud/3rdparty/aws/aws-crt-php/ext/awscrt_arginfo.h +nextcloud/3rdparty/aws/aws-crt-php/ext/crc.c +nextcloud/3rdparty/aws/aws-crt-php/ext/credentials.c +nextcloud/3rdparty/aws/aws-crt-php/ext/crt.c +nextcloud/3rdparty/aws/aws-crt-php/ext/event_loop.c +nextcloud/3rdparty/aws/aws-crt-php/ext/http.c +nextcloud/3rdparty/aws/aws-crt-php/ext/logging.c +nextcloud/3rdparty/aws/aws-crt-php/ext/php_aws_crt.h +nextcloud/3rdparty/aws/aws-crt-php/ext/php_util.c +nextcloud/3rdparty/aws/aws-crt-php/ext/signing.c +nextcloud/3rdparty/aws/aws-crt-php/ext/stream.c +nextcloud/3rdparty/aws/aws-crt-php/format-check.sh +nextcloud/3rdparty/aws/aws-crt-php/gen_api.php +nextcloud/3rdparty/aws/aws-crt-php/gen_stub.php +nextcloud/3rdparty/aws/aws-crt-php/package.xml-template_post +nextcloud/3rdparty/aws/aws-crt-php/package.xml-template_pre +nextcloud/3rdparty/aws/aws-crt-php/php-win.ini +nextcloud/3rdparty/aws/aws-crt-php/php.ini +nextcloud/3rdparty/aws/aws-crt-php/prepare_package_xml.sh +nextcloud/3rdparty/aws/aws-crt-php/prepare_release.sh +nextcloud/3rdparty/aws/aws-crt-php/run_tests +nextcloud/3rdparty/aws/aws-crt-php/run_tests.bat +nextcloud/3rdparty/aws/aws-crt-php/src/ +nextcloud/3rdparty/aws/aws-crt-php/src/.gitignore +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/ +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/ +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/Auth/ +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/Auth/AwsCredentials.php +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/Auth/CredentialsProvider.php +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/Auth/Signable.php +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/Auth/SignatureType.php +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/Auth/SignedBodyHeaderType.php +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/Auth/Signing.php +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/Auth/SigningAlgorithm.php +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/Auth/SigningConfigAWS.php +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/Auth/SigningResult.php +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/Auth/StaticCredentialsProvider.php +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/CRT.php +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/HTTP/ +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/HTTP/Headers.php +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/HTTP/Message.php +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/HTTP/Request.php +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/HTTP/Response.php +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/IO/ +nextcloud/3rdparty/aws/aws-crt-php/src/AWS/CRT/IO/EventLoopGroup.php +nextcloud/3rdparty/aws/aw
[update] samba-4.15.6
samba-4.15.6 has been recently released. 4.16.0 has been released too but I want us to stay on 4.15.X until 7.1 is tagged. Update diff below, untested besides pkg_add -u. Runtime tests / oks welcome. Release notes: https://www.samba.org/samba/history/samba-4.15.6.html Index: Makefile === RCS file: /home/cvs/ports/net/samba/Makefile,v retrieving revision 1.310 diff -u -p -r1.310 Makefile --- Makefile13 Mar 2022 00:09:45 - 1.310 +++ Makefile22 Mar 2022 18:24:53 - @@ -1,9 +1,7 @@ -VERSION = 4.15.5 +VERSION = 4.15.6 DISTNAME = samba-${VERSION} EPOCH =0 -REVISION-main =2 -REVISION-ldb = 1 -REVISION-tevent = 3 +REVISION-tevent = 4 COMMENT-main = SMB and CIFS client and server for UNIX COMMENT-ldb = LDAP-like embedded database @@ -19,7 +17,7 @@ PKGNAME-docs =samba-docs-${VERSION} PKG_ARCH-docs =* -LDB_V =2.4.1 +LDB_V =2.4.2 TEVENT_V = 0.11.0 SHARED_LIBS = asn1-samba4 2.0 \ @@ -47,7 +45,7 @@ SHARED_LIBS = asn1-samba4 2.0 \ samba-errors2.1 \ samba-hostconfig9.0 \ samba-passdb3.0 \ - samba-util 7.1 \ + samba-util 7.2 \ samdb 2.0 \ smbclient 6.1 \ smbconf 10.1 \ Index: distinfo === RCS file: /home/cvs/ports/net/samba/distinfo,v retrieving revision 1.90 diff -u -p -r1.90 distinfo --- distinfo2 Feb 2022 12:33:52 - 1.90 +++ distinfo22 Mar 2022 13:10:29 - @@ -1,2 +1,2 @@ -SHA256 (samba-4.15.5.tar.gz) = aRFeM4MZN7pRUb4CR5QxR3Za7OZYunQ/RHQWcq1o0X8= -SIZE (samba-4.15.5.tar.gz) = 19279071 +SHA256 (samba-4.15.6.tar.gz) = BXW5makEhEWCBCjcVAuoqVJ85Zb6Zq8C6iuh6pV4vLQ= +SIZE (samba-4.15.6.tar.gz) = 19290189 Index: patches/patch-python_samba_provision___init___py === RCS file: /home/cvs/ports/net/samba/patches/patch-python_samba_provision___init___py,v retrieving revision 1.10 diff -u -p -r1.10 patch-python_samba_provision___init___py --- patches/patch-python_samba_provision___init___py10 Mar 2022 00:04:07 - 1.10 +++ patches/patch-python_samba_provision___init___py22 Mar 2022 13:10:29 - @@ -3,7 +3,7 @@ Index: python/samba/provision/__init__.py --- python/samba/provision/__init__.py.orig +++ python/samba/provision/__init__.py -@@ -2172,7 +2172,7 @@ def provision(logger, session_info, smbconf=None, +@@ -2175,7 +2175,7 @@ def provision(logger, session_info, smbconf=None, root_gid = pwd.getpwuid(root_uid).pw_gid try: Index: patches/patch-source3_wscript === RCS file: /home/cvs/ports/net/samba/patches/patch-source3_wscript,v retrieving revision 1.14 diff -u -p -r1.14 patch-source3_wscript --- patches/patch-source3_wscript 10 Mar 2022 00:04:07 - 1.14 +++ patches/patch-source3_wscript 22 Mar 2022 13:10:29 - @@ -22,7 +22,7 @@ Index: source3/wscript conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True) # We crash without vfs_default -@@ -1677,6 +1678,7 @@ main() { +@@ -1683,6 +1684,7 @@ main() { conf.CHECK_CODE('void seekdir(DIR *d, long loc) { return; }', 'SEEKDIR_RETURNS_VOID', @@ -30,7 +30,7 @@ Index: source3/wscript headers='sys/types.h dirent.h', msg='Checking whether seekdir returns void') -@@ -1790,7 +1792,7 @@ main() { +@@ -1796,7 +1798,7 @@ main() { else: conf.fatal('AFS headers not available, but --with-fake-kaserver was specified') -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
Re: firefox - uBlock Origin extension not installing
Please disregard the previous message in this thread: the twm windows manager was the culprit. It seems it is very sensible when it comes to display windows above the main browser window, i.e. pop-up menus, tooltips, overlays menu, etc. This twm got me again, so i came back to cwm and add-on installs fine.
UPDATE: arm-compute-library 22.02
Hi, This updates arm-compute-library to 22.02. Changes are listed here [1]. ok? [1] https://arm-software.github.io/ComputeLibrary/v22.02/versions_changelogs.xhtml#S2_2_changelog Index: devel/arm-compute-library/Makefile === RCS file: /cvs/ports/devel/arm-compute-library/Makefile,v retrieving revision 1.4 diff -u -p -u -p -r1.4 Makefile --- devel/arm-compute-library/Makefile 11 Mar 2022 18:49:35 - 1.4 +++ devel/arm-compute-library/Makefile 23 Mar 2022 01:04:33 - @@ -2,7 +2,7 @@ ONLY_FOR_ARCHS =aarch64 COMMENT = Arm compute library -V =21.11 +V =22.02 PKGNAME = arm-compute-library-${V} GH_ACCOUNT = ARM-software @@ -15,7 +15,7 @@ HOMEPAGE =https://github.com/ARM-softwa MAINTAINER = Kevin Lo -SO_VERSION = 1.0 +SO_VERSION = 2.0 ACL_LIBS = arm_compute \ arm_compute_core \ arm_compute_graph @@ -33,13 +33,15 @@ COMPILER = base-clang ports-gcc # "build=native" here just means "not cross-compiled" MODSCONS_FLAGS = Werror=0 neon=1 opencl=0 embed_kernels=0 examples=0 \ - os=openbsd arch=arm64-v8a build=native \ - extra_cxx_flags=-fPIC + os=openbsd arch=arm64-v8a build=native MODULES = devel/scons MAKE_ENV = CC="${CC}" \ CXX="${CXX}" + +do-build: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MODSCONS_BIN} ${MODSCONS_FLAGS} do-install: .for dir in arm_compute support utils Index: devel/arm-compute-library/distinfo === RCS file: /cvs/ports/devel/arm-compute-library/distinfo,v retrieving revision 1.2 diff -u -p -u -p -r1.2 distinfo --- devel/arm-compute-library/distinfo 2 Jan 2022 14:11:16 - 1.2 +++ devel/arm-compute-library/distinfo 23 Mar 2022 01:04:33 - @@ -1,2 +1,2 @@ -SHA256 (ComputeLibrary-21.11.tar.gz) = gyLtLhNZmVaQgqlef7svqHeG/7HGeTWz73HgC1PyyIc= -SIZE (ComputeLibrary-21.11.tar.gz) = 12987341 +SHA256 (ComputeLibrary-22.02.tar.gz) = ESRLBSWfscSvc4TQwzka6t3siqwUR3QgdYLbSEJyZUA= +SIZE (ComputeLibrary-22.02.tar.gz) = 12990648 Index: devel/arm-compute-library/patches/patch-SConscript === RCS file: /cvs/ports/devel/arm-compute-library/patches/patch-SConscript,v retrieving revision 1.3 diff -u -p -u -p -r1.3 patch-SConscript --- devel/arm-compute-library/patches/patch-SConscript 11 Mar 2022 18:49:35 - 1.3 +++ devel/arm-compute-library/patches/patch-SConscript 23 Mar 2022 01:04:33 - @@ -1,40 +1,30 @@ Index: SConscript --- SConscript.orig +++ SConscript -@@ -422,7 +422,8 @@ undefined_flag = '-Wl,-undefined,error' if 'macos' in - arm_compute_env.Append(LINKFLAGS=[undefined_flag]) - arm_compute_env.Append(CPPPATH =[Dir("./src/core/").path] ) - --arm_compute_env.Append(LIBS = ['dl']) -+if env['os'] != 'openbsd': -+arm_compute_env.Append(LIBS = ['dl']) - - with (open(Dir('#').path + '/filelist.json')) as fp: - filelist = json.load(fp) -@@ -526,7 +527,7 @@ if (env['fat_binary']): - sve_o = build_sve_objs(lib_files_sve) - arm_compute_a = build_library('arm_compute-static', arm_compute_env, lib_files + sve_o, static=True) - else: --arm_compute_a = build_library('arm_compute-static', arm_compute_env, lib_files + lib_files_sve, static=True) -+arm_compute_a = build_library('arm_compute', arm_compute_env, lib_files + lib_files_sve, static=True) +@@ -610,7 +610,7 @@ else: + elif 'sve' in env['arch']: + lib_files += lib_files_sve + +-arm_compute_a = build_library('arm_compute-static', arm_compute_env, lib_files, static=True) ++arm_compute_a = build_library('arm_compute', arm_compute_env, lib_files, static=True) + Export('arm_compute_a') - # Build shared libraries -@@ -539,7 +540,7 @@ if env['os'] != 'bare_metal' and not env['standalone'] - Export('arm_compute_so') - - # Generate dummy core lib for backwards compatibility --arm_compute_core_a = build_library('arm_compute_core-static', arm_compute_env, [], static=True) -+arm_compute_core_a = build_library('arm_compute_core', arm_compute_env, [], static=True) +@@ -629,7 +629,7 @@ if env['os'] == 'macos': + # macos static library archiver fails if given an empty list of files + arm_compute_core_a = build_library('arm_compute_core-static', arm_compute_env, lib_files, static=True) + else: +-arm_compute_core_a = build_library('arm_compute_core-static', arm_compute_env, [], static=True) ++arm_compute_core_a = build_library('arm_compute_core', arm_compute_env, [], static=True) + Export('arm_compute_core_a') - if env['os'] != 'bare_metal' and not env['standalone']: -@@ -551,7 +552,7 @@ arm_compute_graph_env = arm_compute_env.Clone() +@@ -642,7 +642,7 @@ arm_compute_graph_env = arm_compute_env.Clone() # Build graph libraries arm_compute_graph
Re: firefox - uBlock Origin extension not installing
On Wed, Mar 23, 2022 at 01:06:02AM +0200, Mihai Popescu wrote: > Please disregard the previous message in this thread: the twm windows > manager was the culprit. It seems it is very sensible when it comes to > display windows above the main browser window, i.e. pop-up menus, > tooltips, overlays menu, etc. This twm got me again, so i came back to > cwm and add-on installs fine. > Yes. twm has absolutely no support for the _NET_WM protocol / Exentend Windows Manager Hints(1) that have been introduced more than 15 years ago, and are required by most "modern" toolkits (gtk/qt) for at least 10 years. We should have removed twm(1) from xenocara a long time ago since there is no developer interest to "modernize" it by implemnting those features. (1) https://specifications.freedesktop.org/wm-spec/latest/ -- Matthieu Herrb