Re: x11/nvidia-driver incompatible with portmaster?

[ Available lists | Index of freebsd-x11 | Month of Jul 2011 | Week of 5 Jul 2011 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
b. f. <bf1783@googlemail.com>
Date
5 Jul 2011 23:59:38
Subject
Re: x11/nvidia-driver incompatible with portmaster?
Message-ID
CAGFTUwPfWx=xFEDwzFdN_36owbw9hOt8GQ6Z36ghT1aURNPZXQ@mail.gmail.com


[ Hide this part ]
On 7/5/11, Stephen Montgomery-Smith <stephen@missouri.edu> wrote:
...
> I also would have in pkg-list:
>
> @exec cd the-dir; rm -f libglx.so; if [ -f libglx-nvidia.so ]; then ln
> -s libglx-nvidia.so libglx.so; elif [ -f libglx-xorg.so ]; then ln -s
> libglx-xorg.so libglx.so; fi
>
> and exactly the same script for @unexec, and in post-install in each
> Makefile, and for libGL.so and libglx.la, in every one of the affected
> ports. This way there would be uniformity, and only one logic to
> understand.

Alright, I will retain the automatic management of the symlinks, and
tweak it to make it a bit more foolproof along the lines that you
suggest, and then submit the revised patch as a PR. However, libglx.la
will continue to remain the property of the xorg-server port, and will
not be handled in the same way.

b.

Elapsed time: 0.190 seconds