Index: Makefile =================================================================== --- Makefile (revision 502436) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= meson PORTVERSION= 0.50.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/ Index: files/patch-mesonbuild_minstall.py =================================================================== --- files/patch-mesonbuild_minstall.py (nonexistent) +++ files/patch-mesonbuild_minstall.py (working copy) @@ -0,0 +1,16 @@ +--- mesonbuild/minstall.py.orig 2019-02-07 10:08:59.000000000 +0100 ++++ mesonbuild/minstall.py 2019-05-26 03:03:05.977232000 +0200 +@@ -488,8 +488,11 @@ + printed_symlink_error = True + if os.path.isfile(outname): + try: +- depfixer.fix_rpath(outname, install_rpath, final_path, +- install_name_mappings, verbose=False) ++ if install_rpath: ++ depfixer.fix_rpath(outname, install_rpath, final_path, ++ install_name_mappings, verbose=False) ++ else: ++ print("RPATH changes at install time disabled") + except SystemExit as e: + if isinstance(e.code, int) and e.code == 0: + pass Property changes on: files/patch-mesonbuild_minstall.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property