summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-19Update to latest commit.Mathieu Arnold
Sponsored by: Absolight
2016-12-19Update to v5.25.7-145-g54f6f37.Mathieu Arnold
Changes: https://github.com/Perl/perl5/compare/v5.25.7-110-gc551bb0...v5.25.7-145-g54f6f37 Sponsored by: Absolight
2016-12-19Fix build with BUNDLED_READLINE option.Tijl Coosemans
Reported by: gahr
2016-12-19- Mark brokenDmitry Marakasov
Approved by: portmgr blanket
2016-12-19- Add LICENSE_FILEDmitry Marakasov
- Fix build on 9.x by specifying proper c++ standard requirement and adding missing include Approved by: portmgr blanket
2016-12-19- Install all required headersDmitry Marakasov
These headers belong to third party libraries (gdalcpp, protozero, utfcpp), but since these are not in the ports yet, just install bundled ones for now. PR: 215391 Submitted by: mmd.osm+freebsd@gmail.com
2016-12-19Change the way the pkgconfig-file install path is set for Qt5 ports.Tobias C. Berner
As noticed in x11-toolkits/qt5-charts we never corrected the way in which qmake sets the pkgconfig path for Qt5-modules. Instead there was a sed-call on the generated Makefiles in bsd.qt.mk in the target qt-pre-install. This diff modifies devel/qmake5 to set QMAKE_PKGCONFIG_DESTDIR to ../libdata/pkgconfig from the default pkgconfig. As we split Qt-base into multiple ports, simply patching devel/qmake5 is not enough, as the other base-ports will use the file from inside the tarball. Therefore add it as an extrapatch for the Qt-base ports. As this affects the same file extrapatch-libtool in devel/qt5 touched, rename this one and add a hunk to do this change too. Note: qt4 ports are unaffected, as they never were converted to used the qt-preinstall target, and still contain the sed-call in their Makefiles. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8713
2016-12-19- Update to 4.7.3Dmitry Marakasov
from releasenotes.txt: ** DavMail 4.7.3 released ** Another bugfix release, mostly from user feedback. Also improve Windows installer to let users choose whether they want to run DavMail automatically at logon. Enhancement: - Improve windows installer, make auto start at logon optional - Update release guide with opensuse build env - update icon cache - Update winrun4j wrappers icon to 128x128 EWS: - EWS: workaround for invalid cookie domain on Office365 DAV: - DAV: merge patch from #232 Outlook-created appt does not go through. OWA-created one does IMAP: - IMAP: additional fix for #626, workaround for from: header not searchable over EWS - IMAP: fix for #626, workaround for to: header not searchable over EWS SMTP: - SMTP: Merge patch 627 by Peter Chubb, server returns incorrect code on authentication failure PR: 214900 Submitted by: z7dr6ut7gs@snkmail.com Approved by: john.c.prather@gmail.com (maintainer)
2016-12-19- Fix build on 9.xDmitry Marakasov
- Simplify installation, cosmetic fixes
2016-12-19- Mark BROKEN on 9.xDmitry Marakasov
Approved by: portmgr blanket
2016-12-19- Mark broken on 9.xDmitry Marakasov
- Always check OPSYS along with OSVERSION Approved by: portmgr blanket
2016-12-19- Mark broken on 9.xDmitry Marakasov
- Add LICENSE_FILE Approved by: portmgr blanket
2016-12-19- Mark BROKEN on 9.xDmitry Marakasov
Approved by: portmgr blanket
2016-12-19- Mark BROKEN on 9.xDmitry Marakasov
Approved by: portmgr blanket
2016-12-19- update from 1.1.3 to 1.1.4Mikhail Pchelin
Approved by: jpaetzel (mentor)
2016-12-19- Add LICENSEDmitry Marakasov
- Switch to options helpers
2016-12-19- Mark BROKEN: incomplete definition of type 'struct CharacterRange'Dmitry Marakasov
2016-12-19graphics/colmap: always build SIMD supportJan Beich
2016-12-19emulators/i386-wine-devel: update to 2.0.r1_1.David Naylor
- Unbreak i386-wine-staging: patches are now available.
2016-12-19emulators/i386-wine: update to 1.8.5_1.David Naylor
2016-12-19- Update to 1.1.0Wen Heping
2016-12-19- Update to 2.5.0Wen Heping
PR: 214997 Submitted by: mzaki@e-mail.ne.jp Approved by: maintainer(timeout, > 14 days)
2016-12-19- Update to 16.6.0Wen Heping
2016-12-19- Update to 0.13Wen Heping
2016-12-19- Update to 9.0Wen Heping
PR: 215387 Submitted by: Axel.Rau@Chaos1.DE(maintainer)
2016-12-19- Update to 0.8.3Wen Heping
2016-12-19- Update to 0.20160818Wen Heping
PR: 215385 Submitted by: Axel.Rau@Chaos1.DE(maintainer)
2016-12-19sqlparse is a non-validating SQL parser module. It provides support forWen Heping
parsing, splitting and formatting SQL statements. WWW: https://github.com/andialbrecht/sqlparse PR: 215386 Submitted by: Axel.Rau@Chaos1.DE
2016-12-19multimedia/ffmpeg: simplify ARCH workaroundJan Beich
ARCH is clobbered via .MAKEFLAGS in Mk/bsd.port.mk since r20327. Approved by: portmgr blanket
2016-12-19multimedia/ffmpeg: expose SOXR dependencyJan Beich
2016-12-19multimedia/ffmpeg: drop obsolete patchesJan Beich
2016-12-19multimedia/ffmpeg: only pass *FLAGS via environmentJan Beich
2016-12-19multimedia/ffmpeg: respect CPUTYPE for NEON=onJan Beich
2016-12-19multimedia/ffmpeg: adjust RESTRICTED after r428352Jan Beich
2016-12-19- Update to 2.1Wen Heping
PR: 215384 Submitted by: Axel.Rau@Chaos1.DE(maintainer)
2016-12-18Get rid of QT_PREFIX in favour of PREFIX.Tobias C. Berner
QT_PREFIX was a remnant of a bygone time. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8825
2016-12-18Use dp_DISTINFO_FILE instead of DISTINFO_FILEBaptiste Daroussin
2016-12-18archivers/dpkg:Lars Engels
Update to 1.18.16
2016-12-18Make amd64-gcc respect the 'unknown' second component of the tripletsBaptiste Daroussin
as other cross toolchain gcc ports
2016-12-18net-mgmt/mk-livestatus:Lars Engels
Update to 1.2.8p15
2016-12-18Update to upstream release 9.6.0Thomas Zander
2016-12-18New port: dns/dqKurt Jaeger
Recursive DNS/DNSCurve server and comandline tool to debug DNS/DNSCurve WWW: https://mojzis.com/software/dq/ PR: 215073 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
2016-12-18net/ntpa: update 0.7.6 -> 0.7.10Kurt Jaeger
- Lookup on known time servers - Log management with newsyslog - Fixed bug in configuration reload - Fixed bug in URIs with mono 2.6 - Fixed bug in database schema - Trim dist package PR: 215352 Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer)
2016-12-18databases/cego: update 2.32.0 -> 2.32.1Kurt Jaeger
- Fixes for CegoBTreeManager::deleteBTree ( changed int type to PageIdType for page vars ) and CegoBTreeManager::insertBTree ( propValue was not setup correctly for root node propagation in some cases, which might lead to corrupt btree structure ) Submitted by: Bjoern Lemke <lemke@lemke-it.com>
2016-12-18Upgrade from 1.11.6 to 1.11.7.Sergey A. Osokin
Upgrade njs module from 8c01042 to f8c642a. <ChangeLog> *) Change: now in case of a client certificate verification error the $ssl_client_verify variable contains a string with the failure reason, for example, "FAILED:certificate has expired". *) Feature: the $ssl_ciphers, $ssl_curves, $ssl_client_v_start, $ssl_client_v_end, and $ssl_client_v_remain variables. *) Feature: the "volatile" parameter of the "map" directive. *) Bugfix: dependencies specified for a module were ignored while building dynamic modules. *) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request" directives client request body might be corrupted; the bug had appeared in 1.11.0. *) Bugfix: a segmentation fault might occur in a worker process when using HTTP/2; the bug had appeared in 1.11.3. *) Bugfix: in the ngx_http_mp4_module. Thanks to Congcong Hu. *) Bugfix: in the ngx_http_perl_module. </ChangeLog>
2016-12-18- Document ths change of www/nghttp2Sunpoet Po-Chuan Hsieh
2016-12-18- Merge post-configure:Sunpoet Po-Chuan Hsieh
PR: 215382 Reported by: Anton Sayetsky <vsasjason@gmail.com>
2016-12-18Update to 0.99.1 and pass maintainer-ship to submitter.Emanuel Haupt
PR: 215364 Submitted by: dbaio@bsd.com.br
2016-12-18Update to 7.12.Tijl Coosemans
PR: 214927 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
2016-12-18databases/py-swiftclient: rename to py-python-swiftclientRoman Bogorodskiy
- Rename to py-python-swiftclient to follow naming convention for Python port available on pypi to match pypi name - Update dependencies for databases/py-swift and net/py-python-heatclient and bump PORTREVISION for these ports PR: 215374 Approved by: trociny (maintainer)