git: 9c54b58a71de - main - devel/libmatthew: allow compilation with any JDK
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Jan 2026 08:52:55 UTC
The branch main has been updated by ronald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9c54b58a71deeb7f6bfbf76634ff338eebca4741
commit 9c54b58a71deeb7f6bfbf76634ff338eebca4741
Author: Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2026-01-06 08:48:56 +0000
Commit: Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2026-01-06 08:52:32 +0000
devel/libmatthew: allow compilation with any JDK
PR: 272855
Approved-by: no maintainer
---
devel/libmatthew/files/patch-Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/devel/libmatthew/files/patch-Makefile b/devel/libmatthew/files/patch-Makefile
index c55b7d8be664..2268ea18f91f 100644
--- a/devel/libmatthew/files/patch-Makefile
+++ b/devel/libmatthew/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig 2020-03-25 12:08:05 UTC
+--- Makefile.orig 2018-05-05 20:58:21 UTC
+++ Makefile
-@@ -6,13 +6,13 @@ GCJ?=gcj
+@@ -6,13 +6,12 @@ JPPFLAGS+=-C -P
CC?=gcc
LD?=gcc
JPPFLAGS+=-C -P
@@ -9,14 +9,14 @@
CSTD?=-std=c99
CSHAREFLAG+=-fpic -fno-stack-protector
GCJJNIFLAG=-fjni
- JVERCFLAGS+=-source 1.5
+-JVERCFLAGS+=-source 1.5
JCFLAGS+=
-INCLUDES+=-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
+INCLUDES+=-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/freebsd
JAVADOCFLAGS?=-quiet -author -link http://java.sun.com/j2se/1.4.2/docs/api/
LDVER?=$(shell ld -v | cut -d' ' -f1)
-@@ -91,11 +91,11 @@ libmatthew-java-$(MATTVER).tar.gz: Makefile cx cgi-jav
+@@ -91,11 +90,11 @@ debug-enable-$(DEBUGVER).jar: cx/ath/matthew/debug/Deb
tar zcf $@ libmatthew-java-$(MATTVER)
debug-enable-$(DEBUGVER).jar: cx/ath/matthew/debug/Debug.jpp