Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.2_3 10 Feb 2018 10:29:51
  |
tcberner  |
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 |
0.6.2_2 24 Aug 2017 13:45:14
  |
swills  |
Bump PORTREVISION after recent poppler update |
0.6.2_1 25 Apr 2017 08:20:31
  |
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
0.6.2 21 Mar 2017 17:20:58
  |
tcberner  |
Update databases/kbibtex to 0.6.2
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10061 |
0.6_5 07 Jan 2017 10:42:51
  |
olivierd  |
Chase update of graphics/poppler (and slaves ports) in revision r430777 |
0.6_4 23 Oct 2016 15:53:11
  |
rakuco  |
Adopt port with kde@ hat. |
0.6_4 20 Oct 2016 15:58:13
  |
rakuco  |
Reassign makc's ports back to the pool.
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. |
0.6_4 05 Sep 2016 20:02:03
  |
olivierd  |
Chase update of Poppler after revision r421386 |
0.6_3 24 Aug 2016 08:20:31
  |
tcberner  |
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 ) |
25 May 2016 20:56:06

|
rene  |
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 |
0.6_3 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.6_3 15 Mar 2016 12:35:56
  |
rakuco  |
Change header installation location for kdelibs4-based ports.
Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).
The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:
c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp
If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail. (Only the first 15 lines of the commit message are shown above ) |
0.6_2 21 Jan 2016 19:40:10
  |
kwm  |
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] |
0.6_1 30 Nov 2015 14:20:13
  |
rakuco  |
Update CMake to 3.4.0.
Release notes: https://cmake.org/cmake/help/v3.4/release/3.4.html
- Bump PORTREVISION in a few ports that do not ship SOVERSIONed libraries
anymore (see https://cmake.org/gitweb?p=cmake.git;a=commit;h=f799ffb5).
- Switch MASTER_SITES to https.
PR: 204629 |
0.6 31 Aug 2015 08:30:17
  |
makc  |
databases/kbibtex: fix build on i386 |
0.6 28 Aug 2015 10:11:42
  |
makc  |
databases/kbibtex:
- Update to 0.6
- Remove obsolete patch |
0.4.1_11 02 Aug 2015 16:06:17
  |
kwm  |
Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.
PR: 201477 [1]
Submitted by: olivierd@ [1] |
0.4.1_10 15 Apr 2015 08:20:28
  |
tijl  |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
0.4.1_9 03 Feb 2015 12:28:24
  |
kwm  |
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] |
0.4.1_8 25 Nov 2014 12:55:54
  |
makc  |
Bump PORTREVISION after graphics/poppler update to 0.26.3 |
0.4.1_7 20 Oct 2014 10:41:13
  |
bapt  |
Cleanup plist |
0.4.1_7 10 Sep 2014 20:50:37
  |
gerald  |
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) |
0.4.1_6 15 Aug 2014 20:37:33
  |
mandree  |
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) |
0.4.1_5 12 May 2014 10:53:42
  |
makc  |
Convert my ports to USES=tar |
0.4.1_5 16 Apr 2014 18:28:50
  |
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
0.4.1_3 18 Feb 2014 14:31:33
  |
makc  |
- Bump PORTREVISION after KDE4_PREFIX change |
0.4.1_2 01 Feb 2014 12:17:42
  |
makc  |
Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime is
deprecated and will be removed along with switching KDE4_PREFIX to
${LOCALBASE} soon. |
0.4.1_2 27 Dec 2013 16:54:22
  |
kwm  |
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. |
0.4.1_1 09 Dec 2013 17:34:19
  |
makc  |
Fix build with clang |
0.4.1_1 23 Oct 2013 13:08:42
  |
makc  |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes |
0.4.1_1 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.4.1_1 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.4.1_1 22 Mar 2013 20:06:15
  |
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
0.4.1_1 21 Mar 2013 05:27:16
  |
mezz  |
- 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) |
0.4.1 03 Nov 2012 16:45:57
  |
makc  |
Update to 0.4.1
Remove stale patches
Feature safe: yes |
0.4_1 06 Jun 2012 06:44:38
 |
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
0.4_1 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
0.4 13 May 2012 12:19:04
 |
makc  |
Fix build with Qt 4.7
Reported by: pav/pointyhat |
0.4 08 May 2012 23:02:44
 |
makc  |
Update to 0.4 for KDE 4
Take maintainership |
0.2.3_3 05 Jul 2011 02:51:16
 |
tabthorpe  |
- Reassign to the heap |
0.2.3_3 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.2.3_3 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
0.2.3_3 09 Aug 2010 22:56:19
 |
araujo  |
- Bump PORTREVISION to chase the update of net/yaz. |
0.2.3_2 26 May 2010 09:08:44
 |
wen  |
- Bump PORTREVISION to chase the update of net/yaz |
0.2.3_1 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.2.3 07 Feb 2010 14:16:00
 |
markus  |
Update to version 0.2.3 |
0.2.1_3 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
0.2.1_2 02 Aug 2009 19:36:34
 |
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.2.1_2 31 Jul 2009 13:57:52
 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.2.1_1 06 Jun 2008 13:17:10
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
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) |
0.2.1 07 Apr 2008 14:13:06
 |
markus  |
Update to version 0.2.1 |
0.2 29 Oct 2007 23:21:22
 |
markus  |
Update to version 0.2 |
0.1.5_2 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.1.5_1 05 Apr 2007 00:37:08
 |
markus  |
- Add vendor patches for non-critical bugs
- Bump PORTREVISION |
0.1.5 27 Mar 2007 20:40:37
 |
markus  |
Fix build with gcc 4.1
Submitted by: pointyhat via kris |
0.1.5 07 Oct 2006 00:50:35
 |
markus  |
Update to version 0.1.5 |
0.1.4 04 May 2006 21:41:12
 |
edwin  |
Remove USE_REINPLACE from all categories starting with D |
0.1.4 29 Apr 2006 13:21:23
 |
markus  |
Update to version 0.1.4 |
0.1.3_1 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.1.3 11 Dec 2005 02:32:22
 |
markus  |
- Update to version 0.1.3
- Add SHA256 |
0.1.2_3 08 Nov 2005 14:30:37
 |
markus  |
- Add patch in order to fix a major bug where @string elements won't be saved
- Bump PORTREVISION |
0.1.2_2 05 Nov 2005 05:22:06
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
0.1.2_1 14 Oct 2005 14:34:36
 |
markus  |
- Add missing manpage
- Bump PORTREVISION
Submitted by: pointyhat via kris |
0.1.2 04 Oct 2005 22:42:25
 |
markus  |
Update to version 0.1.2 |
0.1.1 14 Sep 2005 01:01:27
 |
markus  |
- Update to version 0.1.1
- Remove some unneeded directories from pkg-plist |
0.1 28 Aug 2005 11:54:16
 |
markus  |
Add kbibtex 0.1, a BibTeX editor for KDE.
WWW: http://www.unix-ag.uni-kl.de/~fischer/kbibtex/ |