notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: Mk/bsd.cmake.mk
SVNWeb

Number of commits found: 15

Tue, 19 Mar 2013
[ 17:59 makc search for other commits by this committer ] Original commit   Revision:314668
Convert USE_CMAKE to USES macro:
 Usage:		USES= cmake or USES= cmake:ARGS
 Valid ARGS:	outsource (perform an out-of-source build)

Tested by:	exp-run (bapt)
Approved by:	portmgr (bapt)
Wed, 23 May 2012
[ 08:17 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- Remove emacs mode, -*- mode: ...; -*- [1]
- Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify
dependencie [2]
- Fix make reinstall [3]
- Trivial comment change for PORTDATA [4]

PR:             151954 [1]
                161314 [2]
                167085 [3]
                167465 [4]
Submitted by:   Anonymous <swell.k@gmail.com> [1]
                dougb@ and Chris Rees <utisoft@gmail.com> [2]
                Garrett Cooper <yanegomi@gmail.com> [3]
                "Bryan Drewery" <bryan@shatow.net> [4]
Tested via:     phw
Thu, 10 Nov 2011
[ 19:50 rakuco search for other commits by this committer ] Original commit 
Remove CMAKE_USE_PTHREAD.

This has been in area51 since April, and discussions with makc
indicate this was only needed when we supported FreeBSD < 7.

Approved by:    avilla (mentor), portmgr (tabthorpe)
Feature safe:   yes
Sun, 16 Oct 2011
[ 22:51 avilla search for other commits by this committer ] Original commit 
- Distinguish STRIP from WITH_DEBUG.

PR:             156543
Submitted by:   Pan Tsu <inyaoo@gmail.com>
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Sun, 11 Sep 2011
[ 02:04 rakuco search for other commits by this committer ] Original commit 
- Remove the patch that was clearing default build flags for build
  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)
Sun, 10 Apr 2011
[ 08:40 makc search for other commits by this committer ] Original commit 
- Set CMAKE_BUILD_TYPE to Release by default (and to Debug if WITH_DEBUG
  is defined)
- Pass CMAKE_BUILD_TYPE to PLIST_SUB
- Reformat description
Wed, 31 Mar 2010
[ 18:07 makc search for other commits by this committer ] Original commit 
Fix typo in comment
Wed, 3 Mar 2010
[ 07:48 gahr search for other commits by this committer ] Original commit 
- Add a CMAKE_OUTSOURCE variable that, when set, causes the cmake framework
  to use a directory other than ${WRKSRC} for generated files (out-of-source
build).
  See
http://www.cmake.org/Wiki/CMake_FAQ#What_is_an_.22out-of-source.22_build.3F

Approved by:    kde@, portmgr@
Feature safe:   yes
Tue, 1 Sep 2009
[ 22:19 tabthorpe search for other commits by this committer ] Original commit  (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
The FreeBSD KDE is please to announce the release of KDE 4.3.1,
a bugfix, translation and maintenance update. Release note can be found
at http://kde.org/announcements/announce-4.3.1.php

We would like to thank all our contributors and testers. My personal
thanks to miwi and makc for coaching me through my first KDE commit.
Tue, 24 Mar 2009
[ 19:11 makc search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Update devel/cmake to 2.6.3.

- 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)
Sun, 8 Feb 2009
[ 20:23 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 346 ports in this commit are shown above. View all ports for this commit)
The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.

New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.

New ports for KDE 4.2.0:
arabic/kde4-l10n                Arabic
hebrew/kde4-l10n                Hebrew
misc/kde4-l10n-bn_IN            Bengali (India)
misc/kde4-l10n-eu               Basque
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 30 Jan 2009
[ 19:25 miwi search for other commits by this committer ] Original commit 
- Update to 2.6.2
- 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
Sun, 10 Aug 2008
[ 15:43 miwi search for other commits by this committer ] Original commit 
- Update to 2.6.1

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
Tue, 27 May 2008
[ 22:12 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
- Add common code to support for cmake based ports.
- 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)

Number of commits found: 15