From: "Kirill Bychkov" Subject: Re: productivity/thinkingrock tweaks To: ports@openbsd.org Date: Fri, 26 Jan 2024 00:46:44 +0300 On Thu, January 25, 2024 20:02, Stuart Henderson wrote: > On 2024/01/25 19:54, Kirill Bychkov wrote: >> Hi! >> Thinkingrock port still ships MESSAGE which states to bump >> data size limit to 700-900MB. >> I suggest to remove pkg/MESSAGE completely because data size >> limits on all platforms where java works (ONLY_FOR_ARCHS?= i386 >> amd64 aarch64 sparc64, as per java.port.mk) are set to 1536M these days. > > i386 datasize for default and staff classes are 768M. But maybe that's > still enough.. I see 1536M in /usr/src/etc/etc.i386/login.conf for both default and staff classes. > >> Switch HOMEPAGE to https while here. >> OK? >> >> Index: Makefile >> =================================================================== >> RCS file: /cvs/ports/productivity/thinkingrock/Makefile,v >> retrieving revision 1.24 >> diff -u -p -u -p -r1.24 Makefile >> --- Makefile 27 Sep 2023 15:04:13 -0000 1.24 >> +++ Makefile 25 Jan 2024 16:53:13 -0000 >> @@ -3,11 +3,11 @@ COMMENT= collecting and processing thoug >> V= 2.2.1 >> DISTNAME= tr-$V >> PKGNAME= thinkingrock-${V} >> -REVISION= 8 >> +REVISION= 9 >> >> CATEGORIES= productivity >> >> -HOMEPAGE= http://www.trgtd.com.au/ >> +HOMEPAGE= https://www.trgtd.com.au/ >> >> # CDDL >> PERMIT_PACKAGE= Yes >> Index: pkg/MESSAGE >> =================================================================== >> RCS file: pkg/MESSAGE >> diff -N pkg/MESSAGE >> --- pkg/MESSAGE 2 Jan 2009 20:30:31 -0000 1.1 >> +++ /dev/null 1 Jan 1970 00:00:00 -0000 >> @@ -1,3 +0,0 @@ >> -Users need their data size limit increased in /etc/login.conf in order to >> -run Thinking Rock. They need at least 700MB, for heavy users, 900MB are a >> -better choice. >> >> >> >