summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/compat14x/Makefile5
-rw-r--r--misc/jbidwatcher/Makefile4
-rw-r--r--misc/jbidwatcher/files/patch-build.xml11
-rw-r--r--misc/lifelines/Makefile4
-rw-r--r--misc/lifelines/files/patch-configure.ac18
-rw-r--r--misc/lifelines/files/patch-intl_Makefile.in38
6 files changed, 40 insertions, 40 deletions
diff --git a/misc/compat14x/Makefile b/misc/compat14x/Makefile
index 3be2c6237878..6a6282ae5097 100644
--- a/misc/compat14x/Makefile
+++ b/misc/compat14x/Makefile
@@ -1,5 +1,6 @@
PORTNAME= compat14x
PORTVERSION= 14.2.1402000.20251120
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= LOCAL/arrowd
PKGNAMESUFFIX= -${ARCH}
@@ -63,6 +64,10 @@ OPTIONS_SUB= yes
IGNORE= is for FreeBSD 14.x and newer
.endif
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1600000
+RUN_DEPENDS+= compat15x-${ARCH}>=0:misc/compat15x
+.endif
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCOMPAT32}
diff --git a/misc/jbidwatcher/Makefile b/misc/jbidwatcher/Makefile
index 787cd4b42555..e412a2404f75 100644
--- a/misc/jbidwatcher/Makefile
+++ b/misc/jbidwatcher/Makefile
@@ -8,7 +8,11 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Java-based application allowing you to monitor eBay auctions
WWW= https://www.jbidwatcher.com/
+DEPRECATED= unmaintained, upstream website is gone, no users in the ports tree
+EXPIRATION_DATE= 2026-04-14
+
USES= java:ant,run tar:bzip2
+JAVA_VERSION= 8 11
ALL_TARGET= jar
diff --git a/misc/jbidwatcher/files/patch-build.xml b/misc/jbidwatcher/files/patch-build.xml
new file mode 100644
index 000000000000..5e8621f1d5a2
--- /dev/null
+++ b/misc/jbidwatcher/files/patch-build.xml
@@ -0,0 +1,11 @@
+--- build.xml.orig 2025-12-14 15:56:48 UTC
++++ build.xml
+@@ -83,7 +83,7 @@
+ <target name="compile" depends="init">
+ <echo level="info" message="Compiling all classes." />
+ <mkdir dir="${build.dir}" />
+- <javac srcdir="${src.dir}" destdir="${build.dir}" includeantruntime="false" debug="on" source="1.5" target="1.5">
++ <javac srcdir="${src.dir}" destdir="${build.dir}" includeantruntime="false" debug="on">
+ <classpath refid="project.class.path" />
+ <include name="**/*.java" />
+ </javac>
diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile
index 5e31de237797..dda1ba095ed9 100644
--- a/misc/lifelines/Makefile
+++ b/misc/lifelines/Makefile
@@ -10,7 +10,7 @@ WWW= https://lifelines.github.io/lifelines/
LICENSE= MIT
-USES= autoreconf bison gmake iconv ncurses
+USES= autoreconf bison gettext-tools gmake iconv ncurses
GNU_CONFIGURE= yes
CONFIGURE_ENV= YACC="bison -y"
@@ -35,7 +35,7 @@ BUILDDOCS_BUILD_DEPENDS= dblatex:textproc/dblatex \
xmlto:textproc/xmlto
BUILDDOCS_CONFIGURE_WITH= docs
-NLS_USES= gettext
+NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
pre-patch:
diff --git a/misc/lifelines/files/patch-configure.ac b/misc/lifelines/files/patch-configure.ac
new file mode 100644
index 000000000000..60e9b9ead875
--- /dev/null
+++ b/misc/lifelines/files/patch-configure.ac
@@ -0,0 +1,18 @@
+--- configure.ac.orig 2016-03-17 00:15:34 UTC
++++ configure.ac
+@@ -11,6 +11,7 @@ AC_CONFIG_AUX_DIR(build/autotools)
+ AC_PREREQ(2.50)
+ AC_REVISION([for lifelines, built with autoconf] AC_ACVERSION)
+ AC_CONFIG_AUX_DIR(build/autotools)
++AC_CONFIG_MACRO_DIRS([build/autotools])
+ AC_CANONICAL_HOST
+
+ dnl Use 'foreign' to avoid requiring GNU files in top-level.
+@@ -48,6 +49,7 @@ AM_GNU_GETTEXT(,need-ngettext)
+ dnl These languages should be a copy of po/LINGUAS
+ ALL_LINGUAS="da de el eo es fr it nl pl rw sv"
+ AM_GNU_GETTEXT(,need-ngettext)
++AM_GNU_GETTEXT_VERSION([0.11.5])
+
+ dnl codeset conversion library
+ AM_ICONV
diff --git a/misc/lifelines/files/patch-intl_Makefile.in b/misc/lifelines/files/patch-intl_Makefile.in
deleted file mode 100644
index 6790415d8117..000000000000
--- a/misc/lifelines/files/patch-intl_Makefile.in
+++ /dev/null
@@ -1,38 +0,0 @@
---- intl/Makefile.in.orig 2015-12-22 22:00:40 UTC
-+++ intl/Makefile.in
-@@ -152,35 +152,6 @@ install-exec: all
- else \
- : ; \
- fi
-- if test '@USE_INCLUDED_LIBINTL@' = yes; then \
-- test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \
-- temp=$(DESTDIR)$(libdir)/t-charset.alias; \
-- dest=$(DESTDIR)$(libdir)/charset.alias; \
-- if test -f $(DESTDIR)$(libdir)/charset.alias; then \
-- orig=$(DESTDIR)$(libdir)/charset.alias; \
-- sed -f ref-add.sed $$orig > $$temp; \
-- $(INSTALL_DATA) $$temp $$dest; \
-- rm -f $$temp; \
-- else \
-- if test @GLIBC21@ = no; then \
-- orig=charset.alias; \
-- sed -f ref-add.sed $$orig > $$temp; \
-- $(INSTALL_DATA) $$temp $$dest; \
-- rm -f $$temp; \
-- fi; \
-- fi; \
-- $(mkinstalldirs) $(DESTDIR)$(localedir); \
-- test -f $(DESTDIR)$(localedir)/locale.alias \
-- && orig=$(DESTDIR)$(localedir)/locale.alias \
-- || orig=$(srcdir)/locale.alias; \
-- temp=$(DESTDIR)$(localedir)/t-locale.alias; \
-- dest=$(DESTDIR)$(localedir)/locale.alias; \
-- sed -f ref-add.sed $$orig > $$temp; \
-- $(INSTALL_DATA) $$temp $$dest; \
-- rm -f $$temp; \
-- else \
-- : ; \
-- fi
- install-data: all
- if test "$(PACKAGE)" = "gettext"; then \
- $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \