1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

4879 Commits

Author SHA1 Message Date
Jan Beich
9f60a6df34 net-im/jabber: unbreak with libc++ 3.9
log.cc:89:8: error: assigning to 'char *' from incompatible type 'const char *'
        pos = strchr(zone,'.');
              ^~~~~~~~~~~~~~~~
xmlnode.cc:913:21: error: assigning to 'char *' from incompatible type 'const char *'
    start_predicate = strchr(path, '[');
                    ^ ~~~~~~~~~~~~~~~~~
xmlnode.cc:914:15: error: assigning to 'char *' from incompatible type 'const char *'
    next_step = strchr(path, '/');
              ^ ~~~~~~~~~~~~~~~~~
xmlnode.cc:1836:27: error: read-only variable is not assignable
            strchr(lang, '-')[0] = 0;
            ~~~~~~~~~~~~~~~~~~~~ ^

Reported by:	pkg-fallout
2017-02-01 12:30:08 +00:00
Dmitry Marakasov
d9ec4e1709 - Update to 1.0.5
- Tweak depends
2017-02-01 11:22:45 +00:00
Tijl Coosemans
6140d3c6aa - Autodetect the installed linux_base port and use LINUX_DEFAULT only as
a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
  Select one list for regular make and all lists for make makesum so linux
  ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
  lib64 and sbin into symbolic links to the same directory under usr.
  This fixes the problem where some programs/libraries exist under / on
  FreeBSD and /usr on Linux or vice versa and then depending on the order
  of search paths Linux programs may run/load FreeBSD programs/libraries
  and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so
  Linux programs can find desktop theme icons.  This eliminates the need
  for x11-themes/linux*-hicolor-icon-theme.
- Rename pkg-plist.x86_64 to pkg-plist.amd64.
- Regenerate all pkg-plist files.
- Add @preexec to linux_base pkg-plist that moves existing files in bin,
  lib, lib64, sbin and icons to the new destination before the directories
  are turned into symbolic links.
- Remove several empty directories from linux_base ports.
- Sweep over all linux ports: use consistent style, remove old CONFLICTS,
  remove unused pkg-descr files, add NLS option,...
- Remove old linux arts, esound and openssl-compat ports.
2017-01-31 16:54:21 +00:00
Mark Linimon
dcd74e6387 Mark various ports broken on aarch64 and armv6.
Approved by:	portmgr (tier-2 blanket)
2017-01-31 03:40:46 +00:00
Sunpoet Po-Chuan Hsieh
7f2dff279c Update devel/protobuf to 3.2.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2017-01-29 16:04:36 +00:00
Nikolai Lifanov
cbacb030cb update net-im/prosody to 0.9.12
http://blog.prosody.im/prosody-0-9-11-released/
 http://blog.prosody.im/prosody-0-9-12-released/

PR:		214487
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Reviewed by:	matthew
Approved by:	matthew (mentor), lx (maintainer)
Differential Revision:	https://reviews.freebsd.org/D9328
2017-01-28 03:38:07 +00:00
Martin Matuska
caf412e6de Update jabberd to 2.5.0 2017-01-27 18:38:44 +00:00
Tobias C. Berner
1021e4094c Properly depend on qt5-webkit via USE_QT5=webkit.
While here, alphabetize USE_QT5 list, and make buildtools a build depends.
Therefore bump portrevision.

Approved by:	rakuco (mentor)
2017-01-21 15:08:21 +00:00
Jan Beich
3c0323a949 net-im/folks: ignore warnings in system headers
Pass -isystem to avoid adding -Wno-foo each time Clang bumps into an
issue with a header from another port.

PR:		216031
2017-01-21 04:39:52 +00:00
Thierry Thomas
24b365e1be Fix TEST_DEPENDS. 2017-01-20 22:01:20 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Thierry Thomas
e7f3c919b5 Upgrade to v0.1.5.
Changelog at <https://github.com/TokTok/c-toxcore/releases/tag/v0.1.5>.
2017-01-20 18:48:55 +00:00
Sunpoet Po-Chuan Hsieh
dfdc4c8ec9 Fix gemspec for rubygem-faraday 0.11.0 update
- Bump PORTREVISION for package change
2017-01-15 04:18:36 +00:00
Thierry Thomas
8ba2380163 Typo: s/TARGET/DEPENDS/ 2017-01-11 21:13:55 +00:00
Thierry Thomas
f95c485ae1 - Upgrade to v0.1.3
Changelog at https://github.com/TokTok/c-toxcore/releases/tag/v0.1.3

- As reported by Sean C. Farley, msgpack and portaudio are only needed
  for tests.
2017-01-11 20:58:08 +00:00
Dmitry Marakasov
8244fe99bc - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-11 10:08:38 +00:00
Carlos J. Puga Medina
ae304fd058 - Update to 1.4.1
- Remove USES=compiler:c++11-lang after FreeBSD 9 EOL
- Disable spellchecking which depends on gspell >= 1.0.x

Changelog:
  https://github.com/baedert/corebird/releases/tag/1.4.1
2017-01-10 23:55:47 +00:00
Thierry Thomas
d0adfcc938 Chase toxcore and upgrade to 1.7.1.
PR:		215556
Submitted by:	maintainer (Yuri Victorovich)
2017-01-10 20:53:15 +00:00
Thierry Thomas
8f1e95b647 Chase toxcore and upgrade to 0.11.1.
PR:		215746
Approved by:	maintainer (Chris Hutchinson)
2017-01-10 20:52:40 +00:00
Thierry Thomas
bd4baf5998 Chase toxcore and upgrade to 0.7.2.
PR:		215399
2017-01-10 20:52:05 +00:00
Thierry Thomas
1e6a2ffecb - Change repository to the active one
- Upgrade to v0.1.2

PR:		215398
2017-01-10 20:51:38 +00:00
Dmitry Marakasov
e38f0ea9b0 - Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
- Simplify documentation installation
2017-01-09 09:01:10 +00:00
Jan Beich
24bce6e056 textproc/hunspell: update to 1.6.0
- Restore DIST_SUBDIR from r305651
- Adjust license for "or later" clause
- Restore GPLv2+/LGPL21+ license files removed upstream as
  GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built)
- Unbreak |make makepatch|

Changes:	https://github.com/hunspell/hunspell/releases/tag/v1.6.0
PR:		215714
Submitted by:	sunpoet (based on)
Exp-run by:	antoine
MFH:		2017Q1
Differential Revision:	https://reviews.freebsd.org/D8887
2017-01-07 14:43:11 +00:00
Adam Weinberger
c3142025cd LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.
Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts,
because wow.
2017-01-07 01:07:55 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Steve Wills
a7370cf6f9 net-im/ttytter: Mark DEPRECATED and set EXPIRATION_DATE
PR:		215780
Submitted by:	arved
Approved by:	jdunn@aquezada.com (maintainer)
2017-01-05 21:22:36 +00:00
Dmitry Marakasov
9c8a649e64 Remove always-true/false conditions after 9.x, 10.[12] EOL
While here, couple minor fixes

portmgr blanket
2017-01-05 11:00:49 +00:00
Pietro Cerutti
d70be385f0 net-im/openfire: fix install with non-default options
PR:		215739
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Reported by:	Ryan Frederick <ryanrfrederick@gmail.com>
2017-01-05 09:53:02 +00:00
Mathieu Arnold
d83ff1e42e Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
2017-01-03 18:12:13 +00:00
Mathieu Arnold
c1b39669d4 Cleanup BROKEN/IGNORE for 10.3-
Sponsored by:	Absolight
2017-01-03 11:01:05 +00:00
Steve Wills
3ac6f92dbf net-im/rubygem-tinder: switch to json 1.x dep 2017-01-02 19:44:08 +00:00
Steve Wills
3dda8a2161 net-im/rubygem-termtter: switch to json 1.x dep 2017-01-02 19:42:16 +00:00
Pietro Cerutti
5bc7f9dca5 net-im/openfire: update to 4.1.1, switch to USE_GITHUB
Changelog:
http://download.igniterealtime.org/openfire/docs/4.1.1/changelog.html

PR:		215643
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2017-01-02 16:46:05 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Carlos J. Puga Medina
3ce0009a69 net-im/telegram: Update to 1.4.1.g20161227
- Update telegram 1.3.1 -> 1.4.1.g20161227

PR:		215064
Reported by:	Matthias Apitz <guru@unixarea.de>
Reviewed by:	amdmi3
Approved by:	amdmi3, feld (mentors)
2016-12-27 14:01:27 +00:00
Dmitry Marakasov
0190983d13 - Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes

Approved by:	portmgr blanket
2016-12-27 12:20:41 +00:00
Joe Marcus Clarke
92f1c0db39 Switch GStreamer dependency to Gst1.
PR:		213892
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>
2016-12-23 23:15:59 +00:00
Emanuel Haupt
5c124dacc3 Add LICENSE 2016-12-17 12:13:51 +00:00
Sunpoet Po-Chuan Hsieh
177698aaf0 - Update devel/protobuf to 3.1.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2016-12-14 17:58:20 +00:00
Mathieu Arnold
cd19d23292 More USE_GITHUB cleanup.
Use GH_SUBDIR, or GH_TUPLE, where applicable.

Sponsored by:	Absolight
2016-12-14 16:06:19 +00:00
Sunpoet Po-Chuan Hsieh
f102dee672 - Update WWW: pecl.php.net uses https://
Approved by:	portmgr (blanket)
2016-12-13 14:26:11 +00:00
Jimmy Olgeni
ef78b032e8 Update net-im/py-python-telegram-bot to version 5.3.0. 2016-12-13 09:05:17 +00:00
Jan Beich
0c612c4aa3 multimedia/ffmpeg: update to 3.2.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
2016-12-11 15:22:47 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Tijl Coosemans
eb96de0656 Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:40:41 +00:00
Pietro Cerutti
f2eb959f67 net-im/openfire: update to 4.0.4, kill Linux-based nativeAuth plugin
Changelog:
http://download.igniterealtime.org/openfire/docs/latest/changelog.html

PR:		215056
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2016-12-07 12:48:08 +00:00
Steve Wills
894ed0cb1e net-im/rubygem-earthquake: switch to activesupport 4.x
With hat:	ruby@
2016-12-06 22:09:31 +00:00
Pawel Pekala
824a45d527 Add qxmpp Qt5 slave port needed for polish/kadu update
PR:		214547
Submitted by:	myself
Approved by:	maintainer timeout
2016-12-05 20:26:36 +00:00
Sunpoet Po-Chuan Hsieh
b27677db9d - Update to 4.7.1
Changes:	https://github.com/litaio/lita/releases
2016-12-05 07:19:06 +00:00