[kde-freebsd] [SVN Commit] branches/cmake-without-bundled-libs/PORTS/devel/cmake-gui

2012-06-04 Thread Raphael Kubo da Costa
SVN commit 8283 by rakuco: cmake-gui: Also use the bundled libarchive on certain FreeBSD versions. Apply the same fix added to devel/cmake in r8279, since the same missing libarchive calls are made here. We don't need the PLIST_SUB part because we do not install license files (perhaps we should)

[kde-freebsd] [SVN Commit] branches/cmake-without-bundled-libs/PORTS/devel/cmake-gui

2012-06-03 Thread Raphael Kubo da Costa
SVN commit 8277 by rakuco: cmake-gui: Also use system libraries instead of the bundled ones. Do the same we did in r8271 and start depending on curl and expat (libarchive, zlib and bzip2 are always present since they are in base). M +5 -1 Makefile ___