Commit Graph

400147 Commits

Author SHA1 Message Date
Jan Beich
af370df000 www/firefox-i18n: oops, don't use build1 checksums for build2
Reported by:	pkg-fallout
MFH:		2016Q3
X-MFH-With:	r421531
2016-09-10 00:36:26 +00:00
John Marino
bd515f2ceb mail/opensmtpd-extras: Add CFLAGS and LDFLAGS for USES=ssl
Approved by:	SSL blanket
2016-09-10 00:07:55 +00:00
John Marino
1bc82a0f4f databases/sqlcipher: Add CFLAGS and LDFLAGS for USES=ssl
Approved by:	SSL blanket
2016-09-09 23:42:41 +00:00
John Marino
53d5a159cd databases/pecl-mongodb: USES+= ssl
Approved by:	SSL blanket
2016-09-09 23:35:52 +00:00
John Marino
9236346720 converters/wkhtmltopdf: Document SSL build requirement
Approved by:	SSL blanket
2016-09-09 23:27:41 +00:00
John Marino
73b9b079f7 comms/libimobiledevice: Handle missing SSLv3 case
Approved by:	SSL blanket
2016-09-09 22:22:43 +00:00
John Marino
be88cafb1e security/trousers: Set CFLAGS and LDFLAGS for SSL support
Approved by:	SSL blanket
2016-09-09 22:07:48 +00:00
John Marino
ad1320cd8d security/p5-Crypt-OpenSSL-ECDSA: USES+=ssl, Set CFLAGS accordingly
Approved by:	SSL blanket
2016-09-09 21:34:46 +00:00
Dmitry Marakasov
bc4c0958cc - Update to 1.52
PR:		212095
Submitted by:	joneum@bsdproject.de
2016-09-09 20:21:16 +00:00
Dmitry Marakasov
da41a16871 - Update to 1.21.1
- While here, switch to USES=localbase and options helpers

PR:		211880
Submitted by:	w.schwarzenfeld@utanet.at
Approved by:	john.c.prather@gmail.com (maintainer)
2016-09-09 20:12:44 +00:00
Dmitry Marakasov
30a00f2227 Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
2016-09-09 19:42:46 +00:00
John Marino
fc3bdd2b5b benchmarks/polygraph: Handle missing SSLv3
Approved by:	SSL blanket
2016-09-09 19:40:56 +00:00
Bernard Spil
4c1494aefa net/asterisk13: Fix broken patch file
- Patch was the svn diff to the tree
  - Convert to a regular patch file

PR:		211707
2016-09-09 19:40:50 +00:00
Emanuel Haupt
62871de352 - Add missing dependencies
- Add NO_ARCH
- Move required perl modules from BUILD_DEPENDS to RUN_DEPENDS. They don't
  need to build port, only to run.
- Add TEST_DEPENDS

PR:		212532
Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru>
2016-09-09 19:31:42 +00:00
Dmitry Marakasov
1f49d96205 - Fix configure: this is not really a GNU configure
Fixes build with --disable-silent-rules

PR:		212412
Submitted by:	amdmi3
Approved by:	portmgr
2016-09-09 19:25:30 +00:00
Dmitry Marakasov
1605333e3c - Fix build with --disable-silent-rules
PR:		212411
Submitted by:	amdmi3
Approved by:	portmgr
2016-09-09 19:24:33 +00:00
Tijl Coosemans
18135fcc32 Fix a package installation error: dvipsk must be installed to run updmap
and POSIXLY_CORRECT must be undefined to handle --enable correctly.
Use --disable to properly disable the font maps.
2016-09-09 19:23:43 +00:00
John Marino
41ed1eb354 audio/re: Set to use correct openssl headers
Approved by:	SSL blanket
2016-09-09 19:17:28 +00:00
Dmitry Marakasov
bb653c9a25 - Update to 1.4.2
- Add LICENSE_FILE
- Bring back PHP 7 support
- Simplify port
- Take maintainership

PR:		212230
Submitted by:	dbaio@bsd.com.br
2016-09-09 19:12:55 +00:00
Matthias Andree
a0290843d2 Replace objdump by readelf. Fixes build on arm64.
While here, refresh patches.

PR:		212308
Submitted by:	emaste@
Reported by:	andrew@
MFH:		2016Q3
Differential Revision:	D7842
2016-09-09 18:50:33 +00:00
Dimitry Andric
3768536082 Fix build of lang/gcc49 with libc++ 3.9.0
While testing the clang390-import branch, I ran into the following
errors building lang/gcc49:

In file included from /wrkdirs/usr/ports/lang/gcc49/work/gcc-4.9.4/gcc/c/c-objc-common.c:33:
In file included from /usr/include/c++/v1/new:70:
/usr/include/c++/v1/exception:267:5: error: no member named 'fancy_abort' in namespace 'std::__1'; did you mean simply 'fancy_abort'?
    _VSTD::abort();
    ^~~~~~~
/usr/include/c++/v1/__config:451:15: note: expanded from macro '_VSTD'
#define _VSTD std::_LIBCPP_NAMESPACE
              ^
/wrkdirs/usr/ports/lang/gcc49/work/gcc-4.9.4/gcc/system.h:685:13: note: 'fancy_abort' declared here
extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
            ^
1 error generated.

What is happening here, is that the source file includes gcc/system.h,
which defines abort to fancy_abort, and then the source file includes
<new>, which attempts to call _VSTD::abort() (the _VSTD is a libc++
alias for std::).  The macro definition then causes the above breakage.

Newer gcc ports, such as gcc5 and gcc6 don't show this issue, because
upstream gcc first added an include of <algorithm> (which indirectly
includes <new>) in r217348 [1], and later even add a direct include of
<new> in r232736 [2].

Fix it for this version, by adding the direct include of <new> to
gcc/system.h.  This makes the 'second' includes of <new> in some .c
files superfluous, but at least they won't result in errors.

[1] https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=217348
[2] https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=232736

Approved by:	gerald (maintainer)
PR:		212465
MFH:		2016Q3
2016-09-09 18:48:24 +00:00
Dmitry Marakasov
2b5bfdd9f2 - Update to 0.9.5.1
- While here, remove unneded WRKSRC and fix WWW:

PR:		212497
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
2016-09-09 18:35:40 +00:00
Dmitry Marakasov
be4107846f - Update to 1.0.33
- While here, add USES=php

PR:		212497
Submitted by:	bsd@if0.eu (maintainer)
2016-09-09 18:26:14 +00:00
Emanuel Haupt
aaaf3fdbc0 Register conflicts 2016-09-09 15:58:48 +00:00
Emanuel Haupt
466720dc50 Add gnu-ipcalc 0.1.8, modern network address calculation tool for IPv4
and IPv6.
2016-09-09 15:58:43 +00:00
Dmitry Marakasov
45219c9f98 - Update to 1.0.82
PR:		212519
Submitted by:	lifanov@mail.lifanov.com (maintainer)
2016-09-09 14:23:32 +00:00
Dmitry Marakasov
ad6ef12cc0 - Update to 2.9.9
- While here, switch to new test framework

PR:		212511
Submitted by:	neel@neelc.org (maintainer)
2016-09-09 14:09:52 +00:00
Tijl Coosemans
c629125657 Add entry for GNUTLS-SA-2016-3. 2016-09-09 13:31:29 +00:00
Tijl Coosemans
c4d44c3384 Update to 3.4.15.
MFH:		2016Q3
Security:	https://gnutls.org/security.html#GNUTLS-SA-2016-3
2016-09-09 13:22:29 +00:00
Tijl Coosemans
3a1ba689ec - Remove build dependency on seamonkey because NO_BUILD.
- Use regular USES=zip.
- Create only the linkfarm directories that are used and add them to
  plist with @dir instead of @exec.
- Don't create symlinks in the stage directory.  This is a leftover from
  before staging.
- Don't remove ${XPI_LIBDIR} with @unexec.  These are directories that
  cannot be removed with rm and they are already implicitly in plist.
2016-09-09 13:08:14 +00:00
John Marino
193b3617c0 net/Sockets: USES+=ssl, Fix SSLv3, set CFLAGS, honor LDFLAGS
Approved by:	SSL blanket
2016-09-09 13:05:53 +00:00
Boris Samorodov
2aa35097e2 java/intellij-pycharm: Update to version 2016.2.3. 2016-09-09 13:04:35 +00:00
Tijl Coosemans
05941b4560 - Remove build dependency on thunderbird because NO_BUILD.
- Create only the linkfarm directories that are used and add them to
  plist with @dir instead of @exec.
- Don't create symlinks in the stage directory.  This is a leftover from
  before staging.
- Don't remove ${XPI_LIBDIR} with @unexec.  These are directories that
  cannot be removed with rm and they are already implicitly in plist.
2016-09-09 13:03:48 +00:00
Dmitry Marakasov
dd8c6f9542 - Fix python shebang
PR:		191106
Submitted by:	fred@fredcondo.net
Approved by:	maintainer timeout (wxs, 2 years)
2016-09-09 12:02:45 +00:00
Dmitry Marakasov
be640ebbed - Fix ssl dependency: only headers are needed
Approved by:	portmgr blanket
2016-09-09 11:18:17 +00:00
Christoph Moench-Tegeder
4ad67b8d0d document mozilla vulnerabilities (<48, <45.3esr)
PR:		212463
Approved by:	jbeich (maintainer), rene (mentor)
2016-09-09 11:02:05 +00:00
Christoph Moench-Tegeder
1c609b6d67 update thunderbird to 45.3.0
PR:		212463
Approved by:	jbeich (maintainer), rene (mentor)
MFH:		2016Q3
Security:	aa1aefe3-6e37-47db-bfda-343ef4acb1b5
2016-09-09 10:57:45 +00:00
Christoph Moench-Tegeder
6d2cb0a38b update shotwell to 0.23.6
Approved by:	rene (mentor)
2016-09-09 10:52:01 +00:00
Ganael LAPLANCHE
94130fb428 Add Hackrf support
Submitted by:	ash <ash@aeria.net>
2016-09-09 10:12:00 +00:00
Jan Beich
066f47ca02 www/py-flexget: update to 2.2.22
2.3.0 starts to require the following (not ported yet)

  terminaltables>=3.0.0
  colorclass>=2.2.0

Changes:	https://github.com/Flexget/Flexget/compare/2.1.15...2.2.22
2016-09-09 09:32:11 +00:00
Jan Beich
b81a8c21f9 www/py-flexget: unbreak after r420813
$ flexget
Traceback (most recent call last):
  File "/usr/local/bin/flexget", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2927, in <module>
    @_call_aside
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2913, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2940, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 637, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 650, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 829, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'beautifulsoup4!=4.2.0,<4.5,>=4.1' distribution was not found and is required by FlexGet

Approved by:	portmgr blanket
2016-09-09 09:11:42 +00:00
Gerald Pfeifer
cd8e40e764 Update to the 20160908 snapshot of GCC 6. 2016-09-09 09:06:44 +00:00
Dmitry Marakasov
e39e098c8e - Switch to options helpers
- Regenerate patches with `make makepatch`
2016-09-09 09:01:30 +00:00
Kurt Jaeger
7d836018eb graphics/jpgraph2: install missing fonts
- this fixes errors like
  PHP Warning: imageloadfont(/usr/local/share/jpgraph/fonts/FF_FONT1-Bold.gdf):
  failed to open stream: No such file or directory in
  /usr/local/share/jpgraph/gd_image.inc.php on line 94, referer: ...

PR:		212516
Submitted by:	Andrea Venturoli <ml@netfence.it>
2016-09-09 08:56:57 +00:00
Pietro Cerutti
ddeab292f8 lang/tcl8*: remove use of fpsetround
Pushed upstream: http://core.tcl.tk/tcl/info/20c19f9d5593455a

PR:		212512
Submitted by:	emaste
2016-09-09 07:47:01 +00:00
John Marino
969ba28b21 security/p5-Crypt-OpenSSL-EC: USES+=ssl, Set CFLAGS accordingly
Approved by:	SSL blanket
2016-09-09 06:39:18 +00:00
Steve Wills
9b483a69ae devel/powerpc64-gcc: use libc++
Approved by:	bapt (maintainer)
2016-09-09 06:13:39 +00:00
Matthew Seaman
1aa0fe1e79 Upstream are ending support for this version on 2017-02-15. Deprecate
and mark for expiry -- users should migrate to rt44.

Announcement: https://bestpractical.com/blog/2016/9/rt-40-reaches-end-of-life
2016-09-09 06:07:29 +00:00
Kevin Lo
087c3ccea9 Update to 4.0 2016-09-09 06:00:31 +00:00
Florian Smeets
151921b15d Update to 0.7.09
PR:		211505
Submitted by:	Philip Jocks
Approved by:	maintainer timeout (5 weeks)
2016-09-09 05:21:09 +00:00