From ad9809e1e3c0f914cb927f3619e9b328f5a5870d Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 5 Jul 2026 16:03:19 +0200 Subject: gtk-broadway-run.sh is now used in all headless builds * It's already used on home:rhaberkorn:sciteco:UNSTABLE (OBS). We cannot introduce it in STABLE though until the next stable release which will contain the gtk-broadway-run.sh script. * The FreeBSD packaging is actually not tested yet. The package version had been dumped to 2.6.0 since it definitely won't work with v2.5.2 tarballs. The v2.5.2_1 patches have consequently also been removed. You can still find them in the bugzilla ticket (not merged into ports yet). --- freebsd/Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'freebsd/Makefile') diff --git a/freebsd/Makefile b/freebsd/Makefile index fd8e284..c1769e0 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -1,6 +1,5 @@ PORTNAME= sciteco -DISTVERSION= 2.5.2 -PORTREVISION= 1 +DISTVERSION= 2.6.0 CATEGORIES= editors textproc devel MASTER_SITES= https://sciteco.fmsbw.de/downloads/v${DISTVERSION}/ \ SOURCEFORGE/${PORTNAME}/v${DISTVERSION}/ @@ -17,13 +16,6 @@ FLAVOR?= ${FLAVORS:[1]} curses_PKGNAMESUFFIX= -curses gtk_PKGNAMESUFFIX= -gtk -# As SciTECO uses itself during the build process, -# it makes sense to compile it running under a dummy XServer. -# This is both faster and works in headless environments as well. -gtk_BUILD_DEPENDS= mcookie:devel/util-linux \ - xauth:x11/xauth \ - Xvfb:x11-servers/xorg-server@xvfb - USES= compiler:c11 gmake gnome groff pkgconfig # Only required because we patch configure.ac: USES+= autoreconf @@ -88,7 +80,7 @@ LTO_LDFLAGS= -flto=thin .include .if ${FLAVOR} == gtk -MAKE_CMD= ${SH} ${FILESDIR}/xvfb-run.sh ${GMAKE} +MAKE_CMD= ./gtk-broadway-run.sh ${GMAKE} .endif post-install: -- cgit v1.2.3