1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

410195 Commits

Author SHA1 Message Date
Ganael LAPLANCHE
ca7e23155c Use zlib's uncompress() function and remove local uncompress2() definition.
Pcsxr's uncompress2() is similar to zlib's uncompress() but clashes with zlib's new uncompress2() function, available in 12-CURRENT since zlib v1.2.10 (svn r311285).
2017-01-25 19:59:50 +00:00
Bernard Spil
fbaf26c24a databases/mysql56-server: Fix OpenSSL linking
- Force dynamic linking with OpenSSL

MFH:		2017Q1
2017-01-25 19:07:08 +00:00
Antoine Brodin
ac16cbabdf Hook munin-contrib to the build 2017-01-25 18:59:23 +00:00
Antoine Brodin
2d40134354 Hook php71-ldap to the build 2017-01-25 18:58:21 +00:00
Sunpoet Po-Chuan Hsieh
f23868a09b Use USE_PHP=memcache instead of hard-coded databases/pecl-memcache
- Add LICENSE_FILE
- Add NO_ARCH

Approved by:	portmgr (blanket)
2017-01-25 18:58:15 +00:00
Sunpoet Po-Chuan Hsieh
e2f8e44296 Fix MEMCACHE option
- Add LICENSE_FILE
- Add NO_ARCH
- Use USE_PHP=memcache instead of hard-coded databases/pecl-memcache

Approved by:	portmgr (blanket)
MFH:		2017Q1
2017-01-25 18:58:10 +00:00
Sunpoet Po-Chuan Hsieh
3b527e4755 Fix memcache_DEPENDS
MFH:		2017Q1
2017-01-25 18:42:26 +00:00
Jimmy Olgeni
332219a841 Fix devel/elixir-tirexs build for Elixir 1.4. 2017-01-25 18:38:12 +00:00
Dmitry Marakasov
5a5e1c8a24 - Update to 1.6.2
PR:		216455
Submitted by:	dbaio@bsd.com.br (maintainer)
2017-01-25 18:29:07 +00:00
Sunpoet Po-Chuan Hsieh
ddc8546317 Update comment: add gcc 6, perl 5.24 and php 7.1 2017-01-25 18:06:14 +00:00
David Naylor
39335febbf finance/R-cran-tseries: updated to version 0.10-37
- no changelog provided

Generated by:	portcran (0.1.4)
2017-01-25 17:33:05 +00:00
Gerald Pfeifer
3618403cd3 Update to the 20170124 snapshot of GCC 5.4.1. 2017-01-25 16:33:44 +00:00
Sunpoet Po-Chuan Hsieh
8d607ea160 Update to 4.5.14
Changes:	https://modwsgi.readthedocs.io/en/develop/release-notes.html
PR:		216454
Submitted by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
2017-01-25 16:32:15 +00:00
Sunpoet Po-Chuan Hsieh
7224413897 Add mod_php71 7.1.1 (copied from mod_php70) 2017-01-25 16:32:10 +00:00
Sunpoet Po-Chuan Hsieh
b1c31ff8dd Update to 1.14.3
Changes:	https://github.com/bundler/bundler/blob/master/CHANGELOG.md
2017-01-25 16:32:05 +00:00
Sunpoet Po-Chuan Hsieh
6d89b42b7c Update to 0.8.19
Changes:	https://github.com/Dynflow/dynflow/commits/master
2017-01-25 16:32:01 +00:00
Sunpoet Po-Chuan Hsieh
698eada169 Update to 0.61
Changes:	http://search.cpan.org/dist/Variable-Magic/Changes
2017-01-25 16:31:56 +00:00
Sunpoet Po-Chuan Hsieh
8960560503 Update to 0.19
Changes:	http://search.cpan.org/dist/Inline-Filters/Changes
2017-01-25 16:31:51 +00:00
Sunpoet Po-Chuan Hsieh
b9cefade1d Update to 1.72
Changes:	http://search.cpan.org/dist/DateTime-Format-Strptime/Changes
2017-01-25 16:31:46 +00:00
Sunpoet Po-Chuan Hsieh
313c80eae5 Update to 0.13
Changes:	https://github.com/puppetlabs/gettext-setup-gem/commits/master
2017-01-25 16:31:41 +00:00
Sunpoet Po-Chuan Hsieh
0a4d650954 Update to 0.33
Changes:	http://search.cpan.org/dist/Specio/Changes
2017-01-25 16:31:37 +00:00
Sunpoet Po-Chuan Hsieh
90b85a8820 Update to 10.2.4
Changes:	https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
2017-01-25 16:31:32 +00:00
Sunpoet Po-Chuan Hsieh
fe7676e7f0 Update to 2.2.24
Changes:	https://github.com/Unidata/UDUNITS-2/blob/master/CHANGE_LOG
2017-01-25 16:31:27 +00:00
Olivier Duchateau
a988345898 Update to 0.29 2017-01-25 16:29:58 +00:00
Konstantin Belousov
bb754f73c8 Update devel/abi-compliance-checker to the current git snapshot.
The script now depends on two tools abi-dumper and vtable-dumper.  The
only purpose of the tools is to provide neccessary services to the
abi-compliance-checker, so I included all of them into the updated
port, instead of providing dependencies.

Sponsored by:	The FreeBSD Foundation
Reviewed, tested and approved by:	ehaupt
Differential revision:	https://reviews.freebsd.org/D9315
2017-01-25 16:28:05 +00:00
Dmitry Marakasov
c56b5ed60f - Update to 1.1.1
PR:		216415
Submitted by:	neel@neelc.org (maintainer)
2017-01-25 16:27:35 +00:00
Bernard Spil
c626c5633c www/mod_http2-devel: Update to 1.8.10 2017-01-25 16:24:51 +00:00
Dmitry Marakasov
c9ed4178d1 - Fix invalid shebang
- Switch to USES=localbase
- Add NO_ARCH
- licalse

Approved by:	kwm@FreeBSD.org (maintainer)
MFH:		2017Q1
2017-01-25 16:15:49 +00:00
Guido Falsi
c3efa33d00 - Update zathura to 0.3.7 [2] [3]
- Update zathura-cb to 0.1.6 [1]
- Update zathura-djvu to 0.2.6 [2] [3]
- Update zathura-pdf-mupdf to 0.3.1 [4]
- Update zathura-pdf-poppler to 0.2.7 [2]
- Update zathura-ps to 0.2.4 [1]
- Move main master site to https
- Provide alternative download due to problems getting these files
  from the master site from the FreeBSD cluster

PR:		216001 [1], 216002 [2] [3], 216067 [4]
Submited by:	Michael Danilov <mike.d.ft402@gmail.com> (maintainer) [1] [2]
		Zsolt Udvari <udvzsolt@gmail.com> (maintainer) [4]
Approved by:	quentin.stievenart@gmail.com (maintainer) [3]
2017-01-25 16:13:16 +00:00
John Marino
07731d652d devel/stack: Fix ambiguous gcc RUN_DEPENDS specification
Not any gcc will suffice, stack needs exactly the gcc from lang/gcc.
The previous specification would match any gcc found on the search path,
e.g. a base compiler.

Approved by:	just-fix-it
2017-01-25 16:11:32 +00:00
Max Khon
773be57090 - Fix test expression (/usr/local/bin/tartarus: line 716: [: missing `]')
- Add runtime dependency on misc/getopt as base getopt does not understand
long options

Approved by:	maintainer timeout
2017-01-25 16:09:44 +00:00
Emanuel Haupt
e5eb46564e Mark BROKEN, DEPRECATED and set EXPIRATION_DATE to 3 months. The panel plugin
crashes when trying to access the properties dialog.
2017-01-25 16:01:31 +00:00
John Marino
adb2fed29b Disable portscout for math/opensolaris-libm
Interestingly, since I created a release tag in the same date format
used by the PORTVERSION, portscout thinks there is a new version
available (2006.01.31 => 2017.01.24).

Since the PORTVERSION is never going to change, disable portscout
entirely.  As the maintainer of the github repo, I'll know when a new
release is available anyway.
2017-01-25 15:55:48 +00:00
Guido Falsi
2bec1ee09e - Main download site uses https
- Due to problems downloading the distfile from the cluster, add a
  mirror.
2017-01-25 15:52:14 +00:00
Koop Mast
bc858a3d49 Update iso-codes to 3.74. 2017-01-25 15:52:10 +00:00
David Naylor
6a55963366 sysutils/intel-pcm: update to 2.11.1
- move to official github project
 - update comment to changes in project focus
 - add license file
 - drop use of compiler:c1++11-lib, no longer needed
 - remove patch for pci.cpp, no longer needed
 - update pkg-descr with text from new website

PR:		215897
Approved by:	imp (maintainer, timeout: 16 days)
2017-01-25 15:46:41 +00:00
Joseph Mingrone
e7fee8d625 devel/py-simpleeval: Update to version 0.9.3.
Upstream breaking change: StringTooLong exception is now
IterableTooLong. All iterables are caught now, not just str.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9329
2017-01-25 15:44:17 +00:00
Joseph Mingrone
a9f864e4e0 www/py-caldav: Update to version 0.5.0.
Upstream release notes:
https://bitbucket.org/cyrilrbt/caldav/issues/50/release-v05#comment-33897598

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9330
2017-01-25 15:43:12 +00:00
David Naylor
c643321050 emulators/i386-wine-devel: update to 2.0.r6. 2017-01-25 15:22:39 +00:00
John Marino
d864a89344 ports-mgmt/synth: Upgrade version 1.66 => 1.67
This version blocks TTY signals to and from background processes, allowing
lang/sbcl to build as well as avoiding disruption of an active ncurses
display by "you've got mail" message.

It also includes a minor duration time formatting fix on build logs and
the many-thousands-open-file-descriptor problem fix on purge-distfiles
command provided by 1.66_1 between releases.

There is also a change in the build order algorithm.  Previously the
categories were ordered alphabetically, but rather scanned in the order
that appears by walking the directory.  Now when the "nothing depends on
these ports" ports block starts building, it's in A-Z order by category/
portname whereas before ony the portname was ordered A-Z (the categories
were blocks in random order).  There is no real benefit to the reordering;
it's mainly to satisfy those bothered by disorder.
2017-01-25 15:02:41 +00:00
Bartek Rutkowski
5bdf57cfaf sysutils/py-iocage: fix missing dependencies
- Remove GH_TAGNAME

PR:		216453
Reported by:	Brandon Schneider <brandon.freebsd@gmail.com>
2017-01-25 14:46:52 +00:00
Jason E. Hale
5dda982c27 Update MASTER_SITES
Remove superfluous post-install chmod (no change to package)

While here:
Update WWW which was redirecting
  $ curl -I http://eagain.net/gitweb/?p=gitosis.git
  HTTP/1.1 302 Found
  Location: https://github.com/tv42/
  Date: Wed, 25 Jan 2017 14:14:47 GMT
  Content-Type: text/plain; charset=utf-8

PR:		216386
Submitted by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
2017-01-25 14:24:44 +00:00
Veniamin Gvozdikov
3c60031190 - Update to 1.7.3.99 2017-01-25 14:17:12 +00:00
Baptiste Daroussin
b5089c5725 Use localbase instead of prefix
Reported by:	mat
2017-01-25 12:12:40 +00:00
Dmitry Marakasov
4ce4d072d7 - Update WWW 2017-01-25 10:05:54 +00:00
Pawel Pekala
99ab6e3e02 Update to version 5.1.3
Changelog:
* new   : your account, added expand/collapse button
* wish  : #1653350 cvs import default category for payee
* wish  : #1645126 remember the size of columns listview in the main window
* wish  : #1530784 easy way to see closed accounts in account list
* wish  : #1164643 totals per Financial Institution in account summary
* bugfix: #1658047 Euro major Lithuanian template corrections
* bugfix: #1658045 Euro major settings: list countries alphabetically
* bugfix: #1658043 Euro major feature calculates amounts incorrectly
* bugfix: #1656531 account combobox can be default set to disabled account
* bugfix: #1653957 Importing QIF file with existing accounts
* bugfix: #1652994 Sorting for account in Statistics Report doesn't work
* bugfix: #1652527 Balance report crash when no result
* bugfix: #1649081 Exclude from budget option seems ignored
* bugfix: #1649078 Remind operations are included in "today" balance calculation
* bugfix: #1648856 balance report "select all" is not working
2017-01-25 10:04:24 +00:00
Dmitry Marakasov
e3f71741dc - Add LICENSE
- Remove bogus HAVE_CONFIGURE
- Don't install license with docs
- Switch to options helpers
2017-01-25 09:01:18 +00:00
Kurt Jaeger
e25843514d net-mgmt/prometheus: update 1.4.1 -> 1.5.0
PR:		216411
Changes:	https://github.com/prometheus/prometheus/releases/tag/v1.5.0
Submitted by:	Jev Bjoersell <jev@ecadlabs.com> (maintainer)
2017-01-25 04:08:16 +00:00
Cy Schubert
1cbcdcecea Circumvent a trivial root privilege escalation.
See:
https://lists.gnu.org/archive/html/screen-devel/2017-01/msg00025.html

Reported by:	Tim Zingelman <tez@pkgsrc.org>
Security:	CVE not assigned yet
2017-01-25 01:36:42 +00:00
Nikolai Lifanov
34784a3c1d add sysutils/httpstat: Curl statistics made simple
PR:		213492
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9316
2017-01-25 00:34:08 +00:00