aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Mark some ports as not openssl-devel ready.Mathieu Arnold2016-11-3055-37/+331
| | | | Sponsored by: Absolight
* www/firefox: unbreak TEST=on buildJan Beich2016-11-302-3/+24
|
* - Add more OPTIONS and missing html static filesSofian Brabez2016-11-302-13/+28
| | | | | | | | | - Add pkg-plist - Bump PORTREVISION - Cleanup Reported by: bapt Differential Revision: https://reviews.freebsd.org/D8670
* Backport an upstream commit that fixes the build with libc++ 3.9.0.Raphael Kubo da Costa2016-11-301-0/+36
| | | | | | | | | | | | | | | | | | Ever since LLVM 3.9.0 was imported into base, qbs was failing to build with an error message like this: In file included from /wrkdirs/usr/ports/devel/qbs/work/qbs-src-1.6.1/src/lib/corelib/api/internaljobs.cpp:39: In file included from /wrkdirs/usr/ports/devel/qbs/work/qbs-src-1.6.1/src/lib/corelib/buildgraph/executor.h:45: /usr/include/c++/v1/queue:400:5: error: static_assert failed "" static_assert((is_same<_Tp, value_type>::value), "" ); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/devel/qbs/work/qbs-src-1.6.1/src/lib/corelib/buildgraph/executor.h:156:12: note: in instantiation of template class 'std::__1::priority_queue<qbs::Internal::Artifact *, std::__1::vector<qbs::Internal::BuildGraphNode *, std::__1::allocator<qbs::Internal::BuildGraphNode *> >, qbs::Internal::Executor::ComparePriority>' requested here Leaves m_leaves; I don't think PORTREVISION needs to be bumped, as there shouldn't be any difference on systems where the port was already building fine. MFH: 2016Q4
* Change from broken on only one tier-2 to ONLY_FOR. It fails to buildMark Linimon2016-11-291-1/+2
| | | | | | on armv6 and sparc64 as well, and probably does not even apply. Approved by: portmgr (tier-2 blanket)
* Once again attempt to fix build on aarch64/armv6 by not stomping on CFLAGS.Mark Linimon2016-11-291-1/+1
| | | | | | | Necessary but possibly insufficient. Reported by: portlint Approved by: portmgr (tier-2 blanket)
* Mark as broken on armv6: fails to patch.Mark Linimon2016-11-291-0/+2
| | | | Approved by: portmgr (tier-2 blanket)
* www/varnish4 www/varnish5: Change default hash algorithmMark Felder2016-11-294-6/+6
| | | | | | | | | The default hash algorithm as of Varnish 2.1 is "critbit". The FreeBSD varnish ports/packages have run the varnish daemon with the "classic" algorithm due to an oversight. This update corrects the default to adhere to the recommendation of upstream. Submitted by: Mark Staudinger <mark staudinger AT nyi net>
* net-p2p/sonarr: Update to 2.0.0.4409Mark Felder2016-11-292-5/+5
| | | | Changelog: https://github.com/Sonarr/Sonarr/releases/tag/v2.0.0.4409
* Fix booting the arm64 kernel when built with clang 3.9.0Andrew Turner2016-11-292-1/+29
| | | | | | | | | | | | | | Clang 3.9.0 changes how weak extern is handled. They now use the got to handle them. This is a problem as ld.bfd doesn't fill out any default value in the got so pointers become NULL. This caused the kernel to fail to boot as we use this in linker sets. This fixes the issue by setting a default value in the got. The kernel still loads data through it, but because we always load it at a fixed virtual address the address it finds is valid. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D8622
* - Update to 1.7.0.2Wen Heping2016-11-292-4/+4
|
* security/vuxml: mark www/firefox < 50.0.1,1 as vulnerableJan Beich2016-11-291-0/+31
|
* Fix build on FreeBSD 9.3Thomas Zander2016-11-291-3/+14
| | | | | | PR: 214816 Submitted by: tremere@cainites.net (maintainer) MFH: 2016Q4
* Update www/elixir-maru to version 0.11.2.Jimmy Olgeni2016-11-293-5/+5
|
* - Update to 0.8.9Li-Wen Hsu2016-11-292-4/+4
|
* - Add LICENSEDmitry Marakasov2016-11-291-5/+13
| | | | | - Add NO_ARCH - Switch to options helpers
* - Update to 20161113Alex Kozlov2016-11-292-3/+4
| | | | | PR: 214462 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer)
* security/vuxml: Document Roundcube vulnerabilityBernard Spil2016-11-291-0/+25
|
* - Add patch missig in r427365Li-Wen Hsu2016-11-291-0/+11
|
* - Update to 2.1.0Li-Wen Hsu2016-11-294-16/+39
| | | | | PR: 214869 Submitted by: iblis@hs.ntnu.edu.tw (maintainer)
* - Upgrade to 1.006.Jun Kuriyama2016-11-292-3/+4
|
* - Upgrade to 1.7042.Jun Kuriyama2016-11-292-3/+4
|
* - Upgrade to 0.010005.Jun Kuriyama2016-11-292-3/+4
|
* - Upgrade to 2.3.0.Jun Kuriyama2016-11-295-47/+15
|
* - Upgrade to 1.4.3 and unbreak.Jun Kuriyama2016-11-293-14/+13
|
* - Upgrade to 1.21.Jun Kuriyama2016-11-292-3/+4
|
* Stop exporting QT_BINDIR and QT_LIBDIR to PLIST_SUB.Tobias C. Berner2016-11-2918-109/+115
| | | | | | | | | | | | As at the moment QT_BINDIR and QT_LIBDIR are 'bin' respectively 'lib' depending on the Qt version these subs ended up at many wrong places in plists. So only export it if QT_DIST is set. PR: 210227 Reviewed by: mat, rakuco Approved by: portmgr (mat), rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8378
* - Update to 1.4.1Olivier Duchateau2016-11-294-17/+8
| | | | - Remove unneeded patch
* devel/py-phpserialize: update to 1.3Ruslan Makhmatkhanov2016-11-294-26/+15
| | | | | | | | | | | - switch to pypi (old upstream url seems dead) - trim categories a bit - define LICENSE (BSD3C, confirmed with upstream developer) - add NO_ARCH and define supported python versions range - general clean-up PR: 214310 Approved by: maintainer timeout (14 days)
* devel/dbus: update to 1.10.12Ruslan Makhmatkhanov2016-11-295-37/+26
| | | | | | | | | | | | | | | - update to 1.10.12 - utilize localbase instead of CFLAGS/LDFLAGS - remove not applicable patching - remove couple of patches, that are no more needed: these files in etc/dbus-1 are now just compatibility stubs. The files were moved to share/dbus-1 in new version. Thanks Antoine Brodin for an exp-run. PR: 214454 Reviewed by: kwm With hat: gnome
* security/chkrootkit: update 0.50 -> 0.51Jason Unovitch2016-11-292-3/+4
| | | | | PR: 214416 Submitted by: Lacey Powers <lacey.leanne@gmail.com> (maintainer)
* - Pet MOVEDlintAlex Kozlov2016-11-291-3/+2
|
* Enable SSL by default.Mathieu Arnold2016-11-291-1/+2
| | | | Sponsored by: Absolight
* - Remove x11-servers/mga_hal: Support for MGA_HAL feature was removed from ↵Alex Kozlov2016-11-296-59/+1
| | | | | | | | xf86-video-mga in 2011 PR: 214884 Submitted by: matthew@reztek.cz Approved by: x11 (kwm)
* net-im/kmess-kde4 : fix 'abs is ambiguous'Tobias C. Berner2016-11-291-0/+27
| | | | | | | | Work around the call to abs() being ambigous by simply calculating the absolute value in place. PR: 214632 Approved by: just fix it, rakuco (mentor)
* multimedia/k9copy-kde4 : fix 'abs is ambiguousTobias C. Berner2016-11-291-0/+25
| | | | | | | | Work around the call to abs() being ambigous by simply calculating the absolute value in place. PR: 214640 Approved by: just fix it, rakuco (mentor)
* Update to 4.6.5.1Matthew Seaman2016-11-292-4/+4
| | | | | | ChangeLog: https://github.com/phpmyadmin/phpmyadmin/blob/master/ChangeLog PR: 214905
* - update from 7.0.8 to 7.0.9Mikhail Pchelin2016-11-292-4/+4
| | | | | | PR: 214241 Submitted by: mp39590@gmail.com (maintainer) Approved by: jpaetzel (mentor)
* - update RUN_DEPENDS for MUTT optionMikhail Pchelin2016-11-291-1/+3
| | | | | | PR: 214860 Submitted by: pkubaj@anongoth.pl Approved by: mp39590@gmail.com (maintainer), jpaetzel (mentor)
* - Update to 2016.11.27Sunpoet Po-Chuan Hsieh2016-11-292-4/+4
|
* - Update to 2016.11.27Sunpoet Po-Chuan Hsieh2016-11-292-4/+4
|
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-11-291-1/+1
|
* - Update to 1.013Sunpoet Po-Chuan Hsieh2016-11-292-4/+4
| | | | Changes: http://search.cpan.org/dist/PAR/Changes
* - Update to 0.28Sunpoet Po-Chuan Hsieh2016-11-292-3/+4
| | | | Changes: http://search.cpan.org/dist/File-MimeInfo/Changes
* - Update to 0.12.1Sunpoet Po-Chuan Hsieh2016-11-293-8/+8
| | | | | | - Sort PLIST Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
* - Update to 0.16Sunpoet Po-Chuan Hsieh2016-11-292-3/+4
| | | | Changes: https://github.com/bpython/bpython/blob/master/CHANGELOG
* Uses/php.mk: Use EGREP instead of GREP when parsing config.hRaphael Kubo da Costa2016-11-291-1/+1
| | | | | | | | | | | | Using ${GREP} was failing when grep was built with the WITHOUT_GNU_GREP_COMPAT knob in src.conf. According to POSIX, | only works for alternation in extended regular expressions (grep -E), although GNU grep disregards the difference. The new syntax with ${EGREP} and no escaping of special characters works with both BSD grep (without WITHOUT_GNU_GREP_COMPAT) as well as GNU grep. Approved by: mat Differential Revision: https://reviews.freebsd.org/D8663
* New port: x11-toolkits/qt5-chartsTobias C. Berner2016-11-294-0/+323
| | | | | | | | | | | | | | | | Qt released some fancy classes to draw nice charts: https://blog.qt.io/blog/2016/01/18/qt-charts-2-1-0-release/ With Qt 5.7 this will come bundled as a submodule. For now we can fetch it from github. This is based on the version by Marie Loise Nolden from our experimental Qt-5.7.1 ports. Submitted by: Marie Loise Nolden <nolden@kde.org> Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8648
* Add p5-X11-Protocol-Other 29, module for window manager relatedEmanuel Haupt2016-11-295-0/+66
| | | | functions for use by client programs.
* sysutils/cbsd: update to 11.0.6Roman Bogorodskiy2016-11-292-4/+4
| | | | | PR: 214888 Submitted by: maintainer
* - Add LICENSE_FILEDmitry Marakasov2016-11-282-7/+5
| | | | | | | | | - Remove redundant GH_PROJECT - Remove bogus (in presence of USE_GITHUB) USES=tar* - Sanify installation - Fix WWW: Approved by: portmgr blanket
* biology/njplot: Add site in MASTER_SITES because package builders areJoseph Mingrone2016-11-281-2/+4
| | | | | | | timing out during fetch. Approved by: AMDmi3 (mentor) Differential Revision: https://reviews.freebsd.org/D8651
* biology/diamond: Update to version 0.8.28Joseph Mingrone2016-11-282-5/+6
| | | | | | | | | | | | Correct LICENSE and set LICENSE_FILE Upstream changelog: - support for gzip compressed files containing multiple gzip streams - support for the BLAST pairwise format (option -f 0) - slightly improved sensitivity Approved by: AMDmi3 (mentor) Differential Revision: https://reviews.freebsd.org/D8652
* Update to 3.5.0Kevin Lo2016-11-282-4/+4
|
* Update textproc/the_silver_searcher to version 1.0.1.Jimmy Olgeni2016-11-283-4/+5
|
* sysutils/ohmu requires devel/py-future too.Jimmy Olgeni2016-11-281-2/+3
|
* Update to 6.04. (Fix with Perl 5.25+)Mathieu Arnold2016-11-282-3/+4
| | | | | With hat: perl@ Sponsored by: Absolight
* Fix with Perl 5.25+ and 5.22/24 with PERL_OP_PARENT.Mathieu Arnold2016-11-281-0/+84
| | | | Sponsored by: Absolight
* Update to 2.84. (Fix with Perl 5.25+)Mathieu Arnold2016-11-282-4/+4
| | | | | With hat: perl@ Sponsored by: Absolight
* - Add NO_ARCHDmitry Marakasov2016-11-281-5/+10
| | | | - Fix examples installation
* - Add LICENSE_FILEDmitry Marakasov2016-11-281-0/+2
| | | | | | - Add NO_ARCH Approved by: portmgr blanket
* Fix with Perl 5.25+ and 5.22/24 with PERL_OP_PARENT.Mathieu Arnold2016-11-281-0/+81
| | | | | Obtained from: https://github.com/rurban/Params-Classify/commit/0d301779bd42da52b4f8e13a667499846fc2cc55 Sponsored by: Absolight
* - Clean up garbage files and don't stage them, fix stage-qaDmitry Marakasov2016-11-281-0/+3
| | | | Approved by: portmgr blanket
* - A better patch to fix the problem purportedly solved in r427058.Stephen Montgomery-Smith2016-11-282-9/+5
| | | | | | - Bump portrevision. Submitted by: Oliver Heimlich <oheim@posteo.de>
* - Clean up garbage files and don't stage them, fix stage-qaDmitry Marakasov2016-11-281-0/+3
| | | | Approved by: portmgr blanket
* - Fix LICENSEDmitry Marakasov2016-11-282-4/+5
| | | | | | | | | - Add LICENSE_FILE - Pet portlint - Don't install COPYING with docs - Add missing file to plist Approved by: portmgr blanket
* Update textproc/elixir-ex_doc to version 0.14.4.Jimmy Olgeni2016-11-283-13/+14
|
* - Remove bogus (in presence of USE_GITHUB) USES=tar*Dmitry Marakasov2016-11-281-4/+2
| | | | | | - With USES=autoreconf, running ./autogen.sh is not needed Approved by: portmgr blanket
* - Add LICENSE_FILEDmitry Marakasov2016-11-281-3/+4
| | | | | | | - Add NO_ARCH - Remove bogus (in presence of USE_GITHUB) USES=tar* Approved by: portmgr blanket
* - Add LICENSEDmitry Marakasov2016-11-281-1/+4
| | | | | | - Remove bogus (in presence of USE_GITHUB) USES=tar* Approved by: portmgr blanket
* - Remove bogus (in presence of USE_GITHUB) USES=tar*Dmitry Marakasov2016-11-281-1/+1
| | | | Approved by: portmgr blanket
* - Fix license (unlincense is not equal to public domain)Dmitry Marakasov2016-11-281-1/+7
| | | | | | | - Add NO_ARCH - Add missing file to plist Approved by: portmgr blanket
* - Fix leftover file on deinstallation by using @sampleDmitry Marakasov2016-11-281-2/+1
| | | | Approved by: portmgr blanket
* - Add missing file to plistDmitry Marakasov2016-11-282-0/+2
| | | | Approved by: portmgr blanket
* - Fix LICENSEDmitry Marakasov2016-11-282-1/+20
| | | | | | | - Add LICENSE_FILE - Add missing files to plist Approved by: portmgr blanket
* - Fix plist; KMODDIR is absolute path on itselfDmitry Marakasov2016-11-281-1/+1
| | | | Approved by: portmgr blanket
* - Remove garbage files and don't stage themDmitry Marakasov2016-11-281-0/+3
|
* Update to upstream release 1.5.1; fixes build with libc++ 3.9Thomas Zander2016-11-282-4/+4
| | | | | | PR: 214887 Submitted by: jason.harmening@gmail.com (maintainer) MFH: 2016Q4
* Update to 0.07.07Olivier Cochard2016-11-285-18/+18
| | | | | | | PR: 214899 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Approved by: jadawin (mentor) Differential Revision: https://reviews.freebsd.org/D8661
* - Update ufdbGuard to 1.32.3Guido Falsi2016-11-288-34/+50
| | | | | PR: 213677 Submitted by: timp87@gmail.com (maintainer)
* Update to version 1.2.0Pawel Pekala2016-11-282-4/+5
| | | | | | | | | | | | | | Additions Swedish translation (Ake Engelbrektson) CJK Encoding for Encoding Conversion Function (XIE Dongping) Spanish translation (Jose Vidal) Changes Improved Amazon tag source album matching Czech translation (Pavel Fric) Fixes #280 Turn off auto-saving "Enter description here" desciption for covert art Parsing tracks in Discogs if only a single artist (Frank Sachsenheim) Support for latest mutagen (Bruno Bergot)
* Update to upstream release as of 20161114Thomas Zander2016-11-283-16/+15
| | | | | PR: 214865 Submitted by: pkubaj@anongoth.pl (maintainer)
* Update to v5.25.7-26-g7332835.Mathieu Arnold2016-11-282-4/+4
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.7-4-gd5584eb...v5.25.7-26-g7332835 Sponsored by: Absolight
* java/intellij: update to version 2016.3.Boris Samorodov2016-11-283-116/+8739
|
* Mark as broken on aarch64: runaway process.Mark Linimon2016-11-281-0/+2
| | | | Actually, from time to time this builds; but more often, not.
* Mark as broken on aarch64.Mark Linimon2016-11-281-0/+2
|
* Mark as broken on various tier-2 archs. Remove dead mastersite.Mark Linimon2016-11-281-1/+4
|
* lang/php56: Update PHP 5.6 from 5.6.27 to 5.6.28Torsten Zuehlsdorff2016-11-282-5/+5
| | | | | | | | | Changelog: http://www.php.net/ChangeLog-5.php#5.6.28 PR: 214756 Submitted by: rustem.alimov@gmail.com Approved by: mentors (implicit) MFH: 2016Q4
* gecko: fix Hunspell ABI mismatchJan Beich2016-11-2810-4/+200
| | | | | PR: 214849 MFH: 2016Q4
* editors/texmaker: fix Hunspell ABI mismatchJan Beich2016-11-281-1/+2
| | | | | | | | | | | The port passes -I. -I/usr/local/include/hunspell ... -I/usr/local/include but then proceeds to #include "hunspell/hunspell.hxx" which ends up picking bundled version. #include "hunspell.hxx" would be more correct but would require adjusting texmaker.pro to add -I./hunspell for OS X. PR: 214848 Submitted by: rakuco MFH: 2016Q4
* - Add LICENSEDmitry Marakasov2016-11-283-23/+23
| | | | | - Switch to options helpers - Regenerate patches
* - Update to 3.8Wen Heping2016-11-283-3/+7
| | | | | PR: 214890 Submitted by: akos.somfai@gmail.com(maintainer)
* - Update to 4.13.1Wen Heping2016-11-282-4/+4
|
* - Update to 1.7.0.1Wen Heping2016-11-282-7/+20
|
* devel/git-cinnabar: update to 0.4.0.b3.36Jan Beich2016-11-282-5/+5
| | | | Changes: https://github.com/glandium/git-cinnabar/compare/d666461...142a72e
* - Update to 2.34Li-Wen Hsu2016-11-282-4/+4
|
* Update to 1.6.1Olivier Duchateau2016-11-283-4/+6
|
* Release this back to pool.Xin LI2016-11-281-3/+2
|
* - Update to 4.6.0Wen Heping2016-11-283-28/+12
|
* textproc/sigil: rebuild after r427279Jan Beich2016-11-281-0/+1
|
* textproc/sigil: add missing dependencyJan Beich2016-11-284-1/+10
| | | | | | | | | | | | | | $ sigil [Embedded Python Error] Traceback (most recent call last): File "/usr/local/share/sigil/python3lib/xmlprocessor.py", line 6, in <module> from sigil_bs4.builder._lxml import LXMLTreeBuilderForXML File "/usr/local/share/sigil/plugin_launchers/python/sigil_bs4/builder/_lxml.py", line 26, in <module> from lxml import etree ImportError: No module named 'lxml'
* - Update to 0.6.22Wen Heping2016-11-282-4/+4
|
* Fix build under clang 3.9.0 (in -CURRENT).Cy Schubert2016-11-281-1/+10
| | | | PR: 214649
* Update to 20161126Baptiste Daroussin2016-11-284-40/+76
| | | | | | | Add a patch to fix build with gpgme 1.8 (taken from mutt ports) Now that multiple backends can be used in parallel default on build lmdb and tokyocabinet (the 2 fastest backend available) Note the lmdb backend should not be used over NFS.
* Do not let rely graphics/linux-c6-sdl_ttf on its f10 counterpart for itsRene Ladan2016-11-282-2/+6
| | | | pkg-descr, as linux-f10 will expire on 2016-12-31.
* Update www/elixir-maru to version 0.11.1.Jimmy Olgeni2016-11-283-6/+6
|
* Update to 0.6Jason E. Hale2016-11-283-19/+5
| | | | | | | | Use autoplist to fix build with Python 3.x PR: 213711 Submitted by: jhale Approved by: maintainer timeout (4 weeks)
* Update to 1.1.3Jason E. Hale2016-11-282-4/+4
| | | | | | PR: 213715 Submitted by: jhale Approved by: maintainer timeout (4 weeks)
* Update to 2.4.1Antoine Brodin2016-11-282-4/+4
|
* - Update to version 20091121, now in UTF8 formatPawel Pekala2016-11-284-45/+89
| | | | - Make fetchable by using PLD upstream mirrors
* Update to 4.13.1Antoine Brodin2016-11-282-7/+8
|
* Update to 0.1.2Antoine Brodin2016-11-282-4/+4
|
* Update to 1.2.1Antoine Brodin2016-11-282-4/+5
|
* Update to 2.0.8Antoine Brodin2016-11-282-4/+4
|
* Update to 2.0.9Antoine Brodin2016-11-282-4/+4
|
* Update to 2.0.3Antoine Brodin2016-11-282-4/+4
|
* Update to 2.0.3Antoine Brodin2016-11-282-4/+4
|
* Update to 2.1.0Antoine Brodin2016-11-282-4/+4
|
* Update to 0.1.1Antoine Brodin2016-11-282-4/+4
|
* Update to 0.1.1Antoine Brodin2016-11-282-4/+4
|
* Update to 0.1.68Antoine Brodin2016-11-282-4/+4
|
* Update to 0.1.1Antoine Brodin2016-11-282-4/+4
|
* Update to 0.1.3Antoine Brodin2016-11-282-4/+4
|
* Update to 0.1.3Antoine Brodin2016-11-282-4/+4
|
* Update to 0.1.1Antoine Brodin2016-11-282-4/+4
|
* Update to 0.1.3Antoine Brodin2016-11-282-4/+4
|
* Update to 0.1.1Antoine Brodin2016-11-282-4/+4
|
* Update to 0.1.2Antoine Brodin2016-11-282-4/+4
|
* Update to 0.1.1Antoine Brodin2016-11-282-4/+4
|
* Update to 0.2.9Antoine Brodin2016-11-282-4/+4
|
* Update to 0.1.3Antoine Brodin2016-11-282-4/+4
|
* Remove expired port:Rene Ladan2016-11-2813-415/+1
| | | | 2016-10-01 net-mgmt/rancid: Not supported upstream. Please upgrade to net-mgmt/rancid3
* USES=mono: simplify EXTRACT_ONLY, fix nuget-extract [1]David Naylor2016-11-2820-211/+232
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Instead of excluding the specific packages added to DISTFILES (but only for FreeBSD 9+), exclude all files with a '.nupkg' extension. - Move the nuget-extract command to be before post-extract, to allow the port's post-extract command to move packages around audio/libgpod-sharp: add port for mono bindings for libgpod - audio/libgpod: [2] - USE_GNOME: add missing dependency - Remove mono files from pkg-plist (now in audio/libgpod-sharp) - Allow relevant variables to be overridden - Fix MONO options - Patch source to allow building with modern mono - Avoid post-install target for slave ports. devel/monodevelop: update to 4.6.2.7 - Update nuget package Fantomas to 2.4.0 (latest at time of monodevelop's release). - Downgrade nuget package FSharp.Compiler.CodeDom (per paket's specification) - LICENSE: Add license of LGPL21 - LICENSE_FILE: Add license file from source - PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases) games/openra: simplify post-extract [3] - USES=mono:nuget allow overridding of NUGET_PACKAGEDIR - Set NUGET_PACKAGEDIR to correct location, fix patching accordingly lang/fsharp: update to 4.6.2.7 ChangeLog: - Fix #639: Problems with F# scripts on Mono - Fix FSharp.Compiler.Tools targets for .NET Core usage - Fix FSharp.Compiler.Tools package dependencies lang/mono: update to 4.6.2.7 Mono 4.6.2 is the 1st service release to the 4.6 series. Changes: - LICENSE: Add license of MIT - LICENSE_FILE: Add license file from source - PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases) Bug fixes: - #44708 - "TrustFailure (The authentication or decryption has failed.) ... Invalid certificate received from server." with "Error code: 0x5" or "Error code: 0xffffffff800b010f" when attempting to access HTTPS servers on ports other than 443 - #39832 - SIGSEGV when running roslyn multimedia/banshee: bump port revision. - Update missing port dependencies - Convert to use option helpers - OPTIONS: Add APPLEDEV (missing dependency added) - LICENSE: Add MIT license - LICENSE_FILE: Add license file from source - PORTSCOUT: Skip alpha release (2.9.1) x11-toolkits/gnome-sharp20: fix port dependencies - Add missing dependencies - Convert post-patch to shebangfix - LICENSE: add LGPL21 license - LICENSE_FILE: use license file from source - MKAE_JOBS_UNSAFE: remove, does appear to work x11-toolkits/gtk-sharp20: update to 2.12.42. PR: 214680 [2] PR: 214681 Suggested by: jbeich [1] Submitted by: jbeich [3] Approved by: avilla (maintainer; timeout) [2]
* lang/python33: Fix HTTP Header injection vulnerabilityBernard Spil2016-11-283-1/+157
| | | | | | | | | | | | | - Backport of upstream fix for 3.4/3.5 PR: 210539 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> Reported by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> Reviewed by: robak, brnrd MFH: 2016Q4 Security: CVE-2016-5699 Security: a61374fc-3a4d-11e6-a671-60a44ce6887b Differential Revision: D7107
* - Fix LICENSESunpoet Po-Chuan Hsieh2016-11-281-1/+3
| | | | | | | - Add LICENSE_FILE - Add NO_ARCH Approved by: portmgr (blanket)
* - Update to 2.032Sunpoet Po-Chuan Hsieh2016-11-283-6/+7
| | | | | | | - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/HTTP-Cookies-Mozilla/Changes
* - Update to 92Sunpoet Po-Chuan Hsieh2016-11-282-4/+4
| | | | Changes: http://search.cpan.org/dist/Perl-Critic-Pulp/Changes
* - Update to 0.000061Sunpoet Po-Chuan Hsieh2016-11-282-4/+4
| | | | Changes: http://search.cpan.org/dist/Test2-Suite/Changes
* - Update to 1.17.0Sunpoet Po-Chuan Hsieh2016-11-283-8/+8
| | | | Changes: https://github.com/nghttp2/nghttp2/releases
* - Add GNM optionSunpoet Po-Chuan Hsieh2016-11-282-3/+15
|
* - Install gflags_completions.sh to etc/bash_completion.d/Sunpoet Po-Chuan Hsieh2016-11-282-1/+6
| | | | - Bump PORTREVISION for package change
* Update netmagis-topo to version 2.3.3 to support net/mgmt/rancid3 insteadRene Ladan2016-11-283-4/+5
| | | | | | of the expired net-mgmt/rancid. Submitted by: maintainer in private mail
* update to 3.2.0Mikolaj Golub2016-11-272-6/+5
|
* net/py-libcloud: update to 1.4.0Roman Bogorodskiy2016-11-272-4/+4
|
* net/py-pyzmq: update to 16.0.2Roman Bogorodskiy2016-11-272-4/+4
|
* Update to 2.8.2Barbara Guida2016-11-272-4/+4
|
* Fix RTP stream; FreeBSD's socket calls require the sockaddr struct lengthKevin Lo2016-11-272-1/+47
| | | | | | | | | to agree with the address family. PR: 214852 Submitted by: me Approved by: jbeich MFH: 2016Q4
* Update to upstream version 1.3.1; new maintainer Danilo G. BaioThomas Zander2016-11-272-6/+10
| | | | | PR: 213918 Submitted by: dbaio@bsd.com.br (new maintainer)
* Unbreak INDEXAntoine Brodin2016-11-271-1/+1
| | | | Pointy hat: brnrd
* Add py-os-vif 1.3.0, library for plugging and unplugging virtualRoman Bogorodskiy2016-11-274-0/+39
| | | | | | | interfaces in openstack. PR: 214743 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
* Add py-os-brick 1.8.0, openstack cinder brick library for managing localRoman Bogorodskiy2016-11-275-0/+50
| | | | | | | volume attaches. PR: 214743 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
* Add py-os-win 1.2.1, windows / hyper-v library for openstack projects.Roman Bogorodskiy2016-11-274-0/+37
| | | | | PR: 214743 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
* security/py-keystone: minor tweaksRoman Bogorodskiy2016-11-272-0/+4
| | | | | | | | | - Define LICENSE - Add missing '%%ETCDIR%%/policy.v3cloudsample.json' to plist and bump PORTREVISION PR: 214741 Submitted by: maintainer
* misc/py-glance: rc scripts improvementRoman Bogorodskiy2016-11-276-37/+165
| | | | | | | | | | | | - run glance services as 'glance' user instead of 'root' - fix an issue with stopping of the glance-api service (where it was spawning a new glance-api worker on SIGTERM) - automatically create log directories - add glance-glare rc script - bump PORTREVISION PR: 214741 Submitted by: maintainer
* Add py-wsgi_intercept 1.4.1, WSGI application in place of a real uri forRoman Bogorodskiy2016-11-274-0/+27
| | | | | | | testing. PR: 214743 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
* Add py-websockify 0.8.0, webSocket to TCP proxy/bridge.Roman Bogorodskiy2016-11-274-0/+32
| | | | | PR: 214743 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
* Add py-oslo.versionedobjects 1.18.0, oslo versioned objects library.Roman Bogorodskiy2016-11-274-0/+41
| | | | | PR: 214743 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
* Add py-oslo.rootwrap 5.2.0, oslo rootwrap.Roman Bogorodskiy2016-11-274-0/+30
| | | | | PR: 214743 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
* Add py-oslo.reports 1.15.0, oslo.reports library.Roman Bogorodskiy2016-11-274-0/+35
| | | | | PR: 214743 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
* Add py-oslo.privsep 1.14.0, openstack library for privilege separation.Roman Bogorodskiy2016-11-274-0/+38
| | | | | PR: 214743 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
* Add py-microversion-parse 0.1.4, openstack microversion header parser.Roman Bogorodskiy2016-11-274-0/+30
| | | | | PR: 214743 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
* Update to 1.18.3Grzegorz Blach2016-11-272-4/+4
|
* Add missing RUN_DEPENDS on sysutils/py-scandir to sysutils/ohmu.Jimmy Olgeni2016-11-271-0/+3
| | | | | | Without py-scandir there is a runtime error: pkg_resources.DistributionNotFound: The 'scandir==1.3' distribution was not found and is required by ohmu
* www/mod_spdy: IGNORE with LibreSSLBernard Spil2016-11-272-3/+6
| | | | | | | | | - IGNORE when built with security/libressl(-devel) - Move from USE_OPENSSL to USES= ssl - Update WWW PR: 210773 Approved by: maintainer timeout
* Remove expired port:Rene Ladan2016-11-277-46/+1
| | | | 2016-11-27 www/gecko-sharp20: Broken, no upstream found and no release in 8 years
* sysutils/cbsd: update to 11.0.5Roman Bogorodskiy2016-11-273-6/+4
| | | | | | | | | | | - Add encrypted password hash support for adduser and pw script: Issue #100 - (bhyve): Check IPv6 address availability: Issue #104 - (bhyve): VM also uses post/pre scripts now: execscript - expose: add pf support for port redirect into jail: Issue #106 - fix loosing nic_parent on created new nic interface in dialog PR: 214858 Submitted by: maintainer
* net/py-openstackclient: update to 3.4.1Roman Bogorodskiy2016-11-272-15/+14
| | | | | | | Also, specify LICENSE and update (BUILD|RUN)_DEPENDS. PR: 214741 Submitted by: maintainer
* Update www/elixir-maru to version 0.11.0.Jimmy Olgeni2016-11-273-4/+10
|
* net/py-keystoneclient: update to 3.7.0Roman Bogorodskiy2016-11-272-7/+9
| | | | | | | Also, specify LICENSE and update (BUILD|RUN)_DEPENDS. PR: 214741 Submitted by: maintainer
* devel/py-oslo.service: update to 1.17.0Roman Bogorodskiy2016-11-272-6/+8
| | | | | | | Also, specify LICENSE and update RUN_DEPENDS. PR: 214741 Submitted by: maintainer
* devel/py-oslo.policy: update to 1.16.0Roman Bogorodskiy2016-11-272-4/+6
| | | | | | | Also, specify LICENSE. PR: 214741 Submitted by: maintainer
* devel/py-oslo.middleware: update to 3.20.0Roman Bogorodskiy2016-11-272-6/+8
| | | | | | | Also, specify LICENSE and update RUN_DEPENDS. PR: 214741 Submitted by: maintainer
* devel/py-oslo.messaging: update to 5.12.0Roman Bogorodskiy2016-11-272-9/+11
| | | | | | | Also, specify LICENSE and update RUN_DEPENDS. PR: 214741 Submitted by: maintainer
* - Add LICENSE_FILEDmitry Marakasov2016-11-271-1/+5
| | | | | - Add NO_ARCH - Switch to options helpers
* devel/py-oslo.db: update to 4.14.0Roman Bogorodskiy2016-11-272-5/+7
| | | | | | | Also, specify LICENSE and update RUN_DEPENDS. PR: 214741 Submitted by: maintainer
* devel/py-oslo.config: update to 3.19.0Roman Bogorodskiy2016-11-272-7/+8
| | | | | | | Also, specify LICENSE and update RUN_DEPENDS. PR: 214741 Submitted by: maintainer
* devel/py-oslo.concurrency: update to 3.15.0Roman Bogorodskiy2016-11-272-4/+6
| | | | | | | Also, specify LICENSE. PR: 214741 Submitted by: maintainer
* devel/py-oslo.cache: update to 1.15.0Roman Bogorodskiy2016-11-272-6/+8
| | | | | | | Also, specify LICENSE and update RUN_DEPENDS. PR: 214741 Submitted by: maintainer
* devel/py-oslo.log: update to 3.17.0Roman Bogorodskiy2016-11-272-6/+9
| | | | | | | Also, specify LICENSE and update RUN_DEPENDS. PR: 214741 Submitted by: maintainer
* devel/py-oslo.context: update to 2.10.0Roman Bogorodskiy2016-11-272-5/+7
| | | | | | | Also, specify LICENSE and update RUN_DEPENDS. PR: 214741 Submitted by: maintainer
* devel/py-osc-lib: update to 1.2.0Roman Bogorodskiy2016-11-272-9/+7
| | | | | | | Also, specify LICENSE and update RUN_DEPENDS. PR: 214741 Submitted by: maintainer
* devel/py-openstacksdk: update to 0.9.10Roman Bogorodskiy2016-11-272-8/+10
| | | | | | | Also, specify LICENSE and update (BUILD|RUN)_DEPENDS. PR: 214741 Submitted by: maintainer
* devel/py-os-client-config: update to 1.24.0Roman Bogorodskiy2016-11-272-7/+6
| | | | | | | Also, specify LICENSE. PR: 214741 Submitted by: maintainer
* devel/py-cliff: update to 2.3.0Roman Bogorodskiy2016-11-272-6/+9
| | | | | | | Also, specify LICENSE and update RUN_DEPENDS. PR: 214741 Submitted by: maintainer
* devel/py-taskflow: update to 2.7.0Roman Bogorodskiy2016-11-272-5/+7
| | | | | | | Also, specify LICENSE and update RUN_DEPENDS versions. PR: 214741 Submitted by: maintainer
* devel/py-futurist: update to 0.19.0Roman Bogorodskiy2016-11-272-4/+6
| | | | | | | Also, specify LICENSE. PR: 214741 Submitted by: maintainer
* devel/py-automaton: update to 1.5.0Roman Bogorodskiy2016-11-272-4/+6
| | | | | | | Also, specify LICENSE. PR: 214741 Submitted by: maintainer
* Add gpgme 1.8.0 support.Adam Weinberger2016-11-271-0/+36
| | | | | PR: 214868 Submitted by: dereks lifeofadishwasher com
* Fetch a distfile directly from GitHubAkinori MUSHA2016-11-272-7/+8
|
* Remove trailing period in version and re-wrap Drupal entry at <=80 linesJason Unovitch2016-11-271-10/+37
| | | | PR: 214813
* Revise earlier Moodle entry with released advisories (MSA-16-0023 - MSA-16-026)Jason Unovitch2016-11-271-5/+16
| | | | | | Security: CVE-2016-8642 Security: CVE-2016-8643 Security: CVE-2016-8644
* dns/knot2: update 2.3.1 -> 2.3.2Jason Unovitch2016-11-272-5/+6
| | | | | | | | | - Disable recvmmsg by default, this impacted UDP queries on 11.0-RELEASE. It was later fixed in 11/stable in r307311 but enabling conditionally provides little benefit so just disable by default as part of update. PR: 213952, 214303 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
* Update security/gpgme-* to 1.8.0Jason E. Hale2016-11-2746-151/+173
| | | | | | | | | | | | In this version, libgpgme-pthread.so has been removed in favor of just using libgpgme.so as the thread-safe library. PORTREVISION has been bumped on all ports depending on security/gpgme so that any that may have linked to -lgpgme-pthread will link to -lgpgme instead. The Python module provided by security/py-gpgme has been renamed upstream from pyme3 to gpg. This removes the conflict with security/py-pyme, although security/py-gpgme is still the direct replacement of that module.
* The Unicode Character Database (UCD) consists of a number of data files listingThierry Thomas2016-11-275-0/+106
| | | | | | | Unicode character properties and related data. It also includes data files containing test data for conformance to several important Unicode algorithms. WWW: http://unicode.org/ucd/
* Fix the functionality issue of the third-party modsecurity module.Sergey A. Osokin2016-11-272-2/+8
| | | | Found by: Rami Jebara <rami.jebara@tuangru.com> (in private mail)
* multimedia/mplayer2: unbreak after r417413Carlos J. Puga Medina2016-11-273-13/+19
| | | | | | | | | | | - Fix LICENSE - Add LICENSE_FILE - Record TIMESTAMP in distinfo - Unbreak build after disabling MANPAGES option on package builders Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D8555
* Update to 2.0.7Matthew Seaman2016-11-272-4/+4
| | | | ChangeLog: https://dbfread.readthedocs.io/en/latest/changes.html
* Update to upstream version 1.1.0Thomas Zander2016-11-272-3/+4
| | | | | PR: 214544 Submitted by: neel@neelc.org (maintainer)
* Retire devel/go-shellwordsThomas Zander2016-11-276-33/+1
| | | | | | | | | | Details: port had been introduced as a stop-gap solution to satisfy a build dependency to textproc/fzf. In the meantime, textproc/fzf has been reworked to satisfy the dependency. No other consumers for devel/go-shellwords are present in the ports tree at this point in time. PR: 214698 Submitted by: sascha@root-login.org (maintainer of devel/go-shellwords)
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-11-271-4/+5
| | | | | - Fix *_DEPENDS: textproc/expat2 is also a runtime dependency - Bump PORTREVISION for dependency change
* - Remove PROJ option: proj4 is required, --with-static-proj4 determines how ↵Sunpoet Po-Chuan Hsieh2016-11-274-13/+37
| | | | | | | | | it being linked, dynamically or statically - Set SONAME: add GDAL_SLIB_SONAME to GDALmake.opt - Cosmetic change - Pet portlint: fix diff header of patch files - Bump PORTREVISION for dependency and package change
* - Pet portlint: fix diff header of patch filesSunpoet Po-Chuan Hsieh2016-11-273-6/+6
|
* - Pet check-sanity: use USES=autoreconfSunpoet Po-Chuan Hsieh2016-11-271-2/+1
|
* editors/openoffice*: unbreak consumers with hunspell 1.5Jan Beich2016-11-273-0/+42
| | | | | | | | | | main/lingucomponent/source/spellcheck/spell/sspellimp.cxx:39:10: fatal error: 'dictmgr.hxx' file not found #include <dictmgr.hxx> ^ PR: 214844 Obtained from: upstream Approved by: portmgr blanket
* Fix the order of seven (1+6) file entries.Gerald Pfeifer2016-11-271-7/+7
|
* Add forgotten patchBaptiste Daroussin2016-11-261-0/+11
|
* Update to 0.6.1Baptiste Daroussin2016-11-264-28/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Take maintainership 0.6.1 - custom output format (Raphaël Droz) - remove duplicates (Fabio Zanini) - merge entries (Fabio Zanini) - mutt groups support (Fabio Zanini) - vcard initial input filter (Michael Krolikowski) - vcard parser improvements (Fabio Zanini, Raphaël Droz) - color support (Thorsten Wißmann) - mouse support (Thorsten Wißmann) - extra-fields deletion bugfix (Jorrit Tijben) - additional keybindings (Hagen Fuchs) - autotools update (Fabio Zanini) - case-sensitive ldif fields parsing (Christian Brabandt) - ldif standard input support (Raphaël Droz) - ldif extensible field management rewrite (Raphaël Droz) - html output fixes (Stéphane Aulery) - memory bugfixes (Peter Wu) - vcard birthday export fix (Gaetan Bisson) 0.6.0 - configurable views (Cedric Duval) - new field types, lists and improved custom field support (Cedric Duval) - index_format option (Cedric Duval) - Italian translation (Claudio Stazzone)
* Update to 20161126Matthew Seaman2016-11-262-4/+4
| | | | | PR: 214850 Submitted by: lifanov@mail.lifanov.com (maintainer)
* Update to patchlevel 102.Adam Weinberger2016-11-262-4/+4
|
* - Upgrade to 2.22.Jun Kuriyama2016-11-262-4/+5
|
* - Upgrade to 2.53.Jun Kuriyama2016-11-263-3/+6
|
* Replace the FindHUNSPELL.cmake from r214837 with kdelibs' upstream versionRaphael Kubo da Costa2016-11-262-11/+19
| | | | | No need to bump PORTREVISION, this is mostly for renaming and indicating this has already been fixed upstream.
* x11/kdelibs4: unbreak consumers with hunspell 1.5Jan Beich2016-11-262-1/+12
| | | | | | | | | | | | | | | $ make -C devel/lokalize [...] -- Could NOT find HUNSPELL (missing: HUNSPELL_LIBRARIES) CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:148 (message): Could NOT find HUNSPELL (missing: HUNSPELL_LIBRARIES) Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE) /usr/local/share/apps/cmake/modules/FindHUNSPELL.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) src/CMakeLists.txt:4 (find_package) PR: 214837 Approved by: portmgr blanket
* textproc/kf5-sonnet: unbreak with hunspell 1.5Jan Beich2016-11-261-0/+11
| | | | | | | | | | | | | -- Could NOT find HUNSPELL (missing: HUNSPELL_LIBRARIES) [...] -- The following OPTIONAL packages have not been found: * HUNSPELL , Spell checking support via Hunspell , <http://hunspell.sourceforge.net/> [...] ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: %%QT_PLUGINDIR%%/kf5/sonnet/hunspell.so PR: 214837 Approved by: portmgr blanket
* print/scribus: unbreak with hunspell 1.5Jan Beich2016-11-262-0/+23
| | | | | | | | | | | | | | | | -- Could NOT find HUNSPELL (missing: HUNSPELL_LIBRARIES) HunSpell or its developer libraries NOT found - Disabling support for spell checking [...] ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: lib/scribus/plugins/libhunspellplugin.so scribus/plugins/tools/hunspellcheck/hunspelldict.cpp:22:9: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char* dictEncoding = m_hunspell->get_dic_encoding(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ https://github.com/hunspell/hunspell/commit/971f8a9cf52e PR: 214837 Approved by: portmgr blanket
* editors/tea: unbreak with hunspell 1.5Jan Beich2016-11-261-0/+11
| | | | | | | | | | | spellchecker.cpp:339:12: error: assigning to 'char *' from incompatible type 'const char *' encoding = speller->get_dic_encoding(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ https://github.com/hunspell/hunspell/commit/971f8a9cf52e PR: 214837 Approved by: portmgr blanket
* editors/codelite: unbreak with hunspell 1.5Jan Beich2016-11-261-0/+11
| | | | | | | | | | | | | | | | | | | | | | | ** ** NOTICE ** Could not locate libhunspell. SpellChecker plugin will not be build ** NOTICE ** Try installing libhunspell-dev package ** [...] ===> Building package for codelite-9.2_2 pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/lib/codelite/SpellCheck.so: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: lib/codelite/SpellCheck.so pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_GB.aff: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_GB.aff pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_GB.dic: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_GB.dic pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_US.aff: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_US.aff pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_US.dic: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_US.dic *** Error code 1 PR: 214837 Approved by: portmgr blanket
* x11/leechcraft: unbreak with hunspell 1.5Jan Beich2016-11-261-0/+12
| | | | | | | | | | | | -- Could NOT find HUNSPELL (missing: HUNSPELL_LIBRARIES) [...] CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: HUNSPELL_LIBRARIES (ADVANCED) linked by target "leechcraft_rosenthal" in directory src/plugins/rosenthal PR: 214837 Approved by: portmgr blanket
* www/mod_http2-devel: Update to 1.8.2Bernard Spil2016-11-262-4/+4
|
* - Remove outdated post-configure:Sunpoet Po-Chuan Hsieh2016-11-261-3/+0
|
* Update calibre to 2.73.0.Guido Falsi2016-11-262-5/+4
|
* - Update to 2016.06.30Sunpoet Po-Chuan Hsieh2016-11-262-4/+4
|
* - Update to 2015.12.10Sunpoet Po-Chuan Hsieh2016-11-262-3/+4
|
* - Add missing USES=perl5 and USE_PERL5=run for th_gen_idx.plSunpoet Po-Chuan Hsieh2016-11-262-5/+6
| | | | | | | - Fix indent - Move build-related knobs together - Update WWW - Bump PORTREVISION for dependency change
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-11-263-6/+10
| | | | | - Add PLIST_SUB - Update WWW
* - Add LICENSESunpoet Po-Chuan Hsieh2016-11-261-0/+3
| | | | Approved by: portmgr (blanket)
* - Add sourceserifpro-ttf 1.017Sunpoet Po-Chuan Hsieh2016-11-266-0/+49
| | | | | | | Source Serif Pro is a set of OpenType fonts to complement the Source Sans Pro family. WWW: https://github.com/adobe-fonts/source-serif-pro
* - Use Roman fonts version as PORTVERSIONSunpoet Po-Chuan Hsieh2016-11-261-4/+3
| | | | - Add LICENSE_FILE
* - Update to 2.030R-ro/1.050R-itSunpoet Po-Chuan Hsieh2016-11-262-5/+6
| | | | | | - Add LICENSE_FILE Changes: https://github.com/adobe-fonts/source-code-pro/releases
* - Update to 0.44Sunpoet Po-Chuan Hsieh2016-11-262-4/+5
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Tk-HistEntry/Changes
* - Update to 1.3001Sunpoet Po-Chuan Hsieh2016-11-262-5/+5
| | | | Changes: http://search.cpan.org/dist/Math-BigInt-Pari/CHANGES
* - Update to 1.6001Sunpoet Po-Chuan Hsieh2016-11-262-5/+5
| | | | Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
* - Update to 0.5002Sunpoet Po-Chuan Hsieh2016-11-262-5/+5
| | | | Changes: http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES
* - Update to 1.999801Sunpoet Po-Chuan Hsieh2016-11-262-4/+4
| | | | | Changes: http://search.cpan.org/dist/Math-BigInt/CHANGES With hat: perl
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-11-261-0/+1
|
* - Update to 2016.10Sunpoet Po-Chuan Hsieh2016-11-262-4/+4
| | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb
* - Update to 1.012Sunpoet Po-Chuan Hsieh2016-11-262-4/+5
| | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/PAR/Changes
* - Update to 0.041Sunpoet Po-Chuan Hsieh2016-11-262-3/+4
| | | | Changes: http://search.cpan.org/dist/Glib-Object-Introspection/NEWS
* - Update to 2.2.0Sunpoet Po-Chuan Hsieh2016-11-263-11/+17
| | | | | | - Set complete CMAKE_ARGS Changes: https://github.com/gflags/gflags/releases
* - Fix installation of igbinary.h and php_igbinary.hSunpoet Po-Chuan Hsieh2016-11-261-1/+13
| | | | - Bump PORTREVISION for package change
* databases/cego: 2.31.5 -> 2.31.6Kurt Jaeger2016-11-262-4/+4
| | | | | | | | - Fix in CegoSelect::getQueyId added, for the ordering clause asc and desc ordering attributes were missing. This might lead to wrong ordering results if query caching is used Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* Fixup USE_GITHUB usage.Mathieu Arnold2016-11-2620-41/+32
| | | | | | | It already sets DISTNAME to a very nice unique name, do not set it yourself. Sponsored by: Absolight
* Fix build ffmpeg 3.x (previous patch was incomplete)Thomas Zander2016-11-262-17/+4
| | | | | | | PR: 214187 Submitted by: jbeich Reported by: riggs Approved by: maintainer timeout
* Update to 0.5.0Chris Rees2016-11-262-4/+4
| | | | | PR: ports/214835 Submitted by: Dmitrij D. Czarkoff <czarkoff@gmail.com>
* - Add LICENSE (no commercial distribution allowed)Dmitry Marakasov2016-11-262-108/+111
| | | | | | | - Switch to USES=localbase - Switch to options helpers - Cosmetic fixes - Switch to new test framework
* textproc/enchant: unbreak with hunspell 1.5Jan Beich2016-11-261-0/+11
| | | | | | | | | | | | myspell_checker.cpp:430:8: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *enc = myspell->get_dic_encoding(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ https://github.com/hunspell/hunspell/commit/971f8a9cf52e PR: 214837 Approved by: portmgr blanket
* net/syncthing: update to 0.14.12Steve Wills2016-11-262-4/+4
|
* - Update to 2.0.0.Stephen Montgomery-Smith2016-11-262-11/+16
|
* Replace USE_GCC=4.9+ by USE_GCC=yes, now that lang/gcc and the defaultGerald Pfeifer2016-11-2612-13/+13
| | | | version for GCC in the Ports Collection have moved to GCC 4.9.
* - update from 0.23.1 to 0.23.2Mikhail Pchelin2016-11-263-5/+22
| | | | | | | | - add MUTT option to install notmuch-mutt utility PR: 214781 Submitted by: pkubaj@anongoth.pl Approved by: mp39590@gmail.com (maintainer), jpaetzel (mentor)