aboutsummaryrefslogtreecommitdiffhomepage
path: root/freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd')
-rw-r--r--freebsd/Makefile24
-rw-r--r--freebsd/distinfo6
-rwxr-xr-x[-rw-r--r--]freebsd/files/xvfb-run.sh0
-rw-r--r--freebsd/pkg-plist4
4 files changed, 19 insertions, 15 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile
index a8a46db..1dcd194 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -1,12 +1,12 @@
PORTNAME= sciteco
-DISTVERSION= 2.3.0
+DISTVERSION= 2.5.0
CATEGORIES= editors textproc devel
-MASTER_SITES= https://github.com/rhaberkorn/${PORTNAME}/releases/download/v${DISTVERSION}/ \
+MASTER_SITES= https://sciteco.fmsbw.de/downloads/v${DISTVERSION}/ \
SOURCEFORGE/${PORTNAME}/v${DISTVERSION}/
-MAINTAINER= robin.haberkorn@googlemail.com
+MAINTAINER= rhaberkorn@fmsbw.de
COMMENT= Scintilla-based Text Editor and Corrector
-WWW= https://rhaberkorn.github.io/sciteco/
+WWW= https://sciteco.fmsbw.de/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -33,10 +33,6 @@ CONFIGURE_OUTSOURCE= yes
MAKEFILE= GNUmakefile
TEST_TARGET= check
-# SciTECO uses an install-exec-hook to fix up hash-bang lines.
-# This is broken by the default 0555 mode.
-BINMODE= 755
-
# NOTE: Unlike on Debian, we cannot build a sciteco-common package.
# FreeBSD does not yet support subpackages.
# Therefore both flavors will install totally independant
@@ -65,19 +61,23 @@ PLIST_SUB+= GTK="" \
PROGRAM_PREFIX=g
.endif
-OPTIONS_DEFINE= LEXILLA MALLOC_REPLACEMENT TECO_INTEGER_32
-OPTIONS_DEFAULT= LEXILLA
+OPTIONS_DEFINE= LEXILLA MALLOC_REPLACEMENT TECO_INTEGER_32 LTO
+OPTIONS_DEFAULT= LEXILLA MALLOC_REPLACEMENT
OPTIONS_SUB= yes
LEXILLA_DESC= Build with Lexilla lexer support (larger)
-MALLOC_REPLACEMENT_DESC= Force replacement of system malloc()
+MALLOC_REPLACEMENT_DESC= Replace system malloc() for memory limiting
TECO_INTEGER_32_DESC= Use 32-bit TECO integers
+LTO_DESC= Apply Link-Time Optimizations (significantly faster)
LEXILLA_CONFIGURE_OFF= --without-lexilla
MALLOC_REPLACEMENT_CONFIGURE_ON= --enable-malloc-replacement
TECO_INTEGER_32_CONFIGURE_ON= --with-teco-integer=32
-WITH_LTO= yes
+# Once we support an --enable-lto site-config-option, we should rather use that.
+LTO_CFLAGS= -flto=thin
+LTO_CXXFLAGS= -flto=thin
+LTO_LDFLAGS= -flto=thin
.include <bsd.port.pre.mk>
diff --git a/freebsd/distinfo b/freebsd/distinfo
index 9da3f9c..49a7b48 100644
--- a/freebsd/distinfo
+++ b/freebsd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1735085085
-SHA256 (sciteco-2.3.0.tar.gz) = f131cd88164bd4ee271813a7c6f448b9987ddb54ca6f39328beb979fba3e56a2
-SIZE (sciteco-2.3.0.tar.gz) = 4005903
+TIMESTAMP = 1745085748
+SHA256 (sciteco-2.4.0.tar.gz) = 5b053644d8365eb0fddd9b268af9d6c6c44786dfa51dd4cbb962abac66670402
+SIZE (sciteco-2.4.0.tar.gz) = 4077220
diff --git a/freebsd/files/xvfb-run.sh b/freebsd/files/xvfb-run.sh
index b4fd5a0..b4fd5a0 100644..100755
--- a/freebsd/files/xvfb-run.sh
+++ b/freebsd/files/xvfb-run.sh
diff --git a/freebsd/pkg-plist b/freebsd/pkg-plist
index 0f06e0b..ab74145 100644
--- a/freebsd/pkg-plist
+++ b/freebsd/pkg-plist
@@ -6,11 +6,14 @@ share/man/man1/%%PROGRAM_PREFIX%%sciteco.1.gz
share/man/man1/%%PROGRAM_PREFIX%%tedoc.tes.1.gz
share/man/man7/%%PROGRAM_PREFIX%%sciteco.7.gz
%%DATADIR%%/lib/color.tes
+%%DATADIR%%/lib/colors/contrast.tes
%%DATADIR%%/lib/colors/solarized.tes
%%DATADIR%%/lib/colors/terminal.tes
%%DATADIR%%/lib/fnkeys.tes
%%DATADIR%%/lib/getopt.tes
%%DATADIR%%/lib/lexer.tes
+%%DATADIR%%/lib/repl.tes
+%%DATADIR%%/lib/tecat.tes
%%LEXILLA%%%%DATADIR%%/lib/lexers/abaqus.tes
%%LEXILLA%%%%DATADIR%%/lib/lexers/ada.tes
%%LEXILLA%%%%DATADIR%%/lib/lexers/asciidoc.tes
@@ -50,6 +53,7 @@ share/man/man7/%%PROGRAM_PREFIX%%sciteco.7.gz
%%LEXILLA%%%%DATADIR%%/lib/lexers/java.tes
%%LEXILLA%%%%DATADIR%%/lib/lexers/js.tes
%%LEXILLA%%%%DATADIR%%/lib/lexers/kix.tes
+%%LEXILLA%%%%DATADIR%%/lib/lexers/latex.tes
%%LEXILLA%%%%DATADIR%%/lib/lexers/lisp.tes
%%LEXILLA%%%%DATADIR%%/lib/lexers/lout.tes
%%LEXILLA%%%%DATADIR%%/lib/lexers/lua.tes