Commit graph

412276 commits

Author SHA1 Message Date
Don Lewis
af7a1ea6d1 Upgrade devel/mtbl to version 1.0.0:
mtbl (1.0.0)

   * Backwards-incompatible file format change to enable block sizes >4G.
   * Add support for zstd compression. This adds a new library dependency
     on libzstd.
   * Add mtbl_iter_seek function.
   * Add mtbl_fileset_partition function.
   * Breaks ABI for version 0.x.x.

  mtbl (0.8.1)

   * Add portability for clock time.
   * Simplify and improve portability related to byte order primitives.
   * Fix assertion failure. If there is a broken mtbl file in the fileset
     then a NULL reader will be returned. This change checks for that
     error condition in fs_reinit_merger() and does not pass the empty
     reader onwards to mtbl_merger_add_source().

Compatiblity with the latest libz4 has been added so files/patch-configure
is no longer needed.

Bump PORTREVISION on dependent ports due to ABI / shared library version
change.
2017-02-23 01:54:12 +00:00
Wen Heping
f5aba78b76 - Update to 1.9
PR:		217301(based on)
Submitted by:	seschwar@gmail.com
2017-02-23 01:32:47 +00:00
Sofian Brabez
bf6753c021 - Update to 0.7.2 2017-02-23 00:07:32 +00:00
Bryan Drewery
6c28251713 Build aarch64-binutils as static by default.
This is required to build Arm64 packages using QEMU.  Poudriere copies
the native ld from the host into the jail and uses that during the build.
This only works if ld is static.

Reported by:	krion
Approved by:	bapt
2017-02-22 23:33:44 +00:00
Bryan Drewery
7fa3463087 Add a STATIC option to build the toolchain as static.
Approved by:	bapt
2017-02-22 23:32:19 +00:00
Mark Felder
fd22dbb368 news/nzbget: rc script improvement
nzbget obeys normal signals. Use them instead of needlessly complicating
the rc script.

PR:		216894
Approved by:	maintainer timeout
MFH:		2017Q1
2017-02-22 22:24:16 +00:00
Sofian Brabez
f52fb30b55 - Update to 16.2.0 2017-02-22 21:27:05 +00:00
Sofian Brabez
42157632a4 - Update to 2.0.5 2017-02-22 21:16:24 +00:00
Steve Wills
bbb06961ec www/minio: correct commitID 2017-02-22 21:15:26 +00:00
Dirk Meyer
8d655fac68 - unbreak build, fix DEFAULT options 2017-02-22 21:08:51 +00:00
Dirk Meyer
3b06101bb5 - bail out if not database is selected 2017-02-22 21:06:57 +00:00
Dirk Meyer
fd650bcd75 - fix option VAR_LOG
PR:		217285
2017-02-22 20:58:38 +00:00
Sofian Brabez
e9c9f7bbb0 - Update to 1.2.2 2017-02-22 20:41:50 +00:00
Bryan Drewery
c2e8980f0d Restore 'umount -f' usage for now as older releases do not support 'umount -n'.
A better fix will be coming soon.

Reported by:	ohauer
2017-02-22 20:35:50 +00:00
Bryan Drewery
70eec3b6cc Mark BROKEN due to 'umount -n' being unsupported.
This is in the cleanup code, let's not cause problems for
people as I get it fixed.
2017-02-22 20:30:47 +00:00
Tobias Kortkamp
8ab1408780 New port: devel/memleax
Memleax debugs memory leaks of running processes by attaching to them,
without recompiling or restarting. It hooks the target process's invocation
of memory allocation and free and reports the memory blocks which live
long enough as memory leak, in real time.

It is convenient to use, and suitable for production environments.
There is no need to recompile the program or restart the target process.
You can run memleax to monitor the target process, wait for the real-time
memory leak report, and then kill it with ctrl-c to stop monitoring.

WWW: https://github.com/WuBingzheng/memleax

PR:		217105
Submitted by:	Guy Tabrar <guy.tabrar@me.com>
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D9725
2017-02-22 20:18:10 +00:00
Steve Wills
30cdb6bcc8 www/minio: update to 2017.02.16.01.47.30
While here, add rc script and user

PR:		217173
Submitted by:	jhixson@gmail.com (with changes)
2017-02-22 19:57:45 +00:00
Matthew Rezny
e1ef4baf60 Replace USE_OPENSSL with USES=ssl and bump portrevision for SSL changes.
This should have been part of the prior commit, oops.

PR:		216781
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9727
2017-02-22 19:51:08 +00:00
Matthew Rezny
6b5cc6c4c6 Adjust SSL patches to match behavior of Qt5 in regards to SSL/TLS versions.
PR:		216781
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9727
2017-02-22 19:38:31 +00:00
Matthew Rezny
6e76cfd97b Fix build with libressl-devel by implementing portable curve control.
Correct the path used for loading SSL libraries at runtime.

PR:		216781
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9726
2017-02-22 19:29:56 +00:00
Matthew Rezny
13d338e152 Update to 1.7.2 and fix building with libressl-devel
PR:		216825
Approved by:	maintainer (timeout), swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9711
2017-02-22 19:10:26 +00:00
Jean-Sébastien Pédron
8b84c255e7 lang/rust, lang/rust-nightly: Update to 1.15.1 and 1.17.0 respectively
Both versions of Rust seen changes to their build system. Now they
require a bootstrap of Cargo and thus, a snapshot of Cargo's registry.

Each library has its own suffix instead of a common suffix for a given
version of Rust. Thus all future updates of the ports will include
changes to their plist.

$DISTFILES are now all under the `rust` directory in `$DISTDIR`. A
similar change will be committed to devel/cargo later.

lang/rust-nightly is enabled on i386 (bugzilla 216143). The source
snapshot also contains everything to build it on aarch64, but enabling
it will be committed later.

PR:		216143
Approved by:	riggs, bapt (mentor), antoine (mentor)
Differential Revision:	https://reviews.freebsd.org/D9286
2017-02-22 19:04:03 +00:00
Matthew Rezny
a1013b3f2e Fix building with libressl-devel and add missing dependency on libidn.
PR:		216785
Approved by:	jharris@widomaker.com (maintainer), swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9672
2017-02-22 19:02:51 +00:00
Matthew Rezny
598dae77a2 Update patches to build with Xorg server 1.18
PR:		216989
Approved by:	meta+ports@vmeta.jp (maintainer), swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9710
2017-02-22 18:56:44 +00:00
Matthew Rezny
42622059b2 Explicitly disable use of udev to fix build with libudev-devd present.
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9719
2017-02-22 18:52:53 +00:00
Tobias Kortkamp
076de91702 Update to 2.4.0
Changes:	https://github.com/python-fedex-devs/python-fedex/blob/2.4.0/CHANGES.rst
PR:		217276
Submitted by:	Kevin Golding <ports@caomhin.org> (maintainer)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9703
2017-02-22 18:34:03 +00:00
Dmitry Marakasov
4a8e6c1692 - Update to 0.18.2 2017-02-22 18:33:01 +00:00
Bryan Drewery
df4e2f3a71 Update to 3.0-1822-ge8f0d3e
- Manpage updates
   - Remove pkg_install support.
   - Remove NO_STAGE support.
   - Remove use of umount -f where possible.
   - Use relative paths where possible to avoid namecache contention.
   - USE_CACHED reworked to use POSIX mq (will soon change again)
   - PRIORITY_BOOST is fixed to boost dependencies as well now with
     USE_PTSORT enabled (default yes).
   - Load linux64 when needed
   - Improved ports_env support (less executions during ports interations)
   - Show resource limits in build log
   - Limit filedescriptors to 1024 by default with MAX_FILES
   - Shutdown/unmount build jails in parallel
   - Don't leak mount path in build log from ident(1)
   - sh: Add some builtins to avoid fork/execs (mostly poudriere C helpers):
     cachec, clock_monotonic, date +%s, dirempty, locked_mkdir, realpath,
     sleep
   - BUILD_AS_NON_ROOT: Remove redundant chown -R.
   - Add HTML_JSON_UPDATE_INTERVAL (def: 2) to allow overriding JSON update
     interval.
   - Add support for USE_TMPFS=no
   - jail: install the kernel requested with -K when using src method
   - jail -c -m src: Add support for building the src tree with -b.
   - jail -u -m src: Update the version for the jail as well.
   - jail -c: Allow @rev for releng/X.Y branch
   - jail: Switch to http protocol for ftp-archive.
   - ports: Do not create a FS when '-m none'
   - ports -d: Do not delete a ports tree created with method=none or -.
   - ports -d: Confirm if in a TTY
   - ports -d: Really delete the zfs dataset when TMPFS_ALL is used
   - ports: Add git+http support
   - ports/jail: Auto pass PROXY env vars from parent environment
   - image: only isos have a restriction in the image name
   - image: If the images dir does not exist, attempt to create it
   - image: Handle a relative path with -o
   - image: Various fixes.
   - image: usb|*firmware|rawdisk now require a kernel and image size.
   - testport: Fix fdescfs/procfs/linprocfs not being mounted.
   - testport: Fix limits not being applied
   - testport+SIGINFO: Fix very old deadlock with update_stats.
   - pkgclean: Add hook: pkgclean done <DELETED_FILES: 0|1> <BUILT_REPO: 0|1>
   - pkgclean: Cleanup corrupt packages
   - pkgclean: Act on .latest directory for ATOMIC_PACKAGE_REPOSITORY
   - poudriere.conf: Don't suggest changing svn.FreeBSD.org to a mirror anymore.
   - QEMU+Arm64: Coppy the latest aarch64-binutils ld into the jail at startup.
   - QEMU+Arm64: Link /usr/bin/ld to /nxb-bin/usr/bin/ld.
   - QEMU+Arm64: Tell about copying ld
   * QEMU+Arm64: Note that this is not working properly yet due to the
     aarch64-binutils port not providing a static ld.
   - options: Properly setup ARCH/MACHINE in make.conf for cross-builds
2017-02-22 18:21:46 +00:00
Nikolai Lifanov
1f9f34c365 add databases/mysqlwsrep56-server
- MySQL version enabled for Galera Replication

PR:		214807
Submitted by:	Philip Stoev <philip.stoev@galeracluster.com>
Reviewed by:	matthew, mat, mmokhi
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D9427
2017-02-22 17:31:39 +00:00
Mahdi Mokhtari
b9db446854 databases/mysql{56 57 80}:
Improve ${mysql_optfile} default usage in rc script.
Improve pkg-message.

Reviewed by:	feld, mat
Approved by:	feld, mat (mentors)
Differential Revision:	https://reviews.freebsd.org/D9646
2017-02-22 17:25:22 +00:00
Sunpoet Po-Chuan Hsieh
cf3ae11391 Add gobench 1.1
goBench is a HTTP(S) benchmarking tool designed for high throughput
to replace existing benchmarking/load tools which have concurrency
issues. We are working so hard to optimize our servers - why shouldn't
we do also it for our clients testers?!

WWW: https://github.com/tabrarg/gobench

- While I'm here:
  - Add LICENSE_FILE
  - Change BUILD_DEPENDS to RUN_DEPENDS
  - Remove GH_PROJECT
  - Respect LOCALBASE

PR:		217213
Submitted by:	Guy Tabrar <guy.tabrar@me.com>
2017-02-22 17:17:49 +00:00
Sunpoet Po-Chuan Hsieh
e62817d8a7 Update to 3.3.0
Changes:	https://github.com/puppetlabs/hiera/commits/master
2017-02-22 17:15:18 +00:00
Sunpoet Po-Chuan Hsieh
aa53269f8b Update to 1.14.5
Changes:	https://github.com/bundler/bundler/blob/master/CHANGELOG.md
2017-02-22 17:15:13 +00:00
Sunpoet Po-Chuan Hsieh
43bbbf8009 Update to 1.9.3
Changes:	https://github.com/premailer/premailer/commits/master
2017-02-22 17:15:09 +00:00
Sunpoet Po-Chuan Hsieh
414bdbeed8 Fix gemspec for rubygem-i18n 0.8.1 update
- Bump PORTREVISION for package change
2017-02-22 17:15:04 +00:00
Sunpoet Po-Chuan Hsieh
113a353aab Update to 0.8.1
- Add LICENSE_FILE

Changes:	https://github.com/svenfuchs/i18n/releases
2017-02-22 17:15:00 +00:00
Sunpoet Po-Chuan Hsieh
603737eaf0 Update to 2.3.5
- Add LICENSE_FILE

Changes:	https://github.com/doudou/flexmock/blob/master/README.md#changes
		https://github.com/doudou/flexmock/commits/master
2017-02-22 17:14:54 +00:00
Sunpoet Po-Chuan Hsieh
3a1c65e8f6 Update to 2.7.12
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
2017-02-22 17:14:50 +00:00
Sunpoet Po-Chuan Hsieh
c08dd2a4a8 Update to 2.7.12
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
2017-02-22 17:14:45 +00:00
Sunpoet Po-Chuan Hsieh
d4810b70a5 Update to 2.7.12
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
2017-02-22 17:14:40 +00:00
Sunpoet Po-Chuan Hsieh
dbc15fee9e Update to 2.24
- Add LICENSE_FILE
- Sort PLIST

Changes:	http://search.cpan.org/dist/POE-Component-Server-SimpleHTTP/Changes
2017-02-22 17:14:36 +00:00
Sunpoet Po-Chuan Hsieh
4f989b436f Update to 0.949
- Add LICENSE_FILE
- Sort *_DEPENDS
- Sort PLIST

Changes:	http://search.cpan.org/dist/POE-Component-Client-HTTP/CHANGES
2017-02-22 17:14:31 +00:00
Sunpoet Po-Chuan Hsieh
140d38f0a7 Update to 1.10
- Add LICENSE
- Sort *_DEPENDS
- Add NO_ARCH
- Use PORTEXAMAPLES
- Convert to options target helper

Changes:	http://search.cpan.org/dist/POE-Component-IRC-Plugin-RSS-Headlines/Changes
2017-02-22 17:14:26 +00:00
Sunpoet Po-Chuan Hsieh
5c8d663f9d Update to 2.4.9
Changes:	http://search.cpan.org/dist/Mouse/Changes
2017-02-22 17:14:21 +00:00
Sunpoet Po-Chuan Hsieh
4cc283dfd7 Update to 5.20170220
Changes:	http://search.cpan.org/dist/Module-CoreList/Changes
2017-02-22 17:14:17 +00:00
Sunpoet Po-Chuan Hsieh
78130e0ae1 Update to 1.49
Changes:	http://search.cpan.org/dist/Log-Log4perl/Changes
2017-02-22 17:14:12 +00:00
Sunpoet Po-Chuan Hsieh
b3b4ab6d24 Update to 0.28
Changes:	http://search.cpan.org/dist/Config-Any/Changes
2017-02-22 17:14:07 +00:00
Sunpoet Po-Chuan Hsieh
d123a7a1bc Update to 1.72
Changes:	http://search.cpan.org/dist/POE-Filter-LZO/Changes
2017-02-22 17:14:02 +00:00
Sunpoet Po-Chuan Hsieh
e4e38286d8 Update to 1.4.9
Changes:	https://github.com/premailer/css_parser/blob/master/CHANGELOG.md
2017-02-22 17:13:57 +00:00
Sunpoet Po-Chuan Hsieh
475bfa0a22 Update to 6.21
Changes:	http://search.cpan.org/dist/libwww/Changes
2017-02-22 17:13:53 +00:00