Commit graph

357923 commits

Author SHA1 Message Date
Alexey Dokuchaev
5bf47db3ba Reduce the differences between two ports. 2015-01-21 13:00:33 +00:00
Anton Berezin
b874fcc48e Update to 1.73. 2015-01-21 12:57:27 +00:00
Anton Berezin
0a991ffac8 Update to 0.12. 2015-01-21 12:54:42 +00:00
Grzegorz Blach
87321a08a6 Update to 0.19.3 2015-01-21 12:54:26 +00:00
Vanilla I. Shu
522e1ec6fa Upgrade to 3.0.0.20140706-2cfb468. 2015-01-21 12:54:24 +00:00
Anton Berezin
f60836e6e1 Update to 0.99(.)12. 2015-01-21 12:53:56 +00:00
Kubilay Kocak
5da5cfa9d3 lang/python32: Fix ABIFLAGS for PYMALLOC option
Investigating the comment regarding a 'configure script bug' lead me
to a bug which manifested itself in 'm' not being added to ABIFLAGS
when PYMALLOC was enabled, not the inability to set
--without-pymalloc using PYMALLOC_CONFIGURE_WITH (options helpers).

The incorrect ABIFLAGS caused packaging failures with default options, so
I'm not sure how this wasn't picked up earlier:

  Error: Orphaned: include/python3.2u/<file>
  <snip>
  Error: Missing: include/python3.2mu/<file>

- Backport an upstream commit [1] to correct the configure bug that never
  made it to the 3.2 branch.
- Use options helpers for PYMALLOC accordingly

While I'm here, clean up after the LIBFFI option addition:

- Sort options variables: OPTIONS_* and *_DESC
- Use OPTIONS helpers

[1] https://hg.python.org/cpython/raw-rev/d158b0a78390

Approved by:	python
2015-01-21 12:34:50 +00:00
Vanilla I. Shu
17e8ac8f79 Upgrade to 2.6.2. 2015-01-21 12:31:25 +00:00
William Grzybowski
a4b32d2ebe devel/py-lxml: allow concurrent install
PR:		196900
Submitted by:	Robert Kruus
2015-01-21 12:16:36 +00:00
Vanilla I. Shu
d26b5788ec Upgrade to 3.3.0.2. 2015-01-21 12:15:21 +00:00
Edward Tomasz Napierala
bf1033c5f2 Fix my email address. 2015-01-21 12:06:21 +00:00
Veniamin Gvozdikov
06207370d9 New port: x11/rofi
A popup window switcher roughly based on superswitcher, requiring only xlib
and pango. This version started off as a clone of simpleswitcher, the
version from Sean Pringle. All credit for this great tool should go to him.
Rofi developed extra features, like a run-dialog, ssh-launcher and can
act as a drop-in dmenu replacement, making it a very versatile tool.

WWW: https://davedavenport.github.io/rofi/

PR:		ports/195146
Submitted by:	nomoo@nomoo.ru
2015-01-21 11:06:08 +00:00
Max Brazhnikov
4e6233d1c5 security/pinentry:
- Make it apparent that Qt 4 frontend is broken on 10.x and greater

PR:		196681
Submitted by:	Gerard Seibert
2015-01-21 10:38:38 +00:00
Muhammad Moinur Rahman
665141259d textproc/yodl: Update version 3.04.00=>3.05.00
- Add LICENSE (GPLv3)
- Take MAINTAINERSHIP

Differential Revision:	https://reviews.freebsd.org/D1567
Approved by:		bapt(mentor)
2015-01-21 10:18:16 +00:00
Veniamin Gvozdikov
68092363b1 - Install icon for .desktop file
- Fix tab after WWW: in pkg-descr

PR:		ports/196824
Submitted by:	amdmi3
2015-01-21 09:48:47 +00:00
Kubilay Kocak
262bb77a67 lang/python27: Fix packaging for mips64
- Fix packaging for mips64 (Reported by: sbruno)

mips64 is also not a 32-bit ${ARCH}, so add it to the list of
architectures for which imageop.so and dl.so aren't packaged:

  %%32BIT_ONLY%%lib/python2.7/lib-dynload/dl.so
  %%32BIT_ONLY%%lib/python2.7/lib-dynload/imageop.so

Both dl and imageop have been removed in Python 3.x [1][2][3][4]

Thanks jhibbits@ for his help testing.

- Add BROKEN for i386 without LIBFFI option, and add upstream
  issue references.

While I'm here, clean up after the LIBFFI option addition:

- Sort options variables: OPTIONS_* and *_DESC
- Use OPTIONS helpers

References:

[1] The :mod:`imageop` module has been removed in Python 3.0.
[2] dl Added: https://hg.python.org/cpython/file/aac1ee966f56/setup.py
[3] dl Removed: https://hg.python.org/cpython/file/859ff5c7c60a/setup.py
[4] PEP-3108: https://www.python.org/dev/peps/pep-3108/

Approved by:	python
2015-01-21 09:40:18 +00:00
Koop Mast
374effdd55 Add libical-glib 1.0.0.
This port provides introspection bindings for libical.
2015-01-21 09:29:30 +00:00
Ruslan Makhmatkhanov
d76cf9242e net/openpgm: fix build with python3
- fix build with python3 (trivial change)
- clarify license (it's LGPL21+) and add LICENSE_FILE
- simplify docs and examples installation
- whitespace fixes
- bump PORTREVISION because default package changed - examples
  now installed to EXAMPLESDIR instead of EXAMPLESDIR/examples)

Approved by:	vg (maintainer)
2015-01-21 09:10:20 +00:00
Don Lewis
648cf48986 Unbreak languagepack target (package-rename and ure targets are still
broken).

plist fixes:
  * Don't add @dirrm to generated plist
  * Don't add a blank line to generated plist
  * Don't truncate ${TMPPLIST} (from mat@)
  * Don't add @dirrm to generated plist
  * Add @dir for empty directories

Makefile diff reduction vs. upcoming openoffice-devel update.

Differential Revision:	https://reviews.freebsd.org/D1561
Approved by:	mat (mentor)
2015-01-21 09:03:09 +00:00
Alexey Dokuchaev
461e10b698 - Update to version 0.13.2 and install better quality textures by default
- Ensure that complete distinfo is generated, irregardless of the options
- Mention legacy `astro/stellarium-qt4' port in the port description text
2015-01-21 07:35:41 +00:00
Vanilla I. Shu
a1a16fa6a8 Upgrade to 1.5.0. 2015-01-21 04:43:05 +00:00
Warner Losh
9e5d37221b Update to 2.8. 2015-01-21 04:31:17 +00:00
Dmitry Marakasov
bf8999168d - Change MAINTAINER ro ruby@ 2015-01-21 04:21:16 +00:00
Dmitry Marakasov
289b9f6e5b - Add www/rubygem-pusher-client
Ruby client for consuming WebSockets from http://pusher.com

WWW: https://github.com/pusher/pusher-ruby-client
2015-01-21 04:20:54 +00:00
Dmitry Marakasov
916390a0fc - Update to 20141230
PR:		196373
Submitted by:	lightside@gmx.com (maintainer)
2015-01-21 04:16:50 +00:00
Dmitry Marakasov
6a87bb0059 - Add devel/rubygem-gh
Multi-layer client for the github api v3

WWW: http://rubygems.org/gems/gh/
2015-01-21 03:24:55 +00:00
Dmitry Marakasov
d53918ba82 - Add www/rubygem-net-http-pipeline
An HTTP/1.1 pipelining implementation atop Net::HTTP. A pipelined
connection sends multiple requests to the HTTP server without waiting
for the responses. The server will respond in-order.

WWW: http://docs.seattlerb.org/net-http-pipeline/
2015-01-21 02:47:52 +00:00
Dmitry Marakasov
5aa3fe2483 - Update to 0.8.0
PR:		196936
Submitted by:	tommi.pernila@gmail.com
2015-01-21 02:42:41 +00:00
John Marino
06fc30e67c x11-toolkits/iwidgets: Update descriptions
PR:		195354
Submitted by:	maintainer (Chris Hutchinson)
2015-01-21 00:23:39 +00:00
Jan Beich
3d140725bd Backport Wikipedia crashfix for clang 3.5
PR:		196802
Reported by:	dumbbell
Obtained from:	https://github.com/mozilla/gecko-dev/commit/87f367b
Obtained from:	https://github.com/mozilla/gecko-dev/commit/c97894b (esr31 version)
Differential Revision:	https://reviews.freebsd.org/D1568
Approved by:	flo (mentor)
MFH:		2015Q1
2015-01-20 23:59:03 +00:00
Martin Matuska
cd754d7721 Horde package update:
mail/pear-Horde_Mime 2.6.1 -> 2.7.0
mail/horde-imp 6.2.5 -> 6.2.6
2015-01-20 23:49:20 +00:00
John Marino
4531434b30 databases/tcl-sqlite3: Upgrade version 3.8.7.4 => 3.8.8
PR:		196873
Submitted by:	maintainer (Pavel Volkov)
2015-01-20 23:23:19 +00:00
John Marino
f06cf1bdc4 databases/sqlite3: Upgrade version 3.8.7.4 => 3.8.8
PR:		196872
Submitted by:	maintainer (Pavel Volkov)
2015-01-20 23:17:11 +00:00
Sunpoet Po-Chuan Hsieh
dc5ec584f5 - Update to 1.366
- Use PORTEXAMPLES
- Sort PLIST

Changes:	http://search.cpan.org/dist/POE/CHANGES
2015-01-20 23:13:51 +00:00
Sunpoet Po-Chuan Hsieh
be627df2cb - Update to 1.360
Changes:	http://search.cpan.org/dist/POE-Test-Loops/CHANGES
PR:		196479
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 16 days)
2015-01-20 23:13:44 +00:00
Sunpoet Po-Chuan Hsieh
dd7c1268b7 - Update to 0.71
Changes:	http://search.cpan.org/dist/Net-GitHub/Changes
2015-01-20 23:12:27 +00:00
Sunpoet Po-Chuan Hsieh
e087d303e4 - Update to 4.01008
- Sort PLIST

Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2015-01-20 23:12:19 +00:00
Sunpoet Po-Chuan Hsieh
dd2b470886 - Update to 0.13.2
Changes:	https://github.com/bpython/bpython/blob/master/CHANGELOG
2015-01-20 23:12:14 +00:00
Sunpoet Po-Chuan Hsieh
4b7f97cfe7 - Update to 0.24
Changes:	http://search.cpan.org/dist/Test-CPAN-Meta-YAML/Changes
2015-01-20 23:11:55 +00:00
Pawel Pekala
de3db840c8 Update to version 0.17.4
Main Changes:
    Added: Saving SSL Certificates
    Fixed: Application crash

PR:		196644
Submitted by:	coder@tuxfamily.org (maintainer)
2015-01-20 23:00:37 +00:00
Koop Mast
36bd71cc4f Update webkit2gtk to 2.6.5. 2015-01-20 22:55:13 +00:00
John Marino
681931cafa graphics/seq2gif: upgrade version 0.10.3.20140802 => 0.10.4
PR:		196757
Submitted by:	maintainer (IWAMOTO Kouichi)
2015-01-20 22:52:00 +00:00
Jan Beich
94fd87bbbe Unbreak build with base libstdc++ on i386 and powerpc
std::abs(int64_t) for 32bit archs or std::llabs are not available in
base libstdc++ from forked GCC 4.2.1 or before 10.0-RELEASE (r255294)
for libstdc++ in lang/gcc47 and earlier (upstream PR libstdc++/54686).
To avoid the build error use mozilla::Abs which implements overloads
for all signed natural types but has unsigned return value.

This change won't be requried for Firefox 36 et al.

PR:		196772
Reported by:	many
Submitted by:	bar (initial version)
Obtained from:	https://github.com/mozilla/gecko-dev/commit/e664fe8
Differential Revision:	https://reviews.freebsd.org/D1569
Approved by:	flo (mentor)
MFH:		2015Q1
2015-01-20 22:49:41 +00:00
John Marino
e8cc8916c0 devel/ruby-build: Update version 20141225 => 20150116
PR:		196665
Submitted by:	maintainer (Koichiro IWAO)
2015-01-20 22:46:28 +00:00
Thierry Thomas
a6826981a8 Mark BROKEN and DEPRECATED.
Its maintainer left long ago and the Tox project have no future plans to
support it. Also, it does not currently build with Toxcore.

Suggested by:	urras (at) tox.im
2015-01-20 22:37:10 +00:00
Raphael Kubo da Costa
a0e0b3d6d8 - Add dependencies on devel/py-six and databases/py-sqlite3.
They were not announced but were introduced in this release.
- Add USE_PYTHON=concurrent. As the dependency on devel/py-six makes
  evident, the port is now supposed to work with both Python 2 and Python 3.
2015-01-20 22:36:02 +00:00
John Marino
b3d4c05052 www/calendarserver: Fix issues with rc script
The primary need for the patch is to fix errors with the RC script,
but it also installs the examples and document by default as originally
intended.

PR:		196768
Submitted by:	maintainer (Axel Rau)
2015-01-20 22:25:49 +00:00
Jan Beich
651e59488e Add missing checksum for ja-JP-mac language pack
This unbreaks PACKAGE_BUILDING build as used by poudriere and tinderbox.

PR:		196807
MFH:		2015Q1

Differential Revision:	https://reviews.freebsd.org/D1566
Approved by:		flo (mentor)
2015-01-20 22:12:28 +00:00
Olli Hauer
d36df4983e - use absolute perl path,
seems '/usr/bin/env perl' does not play nice
  with perl 5.20 during system restarts

PR:		196933
Submitted by:	Frank Reppin
2015-01-20 22:09:49 +00:00
Kris Moore
2ac820012d - Teach GRUB how to deal with device names that are geom labels
- Bump PORTREV
2015-01-20 22:05:38 +00:00