Commit graph

408767 commits

Author SHA1 Message Date
Nikolai Lifanov
3d9ab9f606 add sysutils/s6-rc - service manager for s6-based systems
PR:		208655
Submitted by:	Andris Raugulis <moo@arthepsy.eu>
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9065
2017-01-06 20:01:08 +00:00
Nikolai Lifanov
befb53d1fa add net-mgmt/dnsmap : DNS domain name brute forcing tool
PR:		208732
Submitted by:	Rihaz Jerrin <rihaz.jerrin@gmail.com>
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9064
2017-01-06 19:56:11 +00:00
Antoine Brodin
f3307d416c Fix build with libc++ 3.9.0
PR:		212696
Submitted by:	dim
MFH:		2017Q1
2017-01-06 18:54:08 +00:00
Dominic Fandrey
9fae7a1986 www/rubygem-jekyll: Fix RUN_DEPENDS
- Does not work with the latest liquid release so depend on
  textproc/rubygem-liquid3
- Does not work with the latest rouge release so depend on
  textproc/rubygem-rouge1

PR:		213500
Reported by:	freebsdbug@patpro.net
Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D8978
2017-01-06 18:53:48 +00:00
Olli Hauer
2f31299487 - add missing fix for rancid version
s/3.1.99/@VERSION@/

PR:		215832
2017-01-06 18:48:49 +00:00
Dominic Fandrey
32613a001f devel/rubygem-listen: Add missing dependency
- Add missing dependency on devel/rubygem-ruby_dep

PR:		213500
Reported by:	freebsdbug@patpro.net
Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D8977
2017-01-06 18:40:57 +00:00
Dominic Fandrey
4a67d4297f textproc/rubygem-rouge1: New port
- Required by www/rubygem-jekyll

PR:		213500
Reported by:	freebsdbug@patpro.net
Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D8976
2017-01-06 18:38:06 +00:00
Dominic Fandrey
2d066c48da textproc/rubygem-liquid3: new port
- Required for www/rubygem-jekyll

PR:		213500
Reported by:	freebsdbug@patpro.net
Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D8975
2017-01-06 18:29:52 +00:00
Olivier Duchateau
9ce6b7b66c Update MASTER_SITES
PR:		215823
Submitted by:	Danilo G. Baio (maintainer)
2017-01-06 18:26:15 +00:00
Mark Felder
a203c0626c net-mgmt/rancid3: Port cleanup
Fix some variables in post-install, make Comware support include a
version number that matches PORTVERSION

PR:		215832
2017-01-06 18:23:38 +00:00
Dominic Fandrey
9822ea6c24 games/ioquake3-devel: Update to snapshot 2904
- Update from 2808 to 2904
- Switch to USE_GITHUB for distifles

Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D8695
2017-01-06 18:23:11 +00:00
Steve Wills
3db6db9b73 textproc/rubygem-jekyll-sitemap: update to 0.13.0 2017-01-06 18:18:38 +00:00
Ganael LAPLANCHE
87b99a924d Update Simgear & Flightgear ports to 2016.4.4 2017-01-06 17:45:29 +00:00
Ganael LAPLANCHE
2d8881b5e2 Accept absolute paths for CC and CXX
PR:		215656
Submitted by:	rozhuk.im@gmail.com
2017-01-06 17:33:04 +00:00
Steve Wills
67b0b5373f devel/rubygem-request_store: update to 1.3.2 2017-01-06 17:23:57 +00:00
Jason E. Hale
1d64bf08cd Switch to gmake to hopefully prevent pkg-fallout errors that have been popping
up (specifically for math/fftw3-long), although, I can't reproduce them.

Making all in FAQ
restore=: && backupdir=".am$$" &&  am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:"
&& cd . &&  rm -rf $backupdir && mkdir $backupdir &&  if (/bin/sh /wrkdirs/usr/
ports/math/fftw3-long/work/fftw-3.3.5/missing makeinfo --version) >/dev/null 2>&1;
then  for f in ./fftw3.info ./fftw3.info-[0-9] ./fftw3.info-[0-9][0-9]
./fftw3.i[0-9] ./fftw3.i[0-9][0-9]; do  if test -f $f; then mv $f $backupdir;
restore=mv; else :; fi;  done;  else :; fi &&  cd "$am__cwd";  if /bin/sh
/wrkdirs/usr/ports/math/fftw3-long/work/fftw-3.3.5/missing makeinfo   -I .
-o ./fftw3.info ./fftw3.texi;  then  rc=0;  CDPATH="${ZSH_VERSION+.}:" && cd .;
else  rc=$?;  CDPATH="${ZSH_VERSION+.}:" && cd . &&  $restore $backupdir/*
`echo "././fftw3.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir; exit $rc
/wrkdirs/usr/ports/math/fftw3-long/work/fftw-3.3.5/missing: makeinfo: not found
WARNING: 'makeinfo' is missing on your system.
         You should only need it if you modified a '.texi' file, or
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <http://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <http://www.gnu.org/software/make/>
*** Error code 127
2017-01-06 17:15:38 +00:00
Jason E. Hale
ffb41deafd - Use archivers/minizip from ports instead of bundled version
- Use archivers/libunrar5 instead of old archivers/libunrar
- Fix and install icons
- Add .desktop file
- Convert ugly REINPLACE_CMDs to patches
- Remove a bunch of useless warnings
2017-01-06 17:01:41 +00:00
Hajimu UMEMOTO
fd608b2cde Use GdkPixbuf::Pixbuf instead of deprecated Gdk::Pixbuf. 2017-01-06 16:49:12 +00:00
Vanilla I. Shu
2f0fbd2ea7 Update to 2.16.
PR:		215543
Submitted by:	Rainer Hurling <rhurlin at gwdg.de>
2017-01-06 15:43:13 +00:00
Steve Wills
7b83413dcd devel/rubygem-kafo: update to 1.0.6 2017-01-06 15:37:55 +00:00
Steve Wills
14fc85c02b www/rubygem-jquery-ui-rails5-rails4: add PORTSCOUT limit line 2017-01-06 15:35:31 +00:00
Mathieu Arnold
b0a523d1b9 Seems we should not be using DTRACE on 10 either.
Reported by:	swills
Sponsored by:	Absolight
2017-01-06 14:59:18 +00:00
Matthew Seaman
4102432ee3 Update to 1.2.2
ChangeLog:	https://2ndquadrant.com/en/resources/pglogical/release-notes/
2017-01-06 14:31:49 +00:00
Jason E. Hale
409995bd9e Update audio/chromaprint to 1.4.2
- Chromaprint itself is now licensed MIT, but it still includes LGPL21 code
- Add DOXYGEN option to build and install API docs
- Add TEST option to build regression tests
- API has changed, so some dependent ports needed to be patched (mostly
  taken from their respective upstream repositories)

Changes:	https://github.com/acoustid/chromaprint/blob/v1.4.2/NEWS.txt
2017-01-06 14:24:00 +00:00
Vsevolod Stakhov
27bdaeabe6 - Update to 1.4.2
MFH:		2017Q1 2016Q4
2017-01-06 13:49:41 +00:00
Baptiste Daroussin
f0ea7cd359 Update to 1.18 2017-01-06 13:46:59 +00:00
Hiroki Sato
c53fb07815 - Remove stale REINPLACE_CMD lines.
- Fix build when ssl=libressl[*]

PR:	215820 [*]
2017-01-06 13:12:47 +00:00
Jason E. Hale
19cdda7e62 - Fix LICENSE
- Pare down dependencies to the options that require them
- Add TEST_TARGET to actually run the tests
- Support symbol visibility with clang
- Silence a few warnings
2017-01-06 11:09:18 +00:00
Dmitry Marakasov
a9128250b1 - Fix LICENSE
- Add NO_ARCH
- Switch to options helpers
- Don't install LICENSE along with docs
2017-01-06 09:01:14 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Vanilla I. Shu
bcaadb8b15 Update to 1.0. 2017-01-06 05:49:11 +00:00
Vanilla I. Shu
7792457ef7 chrase irc/irssi.
MFH:		2017Q1
2017-01-06 03:47:14 +00:00
Vanilla I. Shu
397c265170 Update to 1.0.0, also remove deprecated configure options.
PR:		215800
Submitted by:	vlad-fbsd@acheronmedia.com <vlad-fbsd at acheronmedia.com>
MFH:		2017Q1
2017-01-06 03:45:11 +00:00
Vanilla I. Shu
875b456878 Document irc/irssi.
PR:		215801
Submitted by:	Vladimir Krstulja <vlad-fbsd at acheronmedia.com>
2017-01-06 03:43:55 +00:00
Greg Lewis
7c47dac112 . Update to 2016j 2017-01-06 03:35:34 +00:00
Jason Unovitch
095aa52419 www/codeigniter: update 3.0.6 -> 3.1.2
Security:	https://vuxml.FreeBSD.org/freebsd/5e439ee7-d3bd-11e6-ae1b-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/496160d3-d3be-11e6-ae1b-002590263bf5.html
MFH:		2017Q1
2017-01-06 03:18:38 +00:00
Jason Unovitch
147a47fef2 Document security issues fixed in CodeIgniter 3.1.0 and 3.1.2
Note the security issue in CodeIgniter 3.1.1 is documented being valid on
PHP 5.3 only.

Security:	https://vuxml.FreeBSD.org/freebsd/5e439ee7-d3bd-11e6-ae1b-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/496160d3-d3be-11e6-ae1b-002590263bf5.html
2017-01-06 03:18:20 +00:00
Jason E. Hale
81b9a5e721 Update to 2015-02-08
Unbreak fetch (project moved to Github)

PR:		215560
Submitted by:	p5B2E9A8F@t-online.de
Patched by:	jhale
Approved by:	Marco Steinbach <coco@executive-computing.de> (maintainer)
MFH:		2017Q1 (blanket)
2017-01-06 01:17:18 +00:00
Mikhail Pchelin
0abbfd9b46 - remove PORTREVISION
- remove DOCS mentioning

Approved by:	jpaetzel (mentor), maintainer timeout (bofh@, 2 weeks)
2017-01-06 00:37:33 +00:00
Mikhail Pchelin
c264634b74 - update from 2.6.20 to 2.6.22
- remove DOCS option
- cryptography support
- remove unneeded patches

Approved by:	jpaetzel (mentor), maintainer timeout (bofh@, 2 weeks)
2017-01-06 00:36:05 +00:00
Matthias Andree
11d2e9541a Update to upstream release 2.2.1.
ChangeLogs since previous 2.0.7:
https://www.darktable.org/2016/12/darktable-2-2-0-released/
https://www.darktable.org/2017/01/darktable-2-2-1-released/

- Permit build on ARM64 (previously: AMD64 only)
- Squish is no longer a build requisite, but po4a is for localized
  documentation.
- USE_GEO -> USE_MAP in the cmake context
- SLIDESHOW and GNOMEKEYRING options are gone upstream
- Move to OpenJPEG 2.1 (used to use 1.5), needs a patch to the
  CMakeLists.txt to resolve include path shadows if both releases are
  installed.
- Remove support for FreeBSD 9.3.

Post-review-change: Take BUILD_DEPENDS on textproc/po4a and extend
pkg-plist by several translated manual pages.

PR:		215687 (related) [1]
Submitted by:	Greg V [1], mandree@ (most)
Reviewed by:	Roman Lebedev, dumbbell@
Approved by:	dumbbell@
Differential Revision:	https://reviews.freebsd.org/D8994
2017-01-06 00:31:26 +00:00
Jan Beich
bdc43de33e comms/dfu-programmer: chase r316903
Ideally, the port should switch to USES += autoreconf pkgconfig
instead of LIBS += -lusb.
2017-01-05 22:58:30 +00:00
Jan Beich
5c82686458 comms/dfu-util: drop nop flags 2017-01-05 22:58:18 +00:00
Jan Beich
7277ec6a16 Assume "pkg-config libusb*" works after 9.x EOL
FreeBSD appears to use different pkg-config name for 0.1.x API but it
doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS.
2017-01-05 22:58:02 +00:00
Jason E. Hale
96966101c6 Update to 1.1.5
Changes:	https://github.com/gogglesmm/gogglesmm/compare/1.1.4...1.1.5
2017-01-05 22:43:42 +00:00
Steve Wills
8e798a4ed5 sysutils/puppet3{7,8}: mark deprecated due to end of upstream support
Approved by:	bapt (maintainer puppet38)
2017-01-05 21:52:08 +00:00
Steve Wills
a7370cf6f9 net-im/ttytter: Mark DEPRECATED and set EXPIRATION_DATE
PR:		215780
Submitted by:	arved
Approved by:	jdunn@aquezada.com (maintainer)
2017-01-05 21:22:36 +00:00
Brad Davis
ac3358a453 databases/influxdb: Add armv6 to the list of ONLY_FOR_ARCH=
PR:		209947
Submitted by:	bugs.freebsd.org@fluffel.io
Approved by:	cheffo@freebsd-bg.org (maintainer)
2017-01-05 19:51:20 +00:00
Sunpoet Po-Chuan Hsieh
2c4fd78bb3 Add p5-Sub-Info 0.002
Sub::Info is a tool to inspect subroutines.

WWW: http://search.cpan.org/dist/Sub-Info/
2017-01-05 19:34:59 +00:00
Sunpoet Po-Chuan Hsieh
9c328055d5 Update to 7.4.0 [1]
- Fix build on ARMv6 [2]
- While I'm here, remove duplicate PLIST_SUB which is already handled by OPTIONS_SUB=yes

Changes:	https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V7.md
		https://nodejs.org/en/blog/release/v7.4.0/
PR:		215775 [1], 215044 [2]
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer) [1],
		Peter Laursen <plaursen@kobalt.dk> [2]
2017-01-05 19:34:16 +00:00