diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-07-05 16:03:19 +0200 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-07-05 16:03:19 +0200 |
| commit | ad9809e1e3c0f914cb927f3619e9b328f5a5870d (patch) | |
| tree | acb55a2b7b51291c0c7196e9e90339139ea134a2 /freebsd/Makefile | |
| parent | 01d77dafb8fc4d40f8603e0d776b9b4b9283918d (diff) | |
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).
Diffstat (limited to 'freebsd/Makefile')
| -rw-r--r-- | freebsd/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
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 <bsd.port.pre.mk> .if ${FLAVOR} == gtk -MAKE_CMD= ${SH} ${FILESDIR}/xvfb-run.sh ${GMAKE} +MAKE_CMD= ./gtk-broadway-run.sh ${GMAKE} .endif post-install: |
