Commit Graph

408710 Commits

Author SHA1 Message Date
Adam Weinberger
49ce1a7512 Correct typo. 2017-01-07 21:47:10 +00:00
Sunpoet Po-Chuan Hsieh
e730d999d3 Add more PLIST_SUB to Mk/Uses/python.mk
- Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX
- Add PYTHON2 and PYTHON3
- Respect PYTHON_VERSION
- Rename PYOEXTENSION to PYTHON_PYOEXTENSION

This change would help:
- Build databases/postgresql*-plpython with Python 3
  (It has PLIST issue since bsd.python.mk to Uses/python.mk transition)
- Simplify Makefile

PR:		205807
Differential Revision:	https://reviews.FreeBSD.org/D4758
Exp-run by:	antoine
2017-01-07 21:42:28 +00:00
Bartek Rutkowski
2660d9ede2 devel/py-click: update 6.6 -> 6.7 2017-01-07 21:41:50 +00:00
Baptiste Daroussin
38625da597 Update to 1.1.1
- Minor fixes
- new pkgconf --path
2017-01-07 21:31:38 +00:00
Baptiste Daroussin
405ca4b623 Drop useless declaration of PKG_CONFIG_PATH 2017-01-07 20:48:30 +00:00
Baptiste Daroussin
0b03056c67 Remove useless declaration of PKG_CONFIG_PATH 2017-01-07 20:47:28 +00:00
Baptiste Daroussin
7b36e788ce Remove useless declaration of PKG_CONFIG_PATH 2017-01-07 20:44:37 +00:00
Baptiste Daroussin
1e0db4aef5 Remove useless declaration of PKG_CONFIG_PATH 2017-01-07 20:36:28 +00:00
Nikolai Lifanov
c93ab7fefa add databases/mysql80-server and databases/mysql80-client
This is a development snapshot of upcoming MySQL 8.0.

PR:		215738
Submitted by:	Mahdi Mokhtari <mokhi64@gmail.com>
Reviewed by:	matthew, feld
Approved by:	matthew (mentor), feld
Differential Revision:	https://reviews.freebsd.org/D9031
2017-01-07 20:34:46 +00:00
Thierry Thomas
762deaa847 Upgrade libproj4 to proj.4 4.9.3. 2017-01-07 19:23:00 +00:00
Thierry Thomas
23ee74cd9d Upgrade to 0.9.7.
- improvement on X11 display speed through network
- lot of minors bugs
2017-01-07 19:22:01 +00:00
Jan Beich
1b3120961e print/harfbuzz: update to 1.4.1
Changes:	https://github.com/behdad/harfbuzz/releases/tag/1.4.0
Changes:	https://github.com/behdad/harfbuzz/releases/tag/1.4.1
ABI:		https://abi-laboratory.pro/tracker/timeline/harfbuzz/
MFH:		2017Q1
2017-01-07 19:15:05 +00:00
Thomas Zander
928f57f8bc Update to upstream version 0.8.1
PR:		215581
Submitted by:	cs@innolan.dk (maintainer)
2017-01-07 19:13:46 +00:00
Diane Bruce
6ef184451e Update to 3.7.10.1
Note temporary hack in CMakeLists.txt to fix build with -gsl
link_directories("/usr/lib" "${LOCALBASE}/lib")
This is from a missing -L somewhere in the swig generation code that
needs to be fixed.

ChangeLog v3.7.10.1
=================

This is the first bug-fix release for v3.7.10

Contributors
------------

The following list of people directly contributed code to this
release:

 * Artem Pisarenko <ArtemPisarenko@users.noreply.github.com>
 * Ben Hilburn <ben.hilburn@ettus.com>
 * Christopher Chavez <chrischavez@gmx.us>
 * Johnathan Corgan <johnathan@corganlabs.com>
 * Jonathan Brucker <jonathan.brucke@gmail.com>
 * Nicholas Corgan <n.corgan@gmail.com>
 * Nicolas Cuervo <nicolas.cuervo@ettus.com>
 * Ron Economos <w6rz@comcast.net>
 * Sebastian Koslowski <koslowski@kit.edu>
 * Stephen Larew <stephen@slarew.net>

## Major Development Areas

This contains bug fixes primarily for GRC and DTV.

### GRC

Catch more exceptions thrown by ConfigParser when reading corrupted grc.conf files.

Fix the docstring update error for empty categories.

Fix grcc to call refactored GRC code.

Convert initially opened files to absolute paths to prevent attempting to read from tmp.

Move startup checks back in to gnuradio-companion script from grc/checks.py.

### DTV

Fix a segfault that occurs from out-of-bounds access in
dvbt_bit_inner_interleaver forecast by forecasting an enumerated list of all
input streams.

Fix VL-SNR framing.

### Digital

Enable update rate in block_recovery_mm blocks to keep tags close to the the proper clock-recovered sample time. Tag offsets will still be off between calls to work, but each work call updates the tag rate.

### Analog

Fix the derivative calculation in fmdet block.

### Builds

Fix linking GSL to gr-fec.

Use gnu99 C standard rather than gnu11 standard to maintain support for GCC 4.6.3.

### Other

Minor spelling and documentation fixes.

Fix uhd_siggen_gui when using lo_locked.
2017-01-07 19:06:33 +00:00
Lev A. Serebryakov
041a95b121 Unbreak build on 9-STABLE. 2017-01-07 18:51:03 +00:00
Antoine Brodin
87a52bf98e rubygem-coffee-rails41 was resurrected 2017-01-07 18:32:38 +00:00
Raphael Kubo da Costa
ab880e1705 Fix plist after r430777.
PR:		215358
2017-01-07 18:15:08 +00:00
Jan Beich
d3fb9d0b9c devel/nasm: unbreak with clang 4.0
checking for strspn... no
configure: error: NASM requires ANSI C (specifically, "strspn")
[...]
conftest.c:56:13: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes]
char strspn ();
            ^
             void

Regressed by:	https://github.com/llvm-mirror/clang/commit/162749f9c543
Approved by:	portmgr blanket
2017-01-07 17:43:56 +00:00
Antoine Brodin
a82e0653ec Deprecate ports broken for more than 6 months 2017-01-07 17:04:18 +00:00
Antoine Brodin
06fcb32ef4 - Update py-rekall-core to 1.6.0
- Ignore py-rekall_gui: doesn't work with py-rekall-core 1.6.0 yet
- Ignore py-rekall: requires ipython 5.0.0
2017-01-07 16:42:10 +00:00
Lev A. Serebryakov
51aab0b781 Update to latest version 3.9.1.2 2017-01-07 16:40:20 +00:00
Antoine Brodin
6f3d9bec29 - Update to 1.5.7
- Use the test framework
2017-01-07 16:35:28 +00:00
Adam Weinberger
af5656ad58 Update to patchlevel 149. 2017-01-07 16:14:57 +00:00
Rene Ladan
446fc386a9 Remove this port too
2017-01-07 databases/rubygem-activemodel: Upstream support ended
2017-01-07 15:51:41 +00:00
Rene Ladan
ea287f835d Remove expired ports:
2017-01-07 databases/rubygem-dm-rails: Depends on deprecated www/rubygem-actionpack
2017-01-07 databases/rubygem-activerecord: Upstream support ended
2017-01-07 devel/rubygem-activesupport: Upstream support ended
2017-01-07 devel/rubygem-tzinfo03: Use devel/rubygem-tzinfo instead
2017-01-07 devel/rubygem-sprockets22: Use devel/rubygem-sprockets or devel/rubygem-sprockets3 instead
2017-01-07 devel/rubygem-prototype-rails: Depends on deprecated www/rubygem-rails
2017-01-07 devel/rubygem-rubigen: Depends on deprecated devel/rubygem-activesupport
2017-01-07 devel/rubygem-coffee-rails: Depends on deprecated www/rubygem-railties
2017-01-07 japanese/rubygem-jpmobile: Depends on deprecated rubygem-rails
2017-01-07 mail/rubygem-actionmailer: Upstream support ended
2017-01-07 mail/rubygem-mail25: Use mail/rubygem-mail instead
2017-01-07 security/dradis: Depends on deprecated www/rubygem-rails
2017-01-07 textproc/rubygem-sass-rails: Depends on deprecated www/rubygem-railties
2017-01-07 www/rubygem-rails: Upstream support ended
2017-01-07 www/rubygem-activeresource: Upstream support ended
2017-01-07 www/rubygem-responders-rails3: Depends on deprecated www/rubygem-railties
2017-01-07 www/rubygem-jquery-ui-rails: Depends on deprecated www/rubygem-railties
2017-01-07 www/rubygem-haml-rails: Depends on deprecated www/rubygem-actionpack
2017-01-07 www/rubygem-jquery-rails: Depends on deprecated www/rubygem-railties
2017-01-07 www/rubygem-railties: Upstream support ended
2017-01-07 www/rubygem-actionpack: Upstream support ended
2017-01-07 databases/rubygem-rubyrep: Depends on deprecated databases/rubygem-activerecord
2017-01-07 databases/rubygem-activerecord-mysql-adapter: Depends on deprecated databases/rubygem-activerecord
2017-01-07 databases/rubygem-dm-active_model: Depends on deprecated databases/rubygem-activemodel
2017-01-07 15:39:26 +00:00
Sunpoet Po-Chuan Hsieh
ed48c2f803 Update to 3.4.0
Changes:	https://github.com/plataformatec/simple_form/blob/master/CHANGELOG.md
2017-01-07 15:27:00 +00:00
Sunpoet Po-Chuan Hsieh
1d9d9e319b Update RUN_DEPENDS 2017-01-07 15:26:54 +00:00
Sunpoet Po-Chuan Hsieh
7a5ebd8ed0 Update to 1.4.0
- Add LICENSE_FILE

Changes:	https://github.com/jarmo/require_all/blob/master/CHANGES
2017-01-07 15:26:49 +00:00
Sunpoet Po-Chuan Hsieh
0b23504806 Update to 1.0.0
- Add LICENSE_FILE

Changes:	https://github.com/rubygems/gems/commits/master
2017-01-07 15:26:44 +00:00
Sunpoet Po-Chuan Hsieh
93d3191530 Update to 0.0.4
Changes:	https://github.com/thoughtbot/climate_control/blob/master/NEWS
2017-01-07 15:26:38 +00:00
Sunpoet Po-Chuan Hsieh
4533837640 Update to 2.4.6
Changes:	http://search.cpan.org/dist/Mouse/Changes
2017-01-07 15:26:32 +00:00
Sunpoet Po-Chuan Hsieh
020074ee23 Update to 0.017
Changes:	http://search.cpan.org/dist/JIRA-REST/Changes
2017-01-07 15:26:26 +00:00
Sunpoet Po-Chuan Hsieh
efaf79ff68 Update to 0.1.19
Changes:	https://github.com/fog/fog-openstack/commits/master
2017-01-07 15:26:20 +00:00
Sunpoet Po-Chuan Hsieh
3ff2a9660d Update to 0.11.0
Changes:	https://github.com/puppetlabs/gettext-setup-gem/commits/master
2017-01-07 15:26:14 +00:00
Sunpoet Po-Chuan Hsieh
5ad5cf7863 Fix build with GCC prior to 6.0
PR:		193528
Notified by:	jbeich
2017-01-07 15:26:08 +00:00
Tilman Keskinoz
9b27d72ffa Update to 1.0.51 2017-01-07 15:23:17 +00:00
Jan Beich
bb0ace0f30 x11/kdelibs4: bump PORTREVISION after r430796
PR:		215714
MFH:		2017Q1 (r430796 followup)
2017-01-07 14:52:48 +00:00
Jan Beich
24bce6e056 textproc/hunspell: update to 1.6.0
- Restore DIST_SUBDIR from r305651
- Adjust license for "or later" clause
- Restore GPLv2+/LGPL21+ license files removed upstream as
  GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built)
- Unbreak |make makepatch|

Changes:	https://github.com/hunspell/hunspell/releases/tag/v1.6.0
PR:		215714
Submitted by:	sunpoet (based on)
Exp-run by:	antoine
MFH:		2017Q1
Differential Revision:	https://reviews.freebsd.org/D8887
2017-01-07 14:43:11 +00:00
Baptiste Daroussin
2018ddae97 oups I forgot to commit the plist change with the last update 2017-01-07 14:33:34 +00:00
Antoine Brodin
e3714cecbf Update to 4.13.12 2017-01-07 14:01:56 +00:00
Antoine Brodin
057ce1e1d6 Update to 0.1.8 2017-01-07 14:00:35 +00:00
Antoine Brodin
f7de049af4 Update to 0.1.2 2017-01-07 14:00:08 +00:00
Antoine Brodin
0a6d72011d Update to 0.1.4 2017-01-07 13:59:18 +00:00
Antoine Brodin
944bfacc9c Update to 0.1.69 2017-01-07 13:58:33 +00:00
Antoine Brodin
5264d6a3fb Update to 0.2.10 2017-01-07 13:57:31 +00:00
Antoine Brodin
e5de69f17b Update to 0.1.5 2017-01-07 13:56:34 +00:00
Antoine Brodin
af79201443 Update to 2.0.13 2017-01-07 13:55:47 +00:00
Antoine Brodin
c077d6fbd5 Update to 1.2.6 2017-01-07 13:55:09 +00:00
Jason E. Hale
33a71ffb92 Update to 1.54.1
Unbreak fetch (project moved to Github)
Clean up and fix some broken dependencies
Regenerate patches with 'make makepatch'
Use standard options descriptions when possible

PR:		213692 (based on)
Submitted by:	<timon@timon.net.nz>
Approved by:	maintainer timeout
MFH:		2017Q1 (blanket)
2017-01-07 13:39:14 +00:00
Rene Ladan
2ff33a5437 www/py-django-redis: update to 4.7.0
Reported by:	portscout
2017-01-07 12:29:02 +00:00