summaryrefslogtreecommitdiff
path: root/irc/konversation-kde4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.7.2 and rename to irc/konversation.Raphael Kubo da Costa2017-05-304-271/+0
| | | | | | | | Update to the latest release (which is KF5-based) and drop the "-kde4" suffix from the port. Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D10928
* Fix shebangs.Tobias C. Berner2017-04-271-3/+8
| | | | | Reported by: Jochen Neumeister Approved by: rakuco (mentor)
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-1/+1
| | | | | PR: 218658 Submitted by: riggs
* Pass port to kde@.Raphael Kubo da Costa2016-10-231-1/+1
|
* Reassign makc's ports back to the pool.Raphael Kubo da Costa2016-10-201-1/+1
| | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far.
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961
* Remove expired misc/kdehier4 and update all of its consumers to not ↵Rene Ladan2016-05-251-1/+1
| | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Fix shebangsDmitry Marakasov2015-07-141-1/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* irc/konversation-kde4:Max Brazhnikov2014-11-053-4/+6
| | | | | | | | | - Update to 1.5.1. This release addresses several minor bugs and a low-risk DoS security defect in the Blowfish ECB support [1]. [1] https://www.kde.org/info/security/advisory-20141104-1.txt MFH: 2014Q4
* Cleanup plistBaptiste Daroussin2014-10-271-26/+0
|
* 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)
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-151-0/+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)
* irc/konversation-kde4:Max Brazhnikov2014-03-283-10/+29
| | | | | | | | | - update to 1.5.0 [1] - convert to USES=tar:xz - squeeze MASTER_SITE/MASTER_SITE_SUBDIR PR: based on ports/187720 [1] Submitted by: Matthew Rezny <matthew@reztek.cz>
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-1/+1
|
* - Support stagingMax Brazhnikov2013-10-231-1/+0
| | | | | | | - Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes
* - Remove LATEST_LINK from my Qt4/KDE4 portsMax Brazhnikov2013-10-071-4/+2
| | | | | - Use new LIB_DEPENDS syntax - Use options helpers
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | irc)
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | Approved by: portmgr (bdrewery)
* - 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)
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
|
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-0/+1
|
* Update to 1.4Max Brazhnikov2011-12-063-52/+25
| | | | | | | Remove indirect dependencies on textproc/docbook-xml and xorg ports Distfile is now compressed with xz Feature safe: yes
* Chase after net/openldap24-server update.Xin LI2011-02-251-1/+1
| | | | Reminded by: miwi
* - Chase security/libksba shlib version bumpGreg Larkin2010-12-161-0/+1
| | | | | Requested by: kwm Pointyhat to: glarkin
* Update to 1.3.1Max Brazhnikov2010-11-223-7/+10
|
* Fix build with upcoming KDE 4.5Max Brazhnikov2010-08-211-0/+1
| | | | Don't bump PORTREVISION: packages built vs KDE 4.4 work fine with 4.5
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Update to 1.2.3Max Brazhnikov2010-02-143-7/+11
|
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
|
* Update to 1.2.1Max Brazhnikov2009-11-183-4/+5
| | | | | PR: ports/140599 Submitted by: Shane Bell <decept0 at gmail.com>
* Update to 1.2 - first release for KDE4!Max Brazhnikov2009-10-163-5/+6
| | | | | PR: ports/139678 Submitted by: Shane Bell <decept0 at gmail.com>
* Update to 1.2-rc1Max Brazhnikov2009-10-073-7/+12
|
* Update to 1.2-alpha6Max Brazhnikov2009-08-233-6/+6
| | | | | PR: ports/138089 Submitted by: Shane Bell <decept0 at gmail.com>
* Update to 1.2-alpha5Max Brazhnikov2009-08-063-6/+45
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* Update to 1.2-alpha3Max Brazhnikov2009-06-023-5/+9
|
* Update to 1.2-alpha1 after repocopyMax Brazhnikov2009-05-274-181/+42
|
* Update to version 1.1Markus Brueffer2008-09-024-42/+25
| | | | Submitted by: makc
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-18/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update to version 1.0.1Markus Brueffer2006-10-073-4/+16
|
* - Update to version 1.0Markus Brueffer2006-09-024-14/+70
| | | | - Extend pkg-descr and fix a typo
* remove USE_REINPLACE for all categories starting with IEdwin Groothuis2006-05-081-1/+0
|
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* Update to version 0.19Markus Brueffer2006-01-305-106/+69
|
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-59/+59
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
|