non port: deskutils/recoll/Makefile |
SVNWeb
|
Number of commits found: 173 (showing only 100 on this page) |
Tue, 18 Jul 2023
|
[ 00:53 Charlie Li (vishwin) ] 9a80a6e (Only the first 10 of 309 ports in this commit are shown above. )
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358
|
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
Sun, 14 May 2023
|
[ 05:58 Tobias C. Berner (tcberner) ] edbe24d (Only the first 10 of 73 ports in this commit are shown above. )
graphics/poppler: bump dependencies
|
Thu, 20 Apr 2023
|
[ 04:07 Tobias C. Berner (tcberner) ] 32edee2 (Only the first 10 of 73 ports in this commit are shown above. )
graphics/poppler: bump consumers after update to 23.04
graphics/poppler was updated in 06339c451266f5843e53bd6406c81a89eedd4ab1
|
Mon, 9 Jan 2023
|
[ 12:37 Tobias C. Berner (tcberner) ] 6f41724 (Only the first 10 of 71 ports in this commit are shown above. )
graphics/poppler: bump dependencies
Follow-up to 9b78681895a5a5b7225299242098f7f2f27d959c
|
Mon, 19 Dec 2022
|
[ 14:44 Muhammad Moinur Rahman (bofh) ] 721e577 (Only the first 10 of 130 ports in this commit are shown above. )
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket)
|
Thu, 8 Dec 2022
|
[ 05:45 Tobias C. Berner (tcberner) ] e3d4360 (Only the first 10 of 72 ports in this commit are shown above. )
graphics/poppler: bump dependencies
|
Tue, 8 Nov 2022
|
[ 05:07 Tobias C. Berner (tcberner) ] 3a7ab00 (Only the first 10 of 71 ports in this commit are shown above. )
graphics/poppler: bump PORTREVISION of dependencies
- after update to 22.11 in d01d0d73b169
|
Mon, 31 Oct 2022
|
[ 00:48 Alexey Dokuchaev (danfe) ] 8df5897
deskutils/recoll: update the port to version 1.33.1
Assume maintainership for the time being.
|
Sun, 30 Oct 2022
|
[ 13:22 Jan Beich (jbeich) Author: Jose G. Juanino ] 6f9ecc0
*/*: drop maintainership
PR: 267431
|
Sat, 8 Oct 2022
|
[ 14:42 Tobias C. Berner (tcberner) ] c8e8499 (Only the first 10 of 70 ports in this commit are shown above. )
graphics/poppler: bump port revision of poppler consumers
- poppler was updated to 22.10 in df406767857ddfc6d9580d72b1613a7cf8579bbc
|
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
[ 07:26 Tobias C. Berner (tcberner) ] 541d96e (Only the first 10 of 70 ports in this commit are shown above. )
graphics/poppler: bump port revision of consumers after upgrade to 22.09
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Tue, 9 Aug 2022
|
[ 05:50 Tobias C. Berner (tcberner) ] 016c054 (Only the first 10 of 70 ports in this commit are shown above. )
graphics/poppler: bump dependencies
Bump port revisions of poppler users after
04f1b0c1a895851aed9221282c1a503bc7415a37
|
Wed, 6 Jul 2022
|
[ 16:25 Tobias C. Berner (tcberner) ] 7e5fe8f (Only the first 10 of 70 ports in this commit are shown above. )
graphics/poppler: bump PORTREVISION of poppler consumers
|
Sun, 5 Jun 2022
|
[ 14:03 Tobias C. Berner (tcberner) ] 7c24f75 (Only the first 10 of 70 ports in this commit are shown above. )
graphics/poppler: bump port revision of consumers after 22.06 upgrade
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
|
Tue, 29 Mar 2022
|
[ 18:37 Tobias C. Berner (tcberner) ] 6f59b7b (Only the first 10 of 71 ports in this commit are shown above. )
graphics/poppler: bump consumers
Bump consumers of graphics/poppler after
e25859e09380f5930718094423dc8616cbb202b3
|
Sat, 26 Mar 2022
|
[ 08:27 Matthias Fechner (mfechner) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
Tue, 1 Feb 2022
|
[ 14:27 Fernando Apesteguía (fernape) Author: Jose G. Juanino ] 37991a7
deskutils/recoll: update to 1.31.4 and set X11MON as default option
ChangeLog: https://www.lesbonscomptes.com/recoll/pages/release-1.31.html
This should fix PR260772 too.
PR: 260162
Reported by: jjuanino@gmail.com
|
Wed, 10 Nov 2021
|
[ 16:21 Alexey Dokuchaev (danfe) ] 76d53e6
deskutils/recoll: update the port and improve option handling
- Update Recoll to the latest version 1.31.2
- Unbreak the build with X11MON option (add missing -lfam)
- Unbreak stripping when CHM option is disabled
PR: 259679
|
Mon, 8 Nov 2021
|
[ 15:16 Gleb Popov (arrowd) ] e886c38 (Only the first 10 of 61 ports in this commit are shown above. )
Bump PORTREVISION of graphics/poppler consumers.
PR: 259656
|
Tue, 12 Oct 2021
|
[ 18:23 Tobias C. Berner (tcberner) ] e140c1e (Only the first 10 of 73 ports in this commit are shown above. )
graphics/poppler: bump consumers after 2dee0997fbc9ee01991f73f0fa55f9b18908a264
|
Tue, 6 Jul 2021
|
[ 20:00 Tobias C. Berner (tcberner) ] fac489c (Only the first 10 of 68 ports in this commit are shown above. )
graphics/poppler: update to 21.07.0
Release 21.07.0:
core:
* JBIG2Stream: Do not consider a size-0 to be an error. Issue #535
* PSOutputDev: fix off-by-one error for image masking in L1/L2 output.
Issue #1088
* CairoOutputDev: Fix memory leak on broken files
* Minor code improvements
build system:
* set C standard to 11 without extensions
Exp-run by: antoine
PR: 256981
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
Mon, 7 Jun 2021
|
[ 13:26 Tobias C. Berner (tcberner) ] c567676 (Only the first 10 of 74 ports in this commit are shown above. )
graphics/poppler: update to 21.06.0
Release 21.06.0:
core:
* Fix rendering of some extended latin1 characters in annotations.
Issue #1070
* Support some not so well formed documents with password. Issue #1083
* Add API to get notified if the xref is reconstructed
* Add somewhat fancier left/right signature visual representation
* Fix crashes in malformed files
* Minor code improvements
qt6:
* Change some functions to return std::unique_ptr
qt5/qt6: (Only the first 15 lines of the commit message are shown above )
|
Thu, 6 May 2021
|
[ 04:12 Tobias C. Berner (tcberner) ] cc4315b (Only the first 10 of 70 ports in this commit are shown above. )
graphics/poppler: update to 21.05.0
Release 21.05.0:
core:
* Fix crashes in malformed files
* Export SplashFont* symbols used by Scribus
* Minor code improvements
qt5/qt6:
* Make sure new signatures are always properly oriented
* Allow to pass the border width when signing
glib:
* Enhance find to support multi-line matching
utils:
* pdftoppm: Fix regression when using single scaleTo. Issue #1062
build system:
* Allow to disable building manual tests
PR: 255562
Exp-run by: antoine
|
Fri, 16 Apr 2021
|
[ 04:29 Tobias C. Berner (tcberner) ] 2f973a2 (Only the first 10 of 70 ports in this commit are shown above. )
graphics/poppler: update to 21.04.0
Release 21.04.0:
core:
* Hide symbols by default
* TextSelectionDumper: fix word order for RTL text
* Fix rendering of text in some files. Issue #1052
* Implement rendering of Masks of Image subtype. Issue #1058
* Forms: fix unclicking standalone form buttons. Issue #1034
glib:
* Expose more fields from MediaRendition in PopplerMedia
* Use stock glib macro to define boxed type
* Remove incorrecly used volatile from enum type registration code
(Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 8 Mar 2021
|
[ 19:32 tcberner ] (Only the first 10 of 68 ports in this commit are shown above. )
graphics/poppler: update to 21.03.0
Release 21.03.0:
core:
* Fix parsing text in some broken pdf files. Issue #1040
* Fix memory issue when using threads. Issue #1050
* TextSelectionDumper: Fix getText() for space after word
* Change signature of OutputDev:tilingPatternFill
* Make PDFDocBuilder return a std::unique_ptr
* Improve well formed check for shading functions
* Fix leak in case of fread failing
* Fix memory leak in broken file in JBIG2Stream::readGenericBitmap
* PSOutputDev: Fix stack overflow in broken files
glib: (Only the first 15 lines of the commit message are shown above )
|
Tue, 9 Feb 2021
|
[ 11:10 tcberner ] (Only the first 10 of 74 ports in this commit are shown above. )
graphics/poppler: update to 21.02
Release 21.02.0:
core:
* GfxCal*ColorSpace: introduce Bradford transform for chromatic
adaptation
* Fix memory leak if saving the file fails
* Internal code improvements
* Fix various issues handling broken files
* Make checkedAdd work for long long in MSVC
qt5:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
qt6:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
utils:
* pdftohtml: Fix error() parameter type
PR: 253183
Exp-run by: antoine
|
Thu, 7 Jan 2021
|
[ 19:23 tcberner ] (Only the first 10 of 68 ports in this commit are shown above. )
graphics/poppler: update to 21.01.0
Release 21.01.0:
core:
* Faster routines for jpeg decoding
* Fix reading signatures in encrypted files
* Add white point correction when lcms is used
* JBIG2Stream: Fix byte counting
* Fix potential data loss if we try to fetch a non existing Ref after
modifying the document
* Specifically use DeviceGray instead of DefaultGray for softmasks
* Fix various issues handling broken files
utils:
* pdftocairo: Setmode binary for windows
* pdfsig: Add hability to digitally sign files (Only the first 15 lines of the commit message are shown above )
|
Fri, 11 Dec 2020
|
[ 20:10 tcberner ] (Only the first 10 of 68 ports in this commit are shown above. )
graphics/poppler: update to 20.12.0
Changelog:
core:
* Draw better circles for circle annotations
* Fix annotation line width if no appearance stream or style are given
* Tweak rendering of highlight annotations
* Fix border rendering of some annotations
* Fix rendering of some files. Issue #976 Issue #567
* PSOutputDev: provide options to set the rasterization color space and
ICC profile
* PSOutputDev: for splashModeCMYK8 and language level >=2 activate
overprint emulation
* PSOutputDev: use the DeviceN8 bitmap for rasterization with
CMYK-output + overprint
* Use the font name without subset tag when querying for a system font
* Splash: Fix wrong x adjustment during clipping
* Splash: Fix blitImage in uncolored tiling patterns (Only the first 15 lines of the commit message are shown above )
|
Tue, 3 Nov 2020
|
[ 19:48 tcberner ] (Only the first 10 of 73 ports in this commit are shown above. )
graphics/poppler: update to 20.11.0
Release 20.11.0:
core:
* More work on rendering of standalone Annot Widgets. Issue #806
* Fix crashes in embedded file handling on broken files. Issue #967
* Fix uninitialized memory read on broken files
* Save a bit of memory in Dict data
cpp:
* Fix crashes in embedded file handling on broken files. Issue #966
utils:
* pdftohtml: HTML and XML output includes font opacity.
(Only the first 15 lines of the commit message are shown above )
|
Sat, 17 Oct 2020
|
[ 20:23 arved ]
enable recollq and xadump, strip more files
PR: 248347
Submitted by: Zsolt Udvari
Approved by: maintainer
|
Sun, 11 Oct 2020
|
[ 10:58 tcberner ] (Only the first 10 of 69 ports in this commit are shown above. )
graphics/poppler: update to 20.10.0
Release 20.10.0:
core:
* Filter out repeated forms
* Implement EmbedStream::reset()
* CairoOutputDev: evict just font faces owned solely by cache.
* Splash: Rename Yd to Ydown, Xu to Xup, etc.
* Splash: fix crash in out-of-memory situation.
* Fix some undefined behaviour situation with forged files
PR: 250052
Exp-run by: antoine
|
Thu, 10 Sep 2020
|
[ 18:32 tcberner ] (Only the first 10 of 76 ports in this commit are shown above. )
graphics/poppler: update to 20.09.0
Release 20.09.0:
core:
* Compability fix for Forms
* Fix fetching of Objects failing in some cases
* Fix clearing date in Annot setModified/setDate
* TextSelectionPainter: support glyphless fonts
* Splash: Don't try read past end of image
* avoid abort() on large memory allocation
* Fix memory leak on broken files
* Fix potential invalid memory read
* Small code improvements
qt5: (Only the first 15 lines of the commit message are shown above )
|
Fri, 14 Aug 2020
|
[ 04:22 tcberner ] (Only the first 10 of 74 ports in this commit are shown above. )
Bump revisions of poppler consumers after r544863
|
Mon, 6 Jul 2020
|
[ 06:17 tcberner ] (Only the first 10 of 75 ports in this commit are shown above. )
graphics/poppler: update to 0.90
Release 0.90.0:
core:
* Color profile tweaks
* Small signature improvements
* BBoxOutputDev: Fix calculation when type3 fonts are involved
* Fix potential crash when reading Forms
* Fix infinite loop in broken file
glib:
* Fix adding annots in rotated pages
* Add ability to reset forms
* Several fixes to the documentation
qt5:
* Make it clear we require Qt 5.5 (Only the first 15 lines of the commit message are shown above )
|
Tue, 30 Jun 2020
|
[ 13:55 danfe ]
- Update `deskutils/recoll' to the latest version 1.27.3
- Make Microsoft ITSS/CHM support optional and enabled by default,
because `misc/chmlib' is very light dependency
- Divorce Qt frontend from the dreaded WebKit and include it by
default which is a big usability improvement for package users
Approved by: maintainer
|
Mon, 29 Jun 2020
|
[ 07:40 lwhsu ]
Update to 1.26.4
PR: 243991
Submitted by: jjuanino@gmail.com (maintainer)
|
Tue, 2 Jun 2020
|
[ 14:47 tcberner ] (Only the first 10 of 76 ports in this commit are shown above. )
graphics/poppler: update to 0.89.0
Release 0.89.0:
core:
* Add support for ResetForm action. Issue #225
* Fix crash in PDFDoc::getSignatureFields when there's no Forms at all
* Fix exporting to PS of some files with CID fonts
* Use ICC profiles in PS output (if new enough lcms is used)
* Allow almost-singular tiling pattern matrices. Issue #894
* Fix memory leak when failing to load some fonts
* CairoOutputDev: Use stroke opacity when clipping to a stroke path
* CairoOutputDev: Fix tiling patterns when pattern cell is too far.
Issue #190
glib:
* Add poppler_movie_get_aspect
cpp:
* Add the font infos to the text_box object
Exp-run by: antoine
PR: 246848
|
Sat, 2 May 2020
|
[ 10:00 tcberner ] (Only the first 10 of 76 ports in this commit are shown above. )
graphics/poppler: update to 0.88.0
Release 0.88.0:
core:
* Support Widget Annotation Buttons not linked to any Form
* SplashOuputDev: Use stroking opacity when clipping to a stroke path
* Handle 1 bit RGB images in ICC colorspace
* Internal code improvements
qt5:
* Add Document::signatures. Returns signatures not attached to any page
* ArthurOutputDev: Fix font hinting
* ArthurOutputDev: Set the opacity when filling with axial gradients
* ArthurOutputDev: Implement the clipToStrokePath method (Only the first 15 lines of the commit message are shown above )
|
Mon, 13 Apr 2020
|
[ 07:05 antoine ]
Mark BROKEN: fails to configure
Reported by: pkg-fallout
|
Thu, 2 Apr 2020
|
[ 04:41 tcberner ] (Only the first 10 of 78 ports in this commit are shown above. )
graphics/poppler: update to 0.87.0
Release 0.87.0:
core:
* Fix crashes due to inconsistent vtables for Clang builds
* Fix leak in broken files
* Internal code improvements
qt5:
* Add option to get form choice for export value
* ArthurOutputDev: Avoid division by zero in updateLineDash. Issue #695
glib:
* Internal code improvements
utils:
* pdftohtml: Fix memory leak in HtmlOutputDev::getLinkDest
PR: 245150
Exp-run by: antoine
|
Sat, 21 Mar 2020
|
[ 12:57 tcberner ] (Only the first 10 of 78 ports in this commit are shown above. )
Update poppler to 0.86.1
Release 0.86.1:
core:
* Fix regression in Browse Link handling
* Internal code improvements
Release 0.86.0:
core:
* Fix link content exfiltration attack
* Splash: Implement gouraudTriangleShadedFill for some non parametrized
shadings. Issue #881
* Fix case unsensitive search for Old Hungarian, Warang Citi,
Medefaidrin and Adlam
* Internal code improvements
glib: (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Mar 2020
|
[ 02:30 rene ]
deskutils/recoll: drop optional dependency on expired textproc/pychm
|
Sun, 1 Mar 2020
|
[ 10:20 antoine ]
Deprecate py-wxPython28 and py-wxPython30 ports
With hat: portmgr
|
Mon, 3 Feb 2020
|
[ 19:32 tcberner ] (Only the first 10 of 72 ports in this commit are shown above. )
Bump revision of poppler dependencies
- poppler was updated in r525051, bump revisions
|
Wed, 22 Jan 2020
|
[ 17:59 tcberner ] (Only the first 10 of 88 ports in this commit are shown above. )
graphics/poppler: update to 0.84.0
Release 0.84.0:
core:
* Fix crash when converting from Unicode to ASCII-7
* Splash::scaleImageYdXu: Protect against crash if srcWidth is too big
* JBIG2Stream: fix potential crash in malformed documents
* JBIG2Stream: fix leak in reset() if called several times
* Internal code improvements
utils:
* pdfimages: Add error message if first page is larger then number of
pages.
* pdfinfo: Improved paper size recognition
* pdfsig: Fix exit code when dumping signatures
* pdftocairo: Error out when even/odd selects 0 pages (Only the first 15 lines of the commit message are shown above )
|
Mon, 4 Nov 2019
|
[ 22:20 zeising ] (Only the first 10 of 102 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
|
Fri, 1 Nov 2019
|
[ 21:51 tcberner ] (Only the first 10 of 92 ports in this commit are shown above. )
graphics/poppler: update to 0.82.0
Release 0.82.0:
core:
* Fix not being able to open some files. Issue #832
* Fix crashes in malformed files
* Fix memory leak on broken files
* Minor performance improvements
* Minor code improvements
glib:
* Add poppler_document_new_from_bytes
* PopplerAttachment: Silence deprecation warnings for ctime/mtime
build system:
* pdf-inspector: Support builddir != srcdir
* Install Cairo* headers if Cairo has been found
Thanks to adridg@ for fixing all the fallout.
Exp-run by: antoine
PR: 241532
Approved by: gnome (kwm, implicit)
|
Mon, 21 Oct 2019
|
[ 17:48 amdmi3 ]
- Update to 1.25.22
PR: 241077
Submitted by: jjuanino@gmail.com (maintainer)
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Fri, 19 Jul 2019
|
[ 08:47 pkubaj ]
deskutils/recoll: fix build on GCC architectures
Needs C++11 compiler:
cc1plus: error: unrecognized command line option "-std=c++11"
Approved by: mentors (implicit approval)
|
Mon, 17 Jun 2019
|
[ 11:15 kai ]
deskutils/recoll: Update to 1.25.16
* Submitter adopts port
While I'm here:
* Place USE_ variables to the intended USES block
Changelog:
* All Python scripts now use Python 3 by default. They are still supposedly
compatible with Python 2. (The port stays with Python 2.7 for a while as
not all dependencies are ready for Python 3, yet).
https://www.lesbonscomptes.com/recoll/release-1.25.html
PR: 238147
Submitted by: jjuanino@gmail.com
|
Sat, 1 Jun 2019
|
[ 06:39 tcberner ] (Only the first 10 of 66 ports in this commit are shown above. )
graphics/poppler: update to 0.77.0
Release 0.77.0:
core:
* Fix crash on signature handling. Issue #766
* Fix small memory leak in SignatureHandler::getCertificateInfo
* Splash: Restrict filling of overlapping boxes. Issue #750
* Fix crash on malformed files
qt5:
* Fix optional content handling with exclusive layers
cpp:
* Make render_page thread-safe
utils:
* pdfsig: Fix small memory leak
* pdftotext: Fix typo in manpage
PR: 238115
Exp-run by: antoine
Approved by: gnome (kwm, implicit)
|
Mon, 13 May 2019
|
[ 18:33 tcberner ] (Only the first 10 of 75 ports in this commit are shown above. )
graphics/poppler: update to 0.76.1
From Changelog at https://poppler.freedesktop.org/releases.html :
Release 0.76.1:
core:
* Make the mul tables be calculated at compile time with constexpr.
* splash: Fix compile with SPLASH_CMYK enabled
* Some typo fixing in error messages
qt5:
* Fix regression in annotation handling
build system:
* Fix some typos in build system output and comments (Only the first 15 lines of the commit message are shown above )
|
Sat, 2 Feb 2019
|
[ 19:21 fernape ]
deskutils/recoll: update to 1.24.5
ChangeLog:
Fixes an annoying bug with recollindex -z resetting the index format to the one
compatible with Xapian 1.2 and problematic with Xapian 1.4
Reported by: portscout
|
Sat, 26 Jan 2019
|
[ 16:38 yuri ]
deskutils/recoll: Fix QT5 dependencies
Also change all URLs to https and use helpers.
Reported by: tobik (QT dependencies)
|
Fri, 25 Jan 2019
|
[ 23:08 yuri ]
deskutils/recoll: Update 1.23.7 -> 1.24.3
* New dependency of QT5. Remove all references to QT4
* Add gnome to USES
* Shebang file desktop/hotrecoll.py moved to filters/hotrecoll.py
* Portlint suggestions:
USE_LDCONFIG=yes
USE_GL+=gl when QT5 options is enabled
Changelog:
https://www.lesbonscomptes.com/recoll/release-1.24.html
PR: 235205
Submitted by: jjuanino@gmail.com
|
Mon, 7 Jan 2019
|
[ 19:03 antoine ]
Fix build with DEFAULT_VERSIONS=python=3.x
PR: 234633
|
Mon, 31 Dec 2018
|
[ 12:23 rene ]
deskutils/recoll: remove optional dependency on expired KDE4
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
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
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Mon, 12 Feb 2018
|
[ 22:09 antoine ]
recoll fails to build with DEFAULT_VERSIONS=python=3.6
|
[ 17:30 yuri ]
deskutils/recoll: Update to 1.23.7
Changelog:
http://www.lesbonscomptes.com/recoll/release-1.23.html
Additional port changes:
* Changed to DISTVERSION
* Removed CONFIGURE_ARGS=--enable-pic (not needed)
* Added @${PY_FLAVOR} where it was missing
* Fixed space chars in target
PR: 224830
Submitted by: jjuanino@gmail.com
Approved by: tcberner (mentor, implicit)
|
Thu, 1 Feb 2018
|
[ 15:28 amdmi3 ]
Bring back compiled python files, and add a way to handle them correctyly wrt.
python 3
|
Fri, 26 Jan 2018
|
[ 17:08 amdmi3 ]
- Make dependency on python unconditional, as filters always require python
- Make python module installation unconditional, as disabling it no longer
brings any profit
- Don't install compiled python files, which fixes installation with python3 as
default
- Switch to USES=localbase
- Fix shebangs
- Simplify stripping
- Fix plist for WITHOUT=QT4 case
- Mark BROKEN with X11MON, required libfam is not linked which breaks the
installation
|
Sat, 18 Nov 2017
|
[ 07:11 pi ]
deskutils/recoll: update 1.23.3 -> 1.23.4
- Restore search mode when loading saved simple search.
- Add option -P to recollindex to force purge with -i.
- Split package into non-gui/gui subpackages.
- Add -L option to GUI for forcing messages language.
- Removed 'bin' from default skippedNames.
- Improve robustness of email header parser against encoding errors.
- email: fix additional header indexing.
- Restable: fix popup menu (show dups would open parent folder).
|
Wed, 1 Nov 2017
|
[ 15:38 pi ]
deskutils/recoll: update 1.21.6 -> 1.23.3
- X11MON defaults now to Off
PR: 219481
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Reviewed by: PeerCorps Trust Fund <ipc@peercorpstrust.org
Relnotes: http://www.lesbonscomptes.com/recoll/release-1.23.html
|
Tue, 31 Oct 2017
|
[ 14:51 olgeni ] (Only the first 10 of 40 ports in this commit are shown above. )
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
|
Tue, 4 Apr 2017
|
[ 09:28 sunpoet ] (Only the first 10 of 11 ports in this commit are shown above. )
Update to 1.4.3
- Add CONFLICTS_INSTALL
- Update WWW
- Bump PORTREVISION for dependent ports
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.3
https://trac.xapian.org/wiki/ReleaseOverview/1.4.2
https://trac.xapian.org/wiki/ReleaseOverview/1.4.1
https://trac.xapian.org/wiki/ReleaseOverview/1.4.0
|
Sun, 18 Dec 2016
|
[ 22:06 tcberner ] (Only the first 10 of 33 ports in this commit are shown above. )
Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8825
|
Fri, 8 Apr 2016
|
[ 12:37 mat ]
Update to 1.21.6.
PR: 208611
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 12 Feb 2016
|
[ 12:48 vanilla ]
Update to 1.21.5.
PR: 206891
Submitted by: Port Fury.
|
Fri, 15 Jan 2016
|
[ 13:32 miwi ]
- Update to 1.21.4
PR: 206243
Submitted by: ports fury
|
Thu, 12 Nov 2015
|
[ 20:06 madpilot ]
- Update to 1.21.3
- Fix some optional dependencies
- Remove commented line
- Cosmetic changes to pkg-descr
PR: 204441
Submitted by: Ports Fury
|
Sat, 24 Oct 2015
|
[ 07:15 madpilot ]
Update to 1.21.2.
PR: 203797
Submitted by: Ports Fury
|
Wed, 30 Sep 2015
|
[ 11:55 amdmi3 ]
- Add LICENSE_FILE
Approved by: portmgr blanket
|
Sat, 26 Sep 2015
|
[ 13:01 madpilot ]
Update to 1.21.1
PR: 202843
Submitted by: Ports Fury
|
Mon, 14 Sep 2015
|
[ 19:06 amdmi3 ]
- Fix shebangs
Approved by: portmgr blanket
|
Thu, 16 Jul 2015
|
[ 20:10 arved ]
Update to 1.21.0
Drop Maintainership.
|
Tue, 10 Mar 2015
|
[ 21:30 arved ]
Update to 1.20.2
|
Sun, 4 Jan 2015
|
[ 08:23 mva ]
- Convert USE_PYTHON -> USES leftovers missed in the previous commits
Spotted by: antoine
With hat: python
|
Sun, 16 Nov 2014
|
[ 00:22 antoine ]
Fix RUN_DEPENDS, wpd2html moved to libwpd010
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Mon, 18 Aug 2014
|
[ 13:03 arved ]
Take maintainership, i use it sometimes
|
Wed, 13 Aug 2014
|
[ 12:04 antoine ]
Switch dependency to a non expiring port
|
Wed, 18 Jun 2014
|
[ 07:38 miwi ]
- Update to 1.19.14
PR: 191093
|
Thu, 29 May 2014
|
[ 09:31 nemysis ]
- Bump PORTREVISION for pkg-plist change
- Reset maintainer to ports@
- Remove BROKEN
- Break lines around 80 characters
- Change pkg-plist remove *.pyc and add missing
PR: ports/19029
Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>
|
Sat, 24 May 2014
|
[ 09:03 antoine ]
Mark BROKEN: Fails to package
===> Building package for recoll-1.19.13
pkg-static:
lstat(/wrkdirs/usr/ports/deskutils/recoll/work/stage/usr/local/lib/python2.7/site-packages/recoll/__init__.pyc):
No such file or directory
pkg-static:
lstat(/wrkdirs/usr/ports/deskutils/recoll/work/stage/usr/local/lib/python2.7/site-packages/recoll/rclconfig.pyc):
No such file or directory
*** [do-package] Error code 1
Reported by: pkg-fallout
|
Wed, 7 May 2014
|
[ 14:42 nemysis ]
- Update to 1.19.13, announce message is here:
http://www.lesbonscomptes.com/recoll/release-1.19.html
- Remove BROKEN
- Remove *.pyc, not at moment fixable
- Use STRIP_CMD only when is used PYTHON Option
Reviewed by: upstream
|
Sun, 27 Apr 2014
|
[ 14:38 antoine ] (Only the first 10 of 12 ports in this commit are shown above. )
Mark a few unfetchable ports BROKEN
With hat: portmgr
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] (Only the first 10 of 1081 ports in this commit are shown above. )
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
|
Sat, 1 Feb 2014
|
[ 03:20 nemysis ]
- Update to 1.19.10
- Add USES shebangfix and SHEBANG_FILES
- Strip libraries
|
Number of commits found: 173 (showing only 100 on this page) |