lazarus: Update to 4.4

Include fixing the compilation of the gtk2 variant.
This commit is contained in:
Karl-Michael Schindler
2025-11-13 09:38:32 +01:00
committed by Renee Otten
parent 3c05db4049
commit 0fd7773b92
+5 -5
View File
@@ -3,7 +3,7 @@
PortSystem 1.0
name lazarus
version 4.2-0
version 4.4-0
revision 0
categories devel
license GPL-2 LGPL-2
@@ -24,9 +24,9 @@ long_description Lazarus is an open-source development system that builds \
homepage https://www.lazarus-ide.org
master_sites sourceforge:lazarus
checksums rmd160 0f511128b7081eb70959dca51896232ebdb6acd2 \
sha256 46c746d765d61f4e2ab270fc7407b844f039e96f1cc65eee7e01e9d3abfc327a \
size 92347735
checksums rmd160 982dcad82d98ce5032c587873cfcbcc8ddc95ca9 \
sha256 190edc7b7a7b18430502c964a45dfdf5418ff16bbcad5c04423b33a09d22cc06 \
size 92309292
depends_lib port:fpc port:fpc-sources
supported_archs x86_64 arm64 ppc
@@ -123,7 +123,7 @@ variant cocoa conflicts gtk2 qt4 description "Build with Cocoa backend" {
variant gtk2 conflicts cocoa qt4 description "Build with GTK backend" {
depends_lib-append path:lib/pkgconfig/gtk+-2.0.pc:gtk2
build.post_args OPT="-gl -Fl${prefix}/lib" LCL_PLATFORM=gtk2
build.post_args OPT="-gl -Fl${prefix}/lib -dHASX" LCL_PLATFORM=gtk2
}
variant qt4 conflicts cocoa gtk2 description "Build with Qt4 backend" {