diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-25 13:34:18 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-25 13:36:42 -0600 |
commit | 0d310d700aa060b02feec9c7487893a983bf7098 (patch) | |
tree | 3d35d698e9c13e27e41a8cd9de8ff7839dcd7b66 /devel/php74-json/files/patch-Makefile.frag | |
parent | mail/dovecot: fix build (diff) |
*/*php74*: Sunset php 7.4
As per upstream php 7.4 has reached it's EOL on 2022-11-22. Remove php74
from the tree. Default version of php has already been switched to 8.1.
Approved by: portmgr (blanket infrastructure)
Sponsored by: Bounce Experts
Diffstat (limited to 'devel/php74-json/files/patch-Makefile.frag')
-rw-r--r-- | devel/php74-json/files/patch-Makefile.frag | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/php74-json/files/patch-Makefile.frag b/devel/php74-json/files/patch-Makefile.frag deleted file mode 100644 index 514a41aa61f4..000000000000 --- a/devel/php74-json/files/patch-Makefile.frag +++ /dev/null @@ -1,9 +0,0 @@ ---- Makefile.frag.orig 2020-03-23 21:54:17 UTC -+++ Makefile.frag -@@ -1,5 +1,5 @@ - $(srcdir)/json_scanner.c: $(srcdir)/json_scanner.re -- @$(RE2C) $(RE2C_FLAGS) -t $(srcdir)/php_json_scanner_defs.h --no-generation-date -bci -o $@ $(srcdir)/json_scanner.re -+ $(LOCALBASE)/bin/re2c $(RE2C_FLAGS) -t $(srcdir)/php_json_scanner_defs.h --no-generation-date -bci -o $@ $(srcdir)/json_scanner.re - - $(srcdir)/json_parser.tab.c: $(srcdir)/json_parser.y - @$(YACC) --defines -l $(srcdir)/json_parser.y -o $@ |