1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
Commit Graph

449932 Commits

Author SHA1 Message Date
Matthias Andree
8ec1619929 Update to new upstream release 4.3.1.
Release info: <https://github.com/JabRef/jabref/releases/tag/v4.3.1>
<https://github.com/JabRef/jabref/blob/v4.x/CHANGELOG.md#431---2018-06-05>
2018-07-07 20:08:14 +00:00
Matthias Andree
51e56bef9c sysutils/e2fsprogs: fixup regression of MASTERDIR check. 2018-07-07 20:00:31 +00:00
Danilo Egea Gondolfo
19e557db2a - Set PORTSCOUT=ignore for now 2018-07-07 19:57:40 +00:00
Jimmy Olgeni
578d865724 Update devel/erlang-protobuffs to version 0.9.1.
- Mark as deprecated upstream
2018-07-07 19:43:33 +00:00
Jesper Schmitz Mouridsen
3ab0cf60ef x11-toolkits/qtermwidget is not broken on armv6 armv7 or aarch64
PR:	229455
Approved by:	swills (mentor)
Differential Revision: https://reviews.freebsd.org/D16173
2018-07-07 19:36:04 +00:00
Jimmy Olgeni
899b58389a Update devel/elixir-crontab to version 1.1.3. 2018-07-07 19:27:06 +00:00
Jimmy Olgeni
9395bd121e Update www/elixir-phoenix to version 1.3.3. 2018-07-07 19:26:55 +00:00
Jimmy Olgeni
4418fd2b63 Update databases/elixir-ecto to version 2.2.10. 2018-07-07 19:22:34 +00:00
Jimmy Olgeni
282120b2f4 Update devel/elixir-make to version 0.4.2. 2018-07-07 19:21:15 +00:00
Matthias Andree
0491fdc713 Apply no-sbrk() patch only to master port. 2018-07-07 19:20:59 +00:00
Dmitry Marakasov
a5e96ea794 - Add LICENSE_FILE
- Rename I18N option to more standard NLS
- Use options helpers
- Whitespace fixes in pkg-descr
- Fix WWW

PR:		228979
Approved by:	maintainer timeout (jt@ixsystems.com, 3 weeks)
2018-07-07 19:20:03 +00:00
Mark Felder
b2d1c63648 net-p2p/sonarr: Update to 2.0.0.5228 2018-07-07 19:15:48 +00:00
Jimmy Olgeni
e01017551f Update databases/erlang-epgsql to version 4.1.0. 2018-07-07 19:15:16 +00:00
Jimmy Olgeni
5a98519f77 Update devel/erlang-meck to version 0.8.10. 2018-07-07 19:09:47 +00:00
Jimmy Olgeni
f24ef6b847 Update net/rabbitmq to version 3.7.7. 2018-07-07 19:07:16 +00:00
Tobias Kortkamp
fb4cf41901 dns/ddclient: Move to newer snapshot
CloudFlare will shutdown the old v1 API on June 4, 2018.
ddclient on the repository already supports the current v4 API,
but there is no newer release since 2015.

Also includes CloudFlare IPv6 support.

PR:		228600
Submitted by:	maintainer
2018-07-07 18:54:31 +00:00
Tobias Kortkamp
2cf79593de devel/libopkele: Fix build with Clang 6
curl.cc:48:57: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
            || (r=easy_setopt(CURLOPT_USERAGENT,PACKAGE_NAME"/"PACKAGE_SRC_VERSION))
                                                               ^

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p473790_s335878/logs/libopkele-2.0.4_12.log
2018-07-07 18:35:38 +00:00
Michael Reifenberger
469c3c02bf Add two missing patches. 2018-07-07 18:28:47 +00:00
Tobias Kortkamp
192bb1d772 graphics/sswf: Fix build with Clang 6
compiler.c++:419:21: error: comparison between pointer and integer ('const char *' and 'int')
        while(package_info != '\0') {
              ~~~~~~~~~~~~ ^  ~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p473790_s335878/logs/sswf-1.8.4_5.log
2018-07-07 18:15:30 +00:00
Tobias Kortkamp
75c7562c9d x11/nxcomp: Fix build with Clang 6
Loop.cpp:6751:61: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int')
  if (bind(proxyFD, (sockaddr *) &tcpAddr, sizeof(tcpAddr)) == -1)
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
/usr/include/c++/v1/system_error:577:1: note: candidate function not viable: no known conversion from '__bind<int &, sockaddr *, unsigned long>' to 'const std::__1::error_code' for 1st argument
operator==(const error_code& __x, const error_code& __y) _NOEXCEPT
^

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p473790_s335878/logs/nxcomp-3.5.0.32.log
2018-07-07 17:54:21 +00:00
Tobias Kortkamp
17ed645ed4 games/quadra: Fix build with Clang 6
source/update.cpp:83:20: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
  buf.append("GET "UPDATE_PATH" HTTP/1.0\r\n");
                   ^

source/update.cpp:84:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
  buf.append("Host: "UPDATE_HOST"\r\n");
                     ^

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p473592_s335809/logs/quadra-1.3.0_6.log
2018-07-07 17:34:34 +00:00
Tobias Kortkamp
28aef158c0 textproc/sablotron: Unbreak with Clang 6
Configure fails with

In file included from conftest.cc:29:
In file included from /usr/local/include/expat.h:45:
In file included from /usr/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:97:1: error: function declared '[[noreturn]]' after its first declaration
_Noreturn void   exit(int);
^
/usr/include/sys/cdefs.h:280:22: note: expanded from macro '_Noreturn'
#define _Noreturn               [[noreturn]]
                                  ^
conftest.cc:20:6: note: declaration missing '[[noreturn]]' attribute is here
void exit (int);
     ^

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p474051_s336054/logs/Sablot-1.0.3_4.log
2018-07-07 17:22:13 +00:00
Danilo Egea Gondolfo
86eced105a - Update to 1.2 2018-07-07 17:17:52 +00:00
Tobias C. Berner
92b6288161 Update www/otter-browser to 0.9.99.1 2018-07-07 17:14:46 +00:00
Tobias C. Berner
291a690f0a Update finance/skrooge to 2.14.0 2018-07-07 16:58:18 +00:00
Tobias C. Berner
1320d6f944 Update graphics/krita to 4.1.0 2018-07-07 16:49:28 +00:00
Jimmy Olgeni
11437e715d Update devel/erlang-recon to version 2.3.6. 2018-07-07 16:46:22 +00:00
Jimmy Olgeni
c4b7fc07e8 Update devel/elixir-hex to version 0.18.1. 2018-07-07 16:24:26 +00:00
Tobias Kortkamp
f99b516a8e multimedia/kodi-devel: Unbreak when objdump is missing
Use readelf to find library sonames instead which are used to fill in the
blanks in xbmc/DllPaths_generated.h.in.
2018-07-07 16:15:30 +00:00
Gerald Pfeifer
1ba5d8b622 Update to the 20180706 snapshot of GCC 8.1.1. 2018-07-07 16:07:40 +00:00
MANTANI Nobutaka
6c19e0bd60 Chase textproc/uim update to 1.8.8. 2018-07-07 15:57:34 +00:00
MANTANI Nobutaka
5d2ce3599f Update to 1.8.8. 2018-07-07 15:56:01 +00:00
Tobias Kortkamp
1d32e97a18 desktuils/ical: Fix build with Clang 6
- Submitter becomes maintainer
- While here add missing dependencies

http://beefy11.nyi.freebsd.org/data/head-i386-default/p473790_s335878/logs/ical-2.2_4.log

PR:		226799
Reported by:	bob@immure.com
Submitted by:	fbsd@opal.com
2018-07-07 15:35:36 +00:00
Steve Wills
b8dd1386fb devel/rubygem-rufus-scheduler342: add portscout limit for this version 2018-07-07 15:34:47 +00:00
Steve Wills
c92403733b graphics/openjump: Update to 1.13
PR:		229579
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2018-07-07 15:04:40 +00:00
Steve Wills
70632e9beb net/p5-Net-AMQP-RabbitMQ: ignore some more versions 2018-07-07 14:52:51 +00:00
Yuri Victorovich
a61d0b780c devel/py-IBMQuantumExperience: Update 1.9.6 -> 1.9.8
Reported by:	portscout
2018-07-07 14:51:46 +00:00
Yuri Victorovich
7efe5d599d textproc/py-gensim: Update 3.4.0 -> 3.5.0
Reported by:	portscout
2018-07-07 14:40:10 +00:00
Tobias Kortkamp
bc2eb4b4da editors/joe: Update to 4.6
PR:		228761
Submitted by:	wen
Approved by:	juergen.gotteswinter@googlemail.com (maintainer timeout, 1 month)
2018-07-07 14:35:51 +00:00
Dmitry Marakasov
e09eaa4ef5 - Fix plist
- Simplify installation, conditions are useless when staging is used

Approved by:	portmgr blanket
2018-07-07 14:30:07 +00:00
Dmitry Marakasov
cb5581ce09 - Fix LICENSE
Approved by:	portmgr blanket
2018-07-07 14:27:11 +00:00
Jan Beich
18e893d6aa security/vuxml: seamonkey-2.49.4 contains firefox-52.9.0 2018-07-07 14:25:01 +00:00
Jan Beich
84fcd8e808 www/seamonkey: update to 2.49.4
Changes:	https://www.seamonkey-project.org/releases/seamonkey2.49.4/
Security:	e3e68fe8-d9cb-4ba8-b09c-9e3a28588eb7
Security:	cd81806c-26e7-4d4a-8425-02724a2f48af
2018-07-07 14:24:31 +00:00
Dmitry Marakasov
a2709859a8 - Fix build with clang 6
- Switch to options helpers
2018-07-07 14:14:54 +00:00
Dmitry Marakasov
c9e974a271 - Fix build with clang 6 2018-07-07 14:14:15 +00:00
Dmitry Marakasov
509edf59ed - Switch to USES=localbase
- Fix build with clang 6
- Cosmetic fixes
2018-07-07 14:14:06 +00:00
Bernard Spil
c42413aa97 www/nextcloud-contacts: Update to 2.1.5 2018-07-07 13:52:59 +00:00
Bernard Spil
50c624f699 security/nextcloud-twofactor_u2f: Update to 1.5.5 2018-07-07 13:51:52 +00:00
Bernard Spil
bba30ff3d1 mail/nextcloud-mail: Update to 0.8.2 2018-07-07 13:50:39 +00:00
Jason W. Bacon
5d5309c2ba archivers/py-xopen: Upgrade to 0.3.5
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D16170
2018-07-07 13:41:18 +00:00