Sent: Sunday, November 17, 2024 at 4:52 AM From: "Michele Calgaro via tde-devels" devels@trinitydesktop.org To: devels@trinitydesktop.org Cc: "Michele Calgaro" michele.calgaro@yahoo.it Subject: [tde-devels] Re: TDE on NetBSD?
If anyone is interested this was the fix. Although it is not yet mentioned in NetBSD man pages it seems NetBSD now has acl_get_permset_np just like FreeBSD does: https://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/sys/sys/acl.h
tdeio/tdeio/posixacladdons.h: -#ifdef Q_OS_FREEBSD +#if defined Q_OS_FREEBSD || defined Q_OS_NETBSD
plus some build file tweaks: sed -i 's/lXrender/\L/usr/X11R7/lib\ -lXrender/g' build.ninja sed -i 's/lX11/\L/usr/X11R7/lib\ -lX11/g' build.ninja
Hi Gavgav, you can create a pull request on TGW, so we can incorporate the fix. See the guide here: https://wiki.trinitydesktop.org/TDE_Gitea_Workspace#To_contribute_code_chang...]
Cheers Michele
Hi Michele, SSH and PGP keys are added to gitea but git push returns error when I push to gitea@mirror.git.trinitydesktop.org:TDE/tdelibs.git Gitea: Unauthorized fatal: Could not read from remote repository.