aboutsummaryrefslogtreecommitdiff
path: root/devel/kdesvn-kde4
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* devel/kdesvn-kde4: use option help.David Naylor2016-02-061-4/+1
| | | | | | | | | - Use option helper to disable NLS build Submitted by: rakuco@ Notes: svn path=/head/; revision=408309
* UnbreakAntoine Brodin2016-02-051-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=408258
* devel/kdesvn-kde4: fix options for DOCS and NLSDavid Naylor2016-02-031-2/+3
| | | | | | | | | | | | DOCS: the directory layout changes, requiring all sub CMakeLists.txt file to be edited to prevent building of documentation (but keeping man). NLS: the include directive for NLS support had changed, and was updated. Reported by: Wolfgang Riegler Notes: svn path=/head/; revision=407970
* devel/kdesvn-kde4: unbreak build on FreeBSD 9David Naylor2016-02-021-13/+7
| | | | | | | | | | | - Require a modern C compiler (GCC 4.2 is too old) [1] - Use OPTIONS helpers - Remove include of bsd.port.options.mk Reported by: pkg-fallout [1] Notes: svn path=/head/; revision=407834
* Put LICENSE before LIB_DEPENDS to make portlint happy.Raphael Kubo da Costa2016-01-231-2/+2
| | | | Notes: svn path=/head/; revision=406992
* Update to 1.7.0, the first release developed and hosted within KDE's ↵Raphael Kubo da Costa2016-01-237-96/+52
| | | | | | | | | | | | infrastructure. While here, switch to an out-of-source CMake build. Approved by: dbn (maintainer) Differential Revision: https://reviews.freebsd.org/D5026 Notes: svn path=/head/; revision=406991
* Unbreak `make fetch'.Raphael Kubo da Costa2015-12-281-3/+3
| | | | | | | | kdesvn releases up to 1.6.0 are now available from the former author's OwnCloud instance. Notes: svn path=/head/; revision=404665
* Mark as broken: does not fetchBaptiste Daroussin2015-12-121-0/+2
| | | | Notes: svn path=/head/; revision=403636
* Cleanup plistBaptiste Daroussin2014-10-271-8/+0
| | | | Notes: svn path=/head/; revision=371546
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) Notes: svn path=/head/; revision=365038
* Update my ports to be compliant with new USES framework and fix other issues.David Naylor2014-04-241-2/+1
| | | | | | | | | | | | | | Changes: * various: migrate USE_BZIP2 to USES=tar:bzip2 * various: migrate USE_XZ to USES=tar:xz * multimedia/py-ffmpeg: add and prefer github (GH) as master site * ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD) Most ports are updated infrequently so a single batch commit is preferred over collating changes per port. Notes: svn path=/head/; revision=352062
* Remove trailing whitespaces from category develEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345404
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-1/+1
| | | | Notes: svn path=/head/; revision=344898
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Add stage support to devel/kdesvn-kde4.David Naylor2013-11-182-7/+3
| | | | | | | | | | Changes: - Add man1 files to pkg-plist - Suppress package message - Update LIB_DEPENDS to the new format Notes: svn path=/head/; revision=334239
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* Remove MAKE_JOBS_SAFE from all my ports.David Naylor2013-07-281-1/+0
| | | | | | | Better to remove now, in one go, then forget about it. Notes: svn path=/head/; revision=323850
* Apply patch to point to the right bug tracker address.Raphael Kubo da Costa2013-07-083-0/+21
| | | | | | | | | | kdesvn has been moved into the KDE infrastructure, and this includes the bug tracker (the previous one has been closed). Approved by: dbn (maintainer via private mail) Notes: svn path=/head/; revision=322537
* Convert USE_GETTEXT -> USES=gettextBaptiste Daroussin2013-04-261-3/+3
| | | | | | | | | | While here: - Trim headers - Remove some useless pre.mk/post.mk - Convert to optionsng Notes: svn path=/head/; revision=316620
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Update to my new FreeBSD addressDavid Naylor2013-01-161-5/+2
| | | | | | | | | | - Trim header - Add myself as creator of devel/svn2git (see r272261) Approved by: eadler|bdrewery (mentor) Notes: svn path=/head/; revision=310522
* Fix reversal in the condition check introduced in r303170.Raphael Kubo da Costa2012-08-261-1/+1
| | | | | | | | | | | We need to check if DOCS is _not_ defined. Hat tips to avilla@ for noticing the mistake. PR: ports/170828 Notes: svn path=/head/; revision=303171
* - Update to 1.6.0Raphael Kubo da Costa2012-08-264-31/+33
| | | | | | | | | | - Convert to the new options framework. PR: ports/170828 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) Notes: svn path=/head/; revision=303170
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Make the port build with Qt 4.8.x.Raphael Kubo da Costa2012-05-211-0/+11
| | | | Notes: svn path=/head/; revision=297138
* Remove build dependencies on textproc/docbook-xml and textproc/docbook-xsl.Max Brazhnikov2012-03-071-4/+0
| | | | | | | | They were added to fix build with kdelibs-4.5, while correct fix was to add them as run dependencies for x11/kdelibs4 (done a while ago). Notes: svn path=/head/; revision=292881
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-0/+1
| | | | Notes: svn path=/head/; revision=291538
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Update to 1.5.5Max Brazhnikov2010-09-152-4/+4
| | | | | | | | PR: ports/150587 Submitted by: David Naylor (maintainer) Notes: svn path=/head/; revision=261232
* Update to 1.5.4Max Brazhnikov2010-09-063-6/+9
| | | | | | | | PR: ports/150307 Submitted by: David Naylor (maintainer) Notes: svn path=/head/; revision=260651
* Fix build with upcoming KDE 4.5Max Brazhnikov2010-08-241-0/+8
| | | | | | | Approved by: David Naylor (maintainer) Notes: svn path=/head/; revision=259915
* - [maintainer] update kdesvn-kde4 1.5.2 -> 1.5.3Dima Panov2010-06-073-6/+7
| | | | | | | | PR: 147206 Submitted by: David Naylor (maintainer) Notes: svn path=/head/; revision=256015
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Chase devel/apr -> devel/apr1 shufflingPhilip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254523
* 4/5: Chase devel/apr shlib bumpPhilip M. Gollucci2010-05-051-0/+1
| | | | | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253784
* Update to 1.5.2Max Brazhnikov2010-04-033-51/+58
| | | | | | | | PR: ports/145125 Submitted by: David Naylor (maintainer) Notes: svn path=/head/; revision=252157
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 1.4.1Martin Wilke2009-11-172-4/+4
| | | | | | | | PR: 140627 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) Notes: svn path=/head/; revision=244389
* - Update to 1.4.0Martin Wilke2009-09-134-18/+16
| | | | | | | | PR: 138420 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) Notes: svn path=/head/; revision=241344
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Fix build with LOCALBASEIon-Mihai Tetcu2009-06-161-0/+1
| | | | | | | | Reported by: QATty Approved by: maintainer Notes: svn path=/head/; revision=236021
* remove duplicated patch (miwi was faster than me).Max Brazhnikov2009-04-141-10/+0
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=232332
* Fix build with subversion-1.6.Max Brazhnikov2009-04-142-0/+11
| | | | | | | | | | Mark MAKE_JOBS_SAFE. Submitted by: maintainer via email Approved by: portmgr (pav) Notes: svn path=/head/; revision=232331
* - Fix build with new subversionMartin Wilke2009-04-141-0/+10
| | | | | | | | Submitted by: maintainer Approved by: portmgr (pav) Notes: svn path=/head/; revision=232330
* bump PORTREVISION after cmake updateMax Brazhnikov2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230897