diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-11-27 23:12:19 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-11-27 23:35:05 +0000 |
commit | 5df16891e127dbf09154c191b0ca167223960d00 (patch) | |
tree | 3f6195c46a288a77920f28ccdae58545388c4df3 | |
parent | 5ffba0af2c1151e85f9a85757f1ceb95daf69982 (diff) | |
download | ports-5df16891e127dbf09154c191b0ca167223960d00.tar.gz ports-5df16891e127dbf09154c191b0ca167223960d00.zip |
lang/cjs: unbreak build with Meson 0.60.2
meson.build:537:0: ERROR: "install_dir" must be specified when installing a target
PR: 260056
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/5cc166a667ff
-rw-r--r-- | lang/cjs/Makefile | 3 | ||||
-rw-r--r-- | lang/cjs/distinfo | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lang/cjs/Makefile b/lang/cjs/Makefile index 6e254feef3c7..600b7d6d48ba 100644 --- a/lang/cjs/Makefile +++ b/lang/cjs/Makefile @@ -5,6 +5,9 @@ PORTVERSION= 4.8.2 CATEGORIES= lang gnome DIST_SUBDIR= gnome +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 61823ced59db.patch:-p1 # https://github.com/linuxmint/cjs/pull/98 + MAINTAINER= gnome@FreeBSD.org COMMENT= JavaScript bindings based on gobject-introspection diff --git a/lang/cjs/distinfo b/lang/cjs/distinfo index f75743f2f749..d950cf1fd462 100644 --- a/lang/cjs/distinfo +++ b/lang/cjs/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1610463497 SHA256 (gnome/linuxmint-cjs-4.8.2_GH0.tar.gz) = c3248663e0084dbcee1bf4d1db56966c1321983617dbbec9b1253e50614a3f4e SIZE (gnome/linuxmint-cjs-4.8.2_GH0.tar.gz) = 600711 +SHA256 (gnome/61823ced59db.patch) = 9337189561b32e4fdf651ee2231882f8baa60d55bf94990444e79aacf95c729b +SIZE (gnome/61823ced59db.patch) = 3157 |