summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 5.2.4.Jung-uk Kim2017-01-01125-453/+499
| | | | Notes: svn path=/head/; revision=430266
* net/dropbox-api-command: Add PORTEPOCH=1 back into Makefile post r430264Ben Woods2017-01-011-0/+1
| | | | Notes: svn path=/head/; revision=430265
* net/dropbox-api-command: Update to 2.10Ben Woods2017-01-012-5/+4
| | | | | | | | Changes this release: https://github.com/s-aska/dropbox-api-command/releases/tag/2.10 Notes: svn path=/head/; revision=430264
* Fix build.Hiroki Sato2017-01-014-9/+66
| | | | Notes: svn path=/head/; revision=430263
* Update graphics/prison to 1.1.1 and take maintainershipTobias C. Berner2017-01-013-7/+13
| | | | | | | | | | | | * prison-1.1.1 was released on march 16, 2014 (1.0 is from 2011...). * take maintainership for kde@. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9017 Notes: svn path=/head/; revision=430262
* www/firefox: add SNDIO optionJan Beich2017-01-012-2/+18
| | | | | | | | PR: 212028 Submitted by: Tobias Kortkamp <t@tobik.me> Notes: svn path=/head/; revision=430261
* www/py-flexget: update to 2.8.15Jan Beich2017-01-012-4/+4
| | | | | | | Changes: https://github.com/Flexget/Flexget/compare/2.8.13...2.8.15 Notes: svn path=/head/; revision=430260
* gecko: temporarily hide DTRACE option on aarch64Jan Beich2017-01-016-10/+3
| | | | | | | PR: 214556 Notes: svn path=/head/; revision=430259
* Add -fPIC to CXXFLAGS to fix build with amd64 and other archs that likelyJason E. Hale2017-01-011-1/+2
| | | | | | | | | need it Reported by: pkg-fallout Notes: svn path=/head/; revision=430258
* databases/cego: update 2.32.4 -> 2.32.5Kurt Jaeger2017-01-012-4/+4
| | | | | | | | | | | | | | | - Added another performance patch to CegoBTreeCursor. The method compValue has been redesigned in a way, that comparison is prepared at cursor creation time and so could be executed in a optimized and faster way This speeds up queries with joined tables, where the joined table is traced many times ( e.g. select count(*) from t1, t2 where t1.a = t2.a ) Submitted by: Bjoern Lemke <lemke@lemke-it.com> Notes: svn path=/head/; revision=430257
* Update to 1.7.2Kevin Lo2017-01-012-4/+4
| | | | Notes: svn path=/head/; revision=430256
* Update to 1.204Carlo Strub2017-01-012-5/+5
| | | | | | | | PR: 213272 Approved by: maintainer (via personal mail) Notes: svn path=/head/; revision=430255
* - Update to 7.6.14Wen Heping2017-01-012-4/+4
| | | | | | | | | PR: 215485 Submitted by: joneum@bsdproject.de Approved by: maintainer Notes: svn path=/head/; revision=430254
* devel/boost-libs: -no-integrated-as builds fasterJan Beich2017-01-011-5/+2
| | | | | | | | | aarch64 doesn't have /usr/bin/as, so it's fine to use PATH PR: 213867 Notes: svn path=/head/; revision=430253
* - Fix build by add a patch which forgot in previous commitWen Heping2017-01-013-2/+14
| | | | | | | | | while here add USES=dos2unix Submitted by: Yuri Victorovich<yuri@rawbw.com>(maintainer, via email) Notes: svn path=/head/; revision=430252
* www/py-selenium: minor fixesCarlos J. Puga Medina2017-01-012-0/+20
| | | | | | | | | | | | | | - Add LICENSE_FILE - Remove binary Firefox extensions - Bump PORTREVISION PR: 215624 Submitted by: cpm Reviewed by: amdmi3, junovitch (mentors) Approved by: douglas@douglasthrift.net (maintainer), amdmi3 (mentor) Notes: svn path=/head/; revision=430251
* devel/boost-libs: oops, don't use NOT_FOR_ARCHS hereJan Beich2017-01-011-2/+1
| | | | | | | | | NOT_FOR_ARCHS only works if _REASON can be applied to all affected architectures. If any other architecture doesn't share it one'd have to add BROKEN_${ARCH}, anyway. Notes: svn path=/head/; revision=430250
* devel/boost-libs: oops, work around ${CC} usage after r430247Jan Beich2017-01-011-4/+5
| | | | | | | | | | | | | | $ make -V '${MAKE_ARGS:M--toolset*}' /bin/sh: clang39: not found make: "/usr/ports/Mk/Uses/compiler.mk" line 69: warning: "clang39 --version" returned non-zero status make: "/usr/ports/Mk/Uses/compiler.mk" line 120: warning: "clang++39 -### /dev/null 2>&1" returned non-zero status --toolset=gcc PR: 213867 MFH: 2016Q4 (r430247 followup) Notes: svn path=/head/; revision=430248
* devel/boost-libs: unblock aarch64 and sparc64 buildsJan Beich2017-01-011-0/+14
| | | | | | | | | | | | - aarch64 requires Clang with new enough integrated assembler - sparc64 is no longer supported since we don't split context library into a separate package (unlike Debian) PR: 213867 214942 MFH: 2016Q4 Notes: svn path=/head/; revision=430247
* gecko: backport r427388 to ESRJan Beich2017-01-015-6/+197
| | | | | | | Suggested by: Tobias Kortkamp Notes: svn path=/head/; revision=430246
* - Add LICENSEDmitry Marakasov2017-01-011-2/+7
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=430245
* Add a patch to enable verbose build logging.Hiroki Sato2017-01-011-0/+11
| | | | Notes: svn path=/head/; revision=430244
* Update to 2.20.2677.102.Hiroki Sato2017-01-0124-749/+23
| | | | Notes: svn path=/head/; revision=430243
* Use USES=python instead of LIB_DEPEDNS + python:build.Hiroki Sato2017-01-011-3/+1
| | | | | | | Suggested by: jbeich Notes: svn path=/head/; revision=430242
* Remove outdated OSVERSION checkSunpoet Po-Chuan Hsieh2017-01-011-5/+1
| | | | Notes: svn path=/head/; revision=430241
* Remove outdated OSVERSION checkSunpoet Po-Chuan Hsieh2017-01-011-8/+1
| | | | | | | - Remove RUN_DEPENDS: BUILD_DEPENDS is sufficient to block unqualified version Notes: svn path=/head/; revision=430240
* Update to 0.24.9.Hiroki Sato2017-01-012-6/+8
| | | | Notes: svn path=/head/; revision=430239
* Remove outdated OSVERSION checkSunpoet Po-Chuan Hsieh2017-01-011-4/+0
| | | | Notes: svn path=/head/; revision=430238
* Remove outdated OSVERSION checkSunpoet Po-Chuan Hsieh2017-01-011-8/+1
| | | | Notes: svn path=/head/; revision=430237
* - Add LICENSE.Hiroki Sato2017-01-011-2/+4
| | | | | | | - Take maintainership. Notes: svn path=/head/; revision=430236
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-01161-308/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* - Add LICENSE.Hiroki Sato2017-01-011-8/+7
| | | | | | | - Take maintainership. Notes: svn path=/head/; revision=430234
* Version 3.1Diane Bruce2017-01-016-22/+12
| | | | | | | | | | | | | | | | | | | | | | | | | 2016-12-31 * Fix kenwood_set_mode for ts590s and mode CW, RTTY or AM. Tks Tom, DL1JBE * Proper IPV6 and dual stack networking. Bill, G4WJS * Add a new command line option '--no-restore-ai' ('-n') to rigctl. Bill, G4WJS * Fix missing PKTUSB mode setting code for FT-817 & FT-897. Bill, G4WJS * New Prosistel rotor backend from IZ7CRX * Install daemon man files to man1. Nate, N0NB * Migrate from libusb-0.1 to libusb-1.0. Stephane, F8CFE * Added support for Icom IC-2730. robinolejnik * Added support for the Icom IC-7300. Mike, W9MDB * Add send_morse to icom rigs. Mike, W9MDB * added instructions how to compile on OSX. DH1TW * New Perseus model. Stephane, F8CFE * Added Lua binding and demo script. Ervin, HA2OS * Added test to support Flex 6300. Bill, KB4AAA * Many bug fixes and feature enhancements to the code base. See the Git commit log for complete details. Notes: svn path=/head/; revision=430233
* - Update to 0.9.6TAKATSU Tomonari2017-01-012-4/+4
| | | | Notes: svn path=/head/; revision=430232
* - Update to 2.2.1TAKATSU Tomonari2017-01-012-4/+4
| | | | Notes: svn path=/head/; revision=430231
* Use rubygem- instead of ${PKGNAMEPREFIX}Sunpoet Po-Chuan Hsieh2017-01-014-7/+7
| | | | | | | With hat: ruby Notes: svn path=/head/; revision=430230
* www/rubygem-activeresource4: update to 4.1.0Steve Wills2017-01-012-3/+4
| | | | Notes: svn path=/head/; revision=430229
* Fix *_DEPENDSSunpoet Po-Chuan Hsieh2017-01-011-4/+5
| | | | | | | | | | | | - Move p5-Moo from TEST_DEPENDS to {BUILD|RUN}_DEPENDS - Bump PORTREVISION for dependency change - While I'm here, add NO_ARCH PR: 215685 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Notes: svn path=/head/; revision=430228
* Update to 2.004000Sunpoet Po-Chuan Hsieh2017-01-013-5/+9
| | | | | | | Changes: http://search.cpan.org/dist/MetaCPAN-Client/Changes Notes: svn path=/head/; revision=430227
* Add shared GRIB_API descriptionSunpoet Po-Chuan Hsieh2017-01-011-0/+1
| | | | Notes: svn path=/head/; revision=430226
* Add libaec 1.0.0Sunpoet Po-Chuan Hsieh2017-01-016-0/+60
| | | | | | | | | | | | | | | | | | | | | | | Libaec provides fast lossless compression of 1 up to 32 bit wide signed or unsigned integers (samples). The library achieves best results for low entropy data as often encountered in space imaging instrument data or numerical model output from weather or climate simulations. While floating point representations are not directly supported, they can also be efficiently coded by grouping exponents and mantissa. Libaec implements Golomb-Rice coding as defined in the Space Data System Standard documents 121.0-B-2 and 120.0-G-2. Libaec includes a free drop-in replacement for the SZIP library. Just replace SZIP's shared library libsz.so* with libaec.so* and libsz.so* from libaec. Code which is dynamically linked with SZIP such as HDF5 should continue to work with libaec. No re-compilation required. HDF5 files which contain SZIP encoded data can be decoded by HDF5 using libaec and vice versa. WWW: https://gitlab.dkrz.de/k202009/libaec Notes: svn path=/head/; revision=430225
* Add rubygem-rake-contrib 1.0.0Sunpoet Po-Chuan Hsieh2017-01-014-0/+27
| | | | | | | | | Additional libraries for Rake WWW: https://github.com/ruby/rake-contrib Notes: svn path=/head/; revision=430224
* www/rubygem-jquery-ui-rails-rails4: update to 6.0.1Steve Wills2017-01-012-3/+4
| | | | Notes: svn path=/head/; revision=430223
* www/rubygem-gon-rails4: update to 6.1.0Steve Wills2017-01-012-3/+4
| | | | Notes: svn path=/head/; revision=430222
* www/rubygem-ace-rails-ap: update to 4.1.2Steve Wills2017-01-012-4/+4
| | | | Notes: svn path=/head/; revision=430221
* textproc/rubygem-rails-dom-testing: update to 2.0.2Steve Wills2017-01-012-6/+4
| | | | Notes: svn path=/head/; revision=430220
* Update to 3.43.16Sunpoet Po-Chuan Hsieh2017-01-013-25/+32
| | | | | | | | | | - Add LICENSE_FILE - Cosmetic change Changes: https://github.com/heroku/legacy-cli/blob/master/CHANGELOG Notes: svn path=/head/; revision=430219
* Update to 0.4.2Sunpoet Po-Chuan Hsieh2017-01-012-4/+7
| | | | | | | Changes: https://github.com/heroku/heroku.rb/blob/master/changelog.txt Notes: svn path=/head/; revision=430218
* Mark DEPRECATED and set EXPIRATION_DATE to 2017-01-07Sunpoet Po-Chuan Hsieh2017-01-011-1/+3
| | | | Notes: svn path=/head/; revision=430217
* Mark DEPRECATED and set EXPIRATION_DATE to 2017-01-07Sunpoet Po-Chuan Hsieh2017-01-012-2/+6
| | | | Notes: svn path=/head/; revision=430216