Re: [update] www/purritobin to 0.6.7, www/uwebsockets to 19.2.0, net/usockets to 0.7.1 + new port databases/lmdbxx

2021-06-08 Thread Aisha Tammy
ping Cheers, Aisha On 5/19/21 4:27 PM, Aisha Tammy wrote: On 21/05/17 01:02PM, Gonzalo Rodriguez wrote: This is OK for me, I would like another OK, otherwise i will commit it this week. Cheers. — gonzalo Slightly updated patch, which also enabled tests for net/usockets. I feel this is a

Re: [update] mutt-wizard to latest commit

2021-05-24 Thread Aisha Tammy
Ah, thanks! Will keep in mind for next updates :) Cheers, Aisha On 5/24/21 9:51 AM, Stuart Henderson wrote: On 2021/05/24 09:11, Aisha Tammy wrote: Hi, I've reattached the patch with comments on each patch and removed the GH_TAGNAME. Thanks, Aisha diff --git a/mail/mutt-wizard/Mak

Re: [update] mutt-wizard to latest commit

2021-05-24 Thread Aisha Tammy
0 @@ -14,10 +15,11 @@ MAINTAINER = Aisha Tammy # GPLv3 PERMIT_PACKAGE = Yes -RUN_DEPENDS = mail/neomutt \ +RUN_DEPENDS = mail/neomutt,gpgme,sasl,notmuch \ mail/isync \ mail/msmtp \ - security/password-store + security/pas

Re: [update] mutt-wizard to latest commit

2021-05-23 Thread Aisha Tammy
CATEGORIES = mail +DISTNAME = mutt-wizard-3.2.1p20210504 GH_ACCOUNT = LukeSmithxyz GH_PROJECT = mutt-wizard -GH_TAGNAME = v3.1.1 +#GH_TAGNAME = v3.2.1 +GH_COMMIT =80aee073122c63d1b570dc32e4490909ff15753b EPOCH =0 @@ -14,10 +16,11 @@ MAINTAINER =Aisha Tammy

Re: [update] www/purritobin to 0.6.7, www/uwebsockets to 19.2.0, net/usockets to 0.7.1 + new port databases/lmdbxx

2021-05-19 Thread Aisha Tammy
2.0 GH_ACCOUNT = uNetworking GH_PROJECT = uSockets -#GH_TAGNAME = v0.6.0 -# cstdlib include error -GH_COMMIT =7683672d87067cd75b854f4e36b9820f4809a4be - +#GH_TAGNAME = v0.7.1 +# socket read/write error +GH_COMMIT =5440dbac79bd76444175b76ee95dfcade12a6aac MAINTAINER = Aisha Tammy

Re: [update] www/purritobin to 0.6.7, www/uwebsockets to 19.2.0, net/usockets to 0.7.1 + new port databases/lmdbxx

2021-05-15 Thread Aisha Tammy
uSockets -#GH_TAGNAME = v0.6.0 -# cstdlib include error -GH_COMMIT =7683672d87067cd75b854f4e36b9820f4809a4be - +#GH_TAGNAME = v0.7.1 +# socket read/write error +GH_COMMIT =5440dbac79bd76444175b76ee95dfcade12a6aac MAINTAINER = Aisha Tammy # Apache 2.0 PERMIT_PACKAGE = Yes

Re: [update] mutt-wizard to latest commit

2021-05-15 Thread Aisha Tammy
5753b EPOCH =0 @@ -14,10 +16,11 @@ MAINTAINER = Aisha Tammy # GPLv3 PERMIT_PACKAGE = Yes -RUN_DEPENDS = mail/neomutt \ +RUN_DEPENDS = mail/neomutt,gpgme,sasl,notmuch \ mail/isync \ mail/msmtp \ - security/password-

[update] mutt-wizard to latest commit

2021-05-15 Thread Aisha Tammy
S = mail +DISTNAME = mutt-wizard-3.2.1p20210504 GH_ACCOUNT = LukeSmithxyz GH_PROJECT = mutt-wizard -GH_TAGNAME = v3.1.1 +#GH_TAGNAME = v3.2.1 +GH_COMMIT =80aee073122c63d1b570dc32e4490909ff15753b EPOCH =0 @@ -14,10 +16,11 @@ MAINTAINER =Aisha Tammy # G

[update] www/purritobin to 0.6.7, www/uwebsockets to 19.2.0, net/usockets to 0.7.1 + new port databases/lmdbxx

2021-05-15 Thread Aisha Tammy
NAME = v0.6.0 -# cstdlib include error -GH_COMMIT =7683672d87067cd75b854f4e36b9820f4809a4be - +#GH_TAGNAME = v0.7.1 +# socket read/write error +GH_COMMIT =5440dbac79bd76444175b76ee95dfcade12a6aac MAINTAINER = Aisha Tammy # Apache 2.0 PERMIT_PACKAGE = Yes -WANTLIB += ${COMPILER_

Re: Cannot include -I${LOCALBASE} in CXXFLAGS for meson port

2021-05-15 Thread Aisha Tammy
Oh, great! Thanks! On 5/15/21 12:16 PM, Brad Smith wrote: On May 15, 2021 12:14:12 p.m. Aisha Tammy wrote: Hi all, It seems like the meson.port.mk adds to CONFIGURE_ENV += CXXFLAGS="${CXXFLAGS}" and when I want to add CONFIGURE_ENV = CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}&quo

How to enable testing builds for a port with optional tests

2021-05-15 Thread Aisha Tammy
Hi all, I was wondering how I can enable tests for a port which has tests available but needs an extra flag to enable tests. It is a meson port and needs CONFIGURE_ARGS += -Denable_testing=true to enable tests, as this also checks for programs needed to run the tests. This would mean that m

Re: Cannot include -I${LOCALBASE} in CXXFLAGS for meson port

2021-05-15 Thread Aisha Tammy
Hmm, it seems like a lot of meson ports are adding a dependency on x11/gnome by doing MODULES = devel/meson x11/gnome. I assume it is to get around this limitation. On 5/15/21 12:11 PM, Aisha Tammy wrote: Hi all, It seems like the meson.port.mk adds to CONFIGURE_ENV += CXXFLAGS="${CXX

Cannot include -I${LOCALBASE} in CXXFLAGS for meson port

2021-05-15 Thread Aisha Tammy
Hi all, It seems like the meson.port.mk adds to CONFIGURE_ENV += CXXFLAGS="${CXXFLAGS}" and when I want to add CONFIGURE_ENV = CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}" it gets overriden by the meson.port.mk to go back to -O2 -pipe and then the has_header functions start failing during the config

Re: [update] databases/lmdb to 0.9.29

2021-05-11 Thread Aisha Tammy
On 5/10/21 5:22 PM, Jeremie Courreges-Anglas wrote: On Mon, May 10 2021, Aisha Tammy wrote: Hi, Hi, I've reattached the patch for lmdb update. Note that it still doesn't apply. ;) This time I've also added a patch from debian which adds a pkgconfig file. I'll lea

Re: [update] databases/lmdb to 0.9.29

2021-05-10 Thread Aisha Tammy
Hi, I've reattached the patch for lmdb update. This time I've also added a patch from debian which adds a pkgconfig file. There has been addition of a symbol (MAP_NOSYNC) so I've bumped the minor. Thanks, Aisha diff --git a/databases/lmdb/Makefile b/databases/lmdb/Makefile index 7d110399173.

[update] databases/lmdb to 0.9.29

2021-05-02 Thread Aisha Tammy
Hi,  I've attached an update to lmdb to latest, all tests are passing. OK? Best, Aisha diff --git a/databases/lmdb/Makefile b/databases/lmdb/Makefile index 7d110399173..f933a977e79 100644 --- a/databases/lmdb/Makefile +++ b/databases/lmdb/Makefile @@ -2,15 +2,14 @@ COMMENT = Symas Lightnin

Re: [update] net/usockets 0.7.1, www/uwebsockets 19.2.0, www/purritobin 0.5.2

2021-04-16 Thread Aisha Tammy
dlib include error -GH_COMMIT =7683672d87067cd75b854f4e36b9820f4809a4be - +#GH_TAGNAME = v0.7.1 +# socket read/write error +GH_COMMIT =5440dbac79bd76444175b76ee95dfcade12a6aac MAINTAINER = Aisha Tammy @@ -30,11 +28,10 @@ COMPILER = base-clang ports-gcc LIB_DEPENDS = devel/l

Re: [update] net/usockets 0.7.1, www/uwebsockets 19.2.0, www/purritobin 0.5.2

2021-04-16 Thread Aisha Tammy
1 +# socket read/write error +GH_COMMIT =5440dbac79bd76444175b76ee95dfcade12a6aac MAINTAINER = Aisha Tammy @@ -30,11 +28,10 @@ COMPILER = base-clang ports-gcc LIB_DEPENDS = devel/libuv -USE_GMAKE = Yes -MAKE_FLAGS = CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ - CC

[update] net/usockets 0.7.1, www/uwebsockets 19.1.0, www/purritobin 0.5.2

2021-04-10 Thread Aisha Tammy
de error -GH_COMMIT =7683672d87067cd75b854f4e36b9820f4809a4be - +#GH_TAGNAME = v0.7.1 +# socket read/write error +GH_COMMIT =5440dbac79bd76444175b76ee95dfcade12a6aac MAINTAINER = Aisha Tammy @@ -30,11 +28,10 @@ COMPILER = base-clang ports-gcc LIB_DEPENDS = devel/libuv -USE_GMAKE = Yes -MAKE_FLAGS =

Re: [unbreak,update] devel/py-llvmlite to 0.36.0 and python3 only, security/py-miasm to python3 only

2021-03-13 Thread Aisha Tammy
On 3/13/21 11:38 AM, Stuart Henderson wrote: On 2021/03/13 08:55, Aisha Tammy wrote: +pre-build: + cd ${WRKSRC} && env -i ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} \ + -f LIB_MAKEFILE .. new file mode 100644 index 000..0e491ddbf54 --- /dev/null +++ b/

Re: [unbreak,update] devel/py-llvmlite to 0.36.0 and python3 only, security/py-miasm to python3 only

2021-03-13 Thread Aisha Tammy
On 3/13/21 8:18 AM, Aisha Tammy wrote: On 1/26/21 11:08 AM, Aisha Tammy wrote: On 1/26/21 8:23 AM, Stuart Henderson wrote: On 2021/01/26 08:18, Aisha Tammy wrote: bumpity bump bump On 1/17/21 12:04 PM, Aisha Tammy wrote: Another bump? Aisha On 11/29/20 11:48 AM, Aisha Tammy wrote

Re: [unbreak,update] devel/py-llvmlite to 0.36.0 and python3 only, security/py-miasm to python3 only

2021-03-13 Thread Aisha Tammy
On 1/26/21 11:08 AM, Aisha Tammy wrote: On 1/26/21 8:23 AM, Stuart Henderson wrote: On 2021/01/26 08:18, Aisha Tammy wrote: bumpity bump bump On 1/17/21 12:04 PM, Aisha Tammy wrote: Another bump? Aisha On 11/29/20 11:48 AM, Aisha Tammy wrote: bump? both packages are building fine

Re: [PATCH] Use erlang21 for net/rabbitmq

2021-02-15 Thread Aisha Tammy
Hi, I've been using rabbitmq for a while and am interested in updating the port. The latest version 3.8.11 , recommends >= erlang 23 (needs >=22.3): https://rabbitmq.com/which-erlang.html I'll try a hand at updating but I might not be able to do soon, plus the erlang port itself looks a bit comp

Re: [update] deve/py-llvmlite to 0.34.0

2021-01-26 Thread Aisha Tammy
On 1/26/21 8:23 AM, Stuart Henderson wrote: > On 2021/01/26 08:18, Aisha Tammy wrote: >> bumpity bump bump >> >> >> On 1/17/21 12:04 PM, Aisha Tammy wrote: >>> Another bump? >>> >>> Aisha >>> >>> On 11/29/20 11:48 AM,

Re: [update] deve/py-llvmlite to 0.34.0

2021-01-26 Thread Aisha Tammy
bumpity bump bump On 1/17/21 12:04 PM, Aisha Tammy wrote: > Another bump? > > Aisha > > On 11/29/20 11:48 AM, Aisha Tammy wrote: >> bump? >> >> both packages are building fine, llvmlite is working locally. >> I don't use py-miasm but as mentioned i

Re: [update] www/uwebsockets to 18.19.0, purritobin to 0.4.0

2021-01-23 Thread Aisha Tammy
On 1/13/21 2:03 PM, Aisha Tammy wrote: > Hi, >   I've attached trivial updates for two packages. > The install data part for www/purritobin is now handled inside the upstream > Makefile > so we now have a very simple port. > > OK? > > Cheers, > Aisha bump

Re: [update] mail/mutt-wizard to v3.1.1

2021-01-23 Thread Aisha Tammy
On 1/23/21 5:55 PM, Aisha Tammy wrote: > Hi, >   I've attached update to mail/mutt-wizard from dated version to a > proper release version (upstream was not making releases until recently). > Also made a bump to EPOCH to 1. > > OK? > > Thanks, > Aisha Forgot to st

Re: Updating a port - moving from dated (20201210) to versioned (3.1.1)

2021-01-23 Thread Aisha Tammy
On 1/23/21 6:00 PM, Daniel Jakots wrote: > On Sat, 23 Jan 2021 17:41:14 -0500, Aisha Tammy > wrote: > >> Awesome, thanks a lot! > > I hope you don't miss the "Defaults to empty (no need for numbering > changes), then numbering starts at 0." sentence ;) &

Re: Updating a port - moving from dated (20201210) to versioned (3.1.1)

2021-01-23 Thread Aisha Tammy
On 1/23/21 6:02 PM, Stuart Henderson wrote: > On 2021/01/23 17:37, Daniel Jakots wrote: >> On Sat, 23 Jan 2021 17:31:51 -0500, Aisha Tammy >> wrote: >> >>> what the method is to move from a versioned package >>> to a dated package, as the dated packa

[update] mail/mutt-wizard to v3.1.1

2021-01-23 Thread Aisha Tammy
mail +# moved from dated to versioned +EPOCH =1 + +VERSION = 3.1.1 + GH_ACCOUNT = LukeSmithxyz GH_PROJECT = mutt-wizard -GH_COMMIT =456d02d1ee0ab196ac256b91c9ac86a01f3c0bb6 +GH_TAGNAME = v${VERSION} MAINTAINER = Aisha Tammy diff --git a/mail/mutt-wizard/disti

Re: Updating a port - moving from dated (20201210) to versioned (3.1.1)

2021-01-23 Thread Aisha Tammy
On 1/23/21 5:37 PM, Daniel Jakots wrote: > On Sat, 23 Jan 2021 17:31:51 -0500, Aisha Tammy > wrote: > >> what the method is to move from a versioned package >> to a dated package, as the dated packages would look like its a >> downgrade > > Set EPOCH https://

Updating a port - moving from dated (20201210) to versioned (3.1.1)

2021-01-23 Thread Aisha Tammy
Hi,   I'm wondering what the method is to move from a versioned package to a dated package, as the dated packages would look like its a downgrade. Upstream was very reluctant to make versions but has now started making versions available for people to use which creates a slight hiccup in updating t

Re: help with updating a port - sysutils/e2fsprogs

2021-01-20 Thread Aisha Tammy
On 1/20/21 1:10 PM, Stuart Henderson wrote: > On 2021/01/20 12:34, Aisha Tammy wrote: >>   I've been trying to get e2fsprogs to latest 1.4.6 but am >> running into a bunch of errors with loff_t not defined errors >> >> Reason for updating, I'm try to build 38

help with updating a port - sysutils/e2fsprogs

2021-01-20 Thread Aisha Tammy
Hi,   I've been trying to get e2fsprogs to latest 1.4.6 but am running into a bunch of errors with loff_t not defined errors Reason for updating, I'm try to build 389-ds-base (ldap server) in OpenBSD which needs the newer version of e2fsprogs for some functions. Also seems like this package has n

Re: help with updating a port - sysutils/e2fsprogs

2021-01-20 Thread Aisha Tammy
On 1/20/21 12:34 PM, Aisha Tammy wrote: > Hi, >   I've been trying to get e2fsprogs to latest 1.4.6 but am > running into a bunch of errors with loff_t not defined errors > Sorry I meant 1.45.6 > Reason for updating, I'm try to build 389-ds-base (ldap server) > in O

Re: [update] haproxy to 2.3.4 (latest stable)

2021-01-20 Thread Aisha Tammy
On 1/19/21 1:18 PM, Daniel Jakots wrote: > On Tue, 19 Jan 2021 10:58:24 -0500, Aisha Tammy > wrote: > >> On 1/18/21 2:00 PM, Stuart Henderson wrote: >>> On 2021/01/18 13:15, Aisha Tammy wrote: >>>> Hi, >>>>   I've attached update for hapr

Re: [update] haproxy to 2.3.4 (latest stable)

2021-01-19 Thread Aisha Tammy
On 1/18/21 2:00 PM, Stuart Henderson wrote: > On 2021/01/18 13:15, Aisha Tammy wrote: >> Hi, >>   I've attached update for haproxy. > > Probably best talk to maintainer, some people prefer to keep ports on > LTS versions. > I see. I've cc'ed Daniel for

[update] haproxy to 2.3.4 (latest stable)

2021-01-18 Thread Aisha Tammy
Hi,   I've attached update for haproxy. OK? Best, Aisha diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index e5e98e9d21f..a3221935cf4 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -2,7 +2,7 @@ COMMENT = reliable, high performance TCP/HTTP load balancer -DIST

Re: [update] deve/py-llvmlite to 0.34.0

2021-01-17 Thread Aisha Tammy
Another bump? Aisha On 11/29/20 11:48 AM, Aisha Tammy wrote: > bump? > > both packages are building fine, llvmlite is working locally. > I don't use py-miasm but as mentioned in my previous email, tests > did work after install. > > Unfortunately, I am not going to be

Re: [update] www/uwebsockets to 18.19.0, purritobin to 0.4.0

2021-01-13 Thread Aisha Tammy
00644 --- a/www/purritobin/Makefile +++ b/www/purritobin/Makefile @@ -6,7 +6,7 @@ CATEGORIES =www net GH_ACCOUNT = PurritoBin GH_PROJECT = PurritoBin -GH_TAGNAME = 0.3.3 +GH_TAGNAME = 0.4.0 HOMEPAGE = https://bsd.ac/ MAINTAINER = Aisha Tammy @@ -26,13 +26,6 @@ LIB_DE

[update] www/uwebsockets to 18.19.0

2021-01-12 Thread Aisha Tammy
COUNT = uNetworking GH_PROJECT = uWebSockets -GH_TAGNAME = v18.17.0 +GH_TAGNAME = v18.19.0 MAINTAINER = Aisha Tammy diff --git a/www/uwebsockets/distinfo b/www/uwebsockets/distinfo index 0d9ebdb3b51..87dc9755a99 100644 --- a/www/uwebsockets/distinfo +++ b/www/uwebsockets/distinfo @@ -1,2

Re: Mark www/purritobin BROKEN-sparc64

2021-01-11 Thread Aisha Tammy
Yes, that should be fine. thanks! On 1/9/21 2:29 PM, Stuart Henderson wrote: > Probably better to set COMPILER= base-clang > > On 2021/01/09 13:50, Kurt Mosiejczuk wrote: >> www/purritobin has never compiled on sparc64. >> >> ok to mark it BROKEN? >> >> (cc maintainer) >> >> --Kurt >> >> Index:

Re: How to generate a rust/cargo port Makefile

2020-12-25 Thread Aisha Tammy
On 12/25/20 2:10 PM, Sebastien Marie wrote: > On Fri, Dec 25, 2020 at 01:49:43PM -0500, Aisha Tammy wrote: >> On 12/25/20 1:23 PM, Daniel Jakots wrote: >>> On Fri, 25 Dec 2020 13:10:04 -0500, Aisha Tammy >>> wrote: >>> >>>> Is there any tool like p

Re: How to generate a rust/cargo port Makefile

2020-12-25 Thread Aisha Tammy
On 12/25/20 1:23 PM, Daniel Jakots wrote: > On Fri, 25 Dec 2020 13:10:04 -0500, Aisha Tammy > wrote: > >> Is there any tool like portgen but for cargo files? >> I haven't found any quick way to do this and add the dependencies. > Search "cargo" in port

Re: How to generate a rust/cargo port Makefile

2020-12-25 Thread Aisha Tammy
On 12/25/20 1:23 PM, Daniel Jakots wrote: > On Fri, 25 Dec 2020 13:10:04 -0500, Aisha Tammy > wrote: > >> Is there any tool like portgen but for cargo files? >> I haven't found any quick way to do this and add the dependencies. > Search "cargo" in port

How to generate a rust/cargo port Makefile

2020-12-25 Thread Aisha Tammy
Is there any tool like portgen but for cargo files? I haven't found any quick way to do this and add the dependencies. Cheers, Aisha

[update] mail/mutt-wizard to 20201210

2020-12-15 Thread Aisha Tammy
GH_ACCOUNT = LukeSmithxyz GH_PROJECT = mutt-wizard -GH_COMMIT =95cf003c036dd95000ab80ca6c680dab2e3ca092 +GH_COMMIT =456d02d1ee0ab196ac256b91c9ac86a01f3c0bb6 MAINTAINER = Aisha Tammy diff --git a/mail/mutt-wizard/distinfo b/mail/mutt-wizard/distinfo index 770e1d6882e..a718ea05b59 10

Re: [fixes/updates] net/usockets www/uwebsockets to 18.15.0 www/purritobin to 0.3.2

2020-12-11 Thread Aisha Tammy
/www/purritobin/Makefile b/www/purritobin/Makefile index 1e86eec45c7..86bfd3a6d8a 100644 --- a/www/purritobin/Makefile +++ b/www/purritobin/Makefile @@ -6,7 +6,7 @@ CATEGORIES =www net GH_ACCOUNT = PurritoBin GH_PROJECT = PurritoBin -GH_TAGNAME = 0.2.4 +GH_TAGNAME = 0.3.3 HOMEPAGE

Re: [fixes/updates] net/usockets www/uwebsockets to 18.15.0 www/purritobin to 0.3.2

2020-12-11 Thread Aisha Tammy
king GH_PROJECT = uSockets -GH_TAGNAME = v0.6.0 +#GH_TAGNAME = v0.6.0 +# cstdlib include error +GH_COMMIT =7683672d87067cd75b854f4e36b9820f4809a4be + MAINTAINER = Aisha Tammy @@ -23,12 +31,9 @@ COMPILER = base-clang ports-gcc LIB_DEPENDS = devel/libuv USE_GMAKE =Yes -ALL_TA

Re: [fixes/updates] net/usockets www/uwebsockets to 18.15.0 www/purritobin to 0.3.2

2020-12-07 Thread Aisha Tammy
On 11/26/20 6:50 PM, Aisha Tammy wrote: > On 11/26/20 4:21 AM, Stuart Henderson wrote: >> On 2020/11/25 17:51, Aisha Tammy wrote: >>> ++Name: uSockets >>> ++Version: @VERSION@ >>> ++Description: eventing, networking and crypto for async applications. >&

Re: [fixes/updates] net/usockets www/uwebsockets to 18.15.0 www/purritobin to 0.3.2

2020-12-07 Thread Aisha Tammy
On 12/7/20 2:45 PM, Aisha Tammy wrote: > On 11/26/20 6:50 PM, Aisha Tammy wrote: >> On 11/26/20 4:21 AM, Stuart Henderson wrote: >>> On 2020/11/25 17:51, Aisha Tammy wrote: >>>> ++Name: uSockets >>>> ++Version: @VERSION@ >>>> ++Description:

Re: [update] deve/py-llvmlite to 0.34.0

2020-11-29 Thread Aisha Tammy
bump? both packages are building fine, llvmlite is working locally. I don't use py-miasm but as mentioned in my previous email, tests did work after install. Unfortunately, I am not going to be able to help clean up the patches as I am busy with schoolwork but wanted to give a reminder nonetheles

Re: [update] net/znc 1.7.5 -> 1.8.2 + new maintainer

2020-11-27 Thread Aisha Tammy
On 11/15/20 7:22 PM, Aisha Tammy wrote: > On 11/15/20 7:20 PM, Aisha Tammy wrote: >> On 11/15/20 2:40 PM, Stuart Henderson wrote: >>> On 2020/11/15 13:20, Aisha Tammy wrote: >>>> On 11/14/20 1:23 PM, Aisha Tammy wrote: >>>>> Hi, >>>>>  

Re: [fixes/updates] net/usockets www/uwebsockets to 18.15.0 www/purritobin to 0.3.2

2020-11-26 Thread Aisha Tammy
On 11/26/20 4:21 AM, Stuart Henderson wrote: > On 2020/11/25 17:51, Aisha Tammy wrote: >> ++Name: uSockets >> ++Version: @VERSION@ >> ++Description: eventing, networking and crypto for async applications. >> ++URL: https://github.com/uNetworking/uSockets >&g

[fixes/updates] net/usockets www/uwebsockets to 18.15.0 www/purritobin to 0.3.2

2020-11-25 Thread Aisha Tammy
kets -GH_TAGNAME = v0.6.0 +#GH_TAGNAME = v0.6.0 +# cstdlib include error +GH_COMMIT =7683672d87067cd75b854f4e36b9820f4809a4be + MAINTAINER = Aisha Tammy @@ -23,12 +31,9 @@ COMPILER = base-clang ports-gcc LIB_DEPENDS = devel/libuv USE_GMAKE =Yes -ALL_TARGET = default -MAKE_F

Re: [help needed] net/usockets - needs to link to openssl instead of libressl

2020-11-25 Thread Aisha Tammy
On 11/25/20 2:48 PM, Theo Buehler wrote: > On Wed, Nov 25, 2020 at 02:19:38PM -0500, Aisha Tammy wrote: >> On 11/25/20 2:01 PM, Theo Buehler wrote: >>> On Wed, Nov 25, 2020 at 01:12:03PM -0500, Aisha Tammy wrote: >>>> On 11/25/20 12:34 PM, Stuart Henderson wrote: &g

Re: [help needed] net/usockets - needs to link to openssl instead of libressl

2020-11-25 Thread Aisha Tammy
On 11/25/20 2:01 PM, Theo Buehler wrote: > On Wed, Nov 25, 2020 at 01:12:03PM -0500, Aisha Tammy wrote: >> On 11/25/20 12:34 PM, Stuart Henderson wrote: >>> On 2020/11/25 12:03, Aisha Tammy wrote: >>>> Hi, >>>>   It has come to my attention that upstre

Re: [help needed] net/usockets - needs to link to openssl instead of libressl

2020-11-25 Thread Aisha Tammy
On 11/25/20 12:34 PM, Stuart Henderson wrote: > On 2020/11/25 12:03, Aisha Tammy wrote: >> Hi, >>   It has come to my attention that upstream does not support >> libressl and only wants to support openssl >> https://github.com/uNetworking/uWebSockets/issues/994 >>

[help needed] net/usockets - needs to link to openssl instead of libressl

2020-11-25 Thread Aisha Tammy
Hi,   It has come to my attention that upstream does not support libressl and only wants to support openssl https://github.com/uNetworking/uWebSockets/issues/994 I am unsure on how to fix this port. There is no problem right now as the only consumer www/purritobin does not use the SSL functionalit

Re: [PATCH 00/11] first attempt at updating sphinx

2020-11-22 Thread Aisha Tammy
On 11/15/20 9:30 PM, Brad Smith wrote: > Even an update to 1.8.5 which still has Python 2 support would be an > improvement for > the areas I have run into Sphinx issues. > > On 11/15/2020 4:12 PM, Stuart Henderson wrote: > >> It either needs the port splitting (py2-sphinx and py-sphinx) or sticki

Re: [update] net/znc 1.7.5 -> 1.8.2 + new maintainer

2020-11-15 Thread Aisha Tammy
On 11/15/20 7:20 PM, Aisha Tammy wrote: > On 11/15/20 2:40 PM, Stuart Henderson wrote: >> On 2020/11/15 13:20, Aisha Tammy wrote: >>> On 11/14/20 1:23 PM, Aisha Tammy wrote: >>>> Hi, >>>>   Attached update for ZNC. >>>> Also adds ICU unicode

Re: [update] net/znc 1.7.5 -> 1.8.2 + new maintainer

2020-11-15 Thread Aisha Tammy
On 11/15/20 2:40 PM, Stuart Henderson wrote: > On 2020/11/15 13:20, Aisha Tammy wrote: >> On 11/14/20 1:23 PM, Aisha Tammy wrote: >>> Hi, >>>   Attached update for ZNC. >>> Also adds ICU unicode support and new LIB_DEPENDS on icu4c. >>> >>> Ai

Re: [update] net/znc 1.7.5 -> 1.8.2 + new maintainer

2020-11-15 Thread Aisha Tammy
On 11/14/20 1:23 PM, Aisha Tammy wrote: Hi,   Attached update for ZNC. Also adds ICU unicode support and new LIB_DEPENDS on icu4c. Aisha Brad is busy and has kindly asked me to take the port. Attached with updated maintainer diff --git a/net/znc/Makefile b/net/znc/Makefile index

[update] net/znc 1.7.5 -> 1.8.2

2020-11-14 Thread Aisha Tammy
Hi,   Attached update for ZNC. Also adds ICU unicode support and new LIB_DEPENDS on icu4c. Aisha diff --git a/net/znc/Makefile b/net/znc/Makefile index 8b50172b0fc..69b22a6a492 100644 --- a/net/znc/Makefile +++ b/net/znc/Makefile @@ -2,7 +2,7 @@ COMMENT= advanced IRC bouncer -DISTNAME= znc

Re: assembler error on trying to port OpenBLAS

2020-11-01 Thread Aisha Tammy
On 11/1/20 8:49 AM, Stuart Henderson wrote: On 2020/10/31 23:33, Aisha Tammy wrote: But that's not an option for something that is to be commited to the tree. Well damn... Is there any other method to fix the compiler to cc instead of this? I tried adding the lang/clang module befor

Re: assembler error on trying to port OpenBLAS

2020-11-01 Thread Aisha Tammy
On 10/31/20 9:48 PM, Brad Smith wrote: On 10/31/2020 12:57 PM, Aisha Tammy wrote: On 10/29/20 8:25 PM, Aisha Tammy wrote: Hi, I'm trying to port OpenBLAS to the tree and am currently getting some weird assembler errors (port makefile is attached at end math/openblas) ../kernel/x

Re: assembler error on trying to port OpenBLAS

2020-10-31 Thread Aisha Tammy
On 10/29/20 8:25 PM, Aisha Tammy wrote: Hi, I'm trying to port OpenBLAS to the tree and am currently getting some weird assembler errors (port makefile is attached at end math/openblas) ../kernel/x86_64/saxpy_microk_sandy-2.c: Assembler messages: ../kernel/x86_64/saxpy_microk_sandy-2

assembler error on trying to port OpenBLAS

2020-10-29 Thread Aisha Tammy
#x27;ed pascal@ as they are the maintainer for gcc port and can be better suited to answer the second point of gas) Thanks, Aisha # $OpenBSD $ COMMENT = optimized BLAS/LAPACK library based on GotoBLAS PKGNAME = ${DISTNAME:L} CATEGORIES = math GH_ACCOUNT =xianyi GH_P

Re: Allowing multiple providers of libraries - BLAS/LAPACK

2020-10-28 Thread Aisha Tammy
On 10/28/20 5:46 PM, Aisha Tammy wrote: On 10/28/20 3:31 PM, Ingo Schwarze wrote: Hi Aisha, Aisha Tammy wrote on Wed, Oct 28, 2020 at 01:12:15PM -0400: Here is a preliminary version update of math/lapack to 3.9.0 with some patches from debian and gentoo. While FORTAN used to be my

Re: Allowing multiple providers of libraries - BLAS/LAPACK

2020-10-28 Thread Aisha Tammy
On 10/28/20 3:31 PM, Ingo Schwarze wrote: Hi Aisha, Aisha Tammy wrote on Wed, Oct 28, 2020 at 01:12:15PM -0400: Here is a preliminary version update of math/lapack to 3.9.0 with some patches from debian and gentoo. While FORTAN used to be my favourite language until about 1998, i got out of

Re: Allowing multiple providers of libraries - BLAS/LAPACK

2020-10-28 Thread Aisha Tammy
On 10/28/20 1:12 PM, Aisha Tammy wrote: On 10/28/20 8:23 AM, Aisha Tammy wrote: On 10/28/20 7:46 AM, Stuart Henderson wrote: +cc some people who might be interested to make sure they see this :) On 2020/10/28 07:32, Aisha Tammy wrote: Hi, I was wondering if it is possible to have multiple

Re: Allowing multiple providers of libraries - BLAS/LAPACK

2020-10-28 Thread Aisha Tammy
On 10/28/20 8:23 AM, Aisha Tammy wrote: On 10/28/20 7:46 AM, Stuart Henderson wrote: +cc some people who might be interested to make sure they see this :) On 2020/10/28 07:32, Aisha Tammy wrote: Hi, I was wondering if it is possible to have multiple providers for a library and then selecting

Re: Allowing multiple providers of libraries - BLAS/LAPACK

2020-10-28 Thread Aisha Tammy
On 10/28/20 7:46 AM, Stuart Henderson wrote: +cc some people who might be interested to make sure they see this :) On 2020/10/28 07:32, Aisha Tammy wrote: Hi, I was wondering if it is possible to have multiple providers for a library and then selecting one of them to be used, selecting which

Re: Allowing multiple providers of libraries - BLAS/LAPACK

2020-10-28 Thread Aisha Tammy
On 10/28/20 7:46 AM, Stuart Henderson wrote: +cc some people who might be interested to make sure they see this :) On 2020/10/28 07:32, Aisha Tammy wrote: Hi, I was wondering if it is possible to have multiple providers for a library and then selecting one of them to be used, selecting which

Allowing multiple providers of libraries - BLAS/LAPACK

2020-10-28 Thread Aisha Tammy
Hi, I was wondering if it is possible to have multiple providers for a library and then selecting one of them to be used, selecting which provider is to be installed. Case in point, we have the math/{lapack,blas} libraries, which are the reference implementations and not optimized. I am working on

Re: [update] deve/py-llvmlite to 0.34.0

2020-10-20 Thread Aisha Tammy
On 10/20/20 2:29 PM, Aisha Tammy wrote: On 10/3/20 3:56 AM, Remi Pointel wrote: On 9/29/20 1:03 AM, Aisha Tammy wrote: Hi,    Attached diff for py-llvmlite update to latest It has been broken for a bit and am not sure if maintainer is too busy for this. If needed I can take this port, I am

Re: [update] deve/py-llvmlite to 0.34.0

2020-10-20 Thread Aisha Tammy
On 10/3/20 3:56 AM, Remi Pointel wrote: On 9/29/20 1:03 AM, Aisha Tammy wrote: Hi,    Attached diff for py-llvmlite update to latest It has been broken for a bit and am not sure if maintainer is too busy for this. If needed I can take this port, I am generally in touch with upstream to bug

Re: Interest check: gh (github's cli)

2020-10-05 Thread Aisha Tammy
On 10/5/20 9:50 AM, Ricardo wrote: > Hey ports@ > > Github released a cli application (gh) written in go and I would like to know > if there any interest on having it under OpenBSD. > > Take care. > Ricardo > > Speaking as an enduser, I would love this too :D Aisha

Re: [update] deve/py-llvmlite to 0.34.0

2020-10-04 Thread Aisha Tammy
On 10/3/20 3:56 AM, Remi Pointel wrote: > On 9/29/20 1:03 AM, Aisha Tammy wrote: >> Hi, >>    Attached diff for py-llvmlite update to latest >> It has been broken for a bit and am not sure if maintainer is too busy for >> this. >> If needed I can take this p

[update] deve/py-llvmlite to 0.34.0

2020-09-28 Thread Aisha Tammy
Hi, Attached diff for py-llvmlite update to latest It has been broken for a bit and am not sure if maintainer is too busy for this. If needed I can take this port, I am generally in touch with upstream to bug them about their JIT compiler numba. Would be nice to see it in 6.8 as its working now

Re: [PATCH 00/11] first attempt at updating sphinx

2020-09-13 Thread Aisha Tammy
Bump. I know theres a lot of changes to do and things to take care off and this is only the start, but can anyone tell me what I need to improve on only this part? I'll start doing recursive updates on deps and rdeps after this part looks fine. Aisha On 9/7/20 8:42 PM, Aisha Tammy wrote:

Re: [new package] mutt-wizard - automated configuration manager for neomutt

2020-09-09 Thread Aisha Tammy
On 9/7/20 3:15 PM, Rafael Sadowski wrote: > On Mon Sep 07, 2020 at 12:49:57PM -0400, Aisha Tammy wrote: >> On 9/7/20 11:52 AM, Rafael Sadowski wrote: >>> On Sun Sep 06, 2020 at 04:12:04PM -0400, Aisha Tammy wrote: >>>> On 9/5/20 6:08 PM, Aisha Tammy wrote: &

[PATCH] [update] purritobin,usockets,uwebsockets

2020-09-08 Thread Aisha Tammy
king GH_PROJECT = uSockets -GH_TAGNAME = v0.4.1 +GH_TAGNAME = v0.6.0 MAINTAINER = Aisha Tammy diff --git a/net/usockets/distinfo b/net/usockets/distinfo index d2274543c1d..8058bc795ab 100644 --- a/net/usockets/distinfo +++ b/net/usockets/distinfo @@ -1,2 +1,2 @@ -SHA256 (uSockets-0

[PATCH 07/11] [new] py-sphinxcontrib-jsmath

2020-09-07 Thread Aisha Tammy
From: Aisha Tammy Signed-off-by: Aisha Tammy --- textproc/py-sphinxcontrib-jsmath/Makefile | 30 ++ textproc/py-sphinxcontrib-jsmath/distinfo | 2 ++ textproc/py-sphinxcontrib-jsmath/pkg/DESCR | 2 ++ textproc/py-sphinxcontrib-jsmath/pkg/PLIST | 17 4 files

[PATCH 04/11] [new] py-sphinxcontrib-applehelp

2020-09-07 Thread Aisha Tammy
From: Aisha Tammy Signed-off-by: Aisha Tammy --- textproc/py-sphinxcontrib-applehelp/Makefile | 30 +++ textproc/py-sphinxcontrib-applehelp/distinfo | 2 + textproc/py-sphinxcontrib-applehelp/pkg/DESCR | 1 + textproc/py-sphinxcontrib-applehelp/pkg/PLIST | 223 ++ 4

[PATCH 08/11] [new] py-sphinxcontrib-qthelp

2020-09-07 Thread Aisha Tammy
From: Aisha Tammy Signed-off-by: Aisha Tammy --- textproc/py-sphinxcontrib-qthelp/Makefile | 30 +++ textproc/py-sphinxcontrib-qthelp/distinfo | 2 + textproc/py-sphinxcontrib-qthelp/pkg/DESCR | 1 + textproc/py-sphinxcontrib-qthelp/pkg/PLIST | 216 + 4 files changed

[PATCH 05/11] [new] py-sphinxcontrib-devhelp

2020-09-07 Thread Aisha Tammy
From: Aisha Tammy Signed-off-by: Aisha Tammy --- textproc/py-sphinxcontrib-devhelp/Makefile | 30 +++ textproc/py-sphinxcontrib-devhelp/distinfo | 2 + textproc/py-sphinxcontrib-devhelp/pkg/DESCR | 1 + textproc/py-sphinxcontrib-devhelp/pkg/PLIST | 213 4 files

[PATCH 09/11] [new] py-sphinxcontrib-serializinghtml

2020-09-07 Thread Aisha Tammy
From: Aisha Tammy Signed-off-by: Aisha Tammy --- .../py-sphinxcontrib-serializinghtml/Makefile | 30 +++ .../py-sphinxcontrib-serializinghtml/distinfo | 2 + .../pkg/DESCR | 1 + .../pkg/PLIST | 227 ++ 4

[PATCH 10/11] [new] py-sphinxcontrib-websupport

2020-09-07 Thread Aisha Tammy
From: Aisha Tammy Signed-off-by: Aisha Tammy --- textproc/py-sphinxcontrib-websupport/Makefile | 30 ++ textproc/py-sphinxcontrib-websupport/distinfo | 2 + .../py-sphinxcontrib-websupport/pkg/DESCR | 2 + .../py-sphinxcontrib-websupport/pkg/PLIST | 60 +++ 4

[PATCH 11/11] [update] py-sphinx to 3.2.1

2020-09-07 Thread Aisha Tammy
manual testing - haven't got make test to work yet 22 failed, 997 passed, 485 skipped, 1 warnings, 46 error in 379.72 seconds Signed-off-by: Aisha Tammy --- textproc/py-sphinx/Makefile | 64 +- textproc/py-sphinx/distinfo | 4 +- .../

[PATCH 06/11] [new] py-sphinxcontrib-htmlhelp

2020-09-07 Thread Aisha Tammy
From: Aisha Tammy Signed-off-by: Aisha Tammy --- textproc/py-sphinxcontrib-htmlhelp/Makefile | 31 +++ textproc/py-sphinxcontrib-htmlhelp/distinfo | 2 + textproc/py-sphinxcontrib-htmlhelp/pkg/DESCR | 1 + textproc/py-sphinxcontrib-htmlhelp/pkg/PLIST | 229 +++ 4 files

[PATCH 00/11] first attempt at updating sphinx

2020-09-07 Thread Aisha Tammy
dependency tests yet given that I don't know if this is even a worthwhile attempt. Cheers, Aisha Aisha Tammy (11): [update] sphinx_rtd_theme to 0.4.3 [update] py-six to 1.15.0 [update] py-snowballstemmer to 2.0.0 [new] py-sphinxcontrib-applehelp [new] py-sphinxcontrib-devhelp [new] p

[PATCH 03/11] [update] py-snowballstemmer to 2.0.0

2020-09-07 Thread Aisha Tammy
From: Aisha Tammy Signed-off-by: Aisha Tammy --- textproc/py-snowballstemmer/Makefile | 5 +++-- textproc/py-snowballstemmer/distinfo | 4 ++-- textproc/py-snowballstemmer/pkg/PLIST | 26 +- 3 files changed, 30 insertions(+), 5 deletions(-) diff --git a/textproc/py

[PATCH 01/11] [update] sphinx_rtd_theme to 0.4.3

2020-09-07 Thread Aisha Tammy
From: Aisha Tammy Signed-off-by: Aisha Tammy --- textproc/py-sphinx_rtd_theme/Makefile | 5 ++-- textproc/py-sphinx_rtd_theme/distinfo | 4 +-- textproc/py-sphinx_rtd_theme/pkg/PLIST | 36 +- 3 files changed, 33 insertions(+), 12 deletions(-) diff --git a/textproc

[PATCH 02/11] [update] py-six to 1.15.0

2020-09-07 Thread Aisha Tammy
From: Aisha Tammy Signed-off-by: Aisha Tammy --- devel/py-six/Makefile | 3 +-- devel/py-six/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/devel/py-six/Makefile b/devel/py-six/Makefile index 544fb827f65..adfd8c05787 100644 --- a/devel/py-six/Makefile +++ b

Re: [New] perl MIME::Base75 Authen::SASL for git send-mail

2020-09-07 Thread Aisha Tammy
On 9/7/20 3:29 AM, Stuart Henderson wrote: > On 2020/09/06 20:28, Aisha Tammy wrote: >> Hi, >> I've added two new perl modules for being able to send >> mail through git send-mail. >> >> Generated using portgen p5 and portchecked. >> >> A

Re: Updating sphinx?

2020-09-07 Thread Aisha Tammy
On 9/7/20 3:43 AM, Stuart Henderson wrote: > On 2020/09/06 20:45, Aisha Tammy wrote: >> Hi, >> I've noticed that the sphinx in ports is *really* >> old and hasn't been updated for quite sometime. > > For a long time it had an inactive maintainer listed, whic

Updating sphinx?

2020-09-06 Thread Aisha Tammy
Hi, I've noticed that the sphinx in ports is *really* old and hasn't been updated for quite sometime. I understand that its got a huge amount of reverse dependencies and can't just be updated at will, but I was wondering if it might be possible to add something like py-sphinx3 which is a differ

[New] perl MIME::Base75 Authen::SASL for git send-mail

2020-09-06 Thread Aisha Tammy
Hi, I've added two new perl modules for being able to send mail through git send-mail. Generated using portgen p5 and portchecked. Also did testing by sending to unsuspecting devs by mistake, sorry ajacoutot and jasper. OK? Aisha p5-MIME_Base64-Authen_SASL.tgz Description: application/com

Re: [new package] mutt-wizard - automated configuration manager for neomutt

2020-09-06 Thread Aisha Tammy
On 9/5/20 6:08 PM, Aisha Tammy wrote: > On 9/5/20 5:40 PM, Pamela Mosiejczuk wrote: >> >> On 2020-08-13 14:48, Aisha Tammy wrote: >>>>>>> On 6/1/20 12:46 AM, Aisha Tammy wrote: >>>>>>>> Hi, >>>>>>>> This is quit

  1   2   >