Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
official source tarball (NOT git)
02-07-2013, 05:21 PM
Post: #25
RE: official source tarball (NOT git)
Hi,

I haven't had much time to follow this recently, but did have a few minutes today. I'm still wondering why you're including things like cityhash, zlib, libzip, snappy, and glew. All of these package have shared libraries and it's really not necessary to bundle them with the package, only find them during configure and link to them during the linking stage. Even sha1 is on most systems, and rapidxml can be provided as a package (at least in pkgsrc). All you'd have to do is look for it in the system paths rather than looking for it in native/. There's really no reason for this package to have a dependency on git. Rather, consider bundling only what's necessary in your native/ directory in the distfile.

The build of 0.6.1 fails when trying to find cityhash, which we have installed as a shared library (with the city.h in include/). I would recommend just bundling etcpack, stb_image, stb_vorbis, and libkirk for the time being.

Best regards,
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: official source tarball (NOT git) - porkpie - 02-07-2013 05:21 PM

Forum Jump: