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
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: misc/tellico-kde4/Makefile
SVNWeb

Number of commits found: 65

Sun, 16 Dec 2018
[ 15:10 tcberner search for other commits by this committer ] Original commit   Revision:487596 (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
Update poppler to 0.72

This update brings many changes
- the build system has switched to cmake
- some ports needed to be switched to use their bundled
  version of poppler:
  - print/tex-luatex (r487226)
  - print/tex-xetex (r487226)
  - editors/opeonffice-devel
- Qt4 support has been dropped
  - print/frescobaldi has been removed for this reason.
- most of the added patches can be removed with the next
  upgrade of the concerning port.

PR:		233452
Exp-run by:	antoine
Approved by:	gnome (kwm)
Differential Revision:	https://reviews.freebsd.org/D17456
Thu, 30 Aug 2018
[ 18:23 adridg search for other commits by this committer ] Original commit   Revision:478480 (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
Deprecate KDE4 software in categories graphics-textproc.

The last upstream release supporting KDE4 was 10 months ago,
  https://www.kde.org/announcements/announce-applications-17.08.3.php ,
and the kde@ team for FreeBSD has supported modern KDE (i.e.  KDE
Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4
month deprecation period to allow users to switch over.

Also deprecated: multimedia/kmplayer-kde4 (permission from jhale@)
Not deprecated, need to contact maintainers:
  misc/krecipes-kde4
  net-im/kmess-kde4
  net/smb4k-kde4
  textproc/uim-kde4
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Thu, 21 Jun 2018
[ 16:52 tcberner search for other commits by this committer ] Original commit   Revision:472983 (Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
multimedia/*phonon*: update and flavorize with @qt4/@qt5

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14632
Sat, 14 Apr 2018
[ 13:16 tcberner search for other commits by this committer ] Original commit   Revision:467317 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
devel/qjson, devel-qjson-qt5 create flavors

* additionally, give the maintainership to kde@.

Approved by:	portmgr (mat), avilla (timeout)
Differential Revision:	https://reviews.freebsd.org/D14650
Sat, 10 Feb 2018
[ 10:29 tcberner search for other commits by this committer ] Original commit   Revision:461375 (Only the first 10 of 444 ports in this commit are shown above. View all ports for this commit)
Rename KDE4 meta ports

This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE
applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
Thu, 24 Aug 2017
[ 15:49 swills search for other commits by this committer ] Original commit   Revision:448690 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Add missed PORTREVISION bumps after recent poppler update
Mon, 8 May 2017
[ 16:11 tcberner search for other commits by this committer ] Original commit   Revision:440438
Fix shebangs

* For this, make the implicit run-time dependency on python explicit.

Reported by:	miwi
Approved by:	rakuco (mentor, implicit)
Tue, 25 Apr 2017
[ 08:20 riggs search for other commits by this committer ] Original commit   Revision:439367 (Only the first 10 of 701 ports in this commit are shown above. View all ports for this commit)
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Wed, 1 Feb 2017
[ 16:51 tcberner search for other commits by this committer ] Original commit   Revision:433048
Update misc/tellico-kde4 to 2.3.12

* while here, add the dependencies asked for by stage-qa

Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9408
Sat, 7 Jan 2017
[ 10:42 olivierd search for other commits by this committer ] Original commit   Revision:430778 (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
Chase update of graphics/poppler (and slaves ports) in revision r430777
Mon, 5 Sep 2016
[ 20:02 olivierd search for other commits by this committer ] Original commit   Revision:421390 (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
Chase update of Poppler after revision r421386
Wed, 24 Aug 2016
[ 08:20 tcberner search for other commits by this committer ] Original commit   Revision:420774 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
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]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 25 May 2016
[ 20:56 rene search for other commits by this committer ] Original commit   Revision:415864 (Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
Remove expired misc/kdehier4 and update all of its consumers to not 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
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 21 Jan 2016
[ 19:40 kwm search for other commits by this committer ] Original commit   Revision:406872 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
Update poppler to 0.40.0. [1]

Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.

PR:		206293 [1]
Submitted by:	olivierd@ [1]
Obtained from:	ubuntu [2], rubygem-poppler upstream [3]
Tue, 12 Jan 2016
[ 11:36 rakuco search for other commits by this committer ] Original commit   Revision:405864
Update to 2.3.11.
Mon, 17 Aug 2015
[ 14:20 mat search for other commits by this committer ] Original commit   Revision:394508 (Only the first 10 of 271 ports in this commit are shown above. View all ports for this commit)
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Sun, 2 Aug 2015
[ 16:06 kwm search for other commits by this committer ] Original commit   Revision:393431 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
Update poppler to 0.34.0. [1]

Chase all users of shlib version change of libpoppler.so.

PR:		201477 [1]
Submitted by:	olivierd@ [1]
Sun, 22 Feb 2015
[ 16:37 rakuco search for other commits by this committer ] Original commit   Revision:379617
- Update to 2.3.10. [1]
- Add some missing dependencies:
  * USES=pkgconfig for libyaz to be detected correctly.
  * USE_KDE4=libkcompactdisc for kdemultimedia to be correctly found.

PR:		197918 [1]
Submitted by:	djdomics@gmail.com [1]
Thu, 19 Feb 2015
[ 18:19 makc search for other commits by this committer ] Original commit   Revision:379358 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
- Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only
app)
  and supposedly fix build of graphics/gnash with KDE4 option
Tue, 3 Feb 2015
[ 12:28 kwm search for other commits by this committer ] Original commit   Revision:378348 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
Update poppler to 0.30.0 [1].

Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].

PR:		196599 [1]
Submitted by:	olivierd@ [1]
Exp-run by:	antoine@
Obtained from:	upstream [2]
Tue, 25 Nov 2014
[ 12:55 makc search for other commits by this committer ] Original commit   Revision:373404 (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after graphics/poppler update to 0.26.3
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Fri, 15 Aug 2014
[ 20:37 mandree search for other commits by this committer ] Original commit   Revision:365038 (Only the first 10 of 522 ports in this commit are shown above. View all ports for this commit)
Upgrade OpenEXR and ilmbase to 2.2.0.

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)
Sun, 10 Aug 2014
[ 00:23 rakuco search for other commits by this committer ] Original commit   Revision:364490
Update to 2.3.9.
Tue, 29 Jul 2014
[ 18:41 adamw search for other commits by this committer ] Original commit   Revision:363371 (Only the first 10 of 426 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Mon, 14 Jul 2014
[ 18:42 bapt search for other commits by this committer ] Original commit   Revision:361812 (Only the first 10 of 280 ports in this commit are shown above. View all ports for this commit)
Modernize LIB_DEPENDS

With hat:	portmgr
Tue, 18 Feb 2014
[ 14:31 makc search for other commits by this committer ] Original commit   Revision:344898 (Only the first 10 of 241 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION after KDE4_PREFIX change
Sat, 1 Feb 2014
[ 12:17 makc search for other commits by this committer ] Original commit   Revision:342128 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime is
deprecated and will be removed along with switching KDE4_PREFIX to
${LOCALBASE} soon.
Fri, 27 Dec 2013
[ 16:54 kwm search for other commits by this committer ] Original commit   Revision:337749 (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Update poppler to 0.24.4.

Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.

Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.
Sun, 10 Nov 2013
[ 18:00 rakuco search for other commits by this committer ] Original commit   Revision:333419
Support staging.

Submitted by:	Schaich Alonso <alonsoschaich@fastmail.fm>
Sun, 27 Oct 2013
[ 15:17 pawel search for other commits by this committer ] Original commit   Revision:331781 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Update net/yaz to version 5.0.2
- Update net/zebra-server to 2.0.55 and fix build
  with new net/yaz [1]
- Bump other affected ports

PR:		ports/183355 [1]
Submitted by:	myself
Approved by:	maintainer
Fri, 20 Sep 2013
[ 20:50 bapt search for other commits by this committer ] Original commit   Revision:327745 (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Wed, 10 Jul 2013
[ 11:56 rakuco search for other commits by this committer ] Original commit   Revision:322671
Update to 2.3.8.
Sun, 12 May 2013
[ 16:16 makc search for other commits by this committer ] Original commit   Revision:317967 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- Add missing sharedmime to the list of USE_KDE4 components. It will be
  superseded by recently introduced USES= shared-mime-info later.
- Remove no longer needed exec/unexec from plist and post-install calls for
  update-mime-database
- Trim Makefile header while I'm here
Wed, 24 Apr 2013
[ 07:35 ak search for other commits by this committer ] Original commit   Revision:316407 (Only the first 10 of 164 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 1)

Approved by:	portmgr (bapt)
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Thu, 21 Mar 2013
[ 05:27 mezz search for other commits by this committer ] Original commit   Revision:314805 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- Update poppler to 0.22.2.
- Bump the rest ports that depend on the poppler and poppler-qt because of
  shared library version have been changed.
- Add a note in the UPDATING for require to rebuild all ports that depend
  on poppler.

Submitted by:	kwm (poppler* part)
Mon, 4 Feb 2013
[ 15:36 makc search for other commits by this committer ] Original commit   Revision:311629 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
More merges from area51 repository:

- Chase kdemultimedia4 split/kdegames shlib bump
- Convert to new options framework
- Trip Makefile header

sysutils/k3b-kde4:
- add patches to fix build with ffmpeg-devel [1]

PR:		ports/162261 [1]
Submitted by:	Phil Oleson <oz at nixil.net>
Sun, 27 Jan 2013
[ 22:43 rakuco search for other commits by this committer ] Original commit   Revision:311083
- Update to 2.3.7.
- Trim Makefile header.
- Move LICENSE to the right place in the Makefile.
- Remove version number from the library dependencies.
Sat, 4 Aug 2012
[ 18:46 rakuco search for other commits by this committer ] Original commit 
Update to 2.3.6.
Wed, 6 Jun 2012
[ 06:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 587 ports in this commit are shown above. View all ports for this commit)
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Thu, 16 Feb 2012
[ 15:57 ashish search for other commits by this committer ] Original commit  (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION to chase the update of multimedia/libvpx
Mon, 30 Jan 2012
[ 19:07 rakuco search for other commits by this committer ] Original commit 
Update to 2.3.5.

This commit adds a dependency on devel/qjson make Tellico support searching
OpenLibrary and Freebase.
Mon, 31 Oct 2011
[ 09:53 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Update poppler to 0.18.0.

The qt3 bindings are removed upstream.
The glib library lost the last gdk-pixbuf code. And rename it from
-gtk to -glib.

Thanks to:      pav for a exp-runs
                bapt for double checking the libreoffice ports
Sat, 29 Oct 2011
[ 20:21 rakuco search for other commits by this committer ] Original commit 
Update to 2.3.4.

Approved by:    avilla (mentor, implicit)
Mon, 17 Oct 2011
[ 00:05 avilla search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- Update dependencies after KDE ports upgrade.
- Avoid removing kdehier4 directories.
- Bump PORTREVISION.
Tue, 26 Apr 2011
[ 10:12 makc search for other commits by this committer ] Original commit 
Update to 2.3.3
Fri, 25 Mar 2011
[ 10:38 avilla search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Remove dependency on docbook-xml.
- Remove MD5 hash.
Fri, 25 Feb 2011
[ 01:32 delphij search for other commits by this committer ] Original commit  (Only the first 10 of 296 ports in this commit are shown above. View all ports for this commit)
Chase after net/openldap24-server update.

Reminded by:    miwi
Mon, 31 Jan 2011
[ 20:27 makc search for other commits by this committer ] Original commit 
Update to 2.3.2

PR:             based on ports/154313
Submitted by:   C-S <c-s at c-s.li>
Feature safe:   yes
Thu, 16 Dec 2010
[ 02:34 glarkin search for other commits by this committer ] Original commit  (Only the first 10 of 123 ports in this commit are shown above. View all ports for this commit)
- Chase security/libksba shlib version bump

Requested by:   kwm
Pointyhat to:   glarkin
Sat, 21 Aug 2010
[ 13:08 makc search for other commits by this committer ] Original commit 
Fix build with upcoming KDE 4.5
Don't bump PORTREVISION: packages built vs KDE 4.4 work fine with 4.5
Wed, 11 Aug 2010
[ 20:58 makc search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Chase multimedia/mp4v2 update.

PR:             ports/148643
Submitted by:   Christopher Key <cjk32 at cam.ac.uk>
Mon, 9 Aug 2010
[ 22:56 araujo search for other commits by this committer ] Original commit 
- Bump PORTREVISION to chase the update of net/yaz.
[ 19:10 makc search for other commits by this committer ] Original commit 
Update to 2.3
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Wed, 26 May 2010
[ 09:08 wen search for other commits by this committer ] Original commit 
- Bump PORTREVISION to chase the update of net/yaz
Fri, 14 May 2010
[ 02:21 fluffy search for other commits by this committer ] Original commit 
- Make tinderbox happy without extra @dirrmtry for common locale dirs
  after recent kdehier4 udate
Wed, 12 May 2010
[ 13:38 makc search for other commits by this committer ] Original commit 
Fix LATEST_LINK

Reported by:    Erwin "Annoying Reminder Guy III" Lansing
Sun, 2 May 2010
[ 07:09 makc search for other commits by this committer ] Original commit 
Update to 2.2

PR:             based on ports/142191
Submitted by:   C-S <c-s at c-s.li>
[ 07:06 makc search for other commits by this committer ] Original commit 
Forced commit to note repocopy from misc/tellico to misc/tellico-kde4

Number of commits found: 65