aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.8.0Sunpoet Po-Chuan Hsieh2013-08-312-3/+3
| | | | | | | Changes: https://github.com/grosser/parallel/commits/master Notes: svn path=/head/; revision=325781
* - Reorder MASTER_SITES: try to avoid checksum mismatch caused by rerolled ↵Sunpoet Po-Chuan Hsieh2013-08-311-2/+4
| | | | | | | | | tarball (again and again) - Add LICENSE Notes: svn path=/head/; revision=325776
* Eradicate USE_GNOME=pkgconfigBaptiste Daroussin2013-08-309-28/+16
| | | | | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Convert USE_GNOME=gnomehack to USES=pathfix - Convert USE_PERL5 to USES=perl5 Notes: svn path=/head/; revision=325741
* - update to 1.4.7Ruslan Makhmatkhanov2013-08-302-5/+7
| | | | | | | | | | | | | | | | - work around kern/181590, provided by Peter Holm - remove @dirrmtry etc/devd from the plist generator changelog: - allow configuring additional arguments for tools like amq, rpcbind, logger - read only fallback for write protected storage devices - report to syslogd(8) PR: 181661 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=325726
* Try a little harder to sanitize the builds: now ensure it builds not only inAlexey Dokuchaev2013-08-302-15/+24
| | | | | | | | | | parallel mode (-jX), but with disabled make jobs as well. While here, evict the trailing spaces at EOL in port description, and reindent it a bit. Reported by: bdrewery Notes: svn path=/head/; revision=325705
* - Mark BROKEN, fails to installBryan Drewery2013-08-301-0/+2
| | | | | | | | | | ===> Checking if sysutils/rubygem-chef-expander already installed ERROR: While executing gem ... (Gem::DependencyError) Unable to resolve dependencies: chef-expander requires bunny (~> 0.6.0), fast_xs (~> 0.7.3) *** [do-install] Error code 1 Notes: svn path=/head/; revision=325696
* - Mark BROKEN, fails to installBryan Drewery2013-08-301-0/+2
| | | | | | | | | | ===> Checking if sysutils/rubygem-chef-solr already installed ERROR: While executing gem ... (Gem::DependencyError) Unable to resolve dependencies: chef-solr requires chef (= 10.24.0) *** [do-install] Error code 1 Notes: svn path=/head/; revision=325684
* sysutils/procenv: update to 0.26William Grzybowski2013-08-303-4/+4
| | | | | | | | | | | - Update to 0.26 [1] - WWW must end with a slash PR: ports/181640 [1] Submitted by: James Hunt <james.hunt ubuntu.com> (maintainer) Notes: svn path=/head/; revision=325671
* Update to version 3.2Pawel Pekala2013-08-294-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qjail-3.2 change log 1. Added IPv6 support to "create" and "config" commands. 2. Changed the way jail status is determined. Now use "jls -j jailname jid" command instead of carring internal jid field in jail definition record. This fixed jail status problem when users used the "halt or reboot" command on the host instead of the "shutdown now" command. 3. Changed qjail-bootime script to nolonger populate internal jid field in jail definition record. 4. Corrected coding of conflicts_install parameter in the port Makefile so it functions as wanted. Also inserted message info block about upgrade procedure and CONFLICT resolution. 5. Removed all references to qjail.conf file from all man pages. 6. Corrected examples in qjail man for "qjail create" command using new -4 option for IPv4 IP addresses. qjail-3.1 change log http://www.freebsd.org/cgi/query-pr.cgi?pr=179769 1. sharefs/usr/src and sharefs/usr/ports were missing links. Design was to have sharedfs share those directories with all jails. Added code to mkdir src and port on sharedfs and link to template. 2. For update -b, archive sharedfs, restore sharedfs and install commands, replaced the logic of rolling through the qjail.local directory opening each definition file to check if jail was running which left the last opened jail variables populated, with logic based on using jls command to list the running jails and then checking jls list to qjail.global directory content of qjail owned jails to determine if jail was running. 3. For archive of image jail, removed qjail prefix from variable name. 4. For "update -b" host binaries have noschg set on a few files, added chflags -R noschg "${sharedfs}/${dir}" chflags -R nosunlink "${sharedfs}/${dir}" commands to remove said status on all files. 5. Add "mount.devfs=1" parameters to build_def function of qjail script and qjail-bootime script. This enables ps and top commands to work inside of jail. This is a work around for /dev bug in jail(8). 6. "qjail create -a img20 -i 25 img25 10.0.10.20" Using a image archive caused cpio to complain when copying the template to populate the img file. Replaced cpio with "cp -R dir/" command, also made the same change to the dup image logic. The cpio command has problems working with sparse files. 7. Added "qjail config -h" option. This option provides a way to enable "SSH" on a jail. Same option as -c of the "qjail create" command. 8. Updated "man qjail" with instructions on using the "mv" command to give jails access to the hosts "/usr/ports" or "/usr/src" directories. 9. Added new function to "config" command call -m for manual start jails, -m to enable and -M to disable. 10. Changed the "config" command call -r [run, norun] option to -r to enable and -R to disable. qjail-3.0 change log http://www.freebsd.org/cgi/query-pr.cgi?pr=179184 1. This version of qjail has been converted from using the legacy rc.d-method as used in all previous versions of qjail, to using the jail(8) jail.conf-method available in RELEASE-9.1. This upgrade provides the ability to enable the following new options on a per-jail basis. exec.fib, allow.raw_sockets, allow.quotas, allow.mount.nullfs, allow.mount.zfs, cpuset.id, securelevel, vnet.interface, and vnet. The vnet option gives a jail its own network stack using the experimental vimage software with or with out ipfw firewall and using if_bridge/epair or netgraph for its network. This qjail version is not functional for RELEASES older than RELEASE-9.1. 2. The basejail has been renamed to sharedfs and newjail has been renamed to template. 3. The archive function now uses the tar utility to bkup the jailname filesystem with it's internal qjail admin files. 4. The restore function now uses the tar utility to restore the jailname filesystem with it's internal qjail admin files. 5. The -a option of the create command now uses the tar utility to restore the jailname filesystem. 6. The qjail man page up-dated to reflect all changes to qjail. 7. The qjail.conf file has been deprecated and removed. 8. Added logic to the "config" command to enable and disable the jail(8) selected extended options. PR: ports/180773 Submitted by: Joe Barbish <qjail@a1poweruser.com> (maintainer) Notes: svn path=/head/; revision=325633
* - Remove Author lineSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | Notes: svn path=/head/; revision=325620
* - Add WWWSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | | | | | - Use single space after WWW: - Remove Author line Notes: svn path=/head/; revision=325610
* - Switch to new LIB_DEPENDS formatPawel Pekala2013-08-291-18/+3
| | | | | | | | | - Convert USE_PERL5 to USES - Remove stale MAKE_JOBS_SAFE - Trim dependencies where they are too detailed Notes: svn path=/head/; revision=325602
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-293-3/+3
| | | | Notes: svn path=/head/; revision=325562
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325560
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-293-3/+3
| | | | Notes: svn path=/head/; revision=325559
* - Disconnect ports removed in r325546Bryan Drewery2013-08-291-1/+0
| | | | Notes: svn path=/head/; revision=325558
* Update to latest GNUstep core libraries.David Chisnall2013-08-286-419/+0
| | | | | | | | | | | | | | Update dependent packages with more recent releases. Remove old and bit-rotted ones. Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations. Take maintainership of GNUstep-related ports. Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them. Approved by: bapt Notes: svn path=/head/; revision=325546
* sysvbanner prints SysV style banners.Dmitry Marakasov2013-08-284-0/+33
| | | | | | | | | | | | Prints out the first 10 characters of text in large letters. WWW: https://github.com/uffejakobsen/sysvbanner PR: 181455 Submitted by: Uffe Jakobsen <uffe@uffe.org> Notes: svn path=/head/; revision=325499
* - Update pytsk to 2013-08-26Antoine Brodin2013-08-272-11/+10
| | | | | | | | | - Use new LIB_DEPENDS syntax - Add missing OPTIONS_DEFINE - Remove LICENSE from DOCS Notes: svn path=/head/; revision=325484
* Remove expired ports:Rene Ladan2013-08-2714-299/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-08-27 lang/ldc-devel: Broken for more than 6 month 2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month 2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month 2013-08-27 sysutils/avfs: Broken for more than 6 month 2013-08-27 multimedia/mp4split: Broken for more than 6 month 2013-08-27 net-mgmt/noc: Broken for more than 6 month 2013-08-27 sysutils/empower: Broken for more than 6 month 2013-08-27 emulators/xgngeo: Broken for more than 6 month 2013-08-27 graphics/geglmm: Broken for more than 6 month 2013-08-27 sysutils/libumberlog: Broken for more than 6 month 2013-08-27 net/wizd: Broken for more than 6 month 2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month 2013-08-27 palm/barry: Broken for more than 6 month 2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month 2013-08-27 news/lottanzb: Broken for more than 6 month 2013-08-27 textproc/xaira: Broken for more than 6 month 2013-08-27 graphics/f90gl: Broken for more than 6 month 2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month 2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month 2013-08-27 math/dislin: Broken for more than 6 month 2013-08-27 irc/smuxi: Broken for more than 6 month Notes: svn path=/head/; revision=325483
* - Update to 0.50Sunpoet Po-Chuan Hsieh2013-08-272-3/+3
| | | | | | | Changes: http://joeyh.name/code/moreutils/news/version_0.50/ Notes: svn path=/head/; revision=325464
* Upgrade to version 4.02.Jimmy Olgeni2013-08-273-3/+6
| | | | Notes: svn path=/head/; revision=325439
* Upgrade to version 4.01.Jimmy Olgeni2013-08-263-3/+12
| | | | Notes: svn path=/head/; revision=325383
* sysutils/py-supervisor: Update to 3.0Kubilay Kocak2013-08-257-28/+125
| | | | | | | | | | | | | | | | | | | | | - Update to 3.0 (and bump PORTEPOCH) - Update pkg-plist - Replace NOPORTDOCS with DOCS (pet portlint) - Remove unecessary test_childutils patch (upstreamed) - Disable two failing tests and report upstream [1] Changes: https://github.com/Supervisor/supervisor/blob/3.0/CHANGES.txt [1] https://github.com/Supervisor/supervisor/issues/284 [1] https://github.com/Supervisor/supervisor/issues/285 PR: ports/181138 Approved by: Ildar Hizbulin <hizel@vyborg.ru> (maintainer) Notes: svn path=/head/; revision=325328
* - Update to 1.3.1Sunpoet Po-Chuan Hsieh2013-08-244-6/+12
| | | | | | | | | | - Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo) - Bump PORTREVISION for sysutils/freeipmi shlib change Changes: http://savannah.gnu.org/forum/forum.php?forum_id=7687 Notes: svn path=/head/; revision=325311
* Update to 20130823.Jung-uk Kim2013-08-232-4/+4
| | | | Notes: svn path=/head/; revision=325274
* filewatcherd is a daemon inspired by cron, that run commands based on fileWilliam Grzybowski2013-08-237-0/+96
| | | | | | | | | | | | | | | changes instead of time. In principle it is similar to incron, but it's simpler, more limited, and does not depend on anything outside of FreeBSD base. WWW: https://github.com/faelys/filewatcherd/ PR: ports/181485 Submitted by: Natacha Porté <natbsd instinctive.eu> Notes: svn path=/head/; revision=325267
* - Fix buildMax Brazhnikov2013-08-231-6/+5
| | | | | | | | - Strip Makefile header - Switch to out-of-source build Notes: svn path=/head/; revision=325259
* Update to 0.4.5Max Brazhnikov2013-08-232-4/+4
| | | | | | | | PR: ports/181382 Submitted by: Jason Bacon (maintainer) Notes: svn path=/head/; revision=325253
* - Update to 20130822Frederic Culot2013-08-232-6/+6
| | | | | | | | | Changes: https://savannah.gnu.org/forum/forum.php?forum_id=7686 PR: ports/181473 Submitted by: Chris Howey <howeyc@gmail.com> (maintainer) Notes: svn path=/head/; revision=325252
* sysutils/py-glances: update to 1.7.1William Grzybowski2013-08-225-9/+142
| | | | | | | | | | | | | | - Update to 1.7.1 - Add NLS option - Use single space for WWW Changes: https://github.com/nicolargo/glances/blob/master/NEWS PR: ports/181465 Submitted by: Gasol Wu <gasol.wu gmail.com> (maintainer) Notes: svn path=/head/; revision=325231
* ysutils/ansible: update to 1.2.3William Grzybowski2013-08-213-4/+3
| | | | | | | | | | - Update to 1.2.3 PR: ports/181457 Submitted by: Nikolai Lifanov <lifanov mail.lifanov.com> (maintainer) Notes: svn path=/head/; revision=325168
* Update to 2.70.Mikolaj Golub2013-08-213-3/+7
| | | | | | | Approved by: bdrewery Notes: svn path=/head/; revision=325165
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2013-08-211-1/+1
| | | | Notes: svn path=/head/; revision=325161
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-212-2/+3
| | | | Notes: svn path=/head/; revision=325134
* sysutils/py-salt-api: update to 0.8.2William Grzybowski2013-08-212-3/+3
| | | | | | | | | | | - Update to 0.8.2 PR: ports/181440 Submitted by: Mike Carlson <mike bayphoto.com> Approved by: maintainer Notes: svn path=/head/; revision=325114
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-08-211-1/+1
| | | | Notes: svn path=/head/; revision=325110
* - Update sysutils/rsyslog7 to 7.4.3Brad Davis2013-08-204-19/+10
| | | | | | | Reviewed by: swills@ Notes: svn path=/head/; revision=325076
* - Update to version 1.4.3Pawel Pekala2013-08-193-31/+5
| | | | | | | - Use http redirection while fetching Notes: svn path=/head/; revision=325011
* - Use devel/libpci as library dependencySunpoet Po-Chuan Hsieh2013-08-193-60/+23
| | | | | | | | | | | | | | | - Use misc/pciids as runtime dependency - Use REINPLACE_CMD instead of patch file - Remove unnecessary sbin/update-pciids and update-pciids.8 - Remove unnecessary pci.ids check - Add LICENSE - Use USES=gmake - Use PLIST_FILES instead of PLIST - Bump PORTREVISION for dependency/package change - Take maintainership Notes: svn path=/head/; revision=324998
* - Update to 1.7.0Frederic Culot2013-08-192-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Quota/CHANGES Notes: svn path=/head/; revision=324995
* - Update to 0.3.2Frederic Culot2013-08-193-5/+9
| | | | | | | | PR: ports/181380 Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer) Notes: svn path=/head/; revision=324965
* - Update to 1.4.6Frederic Culot2013-08-192-3/+3
| | | | | | | | | Changes: http://sourceforge.net/p/bsdadminscripts/automounter/ci/default/tree/CHANGES PR: ports/181374 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=324960
* - Fix build after the recent lang/python changesMarcus von Appen2013-08-181-0/+2
| | | | Notes: svn path=/head/; revision=324898
* - Update to 0.10Bryan Drewery2013-08-173-6/+12
| | | | | | | | - Update to new upstream location - Update to new options framework Notes: svn path=/head/; revision=324857
* Update to 3.2.0Bryan Drewery2013-08-172-3/+3
| | | | Notes: svn path=/head/; revision=324856
* - Reset yzlin's portsBryan Drewery2013-08-174-19/+7
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=324852
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - Update to 0.16.3Sunpoet Po-Chuan Hsieh2013-08-173-4/+5
| | | | | | | | | | | | - While I'm here, add PyPI link as WWW Changes: http://docs.saltstack.com/topics/releases/0.16.3.html http://docs.saltstack.com/topics/releases/0.16.2.html PR: ports/181001, ports/181168 Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer) Notes: svn path=/head/; revision=324835
* - Update puppet27 to 2.7.23 which fixes CVE-2013-4761 and CVE-2013-4956Brad Davis2013-08-162-3/+3
| | | | | | | | Approved by: swills@ Security: 2b2f6092-0694-11e3-9e8e-000c29f6ae42 Notes: svn path=/head/; revision=324813