Date: Sat, 23 Aug 2014 21:15:20 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192561] [NEW PORT] misc/virtualgl - VirtualGL Message-ID: <bug-192561-13-LpCv2B6hOE@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-192561-13@https.bugs.freebsd.org/bugzilla/> References: <bug-192561-13@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=192561 --- Comment #8 from Adam Weinberger <adamw@FreeBSD.org> --- (In reply to David Mackay from comment #7) > As for the PREFIX, that's conditionally set as VirtualGL has to be installed > under its own prefix, since its installed files will collide with other > sources of libGL.so, and it expects its own prefix. I'll see if I can find a > cleaner way to handle the setting of prefix - unfortunately, cmake has been > proving difficult to work with. cmake can be a mystery sometimes. If it has to all live under VirtualGL that's fine. With manually setting PREFIX in the Makefile, it won't behave well on the package building clusters. Plus it makes the plist look really confusing. My recommendation is to leave PREFIX alone and then you don't have to do anything weird like @dirrm bin/lib/include. Put DOCSDIR= ${PREFIX}/VirtualGL/doc into the Makefile, then you can: plist: %%DOCSDIR%%/411.gif (etc.) Or, by redefining DOCSDIR, you can even do PORTDOCS= * -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192561-13-LpCv2B6hOE>