Date: Sat, 15 Mar 2014 18:50:02 GMT From: Jason Bacon <jwbacon@tds.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/187609: devel/linux-f10-devtools: absolute symlink(s?) break compilation Message-ID: <201403151850.s2FIo2iJ066227@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/187609; it has been noted by GNATS. From: Jason Bacon <jwbacon@tds.net> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187609: devel/linux-f10-devtools: absolute symlink(s?) break compilation Date: Sat, 15 Mar 2014 13:43:38 -0500 This is a multi-part message in MIME format. --------------090103090307030609050606 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Patch attached. On 3/15/14 12:30 PM, Edwin Groothuis wrote: > Maintainer of devel/linux-f10-devtools, > > Please note that PR ports/187609 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187609 > -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Jason W. Bacon jwbacon@tds.net Circumstances don't make a man: They reveal him. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --------------090103090307030609050606 Content-Type: text/plain; charset=UTF-8; x-mac-type="0"; x-mac-creator="0"; name="linux-f10-devtools.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="linux-f10-devtools.patch" diff -ruN /usr/ports/devel/linux-f10-devtools/Makefile linux-f10-devtools/Makefile --- /usr/ports/devel/linux-f10-devtools/Makefile 2014-02-12 14:14:12.000000000 -0600 +++ linux-f10-devtools/Makefile 2014-03-15 13:38:59.000000000 -0500 @@ -42,4 +42,9 @@ PLIST_SUB+= NLS="" +# Replace link to absolute path /lib/libgcc_s.so.1, which is a FreeBSD lib +post-install: + ${RM} ${STAGEDIR}/compat/linux/usr/lib/gcc/i386-redhat-linux/4.3.2/libgcc_s.so + ${LN} -s ../../../../../lib/libgcc_s.so.1 ${STAGEDIR}/compat/linux/usr/lib/gcc/i386-redhat-linux/4.3.2/libgcc_s.so + .include <bsd.port.mk> --------------090103090307030609050606--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403151850.s2FIo2iJ066227>