Download raw body.
productivity/thinkingrock tweaks
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..
> 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.
>
>
>
productivity/thinkingrock tweaks