Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2014 21:02:34 +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-lBHe8QmvM0@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 #7 from David Mackay <davidjx8p@gmail.com> ---
(In reply to Adam Weinberger from comment #6)
> I've split apart libjpeg-turbo for you, so this port can depend on it
> instead of repackaging it.
> 
> That said, this port does some weird stuff. Why does it depend on libtool,
> automake, and autoreconf if it uses cmake? Why is it installing everything
> under a different PREFIX rather than putting things in the usual locations?
> Why have you used spaces instead of tabs after variable names in the
> Makefile?
> 
> Please work through those issues, run the port through portlint, and submit
> an updated version.
> 
> I know you've put a lot of work into these ports, and I'm trying to help you
> tighten them up so we can get it committed.

Hiya,

I hadn't noticed the dependencies on the GNU build suite. What I did once was
build libjpeg-turbo as part of this port. I'll just clear those since they no
longer apply.

Likewise I hadn't noticed the spaces - perhaps my editor is doing this. 

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.

Anyway - thanks for the feedback, and I'll try and sort out these issues within
an hour or two.

-- 
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-lBHe8QmvM0>