Date: Fri, 12 May 2017 04:28:27 +0000 From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: [Bug 218659] devel/glib20 not fully PREFIX-safe Message-ID: <bug-218659-32340-o1VrMEWd2m@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-218659-32340@https.bugs.freebsd.org/bugzilla/> References: <bug-218659-32340@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218659 beldin@beldin.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |beldin@beldin.org --- Comment #3 from beldin@beldin.org --- I found this patch solved it for me, whether LOCALBASE or PREFIX is the bet= ter option I don't know. Index: pkg-plist =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- pkg-plist (revision 440469) +++ pkg-plist (working copy) @@ -324,8 +324,8 @@ share/aclocal/glib-gettext.m4 share/aclocal/gsettings.m4 share/bash-completion/completions/gapplication -share/gdb/auto-load/usr/local/lib/libglib-2.0.so.%%LIBVERSION%%-gdb.py -share/gdb/auto-load/usr/local/lib/libgobject-2.0.so.%%LIBVERSION%%-gdb.py +share/gdb/auto-load%%LOCALBASE%%/lib/libglib-2.0.so.%%LIBVERSION%%-gdb.py +share/gdb/auto-load%%LOCALBASE%%/lib/libgobject-2.0.so.%%LIBVERSION%%-gdb.= py share/gettext/its/gschema.its share/gettext/its/gschema.loc share/glib-2.0/codegen/__init__.py --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218659-32340-o1VrMEWd2m>