1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-17 09:19:15 -04:00
ports/math/ess/files/patch-lisp_Makefile
Rainer Hurling 1f145c715d math/ess: Update to 25.01.0
From the NEWS file:
- polymode: In transition from literate libraries (such as noweb
  with respect to 19.04), the polymode packages are now recommended
  as a more suitable replacement. Please read more in the NEWS file
- ESS[R]: The shorthand notation for lambda functions and the
  question mark are now fontified as keywords
- ESS[SAS]: Developed new comprehensive lists of PROCs and functions
  for syntax highlighting.  See 'etc/proc.sas' and 'etc/func.sas'

Changelog: https://github.com/emacs-ess/ESS/compare/v24.01.1...v25.01.0

Reported by:	Repology
2025-01-13 16:10:15 +01:00

18 lines
888 B
Text

--- lisp/Makefile.orig 2025-01-10 12:11:57 UTC
+++ lisp/Makefile
@@ -49,11 +49,11 @@ -include .dependencies
##obsolete/%.elc: obsolete/%.el
## $(COMPILE-SIMPLE) $<
-JULIA-REPO=https://raw.githubusercontent.com/JuliaEditorSupport/julia-emacs/master
+#JULIA-REPO=https://raw.githubusercontent.com/JuliaEditorSupport/julia-emacs/master
## Should happen before building ESS; definitely *NOT* after unpacking tarball :
-$(JULIAS):
- test -f ../etc/.IS.RELEASE || $(DOWNLOAD) $(JULIA-REPO)/julia-mode.el > julia-mode.el
- test -f ../etc/.IS.RELEASE || $(DOWNLOAD) $(JULIA-REPO)/julia-mode-latexsubs.el > julia-mode-latexsubs.el
+#$(JULIAS):
+# test -f ../etc/.IS.RELEASE || $(DOWNLOAD) $(JULIA-REPO)/julia-mode.el > julia-mode.el
+# test -f ../etc/.IS.RELEASE || $(DOWNLOAD) $(JULIA-REPO)/julia-mode-latexsubs.el > julia-mode-latexsubs.el
julia-%.elc: julia-%.el
$(COMPILE-SIMPLE) $<