FreeBSD Bugzilla – Attachment 204611 Details for
Bug 238128
devel/meson: don't strip rpath
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
meson.patch (text/plain), 1.76 KB, created by
Piotr Kubaj
on 2019-05-26 01:13:51 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-05-26 01:13:51 UTC
Size:
1.76 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
pkubaj
:
maintainer-approval?
(
gnome
)
Actions:
View
|
Diff
Attachments on
bug 238128
: 204611