Commit graph

4312 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
e78e4fabc6 - Add LICENSE
- Update and sort *_DEPENDS

PR:		196891
Submitted by:	sunpoet (myself)
Approved by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
2015-01-22 17:46:01 +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
Koop Mast
5bc0be5d59 Update folks to 0.10.1.
Update tranlations.
Remove commented post-patch lines.
2015-01-20 10:30:30 +00:00
TAKATSU Tomonari
4379125d6d - Update to 3.2.2 2015-01-18 16:32:44 +00:00
TAKATSU Tomonari
2b84fa03cc - Update to 3.2.1 2015-01-18 12:32:54 +00:00
Alonso Schaich
5ca7017720 Remove giflib dependency
Kopete directly links giflib in it's windows live messager plugin, however the
build / installation of that plugin was disabled when libmsn deprecated more
than a year ago. As new builds of kopete won't contain that plugin, the
giflib dependency can safely be removed.

Found by Aleksander Matveev <timon@timon.net.nz>, see
http://lists.freebsd.org/pipermail/svn-ports-all/2015-January/083174.html

Approved by:	rakuco (mentor)
2015-01-18 00:00:43 +00:00
TAKATSU Tomonari
d17b02fbef - Add missing dependency on rubygem-nokogiri
RP:		196381
Submitted by:	Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp>
2015-01-17 21:36:57 +00:00
Thierry Thomas
98e9f60dfe Upgrade to git20150114 v0.1.9.
PR:		ports/196749
Submitted by:	Ivan Klymenko (maintainer)
2015-01-15 17:57:22 +00:00
Koop Mast
f82f137d5d Update libnice to 0.1.8.
Enable introspection support.
2015-01-15 17:02:10 +00:00
Tijl Coosemans
c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00
Thierry Thomas
93a30a3265 Refresh. 2015-01-14 21:13:08 +00:00
Thierry Thomas
bdac33dce9 Upgrade to a recent snapshot.
PR:		ports/196710
Submitted by:	yuri (at) rawbw.com (maintainer)
2015-01-14 21:12:33 +00:00
Thierry Thomas
a1fb3f69fb Upgrade to the latest snapshot.
PR:		ports/196709
Submitted by:	yuri (at) rawbw.com
2015-01-14 21:11:21 +00:00
Antoine Brodin
c6faa705a5 Update graphics/giflib to 5.0.5
Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
2015-01-14 18:19:32 +00:00
Raphael Kubo da Costa
66686f4d26 Require a more recent compiler to avoid bugs with base GCC.
Instead of augmenting the existing patch in files/ to work around a bug with
base GCC that required a working copy constructor in an expression that
actually uses operator=(), just switch to a more modern compiler that does
not have this problem.

This fixes the build on 8.4 and 9.3.
2015-01-14 11:27:06 +00:00
Vanilla I. Shu
793e8e8a7a Upgrade to 1.0.6, add LICENSE, move to tar:tgz. 2015-01-13 03:43:05 +00:00
Ruslan Makhmatkhanov
31b68ee450 net-im/py-nbxmpp: update to 0.5.2
Changelog:

  * Fix BOSH HTTP requests
  * Fix handling of binary SASL data for mechanism GSSAPI
  * Update MAM namespace
2015-01-12 18:44:42 +00:00
Tijl Coosemans
59d7ed041b - Update devel/qca to version 2.1.0
- Plugins are no longer available separately so remove security/qca-* and
  replace them with options in devel/qca
- Adjust all ports that depended on security/qca-*
- This also fixes the build of the OpenSSL plugin when OpenSSL doesn't
  support SSLv2

Approved by:	kde (rakuco)
2015-01-12 16:33:16 +00:00
Dmitry Sivachenko
3a18883882 Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.

Exp-run by:	antoine
2015-01-10 23:15:27 +00:00
Raphael Kubo da Costa
e1f36aeee5 Pass maintainership of KDE Telepathy ports to kde@.
Those ports are already maintained by the whole team, so formally adapt the
ports from avilla@.

Approved by:	avilla
2015-01-05 16:53:56 +00:00
John Marino
dc1f2c30da net-im/plasma-applet-ktp: Unbreak (upgrade to version 0.8.0) 2015-01-03 00:08:47 +00:00
Kurt Jaeger
cba03c03e1 security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
2015-01-02 18:46:33 +00:00
Koop Mast
0f662ede74 Fix farsight2 build on arm, by explicitly linking to -lm for sqrt(3)
While here apply the same the same to farstream

PR:		196070
Submitted by:	mikael.urankar@gmail.com
Verified by:	sbruno@
2015-01-01 23:28:41 +00:00
Sunpoet Po-Chuan Hsieh
7d60312b0d - Add PORTSCOUT
- Sort PLIST
2015-01-01 19:01:57 +00:00
Ruslan Makhmatkhanov
31e69d54a9 net-im/gajim: drop KEYRING option
Drop KEYRING option - it is depends on no more existing gnome component.
Not bumping PORTREVISION because it wasn't default option.
2015-01-01 11:20:41 +00:00
Antoine Brodin
2fde215147 Allow building with either giflib 4.2 or 5.0 2014-12-27 07:37:59 +00:00
TAKATSU Tomonari
fb1102537c - Update to 3.2.0 2014-12-27 01:27:50 +00:00
Antoine Brodin
53925843da Deprecate ports broken for more than 6 months 2014-12-26 21:47:10 +00:00
Baptiste Daroussin
48651a2fc2 Replace gnomehack with pathfix 2014-12-25 02:12:53 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
TAKATSU Tomonari
03cf5d8998 - Update to 3.1.1 2014-12-23 14:35:23 +00:00
TAKATSU Tomonari
feb29017b0 - Restrict Ruby version to 2.0.0 or later
- Remove dependency on devel/ruby-bsearch
2014-12-23 14:34:59 +00:00
Antoine Brodin
89d8fc6a5d - Fix plist
- Replace pkg-install/pkg-deinstall scripts with @dir
2014-12-21 12:14:19 +00:00
Baptiste Daroussin
4a8e184297 cleanup plist 2014-12-20 19:25:21 +00:00
Antoine Brodin
927462df0c Use GH_COMMIT 2014-12-20 18:30:25 +00:00
Joe Marcus Clarke
150e245e17 Put back the local perl hack for .packlist to fix make stage.
PR:		192054
2014-12-19 23:26:47 +00:00
Antoine Brodin
6f2ba8e36c Mark BROKEN: missing distinfo
Reported by:	pkg-fallout
2014-12-19 18:53:49 +00:00
Alonso Schaich
36cf982eec Update telepathy to 0.8.0
Merge area51's commits 10180, 10181, 10314, 10315, 10485, 10491, 10492,
10500, 10502, 10503 and 10504. Individual revisions can be reviewed at
http://src.mouf.net/area51/log

This commit is based on a patch originally sent to the kde@ mailing list by
T.C.Berner <tcberner@gmail.com>, and introduces a new port for
ktp-desktop-applets.

Approved by:		rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D1264
2014-12-16 10:26:19 +00:00
Pietro Cerutti
c020107379 - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Alexey Dokuchaev
9d29351fc1 Sort entries alphabetically across all categories to avoid extra repo churn. 2014-12-07 16:21:36 +00:00
Thierry Thomas
5d69e771f3 Add databases/qt5-sqldrivers-sqlite3 missing dependency.
PR:		ports/195654
Submitted by:	Igor Ostapenko
Approved by:	maintainer (yuri)
2014-12-04 22:40:43 +00:00
Carlo Strub
fb14c8850f - Update to 4.1.0
- Use striping
- Please portlint
- Bump PORTREVISION
2014-12-02 22:44:25 +00:00
Joe Marcus Clarke
cce5134234 Update to 2.10.11 and fix the build with the ncurses port.
Submitted by:   Matthias Apitz <guru@unixarea.de> (ncurses fix)
2014-12-02 16:27:44 +00:00
Joe Marcus Clarke
441553d6ec Update to 2.10.11 and fix the build with the ncurses port.
Submitted by:	Matthias Apitz <guru@unixarea.de> (ncurses fix)
2014-12-02 16:26:44 +00:00
David Thiel
53911aa140 Update to 0.9.7. 2014-12-02 00:46:38 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Tilman Keskinoz
369a9050f5 Mark ignore on the cluster as it requires a non-default python version
Reported by:	bapt
2014-11-28 08:33:33 +00:00
Tilman Keskinoz
c4405cef73 Add poezio a python XMPP client for the console 2014-11-27 17:33:10 +00:00
Tilman Keskinoz
3f1512ecfc Add port py-sleekxmpp, an XMPP library 2014-11-27 17:29:44 +00:00