1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Commit Graph

411813 Commits

Author SHA1 Message Date
Tijl Coosemans
c97b8372b2 Port uses libpvm3.so. Adjust dependencies. 2017-02-15 14:05:08 +00:00
Tijl Coosemans
cf7c209966 - Add missing Xorg dependencies.
- Add patches to build a shared libgpvm3.so for net/p5-Parallel-Pvm.
- Remove unnecessary linking to librpcsvc.
2017-02-15 14:02:45 +00:00
Joseph Mingrone
fea4377ff8 x11-fonts/font-manager: Switch from using Google Code to GitHub
Also
 - New MAINTAINER, portmaster@bsdforge.com
 - Update LIB_DEPENDS
 - Redo patches to silence portlint warnings
 - Add NLS_USES_OFF=gettext-runtime, because even when configured using
   --disable-nls, fontutils.so is still linked to lib/libintl.so.x.

PR:		216988
Submitted by:	portmaster@bsdforge.com (new maintainer)
Approved by:	swills (mentor, implicit)
2017-02-15 13:19:45 +00:00
Lars Engels
a32dc532c6 sysutils/lynis:
- Update to 2.4.1
- Add a runtime dependency on sysutils/lsof [1]

Suggested by:	Andrea Venturoli <ml@netfence.it> [1]
2017-02-15 12:52:20 +00:00
Vsevolod Stakhov
b66dc913d6 - Fix build after r313495
- Bump revision

PR:		216966
Submitted by:	kib
2017-02-15 12:39:53 +00:00
Tobias Kortkamp
98058b8684 Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9610
2017-02-15 12:28:29 +00:00
Tobias C. Berner
126e142abc Update devel/hs-ShellCheck to 0.4.5
PR:		217113
Submitted by:	luca.pizzamiglio@gmail.com
Approved by:	luca.pizzamiglio@gmail.com (maintainer), rakuco (mentor)
2017-02-15 11:56:52 +00:00
Jan Beich
09c5ed08f4 security/nss: update to 3.29
Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.29_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_29_RTM
MFH:		2017Q1
2017-02-15 09:48:00 +00:00
Vanilla I. Shu
f3e17805e7 Update to 1.0.2. 2017-02-15 09:43:41 +00:00
Vanilla I. Shu
957f6c0d89 Add pecl-uv 0.1.1, PHP wrapper for libuv.
PR:		217070
Submitted by:	John Chen <johnpupu@gmail.com>
2017-02-15 09:28:39 +00:00
Dmitry Marakasov
600c81e1b3 - Add LICENSE
- Switch to options helpers
- Regenerate patches
2017-02-15 09:01:32 +00:00
Kirill Ponomarev
26e9ef4de6 Update security/govpn to 7.2
PR:		217091
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9600
2017-02-15 06:23:59 +00:00
Kevin Lo
011dade4bd Update to 0.2.2.12 2017-02-15 05:48:28 +00:00
Jan Beich
7bbd4d415c devel/renpy: update to 6.99.12.3
6.99.12.3.2123: February 12, 2017
      This release fixes a number of bugs. It also adds and renames gui
      variables so that every text property can be controlled by a gui
      variable, and adds support for the new Ren'Py Interactive Director.

Changes:	https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-3
MFH:		2017Q1
2017-02-15 03:35:29 +00:00
Jan Beich
4363d5ba16 games/openra: update GeoLite2 to February snapshot
fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1298653, actual 1347263
2017-02-15 00:56:04 +00:00
David Thiel
fa6cbcdeee Use new Lua 5.1-specific ports.
PR:		200336
2017-02-15 00:43:30 +00:00
David Thiel
e620d9edc8 Add 5.1-specific version of luasec 2017-02-15 00:12:17 +00:00
Jason E. Hale
63bba81189 Update to 0.18.1
Changes:	http://www.libraw.org/news/libraw-0-18-1
2017-02-14 23:17:51 +00:00
Carlos J. Puga Medina
e32e221362 devel/visualparadigm: Update to 14.0.20170121
Changes:   https://visual-paradigm.com/whats-new/

PR:		216984
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
2017-02-14 22:39:27 +00:00
Tijl Coosemans
c442fd7e9c - Remove -fPIC and address the problem where a .o file compiled without
-fPIC is being linked into a shared library.  Copy the corresponding
  .c file into the shared library src directory such that it is compiled
  a second time with -fPIC.
- Enable verbose build.
- Add a patch to sync Makefile.fbsd with Makefile.linux.
2017-02-14 22:24:59 +00:00
David Thiel
28a3074cf4 Copy luasocket to a 5.1-specific port
PR:		200336
2017-02-14 22:23:06 +00:00
Jan Beich
86410cdb1c security/nss: stop excessive getpid(2) calls
FreeBSD implements pthread_atfork(3) and (as required by a nearby
code comment) deregisters callbacks located in dlclose(3)ed shared
objects. Take advantage of it instead of looping with getpid(2).

Submitted by:	cem
MFH:		2017Q1
2017-02-14 21:49:25 +00:00
Kirill Ponomarev
b9f2bf458f Update net-mgmt/prometheus to 1.5.2
PR:		216973
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9596
2017-02-14 21:05:34 +00:00
Tijl Coosemans
8f3d6a3309 - Simply enable pic for all architectures. Upstream configure already does
that in most cases.
- Enable verbose build.
2017-02-14 20:33:44 +00:00
Rene Ladan
090fda5e83 Remove expired port:
2017-02-13 lang/libjit: This version is severely out of date and its use is discouraged; see http://www.gnu.org/software/libjit/
2017-02-14 20:27:25 +00:00
Ed Maste
c161a5e09e sysutils/py-diffoscope: update to version 71
PR:		216729
Approved by:	koobs
2017-02-14 20:17:04 +00:00
Tobias Kortkamp
b6f6b2f991 Add myself to astro/xearth/files/freebsd.committers.markers
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D9591
2017-02-14 20:01:32 +00:00
Bernard Spil
6beb0e463c www/mod_http2-devel: Update to 1.9.0 2017-02-14 19:42:17 +00:00
Tobias C. Berner
e439d69263 Update x11/tint to 0.12.12
Slightly modified version of the one originally submitted in the PR.

PR:		216996
Submitted by:	yamagi@yamagi.org
Reported by:	yamagi@yamagi.org
Approved by:	yamagi@yamagi.org (maintainer), rakuco (mentor)
2017-02-14 19:34:41 +00:00
William Grzybowski
9375e1cb42 multimedia/py-guessit: update to 2.1.1
PR:		217059
Submitted by:	Andrej Ebert
2017-02-14 18:48:25 +00:00
Tijl Coosemans
34cc387436 Remove -fPIC. Clang crashes for some reason but this has nothing to do
with -fPIC.
2017-02-14 18:27:45 +00:00
Tijl Coosemans
4db1f137e9 Remove -fPIC. Problem was already fixed in r432070.
Remove some other bits from older versions that no longer have any effect.
2017-02-14 18:08:27 +00:00
Tijl Coosemans
ac06bdac24 Remove -fPIC. It builds fine without. 2017-02-14 17:16:45 +00:00
Dmitry Sivachenko
f6ebf6cceb Fix build with python3.x
PR:		216208
Submitted by:	John W. O'Brien <john@saltant.com>
maintainer timeout.
2017-02-14 17:07:10 +00:00
Tijl Coosemans
fc4fc033d7 Remove -fPIC. Problem was in mail/vpopmail. 2017-02-14 17:04:37 +00:00
Tijl Coosemans
6631e9bc29 Don't patch away upstream -fPIC so dependent ports can link libvpopmail.a
into shared libraries.
2017-02-14 17:04:02 +00:00
Tijl Coosemans
aaf382e62e Update to 3.1. 2017-02-14 16:29:38 +00:00
Li-Wen Hsu
e4fadaf581 - Update to 4.2.1
- Update WWW

PR:		217089
Submitted by:	lwhsu
Approved by:	wg (maintainer)
2017-02-14 16:27:38 +00:00
Sunpoet Po-Chuan Hsieh
f117075e66 Use bundled CA store only when BUNDLED_SSL enabled
- Bump PORTREVISION for dependency change

PR:		217096
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2017-02-14 16:16:08 +00:00
Sunpoet Po-Chuan Hsieh
d7a344d8c1 Enable BUNDLED_SSL by default only on FreeBSD 10
- Add UPDATING entry
- Bump PORTREVISION for dependency change

PR:		217095
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2017-02-14 16:15:02 +00:00
Dmitry Marakasov
2ffb261e0b - Fix license
Approved by:	portmgr blanket
2017-02-14 16:09:00 +00:00
Dmitry Marakasov
7afddf2202 - Update to 0.5.4
PR:		217053
Submitted by:	jhixson@gmail.com (maintainer)
2017-02-14 16:06:10 +00:00
Eygene Ryabinkin
20f208eee5 Fix lowercased svn:eol-style ("crlf")
Subversion wants uppercased variant ("CRLF"), see
  contrib/subversion/libsvn_subr/subst.c
function svn_subst_eol_style_from_value(). [1]

Fixes up the following revisions: r427162, r427163, r432981,
r432984, r433011, r433017.

[1] https://svnweb.freebsd.org/base/head/contrib/subversion/subversion/libsvn_subr/subst.c?revision=289180&view=markup#l80

OKed by:	jbeich (original committer)
2017-02-14 15:59:31 +00:00
Nikolai Lifanov
231cec26a9 update net-mgmt/seafile-gui to 6.0.3
Changes: https://seacloud.cc/group/3/wiki/client-changelog

 - Add a dialog to list all sync errors
 - Don't popup file is locked by other users error message
 - Make sync error message more accurate
 - [win] Support intermediate CA
 - [cloud file browser] Show correct error message when quota is exceeded during file upload
 - Show the server address during Shibboleth login
 - Support pre-config Shibboleth server address in seafile.ini
 - [fix] Show the recent shared user in sharing dialog
 - "open folder" changed to "open local folder"

PR:		217087
Submitted by:	ultima1252@gmail.com (maintainer)
2017-02-14 15:35:32 +00:00
Tijl Coosemans
531ac13f63 Port uses shared libode after r434086. 2017-02-14 15:19:18 +00:00
Tijl Coosemans
8b33e946c1 Port uses shared libode after r434086. 2017-02-14 15:15:55 +00:00
Nikolai Lifanov
6179e54ca3 update net-mgmt/seafile-client to 6.0.3
Changes: https://github.com/haiwen/seafile/commits/v6.0.3

PR:		217086
Submitted by:	ultima1252@gmail.com (maintainer)
2017-02-14 15:12:46 +00:00
Tijl Coosemans
d660ae8848 Port uses shared libode after r434086. 2017-02-14 15:11:20 +00:00
Kris Moore
75c4a02e08 - Drop maintainership 2017-02-14 15:08:49 +00:00
Tijl Coosemans
120a25d41f Remove -fPIC. The problem was in devel/ode. 2017-02-14 15:02:19 +00:00