1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

410173 Commits

Author SHA1 Message Date
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
Palle Girgensohn
8622aab975 Update to 9.1 2017-01-24 23:53:52 +00:00
Danilo Egea Gondolfo
69cd3e63f1 - Update to 0.38.2 2017-01-24 23:49:45 +00:00
Baptiste Daroussin
d342237609 Import Wayland
This port was first created by kwm@ then updated and improved by Johannes
Lundberg

Wayland is intended as a simpler replacement for X, easier to develop and
maintain. GNOME and KDE are expected to be ported to it.

Wayland is a protocol for a compositor to talk to its clients as well as
a C library implementation of that protocol. The compositor can be a
standalone display server running on Linux kernel modesetting and evdev
input devices, an X application, or a wayland client itself. The clients can
be traditional applications, X servers (rootless or fullscreen) or other
display servers.

Please report bugs to the FreeBSD bugtracker!

WWW: http://wayland.freedesktop.org/
2017-01-24 23:44:12 +00:00
Baptiste Daroussin
81da7d3fdd Add wayland as a valid category (for virtual category usage for now)
Approved by:	portmgr (implicit)
2017-01-24 23:42:53 +00:00
Baptiste Daroussin
eb7b4cb90e Add libepoll-shim to the ports tree
small epoll implementation using kqueue; includes all features needed for
libinput/libevdev

The project was initially created here:
https://github.com/jiixyj/epoll-shim/

Forked and expected on the FreeBSDDesktop github
https://github.com/FreeBSDDesktop/epoll-shim

It is required for Wayland import

Submitted by:	Johannes Lundberg <yohanesu75@gmail.com>
2017-01-24 23:27:25 +00:00
Jan Beich
9e90fe8cbb security/vuxml: mark Gecko < 51.0/45.7esr as vulnerable 2017-01-24 22:50:17 +00:00
Jan Beich
67e066feeb www/libxul: chase required NSS version after r431859 2017-01-24 22:31:03 +00:00
John Marino
3dc3b67a54 small typo in math/opensolaris-libm description fixed 2017-01-24 22:25:34 +00:00
Steven Kreuzer
fc69d0c848 Update MASTER_SITES and LICENSE 2017-01-24 22:10:44 +00:00
Olivier Duchateau
cfef80fe55 - Add new dependencies (lxrandr, lxappearance, lxhotkey)
- Bump PORTREVISION
2017-01-24 22:07:02 +00:00
Olivier Duchateau
c93d13e640 LXAppearance is a theme switcher for the Lightweight X11 Desktop Environment
(LXDE).

WWW: http://www.lxde.org/
2017-01-24 21:54:23 +00:00
Olivier Duchateau
a051ce3c25 LXHotkey is an universal application for the Lightweight X11 Desktop
Environment (LXDE) which allows view and change global keyboard shortcuts
for Window Manager actions, including ones to start applications.

WWW: http://www.lxde.org/
2017-01-24 21:49:05 +00:00
Tilman Keskinoz
104040181d Update to 1.11.41
PR:		216401
Submitted by:	maintainer
2017-01-24 21:46:39 +00:00
Olivier Duchateau
18d1c7c4b3 - Update to 0.99.2
- Remove DOCS option
- Adjust dependencies
2017-01-24 21:42:48 +00:00
Tilman Keskinoz
e5319d682e Update to 1.5.4
PR:		216400
Submitted by:	maintainer
2017-01-24 21:41:57 +00:00
Olivier Duchateau
bd76ecd8df - Update to 0.9.3
- Adjust dependencies
- Add WEATHER (set by default), and ALSA (unset) options
- Rewrite patches plugins in order to use sysctl calls instead the Linux
proc and sys file system
2017-01-24 21:37:57 +00:00
Olivier Duchateau
e147c6761a - Update to 0.5.3
- Add new option, UPOWER
- Adjust dependencies
2017-01-24 21:27:10 +00:00
John Marino
57615df9ab Add new port math/opensolaris-libm
In 2006, Sun Microsystems released math and vector math libraries as
part of their effort to open-source Solaris:

libmvec - vector math library
  This library contains function to evaluate common mathematical functions
  for several arguments at once. The argument values are specified by one
  or more vectors (arrays) of data, and the corresponding result values
  are stored in another vector.

libm - C99 math library
  Functions  in  this  library provide common elementary mathematical
  functions and floating point environment routines defined by System V,
  ANSI C, POSIX, and so on.  Additional functions in this library provide
  extended support for handling floating point exceptions.

The original source has been modified to build on FreeBSD and DragonFly
using GCC or clang and the GNU assembler.  All fixes introduced by Nexenta
and Illumos projects have also been incorporated.  Missing x86_64 variants
of lrint and lround have added.  The floating-point exception logging
including address->symbol tranlation has also been implemented.
2017-01-24 21:01:25 +00:00
Kris Moore
62ed3b5f62 - Fix pkg-plist expansion
Reported by: Nikolai Lifanov <lifanov@>
2017-01-24 20:51:10 +00:00
Jose Alonso Cardenas Marquez
2f457c39ef - Update to 3.2.6
Approved by:	maintainer (implicit)
2017-01-24 20:25:21 +00:00
Jose Alonso Cardenas Marquez
6a94eb8487 - Update to 3.2.6
Approved by:	maintainer (implicit)
2017-01-24 20:24:22 +00:00
Kris Moore
05276932c4 - Mark as DEPRECATED, i18n files are in x11/lumina
PR: 215914
Submitted by: Ken Moore <ken@ixsystems.com>
2017-01-24 20:22:54 +00:00