pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

eureka1: Switch to FLTK 1.4



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Jan 31 17:05:58 2025 +0100
Changeset:	0ab417cf50d25786ca1b4fbdd1e92a191d90f90a

Modified Files:
	eureka1/README
	eureka1/options.mk
Added Files:
	eureka1/COMMIT_MSG

Log Message:
eureka1: Switch to FLTK 1.4

- Add COMMIT_MSG

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0ab417cf50d25786ca1b4fbdd1e92a191d90f90a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 eureka1/COMMIT_MSG | 3 +++
 eureka1/README     | 4 ++--
 eureka1/options.mk | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

diffs:
diff --git a/eureka1/COMMIT_MSG b/eureka1/COMMIT_MSG
new file mode 100644
index 0000000000..33a78029e1
--- /dev/null
+++ b/eureka1/COMMIT_MSG
@@ -0,0 +1,3 @@
+Not for import. pkgsrc has the 2.x branch in games/eureka.
+
+This package is intended for older systems without C++17.
diff --git a/eureka1/README b/eureka1/README
index 5b607baafb..7724649d81 100644
--- a/eureka1/README
+++ b/eureka1/README
@@ -1,5 +1,5 @@
-The Eureka 1.x branch was written in C99 and C++03 (in line with FLTK 1.3).
+The Eureka 1.x branch was written in C99 and C++03 (in line with FLTK 1.4).
 The Eureka 2.x branch has significantly higher system requirements.
 
 This package in wip is intended for users of older machines.
-Tested to work with FLTK 1.3.9 and without OpenGL.
+Tested to work with FLTK 1.4.1 and without OpenGL.
diff --git a/eureka1/options.mk b/eureka1/options.mk
index 2ee29e5b62..834924d3c1 100644
--- a/eureka1/options.mk
+++ b/eureka1/options.mk
@@ -6,7 +6,7 @@ PKG_SUGGESTED_OPTIONS=	opengl xdg-utils
 
 .include "../../mk/bsd.options.mk"
 
-.include "../../x11/fltk13/buildlink3.mk"
+.include "../../x11/fltk/buildlink3.mk"
 
 # opengl: Use OpenGL for rendering
 # If FLTK is compiled without opengl option, it is always disabled here too.


Home | Main Index | Thread Index | Old Index