| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
PR: ports/170654
Notes:
svn path=/head/; revision=304291
|
|
|
|
|
|
|
| |
devel/cmake-modules
Notes:
svn path=/head/; revision=300800
|
|
|
|
|
|
|
|
|
| |
to keep Modules and Templates separated.
Approved by: avilla (kde)
Notes:
svn path=/head/; revision=300799
|
|
|
|
|
|
|
|
|
|
| |
dcmtk-3.6.0. This has been reported in CMake bug tracker:
http://public.kitware.com/Bug/view.php?id=12324
Approved by: kde@ (implicit)
Notes:
svn path=/head/; revision=300762
|
|
|
|
|
|
|
|
|
|
|
| |
It includes an upstream patch which fixes the FindPkgConfig.cmake
module. It will be part of 2.8.9.
PR: ports/167140
Approved by: portmgr (pav via exp-run)
Notes:
svn path=/head/; revision=295909
|
|
|
|
|
|
|
| |
Approved by: avilla (mentor, implicit), portmgr (pav via exp-run)
Notes:
svn path=/head/; revision=288856
|
|
|
|
|
|
|
|
|
|
|
| |
- Set LICENSE.
PR: ports/151830 [1]
Submitted by: Anonymous <swell.k AT gmail.com> [1]
Approved by: makc (mentor)
Notes:
svn path=/head/; revision=285397
|
|
|
|
|
|
|
| |
Approved by: makc (mentor)
Notes:
svn path=/head/; revision=284085
|
|
|
|
|
|
|
|
| |
PR: 156543
Submitted by: Pan Tsu <inyaoo@gmail.com>
Notes:
svn path=/head/; revision=283626
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
profiles, so that CMake can be used outside of ports.
- Bump CMake PORTREVISION.
- Pass default build flags (at least I hope) via bsd.cmake.mk.
PR: 159276
Submitted by: Igor Soumenkov <2igosha@gmail.com>
Approved by: avilla (mentor)
Notes:
svn path=/head/; revision=281618
|
|
|
|
|
|
|
| |
Approved by: avilla (on behalf of kde@)
Notes:
svn path=/head/; revision=275679
|
|
|
|
|
|
|
|
| |
and let cmake use system CFLAGS. RelWithDebInfo and MinSizeRel
profiles are leaved unchanged.
Notes:
svn path=/head/; revision=272459
|
|
|
|
|
|
|
|
| |
Tested via: exp-run
Approved by: kde@ implicit
Notes:
svn path=/head/; revision=269630
|
|
|
|
|
|
|
| |
some ports after latest cmake update.
Notes:
svn path=/head/; revision=265026
|
|
|
|
|
|
|
| |
Approved by: tabthorpe (mentor)
Notes:
svn path=/head/; revision=264698
|
|
|
|
|
|
|
|
| |
PR: ports/151606
Submitted by: Oliver Fromme <olli at secnetix.de>
Notes:
svn path=/head/; revision=263415
|
|
|
|
|
|
|
|
|
|
| |
Respect WX_CONFIG [1]
PR: ports/146805 [1]
Reported by: rene@
Notes:
svn path=/head/; revision=258129
|
|
|
|
|
|
|
|
| |
PR: ports/146662
Submitted by: Roman Neuhauser <neuhauser at sigpipe.cz>
Notes:
svn path=/head/; revision=254510
|
|
|
|
|
|
|
| |
With hat on: kde@
Notes:
svn path=/head/; revision=254129
|
|
|
|
|
|
|
|
|
|
|
| |
- Use @dirrmtry for Modules dir, as other ports may install their own cmake modules
PR: 143313
Submitted by: myself
Approved by: Max Brazhnikov <makc@issp.ac.ru>
Notes:
svn path=/head/; revision=248799
|
|
|
|
|
|
|
|
|
|
|
|
| |
out of box.
Bump PORTREVISION
PR: ports/142583
Submitted by: amdmi3@
Notes:
svn path=/head/; revision=248569
|
|
|
|
| |
Notes:
svn path=/head/; revision=248568
|
|
|
|
|
|
|
| |
Approved by: miwi (for kde@)
Notes:
svn path=/head/; revision=246989
|
|
|
|
|
|
|
|
|
| |
PR: 141323
Submitted by: myself
Approved by: miwi
Notes:
svn path=/head/; revision=245458
|
|
|
|
|
|
|
| |
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=244969
|
|
|
|
|
|
|
|
| |
PR: based on ports/138187
Submitted by: amdmi3
Notes:
svn path=/head/; revision=240501
|
|
|
|
| |
Notes:
svn path=/head/; revision=238900
|
|
|
|
|
|
|
|
|
| |
release in 4.2.x series. The official KDE 4.2.4 release changelog can
be found at:
http://www.kde.org/announcements/changelogs/changelog4_2_3to4_2_4.php.
Notes:
svn path=/head/; revision=235110
|
|
|
|
|
|
|
|
|
|
|
| |
/usr/local
- Not bumping PORTREV since this only effects users running on a non-standard LOCALBASE
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=234662
|
|
|
|
|
|
|
|
|
| |
- Set INSTALL_TARGET for cmake based ports to install/strip. This solves
problem of installing non-stripped binaries (noticed by delphij for KDE4 ports)
- Fix linking to -lpthread for cmake based ports (KDE4 ports are affected mostly)
Notes:
svn path=/head/; revision=230896
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove CMAKE_BUILD_TYPE [1]
CMAKE_BUILD_TYPE only affects compiler FLAGS and linking with specific
library versions (debug |optimized | general).
In our case external libraries reside in other ports and only install
one version (no separate debug/optimized). Also, the ports system
provide correct compiler flags (-g and no optimizations when WITH_DEBUG
is used). Thus, cmake buildtypes only add extra compiler flags. Ports will
be built correctly both by default and for WITH_DEBUG case.
- Also, change WRKSRC to CONFIGURE_WRKSRC. (use CONFIGURE_WRKSRC for configure
target instead of WRKSRC)
PR: 126507 [1]
Submitted by: amdmi3@ [1]
Tested with: exp-run
Thanks to: pav/amdmi3
Notes:
svn path=/head/; revision=227174
|
|
|
|
|
|
|
|
|
|
|
| |
dependent ports.
PR: ports/130862
Submitted by: Nikos Ntarmos <ntarmos at ceid.upatras.gr>
Approved by: miwi (implicit)
Notes:
svn path=/head/; revision=226684
|
|
|
|
|
|
|
|
|
| |
kde4-config in not in the PATH and PREFIX is set for non-default value.
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=219201
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
http://www.cmake.org/pipermail/cmake/2008-August/023188.html
bsd.cmake.mk
- Use VERBOSE mode when BATCH is defined to get more informative logs
on pointyhat/tinderbox
Notes:
svn path=/head/; revision=218344
|
|
|
|
|
|
|
|
| |
PR: 125815
Submitted by: Max Brazhnikov
Notes:
svn path=/head/; revision=217920
|
|
|
|
|
|
|
|
|
|
| |
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=213789
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=211584
|
|
|
|
| |
Notes:
svn path=/head/; revision=206918
|
|
|
|
| |
Notes:
svn path=/head/; revision=196399
|
|
|
|
| |
Notes:
svn path=/head/; revision=183954
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes build with non-standard X11BASE for math/vtk* and
possible others.
OKed by: arved
Approved by: portmgr (linimon)
Notes:
svn path=/head/; revision=179335
|
|
|
|
| |
Notes:
svn path=/head/; revision=178061
|
|
|
|
| |
Notes:
svn path=/head/; revision=170485
|
|
|
|
| |
Notes:
svn path=/head/; revision=161135
|
|
|
|
| |
Notes:
svn path=/head/; revision=160506
|
|
|
|
| |
Notes:
svn path=/head/; revision=158715
|
|
|
|
|
|
|
| |
Submitted by: Adriaan de Groot <adriaan@codeyard.net>
Notes:
svn path=/head/; revision=158492
|
|
|
|
|
|
|
|
|
| |
PR: 90190
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Discussed with: anholt
Notes:
svn path=/head/; revision=151889
|
|
|
|
| |
Notes:
svn path=/head/; revision=149311
|
|
|
|
|
|
|
|
| |
PR: ports/82225
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Notes:
svn path=/head/; revision=137761
|