notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: deskutils/calibre/Makefile

Number of commits found: 411 (showing only 100 on this page)

«  1 | 2 | 3 | 4 | 5  »  

Monday, 22 Apr 2019
07:41 madpilot search for other commits by this committer
Update calibre to 3.41.3
Original commitRevision:499610 
Wednesday, 27 Mar 2019
21:11 jbeich search for other commits by this committer
devel/icu: update to 64.1

Changes:	http://site.icu-project.org/download/64
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		236325
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19479
Original commitRevision:496981 
Saturday, 9 Mar 2019
18:23 madpilot search for other commits by this committer
Update calibre to 3.40.1
Original commitRevision:495186 
Friday, 1 Feb 2019
21:17 madpilot search for other commits by this committer
Update calibre to 3.39.1
Original commitRevision:491849 
18:28 madpilot search for other commits by this committer
Update calibre to 3.39.0
Original commitRevision:491836 
Friday, 18 Jan 2019
23:32 madpilot search for other commits by this committer
Update calibre to 3.38.1
Original commitRevision:490682 
Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
Original commitRevision:490472 
Saturday, 5 Jan 2019
08:25 madpilot search for other commits by this committer
- Update calibre to 3.37.0
- Move dependency on py-cssutils to new pt-css-parser fork
- Reorder variables to silence portlint warning
Original commitRevision:489307 
Saturday, 22 Dec 2018
08:26 madpilot search for other commits by this committer
Update calibre to 3.36.0
Original commitRevision:488076 
Saturday, 8 Dec 2018
07:40 madpilot search for other commits by this committer
Update calibre to 3.35.0.
Original commitRevision:486915 
Thursday, 22 Nov 2018
20:18 tcberner search for other commits by this committer
pyqt: Change install directories for Python flavor support

* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
Original commitRevision:485614 
Thursday, 8 Nov 2018
14:57 madpilot search for other commits by this committer
Update calibre to 3.34.0
Original commitRevision:484457 
Tuesday, 23 Oct 2018
11:35 jbeich search for other commits by this committer
devel/icu: update to 63.1

Changes:	http://site.icu-project.org/download/63
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		232300
Exp-run by:	antoine
Original commitRevision:482830 
Saturday, 20 Oct 2018
07:56 madpilot search for other commits by this committer
Update calibre to 3.33.1
Original commitRevision:482472 
Friday, 28 Sep 2018
13:27 madpilot search for other commits by this committer
Update calibre to 3.32.0
Original commitRevision:480859 
Tuesday, 11 Sep 2018
18:34 zeising search for other commits by this committer
Change x11/xorgproto to become a build dep

Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained
from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
Original commitRevision:479538 
Friday, 7 Sep 2018
17:33 madpilot search for other commits by this committer
Update calibre to 3.31.0
Original commitRevision:479202 
Friday, 24 Aug 2018
14:21 madpilot search for other commits by this committer
Update calibre to 3.30.0
Original commitRevision:477962 
Friday, 10 Aug 2018
22:23 madpilot search for other commits by this committer
Update calibre to 3.29.0
Original commitRevision:476854 
Sunday, 22 Jul 2018
16:48 madpilot search for other commits by this committer
Fix build when using python 3 as default by propagating flavored
sip binary to make environment.

PR:		229956
Submitted by:	fluffy
Original commitRevision:475110 
Saturday, 21 Jul 2018
09:45 madpilot search for other commits by this committer
Update calibre to 3.28.0
Original commitRevision:475061 
Friday, 6 Jul 2018
23:56 madpilot search for other commits by this committer
Update calibre to 3.27.1
Original commitRevision:474042 
Friday, 29 Jun 2018
14:22 jbeich search for other commits by this committer
devel/icu: update to 62.1

Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
Original commitRevision:473551 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
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
Original commitRevision:473503 
Friday, 15 Jun 2018
16:07 madpilot search for other commits by this committer
Update calibre to 3.26.1
Original commitRevision:472461 
Friday, 1 Jun 2018
20:54 madpilot search for other commits by this committer
Update calibre to 3.25.0
Original commitRevision:471291 
Monday, 28 May 2018
08:47 madpilot search for other commits by this committer
Update calibre to 3.24.2
Original commitRevision:471029 
Saturday, 26 May 2018
14:24 madpilot search for other commits by this committer
Update calibre to 3.24.1
Original commitRevision:470888 
07:13 madpilot search for other commits by this committer
Update calibre to 3.24.0
Original commitRevision:470883 
Saturday, 5 May 2018
07:41 madpilot search for other commits by this committer
Update calibre to 3.23.0
Original commitRevision:469090 
Sunday, 22 Apr 2018
18:29 sunpoet search for other commits by this committer
Move devel/py-msgpack-python to devel/py-msgpack

- Update to 0.5.6
- Update pkg-descr
- Update WWW

Changes:	https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst
Original commitRevision:468048 
Saturday, 21 Apr 2018
11:32 madpilot search for other commits by this committer
Update calibre to 3.22.1
Original commitRevision:467879 
Saturday, 7 Apr 2018
12:15 madpilot search for other commits by this committer
Update calibre to 3.21.0
Original commitRevision:466720 
Friday, 6 Apr 2018
15:53 jbeich search for other commits by this committer
devel/icu: update to 61.1

Changes:	http://site.icu-project.org/download/61
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		227042
Exp-run by:	antoine
MFH:		2018Q2 (required by Firefox 61)
Original commitRevision:466648 
Friday, 23 Mar 2018
19:11 madpilot search for other commits by this committer
Update calibre to 3.20.0
Original commitRevision:465397 
Friday, 9 Mar 2018
21:04 madpilot search for other commits by this committer
Update calibre to 3.19.0
Original commitRevision:464008 
Friday, 23 Feb 2018
17:11 madpilot search for other commits by this committer
Update calibre to 3.18.0
Original commitRevision:462708 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Friday, 9 Feb 2018
20:24 madpilot search for other commits by this committer
Update calibre to 3.17.0
Original commitRevision:461334 
Friday, 26 Jan 2018
15:02 madpilot search for other commits by this committer
Update Calibre to 3.16.0
Original commitRevision:460003 
Saturday, 6 Jan 2018
09:26 madpilot search for other commits by this committer
- Update calibre to 3.15.0
- Avoid packaging mime database auto generated files

This version enables MTP devices support on FreeBSD.

Many thanks to cem@ for reporting the lack of support, doing most
of the coding, taking care of upstreaming patches and testing. Also
thanks for reminding me to fix the mime database problem!

PR:		224580
Submitted by:	cem@
Original commitRevision:458237 
Friday, 15 Dec 2017
18:02 madpilot search for other commits by this committer
Update calibre to 3.14.0
Original commitRevision:456412 
Friday, 1 Dec 2017
23:01 madpilot search for other commits by this committer
Update deskutils/calibre to 3.13.0
Original commitRevision:455320 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Friday, 10 Nov 2017
13:45 madpilot search for other commits by this committer
Update deskutils/calibre to 3.12.0
Original commitRevision:453898 
Thursday, 9 Nov 2017
02:31 jbeich search for other commits by this committer
devel/icu: update to 60.1

Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
Original commitRevision:453790 
Thursday, 2 Nov 2017
22:21 madpilot search for other commits by this committer
Update deskutils/calibre to 3.11.1
Original commitRevision:453384 
18:42 madpilot search for other commits by this committer
Update deskutils/calibre to 3.11.0
Original commitRevision:453355 
Saturday, 21 Oct 2017
09:38 madpilot search for other commits by this committer
Update deskutils/calibre to 3.10.0
Original commitRevision:452582 
Friday, 6 Oct 2017
14:22 madpilot search for other commits by this committer
Update deskutils/calibre to 3.9.0
Original commitRevision:451385 
Tuesday, 26 Sep 2017
20:35 madpilot search for other commits by this committer
Update deskutils/calibre to 3.8.0
Original commitRevision:450698 
Monday, 25 Sep 2017
00:02 jbeich search for other commits by this committer
devel/icu: update to 59.1

- Temporarily keep C++98 working in consumers for Clang's default -std=

Changes:	http://site.icu-project.org/download/59
PR:		218788
Submitted by:	takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by:	antoine
Original commitRevision:450556 
Friday, 25 Aug 2017
18:21 madpilot search for other commits by this committer
Update deskutils/cslibre to 3.7.0
Original commitRevision:448726 
Thursday, 24 Aug 2017
15:49 swills search for other commits by this committer
Add missed PORTREVISION bumps after recent poppler update
Original commitRevision:448690 
Friday, 4 Aug 2017
15:22 madpilot search for other commits by this committer
- Update deskutils/calibre to 3.6.0
- While here, sort plist
Original commitRevision:447346 
Monday, 31 Jul 2017
16:28 madpilot search for other commits by this committer
- Update deksutils/calibre to 3.5.0
- Pet portlint warning about order of variables
Original commitRevision:446985 
Friday, 14 Jul 2017
10:35 madpilot search for other commits by this committer
Update deskutils/calibre to 3.4.0
Original commitRevision:445741 
Tuesday, 11 Jul 2017
10:34 madpilot search for other commits by this committer
Fix python_OLD_CMD usage.

Reported by:	mat@
Original commitRevision:445491 
Sunday, 9 Jul 2017
10:13 madpilot search for other commits by this committer
- Fix python shebangs [1]

While here:

- Remove unneeded include bsd.port.pre/post.mk
- Use PREFIX and LOCALBASE substitutions in startup script

PR:		220574 [1]
Submitted by:	Igor Pavlov <igor.arabesc.pavlov@gmail.com>
Original commitRevision:445400 
Friday, 7 Jul 2017
13:00 madpilot search for other commits by this committer
Update deskutils/calibre to 3.3.0
Original commitRevision:445246 
Friday, 30 Jun 2017
15:06 madpilot search for other commits by this committer
Update calibre to 3.2.1
Original commitRevision:444760 
Sunday, 25 Jun 2017
19:48 madpilot search for other commits by this committer
- Fix calibre rc script, which broke after the 3.0 update
- Add note to pkg-message on how to customize it

PR:		220249
Subitted by:	jacob.block@gmail.com
Original commitRevision:444321 
Friday, 23 Jun 2017
08:19 madpilot search for other commits by this committer
Update deskutils/calibre to 3.1.0.
Original commitRevision:444166 
Monday, 19 Jun 2017
07:17 madpilot search for other commits by this committer
Update deskutils/calibre to 3.0.0.
Original commitRevision:443862 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Saturday, 13 May 2017
20:28 madpilot search for other commits by this committer
Update deskutils/calibre to 2.85.1
Original commitRevision:440854 
Friday, 12 May 2017
18:51 madpilot search for other commits by this committer
Update deskutils/calibre to 2.85.0
Original commitRevision:440700 
Friday, 5 May 2017
18:06 madpilot search for other commits by this committer
Update deskutils/calibre to 2.84.0
Original commitRevision:440199 
Sunday, 16 Apr 2017
07:46 madpilot search for other commits by this committer
Update deskutils/calibre to 2.83.0
Original commitRevision:438621 
Friday, 24 Mar 2017
08:08 madpilot search for other commits by this committer
Remove unneeded ImageMagick dependency from deskutils/calibre.

PR:		218035
Submitted by:	holindho@saunalahti.fi
Original commitRevision:436801 
Sunday, 19 Mar 2017
11:31 madpilot search for other commits by this committer
Update calibre to 2.82.0.
Original commitRevision:436485 
Friday, 10 Mar 2017
18:18 madpilot search for other commits by this committer
Update calibre to 2.81.0.
Original commitRevision:435837 
Friday, 24 Feb 2017
16:01 madpilot search for other commits by this committer
Update deskutils/calibre to 2.80.0
Original commitRevision:434733 
Sunday, 12 Feb 2017
18:55 madpilot search for other commits by this committer
Update deskutils/calibre to 2.79.1
Original commitRevision:433959 
Friday, 10 Feb 2017
18:15 madpilot search for other commits by this committer
Update deskutils/calibre to 2.79.0
Original commitRevision:433821 
Friday, 27 Jan 2017
13:54 madpilot search for other commits by this committer
Update deskutils/calibre to 2.78.0.
Original commitRevision:432552 
Sunday, 15 Jan 2017
22:40 madpilot search for other commits by this committer
Update calibre to 2.77.0
Original commitRevision:431604 
Saturday, 7 Jan 2017
10:42 olivierd search for other commits by this committer
Chase update of graphics/poppler (and slaves ports) in revision r430777
Original commitRevision:430778 
Friday, 30 Dec 2016
20:47 madpilot search for other commits by this committer
Update calibre to 2.76.0.
Original commitRevision:430065 
Monday, 26 Dec 2016
14:04 madpilot search for other commits by this committer
Update calibre to 2.75.1
Original commitRevision:429520 
Saturday, 24 Dec 2016
10:15 madpilot search for other commits by this committer
Update calibre to 2.75.0.
Original commitRevision:429323 
Monday, 12 Dec 2016
09:57 madpilot search for other commits by this committer
Update calibre to 2.74.0
Original commitRevision:428402 
Saturday, 26 Nov 2016
10:36 madpilot search for other commits by this committer
Update calibre to 2.73.0.
Original commitRevision:427157 
Saturday, 19 Nov 2016
18:21 jbeich search for other commits by this committer
devel/icu: update to 58.1

Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
Original commitRevision:426525 
11:33 madpilot search for other commits by this committer
Convert to USES=pyqt.

PR:		214635
Submitted by:	tcberner
Original commitRevision:426357 
Friday, 18 Nov 2016
18:38 madpilot search for other commits by this committer
Update calibre to 2.72.0.
Original commitRevision:426332 
Monday, 31 Oct 2016
17:52 madpilot search for other commits by this committer
- Update calibre to 2.71.0
- Convert to USES=localbase
Original commitRevision:425016 
Friday, 28 Oct 2016
17:14 jbeich search for other commits by this committer
www/py-cssutils: track PORTEPOCH in consumers
Original commitRevision:424872 
Saturday, 15 Oct 2016
13:45 madpilot search for other commits by this committer
- Update calibre to 2.70.0
- Add LICENSE
Original commitRevision:424019 
Friday, 30 Sep 2016
18:16 madpilot search for other commits by this committer
Update calibre to 2.69.0
Original commitRevision:423008 
Saturday, 24 Sep 2016
11:06 tijl search for other commits by this committer
- Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:422711 
Friday, 16 Sep 2016
09:27 madpilot search for other commits by this committer
Update calibre to 2.68.0
Original commitRevision:422249 
Thursday, 8 Sep 2016
20:19 madpilot search for other commits by this committer
- Update calibre to 2.67.0
- Add some missing dependencies reported by stage-qa
Original commitRevision:421577 
Monday, 5 Sep 2016
20:02 olivierd search for other commits by this committer
Chase update of Poppler after revision r421386
Original commitRevision:421390 
Friday, 2 Sep 2016
14:20 madpilot search for other commits by this committer
Update to 2.66.0
Original commitRevision:421266 
Saturday, 27 Aug 2016
20:39 madpilot search for other commits by this committer
Update to 2.65.1.
Original commitRevision:420998 
Saturday, 13 Aug 2016
12:30 madpilot search for other commits by this committer
- Update to 2.64.0
- Remove patch integrated upstream
Original commitRevision:420160 
Friday, 22 Jul 2016
21:33 madpilot search for other commits by this committer
- Update to 2.63.0
- Add missing direct dependencies reported by poudriere
Original commitRevision:418936 
Friday, 8 Jul 2016
17:01 madpilot search for other commits by this committer
Update to 2.62.0.
Original commitRevision:418236 
Wednesday, 6 Jul 2016
22:10 mat search for other commits by this committer
Bump PORTREVISION for the icu revert.

This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:418153 

Number of commits found: 411 (showing only 100 on this page)

«  1 | 2 | 3 | 4 | 5  »