1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
Commit Graph

375108 Commits

Author SHA1 Message Date
Don Lewis
41d3ef6182 The GitHub revision tag starts with 'v', so add DISTVERSIONPREFIX to
unbreak fetch.  This affects the name of the distfile (but not the
size or hash), so update distinfo to match.

PR:		202735
Approved by:	makc (maintainer)
2015-08-29 18:24:27 +00:00
Bartek Rutkowski
413c2ebc9e sysutils/iocage: update 1.7.1 -> 1.7.3
- Adds ability to create 10.2 jails

PR:		202661
Submitted by:	olegni
MFH:		2015Q3
2015-08-29 17:47:34 +00:00
Koop Mast
36f080877c Update the USE_GNOME librsvg2 entry, which should have happened in
revision 395560.

PR:		202378
2015-08-29 16:50:57 +00:00
Guido Falsi
991e4ed465 Update to 3.6.0
PR:		202377
Submitted by:	Naram Qashat <cyberbotx at cyberbotx.com>
2015-08-29 16:42:31 +00:00
Koop Mast
510ebc9605 Update librsvg2 to 2.40.10.
Replace gtk20 dependancy with gdk-pixbuf2 and pango, and drop the
gtk-engines2 run dependacy.

Update ports to take the dependacy changes into account.

PR:		202378
Exp-run by:	antoine@
2015-08-29 15:59:40 +00:00
Mark Felder
c493e70098 Document graphics/graphviz vulnerability
No CVE assigned
2015-08-29 15:23:30 +00:00
Grzegorz Blach
d9aafdf41c - Update devel/ninja to 1.6.0
- Remove devel/ninja16
- Replace files/patch-configure.py with REINPLACE_CMD
- Move share/doc/ninja/COPYING
  to share/licenses/ninja-${PKGVERSION}/APACHE20
2015-08-29 14:40:37 +00:00
Roman Bogorodskiy
d767792593 Update to 14.7.0. 2015-08-29 14:07:15 +00:00
Babak Farrokhi
d4f8ec7036 net/rtpproxy:
- Update to 2.0.0
 - Pet portlint
 - Take maintainership

Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D3523
2015-08-29 13:56:55 +00:00
Babak Farrokhi
aa649542ce net/radvd:
- Update to 1.15
 - Pet portlint
 - Take maintainership

Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D3514
2015-08-29 13:55:05 +00:00
Babak Farrokhi
3fd5998704 net/lft:
- Update to 3.73
 - Install docs only if needed
 - Take maintainership

Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D3515
2015-08-29 13:49:21 +00:00
Babak Farrokhi
d758abd596 sysutils/istatd:
- Clarify LICENSE
 - Cleanup Makefile

Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D3512
2015-08-29 13:44:47 +00:00
Raphael Kubo da Costa
9aabd9f1ae Clean up iconv-related patches.
The port is still linking to libiconv.so from ports on all FreeBSD releases,
but that will be dealt with separately.

For now:
- Remove patch-cmake_FindIconv.cmake. Since the iconv port is always present
  (sometimes due to an indirect dependency), the hacks in the patch are not
  necessary and the ports files are always found (this will change later and
  libc will be preferred on >= 10.1).
- Make patch-CMakeLists.txt smaller. It is fine to let the port check for
  sys/iconv.h, and the try_run() statement can be fixed on 9.3 by making
  sure the test program is built with iconv's paths and libraries.

Test-built on 9.3-i386, 10.1-amd64 and HEAD-amd64.
2015-08-29 12:45:31 +00:00
Dmitry Marakasov
f071e23211 - Add LICENSE
- Switch to @sample
- Drop @dirrm* from plist

Approved by:	portmgr blanket
2015-08-29 12:08:23 +00:00
Dmitry Marakasov
fe4f5289c9 - Add LICENSE
- Switch to options helpers
- Switch to @sample

Approved by:	portmgr blanket
2015-08-29 12:08:11 +00:00
Dmitry Marakasov
0dc1d49ed4 - Add LICENSE
- Switch to @sample
2015-08-29 12:07:55 +00:00
Babak Farrokhi
120d531719 net/patchneck: Makefile cleanup
- Remove dead MASTER_SITES
 - Take maintainership

Approved by:	bapt, mat
Differential Revision:	https://reviews.freebsd.org/D3513
2015-08-29 11:48:56 +00:00
Raphael Kubo da Costa
2e56305d7c Remove patch for unsupported FreeBSD versions.
All currently supported FreeBSD versions already have strndup(3), so remove
the implementation from the port.
2015-08-29 11:06:36 +00:00
Kurt Jaeger
dc0a3c4fdc multimedia/mpv: fix OPTIONS_DEFAULT
- Add ENCA to OPTIONS_DEFAULT

PR:		202736
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2015-08-29 11:04:50 +00:00
Gabor Pali
fb023d3169 - Hook math/hs-Agda-stdlib into the build that was missed during the latest
global Haskell update

Reported by:	antoine
2015-08-29 10:59:13 +00:00
Raphael Kubo da Costa
32f14c498e Drop USES=iconv.
The port does not include any iconv header, does not call any iconv function
or invoke the executable.
2015-08-29 10:45:11 +00:00
Kurt Jaeger
9cd023b75a multimedia/mpv: sort and standardize OPTION helpers
- Add X11 option helper
- Standardize all option helpers
- Echoed commands in Makefile targets
- Bump PORTREVISION

PR:		202736
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2015-08-29 10:39:06 +00:00
Raphael Kubo da Costa
dde4bca9d5 Drop USES=iconv.
Even though the port's build system checks which version of iconv(3) is
available, it ends up using the SDL wrappers instead, so there is no need to
depend on iconv in the Makefile.

Approved by:	makc (maintainer)
Differential Revision:	https://reviews.freebsd.org/D3519
2015-08-29 10:25:51 +00:00
Sunpoet Po-Chuan Hsieh
0b1ebd96d9 - Remove MASTER_SITE_SUBDIR 2015-08-29 10:04:15 +00:00
Sunpoet Po-Chuan Hsieh
df63c0ea1f - Remove MASTER_SITE_SUBDIR 2015-08-29 10:04:11 +00:00
Sunpoet Po-Chuan Hsieh
3431276749 - Add BROKEN_RUBYxx to simplify Makefile
Differential Revision:	https://reviews.FreeBSD.org/D2239
Reviewed by:	swills (portmgr, ruby)
2015-08-29 10:02:33 +00:00
Dmitry Marakasov
520d155e74 - Switch to @sample
Approved by:	portmgr blanket
2015-08-29 10:00:05 +00:00
Dmitry Marakasov
d053823e60 - Add LICENSE
- Pet portlint
- Switch to @sample

Approved by:	portmgr blanket
2015-08-29 09:59:53 +00:00
Dmitry Marakasov
551e44ffbb - Add LICENSE
- Switch to @sample
2015-08-29 09:59:46 +00:00
Kurt Jaeger
fdc27de7af mail/imapsync: 1.607 -> 1.644
Changelog:
http://imapsync.lamiral.info/S/news.shtml
2015-08-29 09:36:56 +00:00
TAKATSU Tomonari
91249c4f70 - Update to 0.10.5 2015-08-29 09:00:14 +00:00
Kurt Jaeger
69b310e9b0 databases/cego: 2.23.12 -> 2.24.3
- Implemented query cache
  http://www.lemke-it.com/litexec?request=pubcegodoc&user=&lang=en&section=cgdoc_cgadm.html#cgadm_querycache
- SQL keywords can now be used case-insensitive, with proper CSMODE
  http://www.lemke-it.com/litexec?request=pubcegodoc&user=&lang=en&section=cgdoc_database_running.html#compatattr

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2015-08-29 08:37:14 +00:00
TAKATSU Tomonari
82f3ef9fb4 - Update to 0.3.0 2015-08-29 08:16:06 +00:00
Kurt Jaeger
9721247d2d comms/ncid: 1.0 -> 1.1
PR:		202721
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2015-08-29 08:15:38 +00:00
TAKATSU Tomonari
0feccd03d7 - Update to 0.9.3 2015-08-29 07:40:18 +00:00
TAKATSU Tomonari
34ea52e859 - Update to 1.0-6 2015-08-29 07:25:39 +00:00
TAKATSU Tomonari
432d4115e7 - Update to 2.1.1 2015-08-29 06:55:34 +00:00
Dirk Meyer
597f75856a - Security patch for CVE-2015-5203
PR:		202697
Submitted by:	wxl@bikefriday.com
Reviewed y:
Security:	CVE-2015-5203
2015-08-29 06:19:53 +00:00
Rui Paulo
d7e9c62192 lang/lfe: remove broken CATEGORIES. 2015-08-29 02:24:58 +00:00
Jung-uk Kim
52d158d8a0 CppUnit is the C++ port of the famous JUnit framework for unit testing.
This fork is maintained by freedesktop.org as a LibreOffice project.

WWW: http://freedesktop.org/wiki/Software/cppunit
2015-08-28 21:19:08 +00:00
Rui Paulo
8a3837b0d0 Import lang/lfe.
LFE, Lisp Flavoured Erlang, is a lisp syntax front-end to the Erlang
compiler. Code produced with it is compatible with "normal" Erlang
code. An LFE evaluator and shell is also included.
2015-08-28 21:14:23 +00:00
John Baldwin
dae69179a3 Fix multiple issues with the wireless information reported by i3status for
an interface:

- Instead of hoping that the currently associated AP will show up as
  the first AP in the list of scan results, fetch the BSSID of the
  currently associated AP and use that to fetch station info for the
  AP.  This provides more frequently updated signal strength
  information than scan results and reliably provides information when
  multiple APs are in range.
- Do not treat the RSSI value as a raw signal value in dBm.  Instead, use
  the same formula as ifconfig(8) to compute a signal value.
- Do not report the beacon interval value as a signal quality level.

Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D3369
2015-08-28 21:07:39 +00:00
Jimmy Olgeni
8703c72e97 Upgrade to version 1.0.0. 2015-08-28 19:50:38 +00:00
Veniamin Gvozdikov
4549fdcdaf - Updated to 1.6.6
- Copied patch from lang/luajit
2015-08-28 19:02:10 +00:00
Alexey Dokuchaev
212c463bea Add a port of appleseed: modern, open source, physically-based rendering
engine designed to produce photorealistic images, animations, and visual
effects.

To ease initial maintenance, disable Doxygen API documentation generation,
unit tests, installation of headers and Python bindings for now; there'll
be OPTIONS for those things once the dust settles.
2015-08-28 18:19:22 +00:00
Adam Weinberger
2c2b6992f1 Update to 2.1603. Add a bunch of modules to TEST_DEPENDS to enable the
full test suite.

Changes: https://metacpan.org/changes/distribution/Moose
2015-08-28 17:49:52 +00:00
Dmitry Marakasov
4b044d1284 - Switch to options helpers
Approved by:	portmgr blanket
2015-08-28 17:20:41 +00:00
Dmitry Marakasov
07186959b3 - Add empty directories to plist
- Add NO_ARCH
2015-08-28 17:08:40 +00:00
Dmitry Marakasov
65c220fb9c - Switch to @sample
- Add NO_ARCH
2015-08-28 17:06:20 +00:00
Dmitry Marakasov
5ea78bb53f - Add NO_ARCH
- Don't install empty docdirs

Approved by:	portmgr blanket
2015-08-28 16:56:52 +00:00