diff options
author | Benjamin Jacobs <freebsd@dev.thsi.be> | 2024-03-11 22:43:46 +0100 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2024-03-11 22:50:58 +0100 |
commit | 8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3 (patch) | |
tree | 959847a64e64c876f5bdd4c254c22f44ca3ff372 /sysutils/ledit | |
parent | security/dirmngr: Moved man to share/man (diff) |
lang/ocaml: Update to 4.14.1
The 'force-safe-string; setting is NOT enabled, as opposed to the
new upstream default. OCaml users are encouraged to migrate to safe
strings as soon as possible.
- The X11 library isn't part of lang/ocaml anymore, users should
install x11-toolkits/ocaml-graphics.
- Add new 'ocaml' USES
- Bump PORTREVISION on dependent ports, due to ABI Change.
The update includes the following updates to existing ports (needed
to keep them working):
- devel/ocaml-camlp4: Updated to 4.14+1
- devel/ocaml-camlp5: Updated to 8.02.01, homepage updated
- devel/ocaml-dune: Patch to allow overriding the stublibs directory,
strip binary and shared libraries
- devel/ocaml-findlib: Improve port
- devel/ocaml-lwt: Fix build with OCaml 4.14
- deve/ocaml-re: Update to 1.11.0, use new dune USES
- devel/ocaml-sdl: Fix build with new ocaml
- games/freetennis: Fix build, tidy Makefile
- graphics/ocaml-images: Updated to 5.0.4, new homepage, use new
dune USES, undeprecate
- graphics/ocaml-lablgl: Moved into site-lib, dynamic objects
stripped, add missing GL dependencies
- math/coq: Updated to 8.19.0
- math/ocaml-zarith: strip shared libraries, fixed usage of
USE_OCAML_LDCONFIG, use new dune USES
- math/teyjus: Fix build
- net/unison240: Fix build with new compiler
- net/unison248: Fix build with new compiler, add MAKE_JOBS_UNSAFE
- net-p2p/mldonkey: Fix build with new compiler, fix build on i386
- sysutils/ledit: Updated to 2.06, install native binary, Use github,
fix man page installation
- www/geneweb: Build fix for OCaml and Camlp5 updates
- x11-toolkits/ocaml-lablgtk2: Fix build with new compiler
- x11-toolkits/ocaml-lablgtk3: Updated to 3.1.4, added ocaml-camlp-stream
dependency, build fix patch
- x11-toolkits/ocaml-labltk: Updated to 8.06.12, Improve Makefile
Added the following ports:
- devel/ocaml-astring
- devel/ocaml-base
- devel/ocaml-bos
- devel/ocaml-camlp-streams
- devel/ocaml-csexp
- devel/ocaml-fmt
- devel/ocaml-fpath
- devel/ocaml-logs
- devel/ocaml-mtime
- devel/ocaml-pcre2
- devel/ocaml-rresult
- devel/ocaml-seq
- devel/ocaml-stdio
- x11-toolkits/ocaml-graphics
PR: 250408 [1], 262781 [1], 262788 [3], 262789 [1],
262792 [1], 263006 [1], 263162 [3], 263206 [2],
276893 [1], 276945 [4], 276953 [1], 277026 [5],
277241 [1], 277242 [1], 277243 [1], 277244 [1],
277245 [1], 277246 [1], 277247 [1], 277248 [1],
277249 [1], 277250 [1], 277251 [1], 277252 [1],
277253 [1], 277254 [1], 277255 [1], 277256 [4],
277257 [1], 277258 [1]
Approved by: maintainer timeout [1],
yuri (maintainer) [2],
overcome by events, fixit [3],
madpilot (maintainer) [4]
Reviewed by: madpilot
Exp-run by: antoine [5]
Differential Revision: https://reviews.freebsd.org/D43861
Diffstat (limited to 'sysutils/ledit')
-rw-r--r-- | sysutils/ledit/Makefile | 29 | ||||
-rw-r--r-- | sysutils/ledit/distinfo | 6 | ||||
-rw-r--r-- | sysutils/ledit/files/patch-go.ml | 11 |
3 files changed, 29 insertions, 17 deletions
diff --git a/sysutils/ledit/Makefile b/sysutils/ledit/Makefile index dc7451c36f6c..889e9eba6e6b 100644 --- a/sysutils/ledit/Makefile +++ b/sysutils/ledit/Makefile @@ -1,10 +1,6 @@ PORTNAME= ledit -PORTVERSION= 2.04 -PORTREVISION= 2 +PORTVERSION= 2.06 CATEGORIES= sysutils -MASTER_SITES= http://cristal.inria.fr/%SUBDIR%/ \ - http://pauillac.inria.fr/%SUBDIR%/ -MASTER_SITE_SUBDIR= ~ddr/${PORTNAME}/distrib/src MAINTAINER= k@stereochro.me COMMENT= Line editor to be used with interactive commands @@ -13,10 +9,14 @@ WWW= http://cristal.inria.fr/~ddr/ledit/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= camlp5r:devel/ocaml-camlp5 +BUILD_DEPENDS= camlp5r:devel/ocaml-camlp5 \ + ${OCAMLFIND_DEPEND} -USES= gmake tar:tgz +USES= gmake USE_OCAML= yes +USE_GITHUB= yes +GH_ACCOUNT= chetmurthy +GH_TAGNAME= ledit-${PORTVERSION:S/./-/} ALL_TARGET= all ledit.opt MAKE_JOBS_UNSAFE= yes @@ -24,15 +24,16 @@ MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS do-configure: - ${REINPLACE_CMD} -e '/^BINDIR=/s|/usr/local|${STAGEDIR}${PREFIX}|' \ - -e '/^LIBDIR=/s|/usr/local|${STAGEDIR}${PREFIX}|' \ - -e '/^MANDIR=/s|/usr/local|${STAGEDIR}${PREFIX}/share|' \ + ${REINPLACE_CMD} -e '/^INCLUDES=/s|-I +../camlp-streams|-I +site-lib/camlp-streams|' \ + -e '/^CAMLP5=/s|-I +../camlp-streams|-I +site-lib/camlp-streams|' \ ${WRKSRC}/Makefile -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ledit +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/ledit.opt ${STAGEDIR}${PREFIX}/bin/ledit @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man1 + @${INSTALL_MAN} ${WRKSRC}/ledit.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk> diff --git a/sysutils/ledit/distinfo b/sysutils/ledit/distinfo index f4404065e7a0..bb656293e8a8 100644 --- a/sysutils/ledit/distinfo +++ b/sysutils/ledit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1571546227 -SHA256 (ledit-2.04.tgz) = 484897016b001b6d64eb24e38a213177b230ebf8e0d9808a969b62f012e70ee4 -SIZE (ledit-2.04.tgz) = 24430 +TIMESTAMP = 1706880759 +SHA256 (chetmurthy-ledit-2.06-ledit-2-06_GH0.tar.gz) = 9fb4fe256ca9e878a0b47dfd43b4c64c6a3f089c9e76193b2db347f0d90855be +SIZE (chetmurthy-ledit-2.06-ledit-2-06_GH0.tar.gz) = 25413 diff --git a/sysutils/ledit/files/patch-go.ml b/sysutils/ledit/files/patch-go.ml new file mode 100644 index 000000000000..8a2c604dbae1 --- /dev/null +++ b/sysutils/ledit/files/patch-go.ml @@ -0,0 +1,11 @@ +--- go.ml.orig 2022-12-23 21:06:50 UTC ++++ go.ml +@@ -14,7 +14,7 @@ open Sys; + open Ledit; + open Sys; + +-value version = "2.05"; ++value version = "2.06"; + + value usage () = do { + prerr_string "Usage: "; |