aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix file permissions so WWWDIR is not writable by WWWOWNfeld2015-07-293-5/+13
| | | | | | Improve pkg-message notes on setting up Apache and Nginx PR: 201908
* - Update to 2.13.0sunpoet2015-07-282-3/+3
| | | | Changes: https://github.com/guard/guard/releases
* - Mark BROKEN: does not fetch:amdmi32015-07-281-0/+2
| | | | | | | | => Attempting to fetch http://www.lsi.com/downloads/Public/RAID%20Controllers/RAID%20Controllers%20Common%20Files/3DM2_CLI-freebsd_10.2.2.1_9.5.5.1.zip?source=1/3DM2_CLI-freebsd_10.2.2.1_9.5.5.1.zip fetch: http://www.lsi.com/downloads/Public/RAID%20Controllers/RAID%20Controllers%20Common%20Files/3DM2_CLI-freebsd_10.2.2.1_9.5.5.1.zip?source=1/3DM2_CLI-freebsd_10.2.2.1_9.5.5.1.zip: No address record Reported by: pkg-fallout Approved by: portmgr blanket
* - Fix buildamdmi32015-07-281-1/+1
| | | | Approved by: portmgr blanket
* sysutils/puppet-lint: update to 1.1.0mmoll2015-07-283-4/+7
| | | | | Approved by: mat (mentor), tdb (maintainer) Differential Revision: https://reviews.freebsd.org/D3220
* sysutils/vagrant: update to 1.7.4mmoll2015-07-284-21/+74
| | | | | Approved by: mat (mentor), Joe Benden (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D3219
* Update MATE DE to 1.10.0.kwm2015-07-2820-107/+168
| | | | | | | | | | | This MATE is still build agains GTK+2. Sort USES here and there. Replace mate-dialogs with zenity and mate-calc with galculator. This update fixes the following PR's: PR: 193942, 191885 Submitted by: Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo Obtained from: gnome devel repo.
* new port: sysutils/rubygem-winrm-fsmmoll2015-07-274-0/+30
| | | | | | | | | Ruby library for file system operations via Windows Remote Management WWW: https://github.com/WinRb/winrm-fs Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D3082
* - Upgrade to 0.10.61.kuriyama2015-07-272-4/+4
|
* Add new cfengine37 port.cy2015-07-2711-1/+634
|
* - Update to 3.1.1sunpoet2015-07-262-4/+4
| | | | Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
* Make fetchable againantoine2015-07-262-8/+7
| | | | | Reported by: pkg-fallout PR: 201744
* - Update to 1.0.5sunpoet2015-07-253-4/+15
| | | | Changes: https://github.com/puppetlabs/forge-ruby/commits/master
* - Update to 1.10.6sunpoet2015-07-242-3/+3
| | | | Changes: https://github.com/bundler/bundler/blob/master/CHANGELOG.md
* - Update to 0.57sunpoet2015-07-243-38/+3
| | | | Changes: http://joeyh.name/code/moreutils/news/version_0.57/
* - Update to 1.6.1sunpoet2015-07-242-3/+3
| | | | Changes: https://github.com/grosser/parallel/commits/master
* - Update to 4.6.3sunpoet2015-07-242-3/+3
| | | | Changes: https://github.com/guard/guard-rspec/releases
* - Update to 2.12.9sunpoet2015-07-242-3/+3
| | | | Changes: https://github.com/guard/guard/releases
* - Update to 4.1.11sunpoet2015-07-242-3/+3
| | | | Changes: https://github.com/backup/backup/commits/master
* - Update to 0.23vg2015-07-222-12/+14
| | | | | | | - Changed mirror to GH PR: ports/197209 Submitted by: Andrew Wilcox <AWilcox@Wilcox-Tech.com>
* Upgrade the CloudABI toolchain to a newer version.ed2015-07-222-5/+6
| | | | | | | | | | | Due to the CloudABI code being reviewed before hitting the tree, some minor ABI tweaks are made in a couple of places, while we still can. Unfortunately, this means that the previous version of cloudlibc now generates binaries that are not compatible with the latest kernel sources. Roll a new release that makes the toolchain compatible with what's in FreeBSD HEAD.
* - Update to 1.19culot2015-07-222-3/+3
| | | | Changes: http://search.cpan.org/dist/File-Which/Changes
* sysutils/heartbeat: Add perl dependency and fix path to perlgrembo2015-07-222-3/+5
| | | | | PR: 201222 Approved by: maintainers (implicit)
* sysutils/terraform: update to 0.6.1swills2015-07-224-139/+176
|
* Remove incorrect screenrc command.cy2015-07-222-1/+1
| | | | PR: 201717
* sysutils/packer: update to 0.8.2swills2015-07-222-27/+27
|
* Fix powerpc build.cy2015-07-221-5/+1
| | | | Submitted by: danfe
* - Use the correct date syntax in the PORTVERSIONkmoore2015-07-222-3/+3
| | | | | | - Pointy Hat: Me! Noticed by: AllanJude
* Make this port build properly.ed2015-07-211-1/+11
| | | | | | | | | | | | | | | | | | Summary: It looks like we forgot to add '${SETENV} ${MAKE_ENV}' to the build script. Right now it ignores the compiler entirely. Furthermore, regardless of whether a C11 compiler is being used, the build will fail, for the reason that some C11 headers such as <stdnoreturn.h> are being used in the code. Instead of trying to fix that, simply disable this port on FreeBSD <10.1. I have no intent on ever getting CloudABI to work on FreeBSD 9. Reviewers: bapt Reviewed By: bapt Differential Revision: https://reviews.freebsd.org/D3077
* - Update to later tag from GHkmoore2015-07-212-3/+4
| | | | - Bump PORTREV
* Update to 20150717.jkim2015-07-213-10/+77
|
* Update to 9.5.5jpaetzel2015-07-202-14/+20
| | | | | | Various fixes and improvements PR: 201711 Submitted by: takefu@airport.fm
* sysutils/acerhdf-kmod: NEW PORT - Acer Aspire One fan control kernel modulerobak2015-07-206-0/+60
| | | | | | | | | | | | | | | | | | The acerhdf kernel module allows you to control the fans of some of the Acer Aspire One netbook models. This includes the models Acer AO521, Acer AO531h, Acer AO751h Acer Aspire 1410, Acer Aspire 1810T, Acer Aspire 1810TZ, Acer Aspire 1825PTZ, Acer Aspire 5315, Acer Aspire 5739G, Acer Aspire 5755G, Acer Aspire One 753, Acer Aspire One A110, Acer Aspire One A150, Acer Extensa 5420, Acer LT-10Q, Acer TM8573T, Acer TravelMate 7730G, Gateway AOA110, Gateway AOA150, Gateway LT31, Packard Bell AOA110, Packard Bell AOA150, Packard Bell DOA150, Packard Bell DOTMA, Packard Bell DOTMU, Packard Bell DOTVR46, and Packard Bell ENBFT. WWW: https://github.com/t6/kmod-acerhdf PR: 198716 Submitted by: Tobias Kortkamp <tobias.kortkamp@gmail.com >
* Enforce libarchive from portsbapt2015-07-203-9/+6
| | | | | This reduces the patching level on some ports and make it simpler to maintainer over all supported version of freebsd
* Use USES=libarchivebapt2015-07-201-2/+2
|
* - Update to 2015.5.3lwhsu2015-07-203-5/+6
| | | | | | | PR: 201502 Submitted by: xmj (the PR) Jason Unovitch <jason.unovitch@gmail.com> (the patch) Approved by: christer.edwards@gmail.com (maintainer)
* Fix policykit leftovers by using @samplebapt2015-07-202-9/+3
|
* sysutils/packer: update to 0.8.1swills2015-07-194-132/+188
|
* sysutils/reptyr: fix manual page locationpi2015-07-183-5/+13
| | | | | PR: 200720 Submitted by: makc
* New port: sysutils/reptyrpi2015-07-186-0/+80
| | | | | | | | | | | | | reptyr is a utility for taking an existing running program and attaching it to a new terminal. Started a long-running process over ssh, but have to leave and don't want to interrupt it? Just start a screen, use reptyr to grab it, and then kill the ssh session and head on home. WWW: http://github.com/nelhage/reptyr PR: 200720 Submitted by: Andrey Cherkashin <andoriyu@gmail.com>
* - Update to 4.6.2sunpoet2015-07-172-3/+3
| | | | Changes: https://github.com/guard/guard-rspec/releases
* - Cleanup Makefilesunpoet2015-07-171-1/+0
|
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.kwm2015-07-171-2/+1
| | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938
* - Drop @dirrm* from plistamdmi32015-07-161-3/+0
| | | | Approved by: portmgr blanket
* - Drop @dirrm* from plistamdmi32015-07-161-1/+0
| | | | Approved by: portmgr blanket
* - Fix shebangsamdmi32015-07-161-0/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Switch to using PKGNAMESUFFIX instead of merly renaming PORTNAME=kmoore2015-07-151-2/+2
| | | | Submitted by: bapt
* - Set PORTNAME to iocage-develkmoore2015-07-151-1/+2
| | | | - Set GH_PROJECT=iocage
* - Fix shebangsamdmi32015-07-151-2/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Fix shebangsamdmi32015-07-151-1/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Fix shebangsamdmi32015-07-151-1/+3
| | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* sysutils/py-tmuxp: correct licenserm2015-07-151-1/+1
| | | | | | | It's actually BSD3CLAUSE, not BSD2CLAUSE. It was confirmed with maintainer, who is the upstream developer in PR 201431 PR: 201431
* sysutils/py-tmuxp: add NO_ARCHrm2015-07-151-0/+1
|
* sysutils/py-tmuxp: update to 0.9.0rm2015-07-152-4/+5
| | | | | | | | | | | | | | | | | | | | This release fixing compatibility with tmux 2.0. While here, limit python version to 2.x: """ ===> Configuring for py34-tmuxp-0.9.0 Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 25, in <module> readme = open('README.rst').read() File "/usr/local/lib/python3.4/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 635: ordinal not in range(128) """ PR: 201431 Submitted by: Tony Narlock <tony@git-pull.com> (maintainer)
* Fix deprecation datebapt2015-07-151-1/+1
|
* - Fix shebangamdmi32015-07-141-7/+16
| | | | | | | | | - Add NO_ARCH - Cosmetic fixes - Mark BROKEN and DEPRECATED as it doesn't support pkg(8) Approved by: portmgr blanket MFH: 2015Q3
* - Add sysutils/iocage-develkmoore2015-07-145-0/+67
| | | | | | | - Grab maintainership (Approved by xmj@) PR: 201472 Submitted by: Johannes Jost Meixner <xmj@FreeBSD.org>
* - Remove unncecessary full path to binary from *_DEPENDSamdmi32015-07-141-1/+1
|
* sysutils dvtm is not jobs safemarino2015-07-141-0/+2
| | | | | | This has failed on me twice so far in a multi-job build. In the last case, the dvtm program was being constructed before the dvtm.o object was built, so it's a problem with the makefile.
* Update to 1.7.3kevlo2015-07-146-48/+37
| | | | | Differential Revision: https://reviews.freebsd.org/D3048 Submitted by: jonathan
* - Drop @dirrm* from plistamdmi32015-07-141-1/+0
| | | | Approved by: portmgr blanket
* - Fix shebangsamdmi32015-07-141-1/+4
| | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q3
* - Update to 1.4.0amdmi32015-07-143-22/+7
| | | | | | | - While here, add NO_ARCH PR: 201478 Submitted by: ralfvd@gmail.com (maintainer)
* - Update to 4.1.10sunpoet2015-07-144-22/+191
| | | | | | | | - Update WWW Read http://backup.github.io/backup/v4/upgrading/ for upgrade instructions. Changes: https://github.com/meskyanichi/backup/commits/master
* - Switch to BROKEN_FreeBSD_8kmoore2015-07-131-3/+1
|
* - Clarify LICENSEamdmi32015-07-132-5/+5
| | | | | | - Add LICENSE_FILE - Strip library - Modernize plist
* - Mark broken for FreeBSD < 9.0kmoore2015-07-131-0/+4
|
* Add compiler:c11.ed2015-07-131-1/+1
| | | | | | | cloudabi-run depends on a couple of C11 tricks (e.g., _Generic). Make sure we have the right compiler for that. Discussed with: bapt
* Add sysutils/cloudabi-utils.ed2015-07-134-0/+51
| | | | | | | | | | | | | | | | | | | | | | | Summary: Though CloudABI programs can simply be started from the command line like any UNIX process, the preferred way for starting them is using the cloudabi-run utility. cloudabi-run parses a YAML file that contains the configuration for the program that you want to run. Special tags can be used in the YAML file to indicate that the program depends on a resources (a socket or a file). cloudabi-run then attempts to obtain these resources and startes the program for you. The end result is that it's possible to build software that looks like traditional UNIX software (executable + config file), but still gets run in this completely sandboxed environment. Reviewers: bapt Reviewed By: bapt Differential Revision: https://reviews.freebsd.org/D3067
* - Drop @dirrm* from plistamdmi32015-07-131-2/+0
| | | | Approved by: portmgr blanket
* - Modernize plistamdmi32015-07-131-2/+1
| | | | Approved by: portmgr blanket
* - Fix gempsecsunpoet2015-07-132-3/+15
| | | | | - Update RUN_DEPENDS: use PORTVERSION - Bump PORTREVISION for package change
* - Update to 4.6.1sunpoet2015-07-112-3/+3
| | | | Changes: https://github.com/guard/guard-rspec/releases
* Fix XSA-137 / CVE-2015-3259bapt2015-07-112-1/+233
| | | | | PR: 201416 Submitted by: Jason Unovitch <jason.unovitch@gmail.com>
* [NEW] sysutils/py-honcho:loader2015-07-114-0/+34
| | | | | | | | | | | | Managing Procfile-based applications tool Honcho is a Python port of Foreman, a tool for managing Procfile-based applications. WWW: https://github.com/nickstenning/honcho Approved by: koobs Differential Revision: https://reviews.freebsd.org/D3047
* sysutils/condor: update 8.2.6 -> 8.2.8pgollucci2015-07-1019-2647/+93
| | | | | | | | | | | | Update to latest stable release, canonicalize patch filenames, eliminate GCC dependency and MAKE_JOBS_UNSAFE, replace files/condor_config.in with version-specific example file provided in the dist, move sample files to etc/*.sample, improvements to condor_config.local.sample and condor-config script, make rc script more reliable by replacing fixed sleep delays with more intelligent wait loops. PR: 200713 Submitted by: jwbacon@tds.net (maintainer)
* sysutils/puppet: use REQUIRE: LOGIN in rc scriptsmmoll2015-07-103-2/+3
| | | | | | | The puppet agent will get started later, especially after ldconfig. Approved by: swills (mentor, maintainer) Differential Revision: https://reviews.freebsd.org/D3023
* - update to 3.9.0trociny2015-07-092-4/+4
| | | | - fix LICENSE
* sysutils/mcollective: update to 2.8.2swills2015-07-094-326/+87
|
* - Cleanup BUILD/RUN_DEPSkmoore2015-07-081-6/+5
| | | | | | | | - Require lang/go 1.4+ - Use INSTALL_PROGRAM - Remove dep on devel/git Submitted by: Adam Weinberger <adamw@adamw.org>
* - Rename sysutils/docker -> sysutils/docker-freebsd since it isn'tkmoore2015-07-076-2/+3
| | | | | | pulled from the mainline repo (yet) Submitted by: Many
* Drop .la files.kwm2015-07-072-7/+2
| | | | While here, drop obsolete MCom tag.
* Fix a typo in the origin URL (mine.)adrian2015-07-071-1/+1
|
* Adds the U-Boot loader for Banana pi, Cubieboard and Cubieboard2.loos2015-07-0714-0/+449
| | | | | | | | | | | | | | | | | | | This version is patched so that: * ELF and API features are enabled. * The default environment is trimmed to just what's needed to boot. * The saveenv command writes to the file u-boot.env on the FAT partition. * The DTB file name is chosen based on the board model and passed to ubldr using the fdtfile env variable. ubldr loads the DTB from /boot/dtb/ on the FreeBSD partition. * By default, it loads ELF ubldr from file ubldr on the FAT partition to address 0x42000000, and launches it. For information about running FreeBSD on Allwinner SoCs, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Differential Revision: https://reviews.freebsd.org/D2874 Reviewed by: garga Approved by: garga
* - Remove blank line between NO_ARCH and USE_RUBYsunpoet2015-07-073-3/+0
|
* - Add NO_ARCHsunpoet2015-07-071-0/+1
|
* - Update to 2.12.8sunpoet2015-07-072-3/+3
| | | | Changes: https://github.com/guard/guard/releases
* - Add a much more verbose pkg-descrkmoore2015-07-071-1/+10
|
* FreeBSD port of Dockerkmoore2015-07-066-0/+145
| | | | | | | | | | | | WWW: https://github.com/kvasdopil/docker NOTE: This is a very early port of docker! Please refer to the pkg-message and https://github.com/kvasdopil/docker/blob/freebsd-compat/FREEBSD-PORTING.md for details on usage and functionality.
* sysutils/py-salt: Remove spurious backslash line endingkoobs2015-07-061-1/+1
| | | | | | | | | Remove a spurious slash from the line end of PYDISTUTILS_INSTALLARGS introduced in r387241. Reported by: xmj Approved by: portmgr (blanket) MFH: 2015Q3
* - Add rubygem-listen2 2.10.1 (copied from rubygem-listen)sunpoet2015-07-051-1/+2
| | | | - Bump PORTREVISION for dependent ports
* Fix build with ffmpeg 2.7riggs2015-07-042-7/+12
| | | | Approved by: portmgr (antoine)
* - Update to 1.4.7zi2015-07-0465-3042/+37
|
* Add USES=alias to 11 ports (non-invasive DragonFly support)marino2015-07-032-2/+2
|
* Fix build under stable/8.cy2015-07-031-5/+37
| | | | PR: PR/201279
* - Update multimdedia/ffmpeg to latest upstrem version 2.7.1riggs2015-07-031-0/+6
| | | | | | | - Mark ports BROKEN that were discovered not to work with this update; discovered by exp-run in bug 201181 - Note the need for manual upgrade of dependent ports in UPDATING
* Sort USE_PYTHONskreuzer2015-07-031-1/+1
|
* Module for reading and writing crontab files and accessing the system cronskreuzer2015-07-034-0/+29
| | | | | | automatically and simply using a direct API. WWW: http://pypi.python.org/pypi/crontab/
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filespgollucci2015-07-0323-0/+46
| | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
* sysutils/ldap-account-manager: update 4.9 -> 5.0robak2015-07-012-3/+3
| | | | | PR: 201237 Submitted by: Vasiliy P. Melnik <basil@vpm.net.ua> (maintainer)
* Update 4.2.1 --> 4.3.1cy2015-07-015-45/+3
|
* sysutils/vagrant: update to 1.7.2mmoll2015-07-014-49/+117
| | | | | | | | - switch to USE_GITHUB - cleanup RUN_DEPENDS Approved by: swills (mentor), Joe Benden (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D2918
* sysutils/rubygem-winrm: update to 1.3.3mmoll2015-07-013-6/+21
| | | | | Approved by: swills (mentor), Joe Benden (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D2917
* - Fix portlint warningamdmi32015-07-011-1/+1
| | | | | | PR: 200831 Submitted by: leres@ee.lbl.gov Approved by: maintainer timeout (itetcu, 2 weeks)
* sysutils/ansible: update 1.9.1 -> 1.9.2robak2015-06-302-3/+3
| | | | | | | | | | * Security fix for CVE-2015-3908 * Security fix for jail, zone and chroot plugins * Bugfixes: https://raw.githubusercontent.com/ansible/ansible/v1.9.2-1/CHANGELOG.md PR: 201200 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) MFH: 2015Q2
* Mark sysutils/vhdtool as DEPRECATED. This utility does notgjb2015-06-301-1/+6
| | | | | | | | | | | create properly-formatted VHD image files. mkimg(1) should be used instead. Set the expiration to 2015-07-31. While here, pet portlint. Sponsored by: The FreeBSD Foundation
* Remove expired ports:rene2015-06-305-51/+0
| | | | | | | | 2015-06-29 audio/padevchooser: Broken for more than 6 months 2015-06-29 devel/xtla: Broken for more than 6 months 2015-06-29 mail/mail-notification: Broken for more than 6 months 2015-06-29 ports-mgmt/gnome-packagekit: Broken for more than 6 months 2015-06-29 sysutils/py-salt-api: Broken for more than 6 months
* - Fix README.FreeBSDsem2015-06-302-2/+5
|
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,adamw2015-06-291-2/+0
| | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports.
* sysutils/logrotate: missing logrotate.d directorypgollucci2015-06-292-0/+3
| | | | | | | | - bump PORTREVISION for plist change PR: 200202 Submitted by: feld@FreeBSD.org Approved by: maintainer timeout (js@iksz.hu ; 44 days)
* Update to 2.0.6, and apply one patch past the 2.0.6 tag that letsadamw2015-06-292-11/+7
| | | | | us remove the dependency on bash (and thus obviates the VIMCAT option). Call it 2.0.6 anyway.
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Update to 2.12.7sunpoet2015-06-292-3/+3
| | | | Changes: https://github.com/guard/guard/releases
* - Update to 20150622sunpoet2015-06-282-3/+3
| | | | | | Changes: https://savannah.gnu.org/forum/forum.php?forum_id=8299 PR: 201150 Submitted by: Chris Howey <howeyc@gmail.com> (maintainer)
* - Update to 1.10.5sunpoet2015-06-282-3/+3
| | | | Changes: https://github.com/bundler/bundler/blob/master/CHANGELOG.md
* - Update to 4.6.0sunpoet2015-06-282-3/+3
| | | | Changes: https://github.com/guard/guard-rspec/releases
* Un-break build:riggs2015-06-281-2/+0
| | | | Distfiles are fetchable again after r390758
* - Mark BROKEN on 9.x amd64:amdmi32015-06-281-0/+2
| | | | | | | | | | ../sse/blake2b.c: In function 'blake2b_compress': ../sse/blake2b.c:294: note: use -flax-vector-conversions to permit conversions between vectors with differing element types or numbers of subparts ../sse/blake2b.c:294: error: incompatible type for argument 1 of '__builtin_ia32_psrlqi128' ../sse/blake2b.c:294: error: incompatible type for argument 1 of '__builtin_ia32_psrlqi128' Submitted by: pkg-fallout Approved by: portmgr blanket
* sysutils/ipmitool: properly link against ports OpenSSL/LibreSSLpgollucci2015-06-281-0/+3
| | | | | | PR: 199389 Submitted by: franco@opnsense.org and brnrd Approved by: maintainer timeout (steve.polyack@intermedix.com ; 76 days)
* sysutils/rubygem-librarian-puppet: update 2.2.0 -> 2.2.1robak2015-06-272-3/+3
|
* Resurrect sysutils/ganglia-webfrontendriggs2015-06-276-0/+1208
| | | | | | | | | | | | - Update to upstream version 3.7.0 - Joseph Mingrone <jrm@ftfl.ca> takes maintainership - Stagify - Add LICENSE - General port modernisation PR: 200278 Submitted by: jrm@ftfl.ca (maintainer) Reviewed by: koobs
* - Fix plistamdmi32015-06-272-3/+4
| | | | Approved by: portmgr blanket
* sysutils/rubygem-smart_proxy_salt: update to 2.1.3mmoll2015-06-272-3/+3
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D2912
* sysutils/rubygem-smart_proxy_chef: update to 0.1.4mmoll2015-06-272-3/+3
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D2911
* - Fix build on 9.xamdmi32015-06-261-1/+1
| | | | | | | - While here, don't set flags which are not used Submitted by: pkg-fallout Approved by: portmgr blanket
* - Update to 1.0.3amdmi32015-06-264-24/+11
| | | | | | | | - Fix shebangs - Add missing run-depends PR: 200880 Submitted by: mp39590@gmail.com
* - Remove broken code from configure, fixing build on 9.xamdmi32015-06-261-0/+56
| | | | | | | | | This code is related to gcc 3 and is now useless; as a side effect, it sets LD to CC while it should be CXX, breaking the build: ModbusComm.cpp:(.text+0x5f4): undefined reference to `operator new[](unsigned int)' Submitted by: pkg-fallout Approved by: portmgr blanket
* - Mark BROKEN on 9.x:amdmi32015-06-251-0/+2
| | | | | | | | lib/template/common-template-typedefs.h:27: error: redefinition of typedef 'LogTemplateOptions' lib/template/common-template-typedefs.h:27: error: previous declaration of 'LogTemplateOptions' was here Approved by: portmgr blanket Submitted by: pkg-fallout
* - Update to 1.0.70amdmi32015-06-254-5/+14
| | | | | PR: 201047 Submitted by: lifanov@mail.lifanov.com (maintainer)
* Fix typo.kevlo2015-06-251-1/+1
|
* Add a missing header include for unlink(2).kevlo2015-06-251-0/+10
|
* Reinstate r384587 (Add CPE info).delphij2015-06-251-0/+2
|
* Update to 1.5.1.delphij2015-06-256-14555/+7999
| | | | | | | PR: ports/201001 Submitted by: maintainer (Enrico M. Crisostomo) MFH: 2015Q2 Security: CVE-2015-4152
* Update to 0.4.0.20150507.delphij2015-06-254-8/+8
| | | | | | PR: ports/201065 Submitted by: maintainer (cheffo freebsd-bg org) MFH: 2015Q2
* - Add NO_ARCHsunpoet2015-06-251-0/+1
|
* - Update to 0.46culot2015-06-242-3/+3
| | | | Changes: http://search.cpan.org/dist/Sysadm-Install/Changes
* - Fix library installationamdmi32015-06-241-3/+3
| | | | - Check OPSYS along with OSVERSION
* - Update to 0.2.4amdmi32015-06-232-3/+4
| | | | | PR: 201006 Submitted by: neel@neelc.org (maintainer)
* - Remove USES=desktop-file-utils as suggested by stage-qaamdmi32015-06-231-3/+2
|
* Update to 1.4.1kevlo2015-06-235-5/+52
|
* sysutils/terraform: use versions of deps specified by upstreamswills2015-06-232-26/+27
|
* Convert to USES=jpegantoine2015-06-234-9/+6
|
* Fix for newer versions of behyve (-S was removed).grembo2015-06-232-2/+2
| | | | | PR: 201044 Submitted by: Denys Razumov <zxzharmlesszxz@gmail.com>
* sysutils/py-ptyprocess: NEW PORT - Run a subprocess in a pseudo terminalrobak2015-06-234-0/+30
| | | | | | | | | | | | | | | Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty. Sometimes, piping stdin and stdout is not enough. There might be a password prompt that doesn't read from stdin, output that changes when it's going to a pipe rather than a terminal, or curses-style interfaces that rely on a terminal. If you need to automate these things, running the process in a pseudo terminal (pty) is the answer. WWW: https://github.com/pexpect/ptyprocess Submitted by: robak@FreeBSD.org
* Update 3.6.3 --> 3.6.4cy2015-06-222-5/+6
| | | | Submitted by: Peter Czanik <peter.czanik@balabit.com> (syslog-ng upline)
* Add puppet37 to track the 3.7 branch puppet which is still supportedbapt2015-06-2212-1/+1527
| | | | | | | | | | | Simplify a bit the Makefile. Remove patches related to unsupported the legacy package system Unsilence install target Merge do-install and post-install which has no reasons to be separated Switch to full static plist Keep the broken on ruby22 has I did not had a chance to test on ruby 2.2 yet Sponsored by: gandi.net
* sysutils/xmbmon: Convert to OPTIONSNGbofh2015-06-2212-57/+53
| | | | | - Add PORTSCOUT to skip wrong distfile scanning - Fix patch files to reflect 'make makepatch'
* Convert to USES=autoreconfbapt2015-06-211-3/+1
|
* Convert to USES=autoreconfbapt2015-06-211-2/+1
|
* Upgrade to version 1.670.olgeni2015-06-213-4/+19
|
* Upgrade to version 1.760.olgeni2015-06-213-5/+56
|
* Update to 2.05.adamw2015-06-192-7/+13
| | | | | | | Upstream has made the baffling decision not to include manpages in the tarball anymore, and to require pandoc and its massive dependencies to generate those manpages. So, install the markdown files into DOCSDIR instead until upstream finds a better way to generate those manpages.
* - Fix build on amd64 (while not breaking build on i386)amdmi32015-06-192-1/+11
| | | | | | | | | | | Since time_t size is unspecified, the only way to print it correctly is by using %ld while casting the value to long This is what upstream does for a long time: https://github.com/facebook/watchman/commit/f2ec20fb2d98bfc9f54df43431564317de60429c Approved by: portmgr blanket MFH: 2015Q2
* xen: add two symtab/strtab loading fixes from upstreamroyger2015-06-193-2/+165
| | | | | | | | | | Those are upstream commits: 06ee60 libxc: fix xc_dom_load_elf_symtab 90b18f libelf: fix elf_parse_bsdsyms call Reviewed by: bapt Sponsored by: Citrix Systems R&D
* - Update to 2.0.2sunpoet2015-06-192-4/+5
| | | | Changes: https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd
* - Strip libraryamdmi32015-06-191-1/+2
|
* - Strip libraryamdmi32015-06-191-1/+2
|
* Update to 20150619.jkim2015-06-193-9/+11
|
* Explicitly disable QT for now. When devel/qt4-rcc is installed, configurejkim2015-06-181-1/+1
| | | | | | script automatically enables QT support but it does not build properly. Approved by: portmgr ("just fix it" blanket)
* - Clarify LICENSEamdmi32015-06-181-2/+5
| | | | - Strip binary
* - Add NO_ARCHsunpoet2015-06-181-0/+1
|
* - Update to 1.10.4sunpoet2015-06-182-3/+4
| | | | | | - Add NO_ARCH Changes: https://github.com/bundler/bundler/blob/master/CHANGELOG.md
* - Update to 5.14jhale2015-06-172-3/+3
| | | | Submitted by: <martinp@tildeslash.com> (maintainer)
* - Fix shebangsamdmi32015-06-171-2/+4
| | | | - Add NO_ARCH
* - Switch to USES=autoreconfamdmi32015-06-171-2/+3
| | | | - Fix shebangs
* - Fix shebangsamdmi32015-06-171-1/+4
| | | | - Add NO_ARCH
* - Take back port, I'm actively working on itgahr2015-06-172-5/+7
| | | | - While at it, makepatch-ify files and add LICENSE
* Update to 7.0 (contains various security fixes)delphij2015-06-172-5/+9
| | | | | PR: ports/200250 Approved by: maintainer timeout
* - Switch to USES=autoreconfamdmi32015-06-171-3/+1
|
* - Upgrade to 1.12.9thierry2015-06-172-4/+6
| | | | | | - Define the license Changelog at http://pear.php.net/package/Log/download/
* sysutils/lsof: move LICENSE from Makefile to files/LICENSEpi2015-06-172-32/+33
| | | | | PR: 200921 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
* Update to 20150616.jkim2015-06-175-193/+3
|
* sysutils/lsof: Add LICENSE the fancy waypi2015-06-171-1/+36
| | | | | PR: 200716 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
* - Fix pkg-plistkmoore2015-06-161-1/+2
| | | | PR: 200832
* Add tws devices to daily periodic scripttijl2015-06-161-1/+1
| | | | | | PR: 199796 Submitted by: terehovv@mail.ru Approved by: samm@os2.kiev.ua (maintainer)
* - Update to 6.4tijl2015-06-162-6/+4
| | | | | | | | - Remove DOCS_CONFIGURE_(ON|OFF) because it's handled automatically by PORTDOCS+staging PR: 200797 Submitted by: samm@os2.kiev.ua (maintainer)
* - Update to 2.4.2amdmi32015-06-163-24/+9
| | | | | | | | - Remove NLS support (has been removed from upstream) - Add LICENSE_FILE PR: 200877 Submitted by: gasol.wu@gmail.com
* sysutils/terraform: create portswills2015-06-165-0/+265
| | | | | | | | | | Terraform provides a common configuration to launch infrastructure - from physical and virtual servers to email and DNS providers. Once launched, Terraform safely and efficiently changes infrastructure as the configuration is evolved. Simple file based configuration gives you a single view of your entire infrastructure. WWW: https://terraform.io/
* sysutils/hal: add missing /var/lib to plistavilla2015-06-152-35/+14
| | | | | | | | | Meanwhile, rewrite plist to use '@dir' instead of '@exec mkdir', and remove deprecated '@dirrm'. PR: 199984 Approved by: gnome (maintainer timeout) MFH: 2015Q2
* sysutils/rubygem-librarian-puppet: update to 2.2.0mmoll2015-06-152-5/+8
| | | | | Differential Revision: https://reviews.freebsd.org/D2755 Approved by: mat (mentor), robak (maintainer)
* sysutils/packer: create portswills2015-06-146-0/+238
| | | | | | | Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. WWW: http://packer.io/