aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to options helpersamdmi32015-09-211-26/+23
| | | | - Fix targets order
* - Switch to options helpersamdmi32015-09-211-6/+2
|
* - Add NO_ARCHamdmi32015-09-211-6/+1
| | | | | | - Simplify case of EXAMPLES disabled, no need for special handling here Approved by: portmgr blanket
* - Switch to options helpersamdmi32015-09-211-13/+4
| | | | Approved by: portmgr blanket
* Add USES=alias to 3 ports (Aids DragonFly support)marino2015-09-211-0/+1
|
* sysutils/usrinfo: Support modern gcc by adding <string.h> headermarino2015-09-211-0/+10
|
* Remove BROKEN on Tier-2 systems statements which no longer true at leastdanfe2015-09-201-5/+1
| | | | | | | on PowerPC (verified for all of them) and some also on SPARC (whenever I was able to test those on flame.freebsd.org) and even IA64 (which should be OK to remove anyways, because it was never really supported system in ports land and was officially killed in -CURRENT a while ago.
* Fix AVAHI and BASH builds.cy2015-09-201-1/+3
|
* Add USES=alias to 10 ports (Aids DragonFly support)marino2015-09-201-1/+1
|
* Make all GNUstep ports install into the System domain so that the Local ↵theraven2015-09-194-29/+29
| | | | | | | | | | | domain is available for stuff built from source. Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977
* Update to 0.4.8cs2015-09-192-3/+3
| | | | | PR: 203153 Submitted by: jwbacon@tds.net (maintainer)
* - Update to 20150918kmoore2015-09-193-5/+5
| | | | - Fix WWW address
* - Drop 8.x supportamdmi32015-09-182-7/+1
| | | | Approved by: portmgr blanket
* - Drop 8.x supportamdmi32015-09-181-7/+2
| | | | | | - Add NO_ARCH Approved by: portmgr blanket
* - Drop 8.x supportamdmi32015-09-181-7/+1
| | | | Approved by: portmgr blanket
* - Fix plistamdmi32015-09-181-2/+3
| | | | PR: 203048
* sysutils/ansible: update 1.9.2 -> 1.9.3 and add NO_ARCHjunovitch2015-09-182-4/+4
| | | | | | | | Changes: https://raw.githubusercontent.com/ansible/ansible/v1.9.3-1/CHANGELOG.md PR: 202895 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
* - Modernize empty dir handlingamdmi32015-09-183-19/+20
| | | | Approved by: kwm
* - Add NO_ARCHsunpoet2015-09-182-1/+2
| | | | - Sort PLIST
* - Drop 8.x supportamdmi32015-09-172-22/+0
| | | | Approved by: portmgr blanket
* Install netxml-ups, update pkg-plist.cy2015-09-172-11/+6
| | | | | PR: 203048 Submitted by: amdmi3
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionbapt2015-09-171-1/+1
| | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop
* It seems some people keep adding $FreeBSD$ to patch files.mat2015-09-163-5/+0
| | | | | | | | Patches must not be changed by the vcs, this includes the svn:keyword expansion. Set fbsd:nokeywords to a couple of patches. With hat: portmgr Sponsored by: Absolight
* - Drop 8.x supportamdmi32015-09-162-16/+8
| | | | | | | - Switch to options helpers - Regenerate patches with `make makepatch` Approved by: portmgr blanket
* - Drop 8.x supportamdmi32015-09-161-7/+2
| | | | | | - Add NO_ARCH Approved by: portmgr blanket
* Bump to version 1.2: fix printf formatting errordteske2015-09-162-3/+3
| | | | | | | | PR: ports/200260 Differential Revision: https://reviews.freebsd.org/D3663 Submitted by: Joseph Mingrone <jrm@ftfl.ca> Reviewed by: feld Approved by: feld
* - Update to 0.3.5bdrewery2015-09-153-3/+4
| | | | | | | | Changes: - Optimize coalescing of snapshots on a system with a DB. - Avoid division by zero when creating snapshots. [1] PR: 203115
* - Update to 3.4.0sunpoet2015-09-152-4/+3
| | | | Changes: http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog
* - Add LICENSE_FILEamdmi32015-09-151-6/+1
| | | | - Remove BROKEN, this builds fine at least on mips
* sysutils/facter: update to 3.1.0mmoll2015-09-156-44/+6
|
* Update to 1.41.delphij2015-09-153-3/+5
|
* - Update to 0.3.4bdrewery2015-09-152-3/+3
| | | | | | Changes: - Fixes handling of multiple pools for creating multiple snapshots at once.
* - Add LICENSE_FILEamdmi32015-09-151-7/+2
| | | | | | - Drop 8.x support Approved by: portmgr blanket
* - Add LICENSEamdmi32015-09-151-6/+4
| | | | | | - Drop 8.x support Approved by: portmgr blanket
* - Drop 8.x supportamdmi32015-09-151-5/+1
| | | | Approved by: portmgr blanket
* sysutils/tarsnap-gui: fix build on 9.xswills2015-09-151-1/+1
|
* - Update to 0.3.3bdrewery2015-09-153-4/+5
| | | | | | | | | Changes: - Fix to not snapshot unmounted datasets in some cases. - Optimize snapshot creation by specifying multiple snapshots in 1 'zfs create' execution. - Fix cleanup of recursive snapshots with -P. - Handle spaces in dataset names
* sysutils/tarsnap-gui: create portswills2015-09-154-0/+29
|
* sysutils/facter: unbreak build on -CURRENTmmoll2015-09-142-1/+11
| | | | | - disable -Werror until boost 1.59 gets into the portstree - while here, correct COMMENT (noted by junovitch)
* Make it so that the default Perl is always called perl5.mat2015-09-1415-43/+43
| | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542
* Upgrade to version 4.19.olgeni2015-09-133-3/+8
|
* - Update to 2015.8.0wen2015-09-134-45/+384
| | | | | PR: 203047 Submitted by: christer.edwards@gmail.com(maintainer)
* Upgrade cloudabi-utils to version 0.5.ed2015-09-122-5/+4
| | | | | | | | | | | | | | | | | | | | CloudABI now has its own package collection for FreeBSD and Debian based systems (https://github.com/NuxiNL/cloudabi-ports/). This package collection will only contain software that is cross compiled for CloudABI -- no FreeBSD native executables. I would like to go ahead and remove all ports that overlap with the packages provided by CloudABI Ports. Let's start off by updating cloudabi-utils to version 0.5. This version no longer depends on the CloudABI toolchain, as it now ships with a precompiled copy of the trampoline executable. Once this is done, I can go ahead and remove devel/cloudabi-cloudlibc, devel/cloudabi-compiler-rt, devel/cloudabi-libc++, devel/cloudabi-libc++abi and devel/cloudabi-libunwind/. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D3616
* sysutils/di: pet portlint with |make makepatch|jbeich2015-09-122-16/+16
| | | | | PR: 202779 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Fix build with ccache by making SCons preserve environmentamdmi32015-09-121-0/+14
| | | | | | PR: 202723 Submitted by: amdmi3 Approved by: maintainer timeout (samm@os2.kiev.ua, 2 weeks)
* - Switch to options helpersamdmi32015-09-121-0/+2
| | | | Approved by: portmgr blanket
* - Fix shebangsamdmi32015-09-121-0/+10
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* new port: sysutils/factermmoll2015-09-118-0/+101
| | | | | | | | | | | | | Facter is Puppet's cross-platform system profiling library. While former versions (sysutils/rubygem-facter) were written in Ruby, this version is written in C++11. FreeBSD support in the upstream sources is sparse and DragonFly is not supported at all for the moment. WWW: https://puppetlabs.com/facter Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D3579
* - Update to 4.1wen2015-09-112-3/+3
| | | | | PR: 202934 Submitted by: qjail1@a1poweruser.com(maintainer)
* - Add LICENSE_FILEamdmi32015-09-111-0/+5
| | | | | | | - Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Fix shebangsamdmi32015-09-111-0/+9
| | | | Approved by: portmgr blanket
* - Update to 0.3.5amdmi32015-09-103-3/+14
| | | | | | | - While here, add NO_ARCH PR: 202994 Submitted by: jwbacon@tds.net
* - Bring up to speed with version in PC-BSDkmoore2015-09-094-12/+11
| | | | | | - Update to later GRUB -devel from upstream - Don't build BE menu if 'beadm' not installed - Fix a bug matching BE names properly instead of subset
* - use my full name in the "Created by:" field, suggested by danfe.loader2015-09-091-1/+1
| | | | | | | - update my email address to loader@FreeBSD.org. Approved by: danfe Differential Revision: https://reviews.freebsd.org/D3612
* - Fix shebangsamdmi32015-09-091-2/+4
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* Do not declare that the port is broken on Tier-2 architectures: it buildsdanfe2015-09-091-15/+15
| | | | | | and installs just fine on at least PowerPC, and I do not see a reason why would simple Perl program fail to install as long as all dependencies are satisfied. While here, amend CATEGORIES/COMMENT and wrap very long lines.
* Mark DEPRECATED. Development of the torsmo project was halted more thannovel2015-09-091-0/+3
| | | | | 10 years ago. Its actively supported fork is available via the sysutils/conky port.
* Add patch to resolve stack overflow vulnerabilityfeld2015-09-092-1/+56
| | | | | | MFH: 2015Q3 Security: 98092444-5645-11e5-9ad8-14dae9d210b8 Security: CVE-2015-6806
* - Unsilence installamdmi32015-09-082-26/+14
| | | | | | | - Pet stage-qa - Switch to @sample Approved by: portmgr blanket
* update to 1.3.3az2015-09-083-5/+9
| | | | | PR: 202945 Submitted by: timp87
* - Add LICENSEamdmi32015-09-082-11/+7
| | | | | | | | - Switch to USES=autoreconf - Add NO_ARCH - Switch to @sample Approved by: portmgr blanket
* - Update to 1.0.2sunpoet2015-09-082-3/+3
| | | | Changes: https://github.com/djberg96/sys-uname/blob/ffi/CHANGES
* - Update to 0.7.2sunpoet2015-09-082-3/+3
| | | | Changes: https://github.com/djberg96/sys-cpu/blob/ffi/CHANGES
* - Update to 1.6.4sunpoet2015-09-082-3/+3
| | | | Changes: https://github.com/djberg96/sys-admin/blob/ffi/CHANGES
* - Update to 3.2.0sunpoet2015-09-082-3/+3
| | | | | | Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst PR: 202882 Submitted by: olivierd
* Drop USE_GITHUB as it's broken:antoine2015-09-051-3/+1
| | | | | - 404 during fetch - sets wrong WRKSRC
* Drop unneeded gnomemenus3 dependancy.kwm2015-09-051-1/+2
| | | | Obtained from: gnome devel repo
* - Add NO_ARCHamdmi32015-09-052-3/+2
| | | | - Switch to @sample
* sysutils/openipmi: resolve build issues with 2.0.21junovitch2015-09-053-4/+17
| | | | | | | | | | | | | | - Return EAGAIN errno instead of EKEYREJECTED to fix build with SSL option [1] - Prepend -I../include to CPPFLAGS to stop build breakage from old .h files [2] - While here, add LICENSE and regen one of the original patches (portlint) PR: 202002 [1] PR: 202528 [2] Submitted by: dennis.noordsij@helsinki.fi [1] Submitted by: Anton Sayetsky <vsasjason@gmail.com> [1] Submitted by: Larry Rosenman <ler@lerctr.org> [2] Approved by: feld (mentor) Differential Revision: https://reviews.freebsd.org/D3568
* Convert most ports using cloud.github.com to GHC.mat2015-09-054-9/+14
| | | | | | Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight
* Update upower to 0.99.3.kwm2015-09-042-7/+7
| | | | | PR: 200541 (based on) Submitted by: olivierd@
* Update mate-settings-daemon to 1.10.2.kwm2015-09-042-3/+3
|
* Update mate-power-manager to 1.10.2.kwm2015-09-042-4/+3
|
* Update mate-polkit to 1.10.1.kwm2015-09-042-3/+3
|
* Fix managing non-FreeBSD hosts.ale2015-09-042-0/+8
| | | | | | PR: 202799 Submitted by: merlin@merlinsbox.net Approved by: maintainer
* sysutils/fusefs-simple-mtpfs: update to 0.2.24 (20150903 snapshot)jbeich2015-09-043-17/+23
| | | | | | | Switch to |git describe --tags| versioning scheme. Tag offsets better show the amount of changes happenning between snapshots. Changes: https://github.com/phatina/simple-mtpfs/compare/76be403...a7ab64c
* - Drop 8.x supportamdmi32015-09-041-6/+2
|
* - Drop 8.x supportamdmi32015-09-041-7/+1
|
* - Switch to options helpersamdmi32015-09-0329-162/+97
| | | | | | | | - Add some NO_ARCHes - Fix and unsilence some installation commands - Other minor fixes Approved by: portmgr blanket
* - Drop 8.x supportamdmi32015-09-033-47/+12
| | | | | | | | - Switch to options helpers - Drop @dirrm* from plist - Explicitly mark suid files as such in plist Approved by: portmgr blanket
* - Add missing OPTIONS_DEFINE=DOCSamdmi32015-09-031-9/+8
| | | | | - Fix installation commands - Switch to options helpers
* - Don't reference stagedir from installed scriptamdmi32015-09-031-1/+2
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Switch to options helpersamdmi32015-09-031-7/+2
| | | | | | | - Fix installation command - No need to remove docsdir, it is handled in plist Approved by: portmgr blanket
* - Fix build with DOCS: don't exclude doc from SUBDIRS as etc/darrc comes ↵amdmi32015-09-031-5/+0
| | | | | | from there; actual installation of DOCS is still handled in plist Approved by: portmgr blanket
* - Switch to options helpersamdmi32015-09-031-9/+4
| | | | | | - Fix binary installation (INSTALL_PROGRAM instead of INSTALL_SCRIPT + STRIP_CMD) Approved by: portmgr blanket
* - Switch to @sampleamdmi32015-09-031-3/+1
| | | | Approved by: portmgr blanket
* - Update to 4.1.12sunpoet2015-09-032-4/+3
| | | | | Changes: http://backup.github.io/backup/v4/release-notes/ https://github.com/backup/backup/commits/master
* - Fix shebangsamdmi32015-09-021-1/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Update to v0.40kmoore2015-09-023-15/+3
| | | | | ChangeLog: https://github.com/grehan-freebsd/grub2-bhyve/releases/tag/v0.40
* Remove expired ports:rene2015-09-029-552/+0
| | | | | | | | | | | 2015-08-31 www/p5-WWW-Shorten-NotLong: notlong.com is now dead 2015-08-31 games/linux-majesty-demo: Broken for more than 6 months 2015-08-31 games/linux-coldwar-demo: Broken for more than 6 months 2015-08-31 games/linux-hdb-demo: Broken for more than 6 months 2015-08-31 devel/rubygem-igraph: Broken for more than 6 months 2015-08-31 games/linux-candycruncher-demo: Broken for more than 6 months 2015-08-31 games/linux-gorky17-demo: Broken for more than 6 months 2015-08-31 sysutils/syslog-ng33: No longer supported by Balabit cince November 2014.
* sysutils/rubygem-smart_proxy_salt: update to 2.1.5mmoll2015-09-022-3/+3
|
* Add rc.d script, LICENSE and CONFLICTSknu2015-09-012-0/+109
| | | | | PR: 202382 Approved by: maintainer timeout
* sysutils/wmmemload: put back Created by linejbeich2015-09-011-0/+1
| | | | | | It's not supposed to be modified by anyone except the author himself. PR: 202745
* sysutils/wmmemload: revive port and update to 0.1.8 [1]jbeich2015-09-016-0/+37
| | | | | | | | | | | | Other changes include: - Drop gmake dependency [1] - Drop DOCS consisting only of ChangeLog [1] - Define LICENSE as GPLv2+ like in debian/copyright - Reword COMMENT and pkg-descr to drop indefinite article and author line Changes: http://repo.or.cz/w/dockapps.git/blob_plain/refs/tags/wmmemload-0.1.8:/wmmemload/ChangeLog PR: 202745 [1] Submitted by: Marco Beishuizen <mbeis@xs4all.nl> [1]
* Pass maintainership to submitterjbeich2015-09-011-1/+1
| | | | | PR: 202751, 202753 Submitted by: Marco Beishuizen <mbeis@xs4all.nl>
* link storcli port into the build.adrian2015-09-011-0/+1
| | | | | PR: ports/201580 Sponsored by: Norse Corp, Inc.
* Add storcli.adrian2015-09-013-0/+46
| | | | | | | | | | This is the replacement tool to megaraid for the Avago megaraid SAS family. PR: ports/201580 Submitted by: <takefu@airport.fm> Reviewed by: bapt Sponsored by: Norse Corp, Inc (my review, testing, commit)
* - Fix shebangsamdmi32015-09-011-2/+4
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Allow concurrent installation (USE_PYTHON=concurrent)sunpoet2015-08-311-1/+1
|
* Fix build by using Go 1.4 until upstream supports Go 1.5swills2015-08-311-2/+4
|
* - Update to 2.1.0sunpoet2015-08-302-3/+3
| | | | Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md
* sysutils/rinse: update to 3.1.1jbeich2015-08-302-4/+4
| | | | | | | | | | | While here fix license confusion. debian/copyright states it's one of the "common" licenses but our ARTPERL10 isn't such because unlike ART10 it lacks a copy under Templates/Licenses/. ChangeLog: - fedora-2*: add findutils, iputils - fedora-22: add packages for dnf plugins - fedora-22/post-install.sh: better DNF support
* sysutils/iocage: update 1.7.1 -> 1.7.3robak2015-08-302-3/+3
| | | | | | | | - Adds ability to create 10.2 jails PR: 202661 Submitted by: olegni MFH: 2015Q3
* sysutils/istatd:farrokhi2015-08-291-2/+7
| | | | | | | | - Clarify LICENSE - Cleanup Makefile Approved by: mat Differential Revision: https://reviews.freebsd.org/D3512
* - Bump PORTREVISION after libzip updatemakc2015-08-283-3/+3
|
* sysutils/k3b-kde4:makc2015-08-281-1/+1
| | | | | | - Fix fetch after previous commit Pointy hat to: makc
* Fix sv to check in correct directory.crees2015-08-281-0/+5
| | | | | | | /service doesn't play nicely with hier, so keep the old location. PR: ports/202707 Submitted by: Sean Chittenden
* - Update to 20150826kmoore2015-08-272-4/+4
|
* - Fix shebangsamdmi32015-08-271-2/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Set EXPIRATION_DATEak2015-08-261-0/+1
| | | | Suggested by: bapt
* - Deprecate as obsolete, unsupported, superseded by sysutils/fusefs-ntfsak2015-08-261-0/+2
|
* - Add some mirrorsamdmi32015-08-251-10/+8
| | | | | - Add LICENSE_FILE - Switch to options helpers
* sysutils/k3b-kde4:makc2015-08-2522-553/+266
| | | | | | | | | - Update to 2.0.3 - Remove patches merged upstream, regenerate patches - Add patch obtained from Gentoo to fix build with modern ffmpeg/libav PR: 202561 Submitted by: matthew@reztek.cz
* - Add LICENSEamdmi32015-08-251-2/+5
| | | | | | - Fix installation commands Approved by: portmgr blanket
* - Fix library installationamdmi32015-08-251-3/+3
| | | | | | | - Fix library name to match what script expects, fixing -r option Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* Upgrade to version 4.18 and fix PORTSCOUT settings.olgeni2015-08-253-5/+11
|
* - Switch to USES=autoreconfamdmi32015-08-251-5/+1
| | | | - Manual stripping is not needed any more
* - Drop maintainershipbrix2015-08-251-1/+1
|
* - Update to 2015.5.5wen2015-08-242-3/+3
| | | | | PR: 202610 Submitted by: christer.edwards@gmail.com(maintainer)
* sysutils/py-salt: update 2015.5.3 -> 2015.5.4 [1], add salt_api rc script [2]junovitch2015-08-244-4/+41
| | | | | | | | PR: 202417 [1] PR: 202042 [2] Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer) [1] Submitted by: xenophon+fbsdports@irtnog.org [2] Approved by: maintainer [2], feld (mentor)
* sysutils/py-tmuxp: update to 0.9.1rm2015-08-242-4/+4
| | | | | | | | New release resolves the compatibility issue with python3. Relax python version check in Makefile. PR: 201564 Approved by: Tony Narlock <tony@git-pull.com> (maintainer)
* - Add LICENSEamdmi32015-08-243-14/+13
| | | | | | - Strip binaries - Modernize plist - Regenerate patches with `make makepatch`
* - Add LICENSEamdmi32015-08-242-3/+6
| | | | - Regenerate patches with `make makepatch`
* - Add LICENSE and remove mention of license from pkg-descramdmi32015-08-242-3/+4
| | | | | - Add NO_ARCH - Pet portlint
* - Update to 20150822sunpoet2015-08-232-3/+3
| | | | | | | Changes: http://savannah.gnu.org/forum/forum.php?forum_id=8341 http://savannah.gnu.org/forum/forum.php?forum_id=8323 PR: 202579 Submitted by: Chris Howey <howeyc@gmail.com> (maintainer)
* Update to 20150818.jkim2015-08-233-65/+7
|
* sysutils/packer: update to 0.8.5swills2015-08-233-48/+63
|
* sysutils/rinse: update to 3.1jbeich2015-08-233-3/+11
| | | | | | | | ChangeLog: - Add support for fedora 20-22, Closes: #789421 - mount /proc; Closes: #777739 - Increase timeout - Fix package list for fedora-1{8,9}
* - Split ghostscript into X11-independent and -dependent parts:hrs2015-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * print/ghostscript{7,8,9,9-agpl}-base Installs Ghostscript binary, libgs, and related files. These ports do not depend on X11 libraries (i.e. x11* devices are not available). USES=ghostscript will set dependency on one of them depending on GHOSTSCRIPT_DEFAULT. The default device is set to "display" or "bbox". * print/ghostscript{7,8,9,9-agpl}-x11 Installs a shared library which provides X11 support to the installed Ghostscript binaries. x11* devices will be enabled when the library is available. This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11 will set dependency on one of them. - Fix integer overflow reported as CVE-2015-3228. - Update Uses/ghostscript.mk: * Add x11 keyword. nox11 keyword is now obsolete. * Use packagename in *_DEPENDS line to prevent relationship between -base and -x11 packages from being broken. - Fix x11/nox11 keyword and bump PORTREVISION in ports using USES=ghostscript to update dependency of pre-compiled packages.
* - Allow to detect video interfaces when kernel is built without STACKriggs2015-08-222-15/+8
| | | | | | | | | - Bump PORTREVISION PR: 194345 Submitted by: lenzi.sergio@gmail.com Reviewed by: pi Approved by: maintainer timeout
* - Add LICENSEamdmi32015-08-221-0/+4
| | | | - Add NO_ARCH
* sysutils/uhidd: grab and modernizejbeich2015-08-226-49/+38
| | | | | | | | | | | | - Add CUSE option and enable on FreeBSD 11.0-CURRENT - Convert to vendor install - Convert to option target helpers - Convert to service(8) that runs rc.d in sanitized environment - Convert DEVD substitution to SUB_LIST (without SUB_FILES) - Reformat patches with makepatch - Fix PREFIX != LOCALBASE for libcuse4bsd.so - Remove no longer required byacc(1) workaround - Take maintainership
* Update tarsnap to 1.0.36.cperciva2015-08-212-10/+3
| | | | | | | This removes the SSE2 option since tarsnap now detects that cpu feature at run-time. Security: Fixes a denial of service and a maybe-exploitable overflow.
* - Update The Glorious Glasgow Haskell Compiler to version 7.10.2pgj2015-08-2111-17/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Include a patch for addressing timer issues [1] - Add support for building both GHC and Haskell ports with Clang, either from ports or the base system - Discontinue supporting Haskell Platform, use Stackage instead as a reference - Drop support for FreeBSD 8.x, optimize bootstrap compiler tarballs - Update Gtk2Hs to version 0.13 [2] - Update Pandoc to version 1.15.0.6 - Update git-annex to version 5.20150727 - Update Darcs to 2.10 [3] - Unbreak wxHaskell ports Please note that port revisions for all the Haskell ports without version changes are bumped. New ports (48): converters/hs-aeson-pretty JSON pretty-printing library and command-line tool converters/hs-sandi Data encoding library devel/hs-StateVar State variables devel/hs-base-orphans Backwards-compatible orphan instances for base devel/hs-bytestring-mmap Mmap support for strict ByteStrings devel/hs-constraints Constraint manipulation devel/hs-data-ordlist Set and bag operations on ordered lists devel/hs-easy-file Cross-platform File handling devel/hs-extra Extra functions devel/hs-geniplate-mirror Use Template Haskell to generate Uniplate-like functions devel/hs-haddock-api Documentation-generation tool for Haskell libraries devel/hs-hex Convert strings into hexadecimal and back devel/hs-hourglass Simple performant time related library devel/hs-hsb2hs Preprocesses a file, adding blobs from files as string literals devel/hs-hspec-core Testing Framework for Haskell devel/hs-hspec-discover Automatically discover and run Hspec tests devel/hs-js-flot Obtain minified flot code devel/hs-js-jquery Obtain minified jQuery code devel/hs-lifted-async Run lifted IO operations asynchronously and wait for their results devel/hs-map-syntax Syntax sugar for defining maps devel/hs-memory Memory and related abtraction stuff devel/hs-mutable-containers Abstactions and concrete implementations of mutable containers devel/hs-newtype Typeclass and set of functions for working with newtypes devel/hs-old-locale Locale library devel/hs-old-time Time library devel/hs-preprocessor-tools Framework for extending Haskell's syntax via quick-and-dirty preprocessors devel/hs-time-locale-compat Compatibility of TimeLocale between old-locale and time-1.5 devel/hs-uuid-types Type definitions for Universally Unique Identifiers math/hs-Agda-stdlib Agda standard library math/hs-adjunctions Adjunctions and representable functors math/hs-kan-extensions Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads net-im/hs-haskell-xmpp Haskell XMPP library based on HaXml & STM net-p2p/hs-torrent BitTorrent file parser and generater net/hs-aws Amazon Web Services (AWS) for Haskell net/hs-network-uri URI manipulation security/hs-cryptonite Cryptography Primitives sink security/hs-nonce Generate cryptographic nonces shells/hs-shelly Shell-like (systems) programming in Haskell sysutils/hs-ekg-json JSON encoding of ekg metrics textproc/hs-bencode Parser and printer for bencoded data textproc/hs-cassava CSV parsing and encoding library textproc/hs-cmark Fast, accurate CommonMark (Markdown) parser and renderer textproc/hs-pandoc-citeproc Supports using pandoc with citeproc textproc/hs-regex-applicative Regex-based parsing with applicative interface textproc/hs-regex-compat-tdfa Unicode Support version of Text.Regex, using regex-tdfa textproc/hs-rfc5051 Simple unicode collation as per RFC5051 www/hs-http2 HTTP/2.0 library including frames and HPACK www/hs-multipart HTTP multipart split out of the cgi package Updated ports (317): archivers/hs-tar 0.4.0.1_8 --> 0.4.2.1 archivers/hs-zip-archive 0.2.3.4_1 --> 0.2.3.7 archivers/hs-zlib 0.5.4.1_6 --> 0.5.4.2 archivers/hs-zlib-bindings 0.1.1.3_7 --> 0.1.1.5 audio/hs-ALUT 2.3.0.1_2 --> 2.4.0.0 audio/hs-OpenAL 1.6.0.0_1 --> 1.7.0.0 audio/hs-libmpd 0.8.0.5_1 --> 0.9.0.2 benchmarks/hs-criterion 0.8.1.0_1 --> 1.1.0.0 converters/hs-aeson 0.7.0.6_1 --> 0.8.0.2 converters/hs-json 0.7_8 --> 0.9.1 databases/hs-esqueleto 1.4.4_1 --> 2.4.1 databases/hs-hedis 0.6.5 --> 0.6.9 databases/hs-mysql 0.1.1.6_1 --> 0.1.1.8 databases/hs-persistent 1.3.1.1_1 --> 2.2 databases/hs-persistent-sqlite 1.3.0.5_1 --> 2.2 databases/hs-persistent-template 1.3.1.4_1 --> 2.1.3.4 devel/hs-BNFC 2.6.0.3_8 --> 2.8 devel/hs-Boolean 0.2.1_1 --> 0.2.3 devel/hs-ConfigFile 1.1.2_1 --> 1.1.4 devel/hs-List 0.5.1_8 --> 0.5.2 devel/hs-MissingH 1.2.1.0_1 --> 1.3.0.1 devel/hs-MonadCatchIO-transformers 0.3.1.0_1 --> 0.3.1.3 devel/hs-MonadRandom 0.1.13_1 --> 0.4 devel/hs-ObjectName 1.0.0.0_14 --> 1.1.0.0 devel/hs-QuickCheck 2.6_6 --> 2.8.1 devel/hs-ReadArgs 1.2.1_8 --> 1.2.2 devel/hs-STMonadTrans 0.3.2_1 --> 0.3.3 devel/hs-ShellCheck 0.3.5 --> 0.3.8 devel/hs-Stream 0.4.7.1_1 --> 0.4.7.2 devel/hs-alex 3.1.3_1 --> 3.1.4 devel/hs-ansi-terminal 0.6.1.1_1 --> 0.6.2.1 devel/hs-ansi-wl-pprint 0.6.7.1_1 --> 0.6.7.3 devel/hs-asn1-encoding 0.8.1.3_1 --> 0.9.0 devel/hs-asn1-parse 0.8.1_1 --> 0.9.1 devel/hs-asn1-types 0.2.3_1 --> 0.3.0 devel/hs-async 2.0.1.5_1 --> 2.0.2 devel/hs-atomic-primops 0.6.0.6_1 --> 0.8 devel/hs-auto-update 0.1.0.0_1 --> 0.1.2.2 devel/hs-basic-prelude 0.3.8_1 --> 0.5.0 devel/hs-bifunctors 4.1.1.1_1 --> 5 devel/hs-blaze-builder 0.3.3.2_1 --> 0.4.0.1 devel/hs-blaze-builder-enumerator 0.2.0.6_1 --> 0.2.1.0 devel/hs-blaze-textual 0.2.0.9_1 --> 0.2.1.0 devel/hs-bloomfilter 2.0.0.0_1 --> 2.0.1.0 devel/hs-boxes 0.1.3_1 --> 0.1.4 devel/hs-bytestring-lexing 0.4.3.2 --> 0.5.0.2 devel/hs-c2hs 0.17.2_1 --> 0.26.1 devel/hs-cabal-install 1.18.0.5_1 --> 1.22.6.0 devel/hs-cereal 0.4.0.1_1 --> 0.4.1.1 devel/hs-checkers 0.3.2_1 --> 0.4.3 devel/hs-chunked-data 0.1.0.1_1 --> 0.2.0 devel/hs-classy-prelude 0.9.3_1 --> 0.12.1.1 devel/hs-classy-prelude-conduit 0.9.3_1 --> 0.12.0.1 devel/hs-cmdargs 0.10.9_1 --> 0.10.13 devel/hs-conduit 1.1.7_1 --> 1.2.5 devel/hs-conduit-combinators 0.2.8.2_1 --> 1.0.3 devel/hs-conduit-extra 1.1.3_1 --> 1.1.9.1 devel/hs-convertible 1.1.0.0_1 --> 1.1.1.0 devel/hs-cpphs 1.18.5_1 --> 1.19 devel/hs-darcs 2.8.5 --> 2.10.1 devel/hs-data-hash 0.2.0.0_1 --> 0.2.0.1 devel/hs-data-pprint 0.2.3_1 --> 0.2.4 devel/hs-datetime 0.2.1_12 --> 0.3.1 devel/hs-deepseq-generics 0.1.1.1_1 --> 0.1.1.2 devel/hs-dlist 0.7.1_1 --> 0.7.1.1 devel/hs-edit-distance 0.2.1.2_7 --> 0.2.2.1 devel/hs-either 4.3.0.1_1 --> 4.4.1 devel/hs-enclosed-exceptions 1.0.0.2_1 --> 1.0.1.1 devel/hs-equivalence 0.2.5_1 --> 0.3.1 devel/hs-errors 1.4.7_1 --> 2.0.0 devel/hs-exceptions 0.6.1_1 --> 0.8.0.2 devel/hs-fast-logger 2.2.0_1 --> 2.4.1 devel/hs-fgl 5.5.0.1_1 --> 5.5.2.1 devel/hs-file-embed 0.0.7_1 --> 0.0.9 devel/hs-filemanip 0.3.6.2_8 --> 0.3.6.3 devel/hs-filestore 0.6.0.3_1 --> 0.6.1 devel/hs-free 4.9_1 --> 4.12.1 devel/hs-fsnotify 0.1.0.3_1 --> 0.2.1 devel/hs-gconf 0.12.5.0_1 --> 0.13.0.2 devel/hs-generic-deriving 1.6.3_1 --> 1.8.0 devel/hs-ghc-events 0.4.3.0_1 --> 0.4.4.0 devel/hs-gio 0.12.5.3_1 --> 0.13.1.0 devel/hs-git-annex 5.20140817_1 --> 5.20150727 devel/hs-glib 0.12.5.4_1 --> 0.13.1.1 devel/hs-gtk2hs-buildtools 0.12.5.2_2 --> 0.13.0.4 devel/hs-haddock 2.14.3_1 --> 2.16.1 devel/hs-haddock-library 1.1.0_1 --> 1.2.1 devel/hs-happy 1.19.4_1 --> 1.19.5 devel/hs-hashable 1.2.2.0_1,1 --> 1.2.3.3,1 devel/hs-hashtables 1.1.2.1_1 --> 1.2.0.2 devel/hs-haskell-src 1.0.1.6_1 --> 1.0.2.0 devel/hs-haskell-src-exts 1.15.0.1_1 --> 1.16.0.1 devel/hs-hasktags 0.69.0_1 --> 0.69.1 devel/hs-hastache 0.6.0_1 --> 0.6.1 devel/hs-hinotify 0.3.7_1 --> 0.3.8.1 devel/hs-hint 0.4.2.0_1 --> 0.4.2.3 devel/hs-hlint 1.9.3_1 --> 1.9.21 devel/hs-hoogle 4.2.34_1 --> 4.2.41 devel/hs-hslogger 1.2.4_1 --> 1.2.9 devel/hs-hslua 0.3.13_1 --> 0.4.0 devel/hs-hspec 1.11.0_1 --> 2.1.10 devel/hs-hspec-expectations 0.6.0.1_1 --> 0.7.1 devel/hs-keys 3.10.1_1 --> 3.10.2 devel/hs-language-c 0.4.5_1 --> 0.4.7 devel/hs-language-javascript 0.5.13_1 --> 0.5.14.2 devel/hs-lens 4.3.3_1 --> 4.12.3 devel/hs-lifted-base 0.2.3.0_1 --> 0.2.3.6 devel/hs-mmorph 1.0.3_1 --> 1.0.4 devel/hs-monad-control 0.3.3.0_1 --> 1.0.0.4 devel/hs-monad-logger 0.3.7.1_1 --> 0.3.13.2 devel/hs-monad-loops 0.4.2.1_1 --> 0.4.3 devel/hs-monad-par 0.3.4.6_1 --> 0.3.4.7 devel/hs-mono-traversable 0.6.1_1 --> 0.9.2.1 devel/hs-mtl 2.1.3.1_1 --> 2.2.1 devel/hs-mueval 0.9.1.1_1 --> 0.9.1.1.2 devel/hs-murmur-hash 0.1.0.7_1 --> 0.1.0.8 devel/hs-optparse-applicative 0.9.1.1_1 --> 0.11.0.2 devel/hs-parallel 3.2.0.4_1 --> 3.2.0.6 devel/hs-pcre-light 0.4.0.2_1 --> 0.4.0.3 devel/hs-primitive 0.5.2.1_1 --> 0.6 devel/hs-profunctors 4.2.0.1_1 --> 5.1.1 devel/hs-project-template 0.1.4.1_1 --> 0.2.0 devel/hs-random 1.0.1.1_10 --> 1.1 devel/hs-reflection 1.5.1_1 --> 2 devel/hs-resource-pool 0.2.3.0_1 --> 0.2.3.2 devel/hs-resourcet 1.1.2.3_1 --> 1.1.6 devel/hs-safe 0.3.7_1 --> 0.3.9 devel/hs-scientific 0.3.3.0_1 --> 0.3.3.8 devel/hs-securemem 0.1.3_1 --> 0.1.9 devel/hs-setenv 0.1.1.1_1 --> 0.1.1.3 devel/hs-shake 0.13.2_1 --> 0.15.5 devel/hs-silently 1.2.4.1_7 --> 1.2.5 devel/hs-stm 2.4.2_6 --> 2.4.4 devel/hs-stm-chans 3.0.0.2_1 --> 3.0.0.4 devel/hs-streaming-commons 0.1.4.1_1 --> 0.1.12.1 devel/hs-syb 0.4.1_1 --> 0.5.1 devel/hs-syb-with-class 0.6.1.5_1 --> 0.6.1.6 devel/hs-system-fileio 0.3.14_1 --> 0.3.16.3 devel/hs-system-filepath 0.4.12_1 --> 0.4.13.4 devel/hs-tagged 0.7.2_1 --> 0.8.1 devel/hs-test-framework 0.8.0.3_1 --> 0.8.1.1 devel/hs-text 1.1.0.0_1 --> 1.2.1.3 devel/hs-text-icu 0.6.3.7_2 --> 0.7.0.1 devel/hs-threads 0.5.1.2_1 --> 0.5.1.3 devel/hs-threadscope 0.2.4_1 --> 0.2.7 devel/hs-timezone-olson 0.1.4_1 --> 0.1.7 devel/hs-timezone-series 0.1.3_1 --> 0.1.5.1 devel/hs-transformers-base 0.4.2_1 --> 0.4.4 devel/hs-transformers-compat 0.3.3.4_1 --> 0.4.0.4 devel/hs-unix-compat 0.4.1.3_1 --> 0.4.1.4 devel/hs-unix-time 0.3.3_1 --> 0.3.5 devel/hs-unordered-containers 0.2.4.0_1 --> 0.2.5.1 devel/hs-utf8-string 0.3.8_1 --> 1 devel/hs-uuagc 0.9.51_1 --> 0.9.52.1 devel/hs-uuagc-cabal 1.0.5.0_1 --> 1.0.6.0 devel/hs-uuid 1.3.3_1 --> 1.3.11 devel/hs-uulib 0.9.16_1 --> 0.9.20 devel/hs-vault 0.3.0.3_1 --> 0.3.0.4 devel/hs-vector 0.10.9.1_1 --> 0.10.12.3 devel/hs-vector-algorithms 0.6.0.3_1 --> 0.7.0.1 devel/hs-vector-instances 3.3_1 --> 3.3.1 devel/hs-vector-th-unbox 0.2.1.0_1 --> 0.2.1.2 devel/hs-void 0.6.1_1 --> 0.7 devel/hs-word8 0.1.1_1 --> 0.1.2 dns/hs-dns 1.4.2_1 --> 2.0.0 graphics/hs-JuicyPixels 3.1.6.1_1 --> 3.2.6 graphics/hs-cairo 0.12.5.3_1 --> 0.13.1.0 graphics/hs-dia-base 0.1.1.2_8 --> 0.1.1.3 graphics/hs-dia-functions 0.2.1.3_8 --> 0.2.1.4 graphics/hs-svgcairo 0.12.5.2_1 --> 0.13.0.3 lang/hs-brainfuck 0.1_15 --> 0.1.0.2 lang/hs-unlambda 0.1.3_8 --> 0.1.4.1 mail/hs-email-validate 2.0.1_1 --> 2.1.3 mail/hs-mime 0.4.0.1_1 --> 0.4.0.2 mail/hs-mime-mail 0.4.5.2_1 --> 0.4.9 mail/hs-mime-types 0.1.0.4_1 --> 0.1.0.6 math/hs-Agda 2.4.0.2_1 --> 2.4.2.3 math/hs-NumInstances 1.3_6 --> 1.4 math/hs-categories 1.0.6_1 --> 1.0.7 math/hs-comonad 4.2.2_1 --> 4.2.7.2 math/hs-contravariant 1.1_1 --> 1.3.2 math/hs-data-lens 2.10.5_1 --> 2.10.7 math/hs-data-lens-template 2.1.8_1 --> 2.1.9 math/hs-ieee754 0.7.3_10 --> 0.7.6 math/hs-mwc-random 0.13.1.2_1 --> 0.13.3.2 math/hs-pointed 4.1_1 --> 4.2.0.2 math/hs-semigroupoids 4.0.4_1 --> 5.0.0.3 math/hs-semigroups 0.15.2_1 --> 0.16.2.2 math/hs-statistics 0.13.2.1_1 --> 0.13.2.3 math/hs-vector-space 0.8.7_1 --> 0.10.2 net/hs-connection 0.2.3_1 --> 0.2.5 net/hs-gsasl 0.3.5_1 --> 0.3.6 net/hs-hoauth2 0.4.3 --> 0.4.8 net/hs-iproute 1.3.1_1 --> 1.5.0 net/hs-network 2.4.2.3_1 --> 2.6.2.1 net/hs-network-info 0.2.0.5_1 --> 0.2.0.7 net/hs-network-multicast 0.0.11_1 --> 0.1.0 net/hs-network-protocol-xmpp 0.4.6_2 --> 0.4.8 net/hs-simple-sendfile 0.2.15_1 --> 0.2.21 print/hs-hscolour 1.20.3_8,1 --> 1.23,1 security/hs-DRBG 0.5.2_1 --> 0.5.4 security/hs-HsOpenSSL 0.11_2 --> 0.11.1.1 security/hs-RSA 2.0.0_1 --> 2.1.0.1 security/hs-SHA 1.6.4.1_1 --> 1.6.4.2 security/hs-cipher-aes 0.2.8_1 --> 0.2.11 security/hs-cipher-aes128 0.6.4_1 --> 0.7.0.1 security/hs-clientsession 0.9.0.3_1 --> 0.9.1.1 security/hs-cprng-aes 0.5.2_1 --> 0.6.1 security/hs-crypto-api 0.13_1 --> 0.13.2 security/hs-crypto-conduit 0.5.4_1 --> 0.5.5 security/hs-crypto-numbers 0.2.3_1 --> 0.2.7 security/hs-crypto-pubkey 0.2.4_1 --> 0.2.8 security/hs-crypto-pubkey-types 0.4.2.2_1 --> 0.4.3 security/hs-crypto-random 0.0.7_1 --> 0.0.9 security/hs-entropy 0.3.2_1 --> 0.3.7 security/hs-gnutls 0.1.5_1 --> 0.2 security/hs-pwstore-fast 2.4.1_1 --> 2.4.4 security/hs-skein 1.0.9_1 --> 1.0.9.3 security/hs-tls 1.2.8_1 --> 1.3.1 security/hs-x509 1.4.11_1 --> 1.6.0 security/hs-x509-store 1.4.4_1 --> 1.6.0 security/hs-x509-system 1.4.5_1 --> 1.6.0 security/hs-x509-validation 1.5.0_1 --> 1.6.0 sysutils/hs-angel 0.5.0_1 --> 0.6.2 sysutils/hs-ekg 0.4.0.1_1 --> 0.4.0.8 sysutils/hs-ekg-core 0.1.0.1_1 --> 0.1.1.0 textproc/hs-Diff 0.3.0_1 --> 0.3.2 textproc/hs-HStringTemplate 0.7.3_1 --> 0.8.3 textproc/hs-HaXml 1.24.1_1 --> 1.25.3 textproc/hs-attoparsec 0.10.4.0_7 --> 0.12.1.6 textproc/hs-attoparsec-enumerator 0.3.3_1 --> 0.3.4 textproc/hs-blaze-html 0.7.0.2_1 --> 0.8.1.0 textproc/hs-blaze-markup 0.6.1.0_1 --> 0.7.0.2 textproc/hs-case-insensitive 1.1.0.3_1 --> 1.2.0.4 textproc/hs-citeproc-hs 0.3.9_1 --> 0.3.10 textproc/hs-double-conversion 0.2.0.6_7 --> 2.0.1.0 textproc/hs-feed 0.3.9.2_1 --> 0.3.10.0 textproc/hs-hexpat 0.20.6_1 --> 0.20.9 textproc/hs-highlighting-kate 0.5.11.1 --> 0.6 textproc/hs-hs-bibutils 5.0_6 --> 5.5 textproc/hs-html-conduit 1.1.0.5_1 --> 1.2.0 textproc/hs-hxt 9.3.1.4_1 --> 9.3.1.15 textproc/hs-hxt-charproperties 9.1.1.1_1 --> 9.2.0.1 textproc/hs-hxt-regex-xmlschema 9.1.0_7 --> 9.2.0.2 textproc/hs-hxt-unicode 9.0.2.2_1 --> 9.0.2.4 textproc/hs-lhs2tex 1.18.1_8 --> 1.19 textproc/hs-pandoc 1.13.2 --> 1.15.0.6 textproc/hs-pandoc-types 1.12.4.1_1 --> 1.12.4.5 textproc/hs-parsec 3.1.5_1 --> 3.1.9 textproc/hs-polyparse 1.9_6 --> 1.11 textproc/hs-stringsearch 0.3.6.5_1 --> 0.3.6.6 textproc/hs-tagsoup 0.13.1_1 --> 0.13.3 textproc/hs-tagstream-conduit 0.5.5.1_1 --> 0.5.5.3 textproc/hs-texmath 0.8.0.1 --> 0.8.3 textproc/hs-uri 0.1.6.2_1 --> 0.1.6.3 textproc/hs-xml 1.3.13_6 --> 1.3.14 textproc/hs-xml-conduit 1.2.1_1 --> 1.3.1 textproc/hs-xml-hamlet 0.4.0.9_1 --> 0.4.0.11 textproc/hs-xml-types 0.3.4_1 --> 0.3.6 textproc/hs-xmlhtml 0.2.3.2_1 --> 0.2.3.4 textproc/hs-yaml 0.8.8.4_1 --> 0.8.13 www/hs-DAV 1.0.1_1 --> 1.0.7 www/hs-HTTP 4000.2.10_1 --> 4000.2.20 www/hs-authenticate 1.3.2.9_1 --> 1.3.2.11 www/hs-cgi 3001.1.8.5_1,1 --> 3001.2.2.2,1 www/hs-cookie 0.4.1.2_1 --> 0.4.1.6 www/hs-gitit 0.10.6.1_1 --> 0.11.1 www/hs-hS3 0.5.8_1 --> 0.5.9 www/hs-happstack-server 7.3.7_1 --> 7.4.4 www/hs-heist 0.13.1.2_1 --> 0.14.1.1 www/hs-hjsmin 0.1.4.7_1 --> 0.1.5.0 www/hs-http-client 0.3.6.1_1 --> 0.4.20 www/hs-http-conduit 2.1.4_1 --> 2.1.8 www/hs-http-date 0.0.4_8 --> 0.0.6.1 www/hs-http-reverse-proxy 0.4.0.1_1 --> 0.4.2 www/hs-http-server 1.0.4_1 --> 1.0.6 www/hs-http-types 0.8.5_1 --> 0.8.6 www/hs-oeis 0.3.5_1 --> 0.3.6 www/hs-path-pieces 0.1.4_1 --> 0.2.0 www/hs-recaptcha 0.1.0.2_1 --> 0.1.0.3 www/hs-shakespeare 2.0.1.1_1 --> 2.0.5 www/hs-snap 0.13.2.8_1 --> 0.14.0.6 www/hs-snap-core 0.9.6.3_1 --> 0.9.7.2 www/hs-snap-server 0.9.4.5_1 --> 0.9.5.1 www/hs-wai 3.0.1.1_1 --> 3.0.3.0 www/hs-wai-app-static 3.0.0_1 --> 3.1.1 www/hs-wai-extra 3.0.1.2_1 --> 3.0.10 www/hs-wai-logger 2.2.0_1 --> 2.2.4.1 www/hs-warp 3.0.0.5_1 --> 3.1.3 www/hs-warp-tls 3.0.0_1 --> 3.1.1 www/hs-webkit 0.12.6.1_1 --> 0.13.1.3 www/hs-xss-sanitize 0.3.5.2_1 --> 0.3.5.6 www/hs-yesod 1.2.6.1_1 --> 1.4.1.5 www/hs-yesod-auth 1.3.4_1 --> 1.4.6 www/hs-yesod-auth-hashdb 1.3.0.1_1 --> 1.4.2.2 www/hs-yesod-bin 1.2.12.3_1 --> 1.4.13.3 www/hs-yesod-core 1.2.19_1 --> 1.4.13 www/hs-yesod-form 1.3.14_1 --> 1.4.4.1 www/hs-yesod-persistent 1.2.3_1 --> 1.4.0.3 www/hs-yesod-static 1.2.4_1 --> 1.5.0.2 www/hs-yesod-test 1.2.3.2_1 --> 1.4.3.1 x11-toolkits/hs-GLURaw 1.4.0.1_1 --> 1.5.0.1 x11-toolkits/hs-GLUT 2.5.1.1_1,1 --> 2.7.0.1,1 x11-toolkits/hs-OpenGL 2.9.2.0_1,1 --> 2.12.0.1,1 x11-toolkits/hs-OpenGLRaw 1.5.0.0_1 --> 2.5.1.0 x11-toolkits/hs-gtk 0.12.5.7_1 --> 0.13.9 x11-toolkits/hs-gtk2hs 0.12.5_1,1 --> 0.13,1 x11-toolkits/hs-gtksourceview2 0.12.5.0_1 --> 0.13.1.3 x11-toolkits/hs-pango 0.12.5.3_1 --> 0.13.1.0 x11-toolkits/hs-vte 0.12.5.0_1 --> 0.13.0.2 x11-toolkits/hs-wx 0.90.1.0_1 --> 0.91.0.0 x11-toolkits/hs-wxc 0.90.1.1_1 --> 0.91.0.0 x11-toolkits/hs-wxcore 0.90.1.1_1 --> 0.91.0.0 x11-toolkits/hs-wxdirect 0.90.1.1_1 --> 0.91.0.0 x11-wm/hs-xmonad 0.11_10 --> 0.11.1 x11-wm/hs-xmonad-contrib 0.11.3_2 --> 0.11.4 x11/hs-xmobar 0.21_1 --> 0.23.1 Removed ports (14): devel/hs-MaybeT Support for computations with failures (deprecated) devel/hs-geniplate Use template Haskell to generate Uniplate-like functions (upstream support is discontinued) devel/hs-glade Binding to the glade library (upstream support is discontinued) devel/hs-haskell-platform The Haskell Platform (it is not tracked any more) devel/hs-ranges Ranges and various functions on them (deprecated) devel/hs-testpack Test Utility Pack for HUnit and QuickCheck (upstream is unmaintained) graphics/hs-soegtk GUI functions as used in the book "The Haskell School of Expression" (upstream support is discontinued) lang/hs-epic Compiler for a simple functional language (it is not needed any more) math/hs-nats Natural numbers (it has been merged into the base library of GHC) multimedia/hs-gstreamer Binding to the GStreamer open source multimedia framework (upstream support is discontinued) [2] www/hs-scgi Haskell library for writing SCGI programs (deprecated) www/hs-yesod-platform Meta package for Yesod (upstream support is discontinued) www/hs-yesod-routes Effective routing for Yesod (upstream support is discontinued) x11-toolkits/hs-gtkglext Binding to the GTK+ OpenGL Extension (upstream support is discontinued) PR: 181049 [1] PR: 197925 [2] PR: 200684 [3] Submitted by: arrowdodger <6yearold@gmail.com> [1] Obtained from: FreeBSD Haskell
* sysutils/froxlor: security update 0.9.32_3 -> 0.9.33.2junovitch2015-08-204-801/+251
| | | | | | | | | | | | | | | - Update to 0.9.33.2 - Minor option and format fixes (support Dovecot 2, use default Apache version) - Add security hint to pkg-message - Add NO_ARCH - Drop @dirrmtry as all pkg-plist files are under PREFIX PR: 202262 Security: CVE-2015-5959 Security: 9ee72858-4159-11e5-93ad-002590263bf5 Submitted by: Marco Steinbach <coco@executive-computing.de> (maintainer) Approved by: feld (mentor) MFH: 2015Q3
* - Clarify LICENSEamdmi32015-08-201-1/+2
| | | | - Add LICENSE_FILE
* - Fix WWW:amdmi32015-08-201-1/+1
|
* - Add NO_ARCHamdmi32015-08-201-0/+1
|
* - Update to 1.0.1sunpoet2015-08-202-3/+3
| | | | Changes: https://github.com/djberg96/sys-uname/blob/ffi/CHANGES
* sysutils/lsof: 4.89E -> 4.90Api2015-08-202-3/+3
| | | | | | | | | | - head changed the system to require an opt_random.h header for some of the _KERNEL compiled headers that sysutils/lsof uses. - 4.90A fixes this, it also picks up the changes from the 4.89 FULL RELEASE PR: 202421 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
* - Move devel/rubygem-fog-brightbox to net/rubygem-fog-brightboxsunpoet2015-08-201-1/+2
| | | | - Bump PORTREVISION for dependent ports
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | | <pcasidy@casidy.com>: host mx.galacsys.net[217.24.81.221] said: 550 5.1.1 <pcasidy@casidy.com>: Recipient address rejected: User unknown in virtual mailbox table (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | | | | | | <simon@comsys.ntu-kpi.kiev.ua>: host mx.kpi.ua[77.47.128.136] said: 550-Verification failed for <indexbuild@FreeBSD.org> 550-Called: 8.8.178.115 550-Sent: RCPT TO:<indexbuild@FreeBSD.org> 550-Response: 554 5.7.1 Service unavailable; Unverified Client host [mail1.kpi.ua] blocked using dbl.spamhaus.org; http://www.spamhaus.org/query/dbl?domain=kpi.ua 550 From email address must be valid (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | | <sklauder@trimind.de>: host mailgate.shopkeeper.de[82.119.175.20] said: 550 5.7.0 <sklauder@trimind.de>... No such user here (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | | <sterum@overrider.at>: Host or domain name not found. Name service error for name=overrider.at type=AAAA: Host found but no data record of requested type Sponsored by: DK Hostmaster A/S
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | <purgedhalo@users.sourceforge.net>: host mx.sourceforge.net[216.34.181.68] said: 550 unknown user (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | <rhaamo@gruik.at>: Host or domain name not found. Name service error for name=gruik.at type=AAAA: Host found but no data record of requested type Sponsored by: DK Hostmaster A/S
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | <ports@danielbond.org>: Host or domain name not found. Name service error for name=danielbond.org type=AAAA: Host not found Sponsored by: DK Hostmaster A/S
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | | <james.hunt@ubuntu.com>: host mx.canonical.com[91.189.94.145] said: 550 5.1.1 <james.hunt@ubuntu.com>: Recipient address rejected: User unknown in virtual alias table (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | <dussuett@wigwam.ethz.ch>: Host or domain name not found. Name service error for name=wigwam.ethz.ch type=AAAA: Host not found Sponsored by: DK Hostmaster A/S
* Update 3.7.0a2 --> 3.7.1cy2015-08-194-150/+178
| | | | | | | | | | | | | - openssl became a mandatory dependency - python and java support are moved from the incubator to syslog-ng core (well, on FreeBSD they are brand new, as it did not work previously at all...). Not quite production ready: Java support does not work as it involves downloading a truckload of JAR files. Submitted by: Peter Czanik (CzP) <peter.czanik@balabit.com> BalaBit IT Security / syslog-ng upstream
* - Upgrade to 0.12.14 and preserve stable 0.10.61 as rubygem-fluentd010.kuriyama2015-08-198-8/+212
|
* sysutils/qpxtool: qt4-linguist -> qt4-linguisttools, add LICENSEpgollucci2015-08-192-8/+24
| | | | | | | | | | | | | - Add LICENSE/LICENSE_FILE. - Use qt4-linguisttools for localization. - Add DB option group for reports database (taken from misc/krecipes-kde4). - Strip binaries. - Regenerate patch-configure with 'make makepatch'. - Bump PORTREVISION. PR: 202044 Submitted by: s3erios@gmail.com Approved by: horia@racoviceanu.com
* - Update to 2.2.0.1wen2015-08-183-10/+9
| | | | | PR: 202390 Submitted by: colin@heliocat.net(maintainer)
* Import upstream commit to make emacs-in-tmux-in-tmux show cursor.rakuco2015-08-182-0/+36
| | | | | | | | | | Import upstream commit 2c53b23d59 to make the cursor appear when running Emacs in a tmux nested inside another tmux session (this is particularly useful when trying to edit a text file on a remote server that is also running tmux). Approved by: mat (maintainer) Differential Revision: https://reviews.freebsd.org/D3408
* Uses/cmake.mk: Replace CMAKE_ENV with CONFIGURE_ENV.rakuco2015-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Instead of defining a variable that is almost always based on CONFIGURE_ENV, just use CONFIGURE_ENV directly. This also matches the behavior of other ports that do not use autotools (so most ports can just worry about CONFIGURE_ENV). Additionally, the fact that we do not use ?= means we do not have problems if another file in Uses/ needs to set CONFIGURE_ENV (with CMAKE_ENV, the order of the arguments to USES would matter). Ports which set CMAKE_ENV have been adjusted accordingly. In most cases, CMAKE_ENV was just replaced with CONFIGURE_ENV, the exceptions being: * databases/sqliteman: CMAKE_ENV line removed; setting QMAKESPEC there has no effect on the build system. * devel/freeocl: CMAKE_ENV line removed; FREEOCL_CXX_COMPILER is already retrieved from the CMAKE_CXX_COMPILER variable in the build system. * graphics/openimageio: CMAKE_ENV line removed; setting Qt variables there has no effect on the build system. Reviewed by: makc Differential Revision: https://reviews.freebsd.org/D3403
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-1713-18/+0
| | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
* sysutils/xen-tools: Update to 4.5.1 and apply XSA-139/XSA-140 patchesjunovitch2015-08-1742-3039/+699
| | | | | | | | | | | | | | | | - Update to 4.5.1 - Remove XSA-117 to XSA-136 and elf_parse_bsdsyms patches now part of 4.5.1 - Leave XSA-135 QEMU traditional patches due an oversight in 4.5.1 - Apply patches for XSA-139/XSA-140 - Set USE_LDCONFIG, sort USES, use ${PATCH}, and reorder Makefile (portlint) PR: 201931 Security: CVE-2015-5166 Security: ee99899d-4347-11e5-93ad-002590263bf5 Security: CVE-2015-5165 Security: f06f20dc-4347-11e5-93ad-002590263bf5 Approved by: bapt (maintainer), feld (mentor) MFH: 2015Q3
* Bump PORTREVISION for libupower-glib library version bump in r393607.tijl2015-08-173-2/+3
|
* Fix core dump.nobutaka2015-08-172-2/+12
| | | | | PR: 201490 Submitted by: ota@j.email.ne.jp
* - Update to 2.2.5amdmi32015-08-173-7/+5
| | | | | | PR: 201969 Submitted by: freebsd@simweb.ch Approved by: maintainer timeout (melifaro@ipfw.ru, 2 weeks)
* sysutils/s6: update to 2.1.6.0jbeich2015-08-165-11/+11
| | | | | | | | | | | - s6-svscan-log/run.sample: Switch deprecated -t option to log script flag t - rc.d/s6: Send SIGHUP to catch-all logger instead of SIGKILL - s6-notifywhenup is deprecated, see UPDATING@20150815 - Group DOCS and OPTIONS_DEFINE=DOCS Changes: http://skarnet.org/software/s6/upgrade.html PR: 201925 Submitted by: Colin Booth <colin@heliocat.net> (maintainer)
* - Add rubygem-puppet_forge1 1.0.5 (copied from rubygem-puppet_forge)sunpoet2015-08-166-1/+41
| | | | | | - Bump PORTREVISION for dependent port Notified by: mmoll
* - Update WWWsunpoet2015-08-161-1/+1
|
* - Update WWWsunpoet2015-08-161-1/+1
|
* - Update to 10.2.0vg2015-08-153-43/+8
| | | | | | | | | | | | | | | - Start of integration with libxo - jimport: opportunity to set alternative IP for imported jail via newip= argument - fixes for resource leaks in cbsdsh/cbsd_fwatch - bhyve: when you create FreeBSD VM via FreeBSD-from-jail profile, you can specify a size of swap partition - bhyve: opportunity to create a virtual machine through FreeBSD-from-jail profile on ZFS filesystem - Initial XEN support PR: ports/202344 Submitted by: <olevole@olevole.ru> (maintainer)
* - Fix PLISTsunpoet2015-08-151-0/+3
| | | | | | - Bump PORTREVISION for package change Approved by: portmgr (blanket)
* - Update to 2.0.0sunpoet2015-08-153-15/+7
| | | | Changes: https://github.com/puppetlabs/forge-ruby/commits/2.0.x
* - Use CONFLICTS_INSTALL instead of CONFLICTSsunpoet2015-08-152-4/+5
| | | | | - Add NO_ARCH - Sort PLIST
* Remove expired port:rene2015-08-154-48/+0
| | | | 2015-08-15 sysutils/fpkg: Does not support pkg(8)
* - Update to 2.0.3sunpoet2015-08-153-3/+3
| | | | | | - Rename gemspec patch to patch-gemspec Changes: https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd
* sysutils/terraform: update to 0.6.3swills2015-08-153-36/+36
|
* - Add empty directories to plistamdmi32015-08-152-1/+4
| | | | | | - Add NO_ARCH Approved by: portmgr blanket
* - /var/log/bareos and /var/run/bareos are created by bareos-client now. Itacm2015-08-154-9/+5
| | | | | | | fixed a problem when bareos-client is started PR: 202291 Reported by: timp87 _ at _ gmail.com
* Remove expired port:rene2015-08-144-40/+0
| | | | 2015-08-12 sysutils/rubygem-bundler17: not used by other ports anymore
* - Remove RG linksunpoet2015-08-147-7/+0
|
* - Update to 0.2.2sunpoet2015-08-142-3/+3
| | | | Changes: https://github.com/WinRb/winrm-fs/blob/master/changelog.md
* - Rename gemspec patch to patch-gemspecsunpoet2015-08-141-0/+0
|
* - Add NO_ARCHsunpoet2015-08-141-0/+1
| | | | Approved by: portmgr (blanket)
* - Update to 4.6.4sunpoet2015-08-143-4/+3
| | | | | | - Remove RG link Changes: https://github.com/guard/guard-rspec/releases
* sysutils/rubygem-hiera: update to 3.0.1mmoll2015-08-149-16/+67
| | | | | | | | | | - this is paving the way for a Puppet 4.x port - preserve 1.3.4 as sysutils/rubygem-hiera1 - use sysutils/rubygem-hiera1 in dependent ports - change maintainer to ruby@ Approved by: robak (maintainer) Differential Revision: https://reviews.freebsd.org/D3359
* - Since upstream isn't sure what version number to assign to -develkmoore2015-08-132-4/+4
| | | | | let's just make it a timestamp. - Update to 20150811
* sysutils/rubygem-smart_proxy_salt: update to 2.1.4mmoll2015-08-132-3/+3
|
* - Update to 1.7.1amdmi32015-08-133-257/+10
| | | | | | | | - Switch to autoplist - Add NO_ARCH, LICENSE and fix shebangs PR: 201034 Submitted by: linpct@gmail.com (maintainer)
* Update to 1.7.4kevlo2015-08-136-28/+56
|
* sysutils/moosefs-* update to 2.0.72-1feld2015-08-1339-352/+428
| | | | | | | | | | | | | | | | | | | | The update to 2.0.72-1 includes splitting the sysutils/moosefs-master port into several new ports to achieve better modularization. This matches the approach upstream has taken with their own FreeBSD packages which they were distributing via their own pkgng repository. Further details are provided in the UPDATING entry. Upstream MooseFS team is now taking maintainership of these ports. PR: 199342 PR: 199343 PR: 199344 PR: 199345 PR: 199346 PR: 199347 PR: 199348 PR: 199349
* Update to version 1.0.72pawel2015-08-114-11/+4
| | | | | PR: 201950 Submitted by: Nikolai Lifanov (maintainer)
* sysutils/rubygem-bosh_cli: update for depdendency updatesswills2015-08-112-5/+15
|
* - Mark ONLY_FOR_ARCHS: uses x86-only assembly from machine/cpufunc.hamdmi32015-08-111-8/+5
|
* - Mark ONLY_FOR_ARCHS: this port is useless and in fact does not build on ↵amdmi32015-08-111-0/+3
| | | | non-x86 archs
* Re-commit ofnetchild2015-08-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 64 bit linuxulator support (not activated by default): - most of the work was done by Alan Jude - all errors are mine - 64bit (may) have rough edges - I validated * that the 32bit part doesn't has deinstall regressions (incl. EXP runs by antoine) * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation later, when I dare to activate the 64bit linuxulator in the kernel) - the infrastructure part looks mature enough to let more test-bunnies get some experience with the new 64 bit parts - to use it you shall have no linux ports installed and have to specify (on your own risk) the following in make.conf before installing the ports: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits only, we decided to have it as an "overlay" instead of new ports. The 64bit part only installs 64bit executables, the 32bit ports can not be installed at the same time (if needed we can think of letting the 64bit overlay install the 32bit parts too, but given the CentOS 7 comment above...). Differential Revision: https://reviews.freebsd.org/D174 Submitted by: alanjude Sponsored by: Essen FreeBSD Hackathon 2015 Reviewed by: xmj, eadler (earlier versions) Approved by: portmgr (antoine after some EXP-runs)
* Don't create the history log file at post-install, and don't list it in thekwm2015-08-102-3/+3
| | | | | | | | plist with a fixed checksum. Move the touch command to the plist, and clean it up regardless of checksum. PR: 202034 Submitted by: peter@
* - Update to 1.5.2olivierd2015-08-096-381/+4
| | | | | | | - Sort USES - Remove unneeded patches Obtained from: Xfce devel repo
* Unbreak cinnamon-control-center after gnome-common change in thekwm2015-08-091-3/+11
| | | | | | GNOME 3.16 import. Submitted by: pkg-fallout
* Update polkit to 0.113. [1]kwm2015-08-0912-203/+146
| | | | | | | | | | | - Add LICENSE blob - Adjust dependencies - Reorganize options helper - Update description file PR: 201362 [1], 194789 Submitted by: olivierd@ [1] Tested by: olivierd@, Tobias Berner <tcberner@gmail.com>, and myself
* If the port only install documentation, don't create an option to disable ↵mat2015-08-093-24/+0
| | | | | | | the docs. With hat: portmgr Sponsored by: Absolight
* Upgrade the CloudABI toolchain and utilities.ed2015-08-092-3/+3
| | | | | | | | | | | | | | | A new version of cloudlibc and cloudabi-utils has been released, to catch up with ABI changes (due to the import into FreeBSD HEAD). Bump these ports up to v0.4. While there, upgrade the LLVM packages. It looks like the LLVM project is finally releasing tarballs itself, meaning we can use those instead of requiring me to host them myself. Update the ports to use a common Makefile (cloudabi-libc++/Makefile.common) to set the PORTVERSION, MASTER_SITES, etc. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D3332
* - replace back-up MASTERSITE with one that actually works [1]itetcu2015-08-091-2/+7
| | | | | | | - pet portlint Submitted by: Sitsofe Wheeler <sits@sucs.org> [1] MFH: 2 weeks
* - editors/lazarus update to 1.4.2acm2015-08-094-4/+4
| | | | | | | | | | - Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise fpc units only are added like build dependencies (less dependencies registered when they are installed with pkg). - Remove GTK1 obsolete dependencies - Bump all ports with dependencies of fpc-* units - Bump all ports with dependencies of lazarus ports - Clean up
* - New port: sysutils/bareos-docsacm2015-08-094-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | Bareos (BackupArchivingRecoveryOpenSourced) is a reliable network open source software to backup, archive and restore files from all major operating systems. The fork was founded 2010 out of the bacula.org project. The fork has been actively developed and many new features have been added. This port installs the latest documentation for Bareos. WWW: http://www.bareos.org/ > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. M Makefile A bareos-docs AM bareos-docs/Makefile AM bareos-docs/distinfo AM bareos-docs/pkg-descr
* - New ports : sysutils/bareos-*acm2015-08-0927-0/+1020
| | | | | | | | | Bareos (BackupArchivingRecoveryOpenSourced) is a reliable network open source software to backup, archive and restore files from all major operating systems. The fork was founded 2010 out of the bacula.org project. The fork has been actively developed and many new features have been added. WWW: http://www.bareos.org/
* Use gcc 4.9.2 to cross-compile u-boot for Cubox and Hummingboard.ian2015-08-092-3/+7
| | | | | | | | | Also, fix a board-type detection problem that prevents booting on hummingboard, by initializing fdt_board to something non-zero, so that it ends up in the data segment instead of bss (and thus survives the memory init process which includes zeroing bss and runs after board detection). Approved by: rpaulo
* Use gcc 4.9.2 to cross-compile u-boot for wandboard.ian2015-08-091-1/+4
| | | | Approved by: rpaulo
* Use gcc 4.9.2 to cross-compile u-boot for pandaboard.ian2015-08-091-1/+4
| | | | Approved by: rpaulo
* Use gcc 4.9.2 to cross-compile u-boot for duovero.ian2015-08-091-1/+4
| | | | Approved by: rpaulo
* Use gcc 4.9.2 to cross-compile u-boot for beaglebone.ian2015-08-091-1/+4
| | | | Approved by: rpaulo
* Use gcc 4.9.2 to cross-compile u-boot for rpi.ian2015-08-091-1/+4
| | | | Approved by: rpaulo
* sysutils/puppet: update to 3.8.2mmoll2015-08-093-9/+14
| | | | | | | unbreak on Ruby 2.2 [1] Approved by: swills (maintainer) Obtained from: safe_yaml upstream (commit e281053e) [1]
* Don't check for a removed symbol in libdvdcss.so.kwm2015-08-092-0/+15
| | | | | Submitted by: Paul Pathiakis <pathiaki2@yahoo.com> Obtained from: brasero upstream bugtracker #744916
* - Switch to pulling from the main iocage GH accountkmoore2015-08-072-3/+3
|
* sysutils/mate-system-monitor: Unbreak DragonFly with USES=aliasmarino2015-08-071-1/+1
|
* Tidy up a patch. No functional change.jkim2015-08-071-1/+1
|
* sysutils/b2sum: update 0.0.20150529 -> 0.0.20150531robak2015-08-072-7/+4
| | | | | | | - Fix build on 9.x systems PR: 201981 Submitted by: Matthew Rezny <matthew@reztek.cz> (maintainer)
* - Update iocage-devel to 1.7.2kmoore2015-08-063-5/+5
|
* - Bump PORTREVISION after last changeamdmi32015-08-061-1/+1
|
* - Mentione another ublio bug:amdmi32015-08-061-2/+9
| | | | | | | | | Current implementation does not properly work with partitions of size which is not a multiply of UBLIO_BLOCKSIZE (cannot read/write last cluster). For instance, you may not be able to create ntfs filesystem because of this with Initializing device with zeroes: 99%Failed to complete writing to /dev/ada0s1 after three retries.
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-0631-327/+278
| | | | | | | | | | | | | | | | | | The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
* - Fix shebangs in examplesamdmi32015-08-051-5/+5
| | | | | | | | - Fix examples installation PR: 201990 Submitted by: amdmi3 Approved by: portmaster@bsdforge.com (maintainer)
* sysutils/iocage: update 1.6.2 -> 1.7.1robak2015-08-054-5/+7
| | | | | | | | - Change upstream GH account - Change WWW PR: 202079 Submitted by: Ben Woods <woodsb02@gmail.com>
* * Update to 8.11.0matthew2015-08-0510-87/+51
| | | | | | | | | | | | | | | | | | | - Upstream has incorporated one part of the patches to runtime/stream.c - regenerate patches with 'make makepatch' * Modernize port - Use OPTION helpers - USE_AUTOTOOLS -> USES+= autoreconf * Set INSTALL_TARGET=install-strip rather than stripping in post-install: - Previously optional modules wouldn't have been stripped * Update pkg-message.in to use the now standard 'Rainier script' configuration file syntax (http://www.rsyslog.com/doc/rainerscript.html). * Add new option to enable the mmnormalize module. (http://www.rsyslog.com/doc/v8-stable/configuration/modules/mmnormalize.html) This enables converting some not-standard log formats to RFC3164 or RFC5424 styles, amongst other possible transformations. * Tweak PORTSCOUT setting PR: 202080 Approved by: brd (maintainer)
* - Don't use / in sed regexps to allow paths, unbreaking cross-buildsamdmi32015-08-051-2/+2
| | | | Approved by: portmgr blanket
* sysutils/rubygem-hammer_cli_foreman: update to 0.3.0mmoll2015-08-053-8/+7
|
* sysutils/rubygem-hammer_cli: update to 0.3.0mmoll2015-08-053-8/+7
|
* sysutils/logstash: update to 1.5.3feld2015-08-043-2794/+3673
| | | | | | | | PR: 201893 Security: CVE-2015-5378 Security: c470bcc7-33fe-11e5-a4a5-002590263bf5 MFH: 2015Q3
* Cleanup some abusive use of GH_TAGNAME.mat2015-08-042-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Fix XSA-138 / CVE-2015-5154junovitch2015-08-046-1/+324
| | | | | | | | PR: 201931 Security: CVE-2015-5154 Security: da451130-365d-11e5-a4a5-002590263bf5 Approved by: ports-secteam (delphij), delphij (mentor) MFH: 2015Q3
* sysutils/linux-crashplan: update to 4.3.0wg2015-08-036-33/+25
| | | | | | | - Pass maintainership to submitter PR: 202027 Submitted by: Nuno Subtil
* Horde package update:mm2015-08-032-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.28.5 -> 2.28.6 devel/pear-Horde_Alarm 2.2.4 -> 2.2.5 security/pear-Horde_Auth 2.1.8 -> 2.1.10 www/pear-Horde_Browser 2.0.9 -> 2.0.10 archivers/pear-Horde_Compress 2.1.2 -> 2.1.3 devel/pear-Horde_Core 2.20.5 -> 2.20.8 security/pear-Horde_Crypt 2.5.3 -> 2.6.0 www/pear-Horde_Css_Parser 1.0.6 -> 1.0.7 devel/pear-Horde_Data 2.1.2 -> 2.1.3 devel/pear-Horde_Date 2.1.0 -> 2.1.1 devel/pear-Horde_Exception 2.0.5 -> 2.0.6 www/pear-Horde_Form 2.0.9 -> 2.0.11 devel/pear-Horde_History 2.3.4 -> 2.3.5 devel/pear-Horde_Icalendar 2.1.0 -> 2.1.1 graphics/pear-Horde_Image 2.3.1 -> 2.3.2 mail/pear-Horde_Imap_Client 2.29.0 -> 2.29.1 devel/pear-Horde_LoginTasks 2.0.4 -> 2.0.5 mail/pear-Horde_Mail 2.6.0 -> 2.6.2 mail/pear-Horde_Mime_Viewer 2.1.0 -> 2.1.1 security/pear-Horde_Perms 2.1.4 -> 2.1.5 devel/pear-Horde_Prefs 2.7.3 -> 2.7.4 net/pear-Horde_Rpc 2.1.4 -> 2.1.5 devel/pear-Horde_Serialize 2.0.3 -> 2.0.4 devel/pear-Horde_Support 2.1.3 -> 2.1.4 textproc/pear-Horde_Text_Filter 2.3.1 -> 2.3.2 devel/pear-Horde_Util 2.5.5 -> 2.5.6 sysutils/pear-Horde_Vfs 2.2.2 -> 2.3.0 www/horde-ansel 3.0.2 -> 3.0.3 ftp/horde-gollem 3.0.3 -> 3.0.4 www/horde-base 5.2.6 -> 5.2.7 mail/horde-imp 6.2.9 -> 6.2.10 mail/horde-ingo 3.2.5 -> 3.2.6 deskutils/horde-kronolith 4.2.8 -> 4.2.9 deskutils/horde-mnemo 4.2.6 -> 4.2.7 www/horde-passwd 5.0.2 -> 5.0.3 www/horde-trean 1.1.1 -> 1.1.2 mail/horde-turba 4.2.7 -> 4.2.8 mail/horde-webmail 5.2.7 -> 5.2.9 deskutils/horde-groupware 5.2.7 -> 5.2.9 www/horde-wicked 2.0.3 -> 2.0.4
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-033-3/+3
| | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
* Update poppler to 0.34.0. [1]kwm2015-08-034-1/+4
| | | | | | | Chase all users of shlib version change of libpoppler.so. PR: 201477 [1] Submitted by: olivierd@ [1]
* Update zeitgeist to 0.9.14 [1]kwm2015-08-0212-257/+58
| | | | | | | | | | | | | | | | This version of zeitgeist now bundles libzeitgeist in the port. The new libzeitgeist was bumped to libzeitgeist-1.0.so -> libzeitgeist-2.0.so. * deskutils/cairo-dock-plugins: supports both zeitgeist versions. * net-im/folks: Only supports the new 2.0 libzeitgeist library version. And this went unnoticed, woops. * sysutils/libzeitgeist: Remove since it is now bundled in zeitgeist. * sysutils/qzeitgeist: Update the port for the new zeitgeist API. * www/midori: Mark the zeitgeist option (non-default) broken until midori can be updated to a version that supports the new libzeitgeist 2.0 PR: 190729 [1] Submitted by: olivierd@ [1]
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-0214-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
* sysutils/automount: update 1.5.3 -> 1.5.7junovitch2015-08-022-3/+3
| | | | | | PR: 201943 Submitted by: vermaden@interia.pl (maintainer) Approved by: feld (mentor)
* Remove expired ports:rene2015-08-016-106/+0
| | | | | | | | | | 2015-07-31 japanese/p5-Acme-Lou: Needs ja-p5-Text-MeCab that does not work with 5.18 or above 2015-07-31 mail/maildirsync: Requires an unsupported version of Perl 2015-07-31 mail/qar-bufo: Requires an unsupported version of Perl 2015-08-01 net/py-soapy: Abandonware depending on ancient py-xml. Please use net/py-soappy instead 2015-08-01 net-p2p/btqueue: Runtime broken (does not download anything) 2015-07-31 sysutils/vhdtool: Use mkimg(1) instead 2015-07-31 www/rubygem-modernizr: This gem has been removed from rubygems.org by upstream
* - Add NO_ARCHamdmi32015-08-012-2/+1
| | | | | | - Drop @dirrm* from plist Approved by: portmgr blanket
* - Fix fetchamdmi32015-08-012-6/+4
| | | | Submitted by: Joseph Bernard <jhb at clemson dot edu>
* - Fix owner of /var/run/powermanamdmi32015-08-012-2/+2
|
* - Update the various PC-BSD ports to their respective 10.2-RC1 versionskmoore2015-08-0117-59/+78
| | | | - Switch to pulling distfiles from GH
* - Update to 0.2.1sunpoet2015-08-012-3/+5
| | | | Changes: https://github.com/WinRb/winrm-fs/blob/master/changelog.md
* - Fix shebangsamdmi32015-07-311-0/+6
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Fix shebangsamdmi32015-07-311-1/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* Upgrade to 2.0.21vanilla2015-07-304-4/+41
|
* - Fix installation from non-root, handle owner/permissions/suid properlyamdmi32015-07-302-2/+2
| | | | Approved by: portmgr blanket
* - Fix installation from non-root, handle owner/permissions/suid properlyamdmi32015-07-302-2/+2
| | | | Approved by: portmgr blanket
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsantoine2015-07-302-2/+0
| | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955
* - Fix shebangsamdmi32015-07-301-2/+6
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* sysutils/rubygem-bundler17: set to deprecatedmmoll2015-07-291-0/+3
| | | | after the latest vagrant update, this port is not needed anymore
* - Fix shebangsamdmi32015-07-291-2/+4
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Fix shebangsamdmi32015-07-291-1/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* Rename sysutils/slurm-hpc -> sysutils/slurm-wlmfeld2015-07-2911-14/+7
| | | | | | | | | | Update to 14.11.8 Upstream is standardizing on "slurm-wlm", so we are renaming the port accordingly. PR: 200381 Approved by: maintainer