Commit Graph

399309 Commits

Author SHA1 Message Date
Baptiste Daroussin
58d7cda819 Reduce the number of files packaged to the one not provided by the bsd elftoolchain 2016-08-27 12:58:14 +00:00
Baptiste Daroussin
504f74df0a Stop trying to remove the empty lib/ for cloudabi find(1) complains about it on
FreeBSD 9. I have no time to investigated. Reverted make the package build again
2016-08-27 12:25:04 +00:00
Matthias Andree
e76da9426f Fix self-tests in poudriere, make them more robust [1].
The self-tests used to fail in poudriere with dependency cycles in
Makefile that weren't visible earlier. Conditionally change ALL_TARGET
to check (do not use all check, that would require gmake) if the TEST
option is set (default), or set TEST_TARGET if the TEST option is unset.

While I am unable to reproduce 212146 claiming the self-tests fail on an
IPv6-disabled host, and I believe it's a red herring masking a local
configuration issue, doubt sed(1) and add blanks, and be sure to add the
"proto" earlier. The reporter didn't mention his OS version.

No PORTREVISION bump since the default build is unaffected.

PR:		212146 [1]
2016-08-27 12:23:58 +00:00
Baptiste Daroussin
6459b1319d Remove from the package some binaries to avoid conflicts
Some binaries were added by the fact all targets have been enabled. This causes
conflicts with other tools. Given those binaries are already provided by the
mingw32-binutils there is no need for this one to provide them as well
2016-08-27 12:20:17 +00:00
TAKATSU Tomonari
ea7bd37aea - Update to 0.7.400.2.0 2016-08-27 11:40:11 +00:00
Pawel Pekala
74c4e22651 - Fix AMRNB option plist
- Fix SQLITE option, needs pkg-config to detect sqlite availability:

  checking for SQLite using pkg-config... yes

- Simplify post-stage target

PR:		211841
Submitted by:	myself
Approved by:	maintainer
2016-08-27 11:39:31 +00:00
Pawel Pekala
e042b1bd23 Should be NO_WRKSUBDIR
Reported by:	mat
2016-08-27 11:13:39 +00:00
Mathieu Arnold
bcdc68f820 Revert the OpenSSL 1.1.0 update, it was not tested.
With hat:	portmgr
Sponsored by:	Absolight
2016-08-27 11:00:44 +00:00
Dirk Meyer
4ed1f37abd - update to 1.1.0
- bump SHLIBVERSION
2016-08-27 09:59:48 +00:00
Matthias Andree
2efda235d0 Make self-test the TEST option, support make test. Enabled by default.
NB: This is a critical port with many users, and the test is low on
resources, it takes two minutes idling, waiting for timers to expire.

Replace former ".if ... post-build:" by "post-build-TEST-on: test".
Replace former post-build by "TEST_TARGET=check".

Add a temporary (9 months or so-ish) compatibility wrapper to move
people from the prior port-specific WITHOUT_CHECK to WITHOUT=TEST or
OPTIONS_UNSET=TEST. Uses WARNING+= to make user aware of the change.

While here, shorten the POLARSSL_DESC help message.

Requested by:	brnrd@
Differential Revision:	D7507 (sort-of)
2016-08-27 09:32:30 +00:00
Matthew Seaman
005972049e Update to account for upstream's website reorganization
- new DISTFILE location
  - new WWW link in pkg-descr
  - while here, recreate distinfo to add timestamp and
    reformat a long line

Reported by:	pi
2016-08-27 09:28:03 +00:00
Matthew Seaman
ebac5c8c4c Delete some dead code missed out of the previus update. 2016-08-27 09:24:50 +00:00
Matthew Seaman
15b2f87b04 Update to version 1102
- switch to using a zip archive, as that's all upstream are
     providing now
   - Upstream have completely reorganised their site, so distfile
     locations and WWW links have changed
   - No changes have been made to the actual font

Reported by:	pi
2016-08-27 09:21:57 +00:00
Dmitry Marakasov
1d75e65b84 - Remove unneeded flags
- Switch to options helpers
2016-08-27 09:01:18 +00:00
Jimmy Olgeni
037927aeb0 Update devel/rebar to version 2.6.3. 2016-08-27 08:59:42 +00:00
John Marino
0cb8a7439c devel/distorm: fix concurrent building
For a reason I can't figure out, the "clean" target was being called
simultaneously with the build target resulting in a possibility of
deleting object files after they are built but before they are linked
to make a library.

The solution is to remove the "clean" target since it really serves no
purpose in the ports framework (the work area starts clean).

While here, join compound commands with "&&" rather than ";"
2016-08-27 06:10:10 +00:00
Lars Engels
d5da7618ac net-mgmt/icinga2:
- Remove USES=ssl again. The last approach did not fix the problem with unresolved symbols.
Upstream now has symbol versioning in development, so once the new version is released,
all should be fine.
- Bump PORTREVISION
2016-08-27 05:38:08 +00:00
Steve Wills
7f593749d9 base/binutils: add powerpc64 plist
While here, fix typo in README and add empty STRIP which seemed to be necessary
2016-08-27 02:32:20 +00:00
Baptiste Daroussin
7a51d2ef76 Remove more tings provided by the elftoolchain 2016-08-27 01:41:11 +00:00
Matthias Andree
7a720cbaad Update Tunnelblick XOR patch.
PR:		212136
Submitted by:	Franco Fichtner
2016-08-27 01:17:24 +00:00
Baptiste Daroussin
328e8eb8d4 Remove GOLD option on i386 as it is broken on recent binutils
commit forgotten in the binutils update

Submitted by:	madpilot
2016-08-27 00:34:00 +00:00
Baptiste Daroussin
5af442e679 WIP: external toolchain cross buildable: binutils
Add a cross buildable binutils package.
The new category is not linked to the regular ports tree to avoid make install,
poudriere and others to catch it automagically

instead of ending with a very complex file removal in the stage, prefer to use
specific plist per arch.

For now only sparc64 tested and added. This version of binutils is stipped down
only the components that are not supported by elftoolchain
2016-08-27 00:14:11 +00:00
Brooks Davis
d6cf438faa Put santizers where clang expects to find them.
Thanks to Mikael Simonsson <m@mikaelsimonsson.com> for suggestions and
testing.

PR:		208900
2016-08-27 00:09:51 +00:00
Brooks Davis
69f3b33610 Put santizers where clang expects to find them.
Thanks to Mikael Simonsson <m@mikaelsimonsson.com> for suggestions and
testing.

PR:		208900
2016-08-26 21:40:09 +00:00
Roman Bogorodskiy
8d48c8c955 net/py-pyzmq: update to 15.4.0 2016-08-26 21:35:14 +00:00
Mark Felder
cd2fd91ac7 security/sshguard: Update to 1.7.0
Changelog:

Added
    Add sshg-logtail
    Add sshg-parser
    Control firewall using sshg-fw
    Match "no matching key exchange method" for SSH

Deprecated
    Hosts backend is deprecated
    Logsuck (-l option) is deprecated, use sshg-logtail instead
    Process validation (-f option) is deprecated

Removed
    Remove external hooks (-e option)
    Remove support for genfilt and ipfilter backends

Fixed
    Accept socklog messages without a timestamp
    Fix excessive logging causing endless looping in logsuck
    Fix undefined assignment of initial inode number

Note on deprecation: Deprecated features will be removed in the next
non-bugfix release. If you would like to nominate a feature to be
un-deprecated, contact the project mailing list.
2016-08-26 21:07:15 +00:00
Pawel Pekala
e84cd39118 Exo 2 is a complete redrawing of Exo, a contemporary geometric sans serif
typeface that tries to convey a technological/futuristic feeling while keeping
an elegant design. Exo is a very versatile font, so it has 9 weights
(the maximum on the web) and each with a true italic version. Exo 2 has a more
organic look that will perform much better at small text sizes and in long texts.

WWW: http://ndiscovered.com/exo-2/

PR:		211996
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2016-08-26 20:41:29 +00:00
David Naylor
f106023e89 Mk/Uses/cran.mk: fix WARNING in cran tests.
R warns if it detects .o or .so objects in the source directory, when
running tests.  Remove the offending files before running the test.

Take maintainership [1]

PR:		212134
Approved by:	wen [1]
2016-08-26 20:30:18 +00:00
Pawel Pekala
42d07ed793 - Update to version 0.7.1
- Remove MYSQL and PGSQL options
- Add configtest command to ntpa rc file

Changelog:
  - New configuration validator GUI
  - New internal configuration engine
  - SSL support for databases
  - Unified code for all platforms
  - Improved code quality & Several bugfixes
  - Updated MySQL Connector to official v6.9.9
  - Updated PostgreSQL data provider to v3.1.7
  - Updated Bootstrap to v3.3.7
  - Updated jQuery to v2.2.4

PR:		212081
Submitted by:	Carsten Larsen (maintainer)
2016-08-26 20:25:52 +00:00
David Naylor
5014091fdb emulators/i386-wine: update to 1.8.4 2016-08-26 20:17:44 +00:00
David Naylor
679a83f16e emulators/i386-wine-devel: update to 1.9.17. 2016-08-26 20:16:48 +00:00
Baptiste Daroussin
8f7c8be17f Document the deprecation/removal of KNOBS done in r345883 (2014-02-24)
Requested by:	mandree@
2016-08-26 20:07:56 +00:00
Thierry Thomas
6ea7538060 Update to v2.16d and unbreak. 2016-08-26 20:00:36 +00:00
Allan Jude
fd6baeb675 consul: Add reload command to the rc.d script
Submitted by:	Andrew Fengler <andrew.fengler@scaleengine.com>
Reviewed by:	matthew
Approved by:	swills (maintainer)
Sponsored by:	ScaleEngine Inc.
Differential Revision:	https://reviews.freebsd.org/D7487
2016-08-26 19:46:24 +00:00
Allan Jude
0ec7b47220 gdnsd2: run checkconf before reload/restart
Submitted by:	Andrew Fengler <andrew.fengler@scaleengine.com>
Reviewed by:	matthew
Approved by:	zi (maintainer)
Sponsored by:	ScaleEngine Inc.
Differential Revision:	https://reviews.freebsd.org/D7488
2016-08-26 19:44:57 +00:00
Jung-uk Kim
f0ff2870a0 Make the FPU hack for ARM optional. Note this hack is not necessary for
VFPv3 or later, i.e., only VFPv1 and VFPv2 require this hack.

https://svnweb.freebsd.org/changeset/base/288983
2016-08-26 18:29:46 +00:00
Jimmy Olgeni
eea12c7664 Update devel/rebar3 to version 3.3.0. 2016-08-26 18:14:36 +00:00
Thierry Thomas
949aca82d8 Upgrade to 16.8.2016.08.11.
PR:		211820
Submitted by:	dereks (at) lifeofadishwasher.com
2016-08-26 17:54:13 +00:00
Kurt Jaeger
2c52903c3d audio/openal-soft: re-apply r420906
- r420919 overwrote r420906

PR:		210353, 211664
Reported by:	matthew@reztek.cz
2016-08-26 17:35:57 +00:00
Pawel Pekala
8f04487f5a - Convert to USES=localbase sqlite
- Add LICENSE_FILE
- Register proxy dependencies found by stage-qa
- Fix absolute path link
- Use options helper for DOCS installation
- Regenerate patch with make makepatch
2016-08-26 17:12:21 +00:00
Dan Langille
e12d0b5334 Let us check in the distinfo, which I did not check in with my previous
commit.
2016-08-26 16:43:32 +00:00
Kurt Jaeger
f6f9e8cbc1 devel/git: bump PORTREVISION as OPTIONS_DEFAULT changed
PR:		211573
Reported by:	ohauer
2016-08-26 16:27:35 +00:00
Vanilla I. Shu
44e49f938f Update to 0.6. 2016-08-26 16:27:10 +00:00
Kurt Jaeger
e2d363eab7 graphics/zathura: bump portrevision after r420581
- dependencies added require a bump of portrevision

PR:		211468
Reported by:	marino
2016-08-26 16:21:36 +00:00
Kurt Jaeger
e594c4de82 x11/xdm: remove part of files/patch-greeter-greet.c that no longer applies
PR:		211624
Reported by:	ak
2016-08-26 16:19:04 +00:00
Pawel Pekala
11b0635a8d - Convert to USES=localbase sqlite
- Register proxy dependencies found by stage-qa
2016-08-26 15:49:51 +00:00
Bernard Spil
e1aec48a4f www/nextcloud: Update to 10.0.0
- Update to new major release 10.0.0
  - Add upgrade instruction to pkg-message
  - Fix mode on .htaccess / .user.ini [1]
  - Switch USE_OPENSSL to USES= ssl
  - Update pkg-plist for new version

PR:             211102
Submitted by:   Josh Ruehlich <joshruehlig@gmail.com> [1]
Reported by:    Josh Ruehlich <joshruehlig@gmail.com> [1]
Approved by:    Loic Blot <loic.blot@unix-experience.fr>
MFH:            2016Q3
2016-08-26 15:40:57 +00:00
Kurt Jaeger
1a3bd73319 x11/xdm: minimize the patch to config/xdm-config.cpp
PR:		211624
MFH:		2016Q3
Reported by:	ak
2016-08-26 15:32:16 +00:00
Pawel Pekala
6d46a6809a - Convert to USES=mysql sqlite
- Add LICENSE info
2016-08-26 15:30:54 +00:00
Pawel Pekala
bd6f0e6490 - Convert to USES=sqlite
- Convert to PLIST_FILES, only 2 items in plist
- Register proxy dependencies found by stage-qa
2016-08-26 15:04:06 +00:00