aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* - Update sysutils/puppet to 3.3.0.Brad Davis2013-09-204-13/+21
| | | | | | | Approved by: swills@ Notes: svn path=/head/; revision=327712
* - Add NO_STAGE until validated to be safe for upcoming staging supportBryan Drewery2013-09-205-0/+6
| | | | Notes: svn path=/head/; revision=327710
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-2010-26/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* - Update to 1.401 [1]Frederic Culot2013-09-202-9/+9
| | | | | | | | | | | | - Trim Makefile's header - Add LICENSE (Apache 2) Changes: http://search.cpan.org/dist/Sys-Filesystem/Changes PR: ports/182241 [1] Submitted by: pirzyk@ (maintainer) Notes: svn path=/head/; revision=327694
* - Update to 0.8.3Sunpoet Po-Chuan Hsieh2013-09-202-3/+3
| | | | | | | Changes: https://github.com/grosser/parallel/commits/master Notes: svn path=/head/; revision=327688
* - Update to 1.3.2Bryan Drewery2013-09-202-3/+3
| | | | | | | | PR: ports/182231 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) Notes: svn path=/head/; revision=327673
* - Update to 2.9.3Sunpoet Po-Chuan Hsieh2013-09-205-37/+83
| | | | | | | | | | | | | | - While I'm here: - Add LICENSE - Remove contiguous blank lines Changes: http://sourceforge.net/p/fuse/fuse/ci/master/tree/ChangeLog http://sourceforge.net/p/fuse/fuse/ci/master/tree/NEWS PR: ports/182238 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=327659
* - Reassign to the heap due to maintainer mail bounceThomas Abthorpe2013-09-191-1/+1
| | | | Notes: svn path=/head/; revision=327628
* - Convert USE_TCL to USES=tclPietro Cerutti2013-09-191-2/+1
| | | | Notes: svn path=/head/; revision=327625
* add new port: sysutils/mptdMark Felder2013-09-185-0/+52
| | | | | | | | | | | mptd is a monitoring daemon for mpt raid controllers designed by our very own jhb@ when he worked at Yahoo. Approved by: crees (mentor), sbruno Sponsored by: Yahoo Notes: svn path=/head/; revision=327571
* add new port: sysutils/mfidMark Felder2013-09-185-0/+51
| | | | | | | | | | | mfid is a monitoring daemon for mfi raid controllers designed by our very own jhb@ when he worked at Yahoo. Approved by: crees (mentor), sbruno Sponsored by: Yahoo Notes: svn path=/head/; revision=327570
* Fix typoDmitry Marakasov2013-09-181-1/+1
| | | | | | | | | PR: 181581 Submitted by: m <mn@mail.cn> Approved by: maintainer timeout Notes: svn path=/head/; revision=327566
* - Mark BROKEN, fails checksumBryan Drewery2013-09-181-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=327553
* sysutils/ldap-account-manager: update to 4.3William Grzybowski2013-09-183-3/+9
| | | | | | | | | | | - Update to 4.3 [1] - USES perl5 PR: ports/182194 Submitted by: Vasiliy P. Melnik <basil vpm.net.ua> (maintainer) Notes: svn path=/head/; revision=327547
* - Update to 0.3.0Bryan Drewery2013-09-183-4/+5
| | | | | | | | | | - Note in pkg-message that crontab needs an updated PATH as well Changes: - PostgreSQL support added Notes: svn path=/head/; revision=327539
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-182-1/+2
| | | | Notes: svn path=/head/; revision=327535
* Fix build with/without iconvBaptiste Daroussin2013-09-181-1/+2
| | | | | | | Whiel here add a dependency on pkgconf Notes: svn path=/head/; revision=327534
* Fix xview family builds under 10-CURRENT.Cy Schubert2013-09-181-2/+56
| | | | | | | Flags xview-clients MAKE_JOBS_UNSAFE. Notes: svn path=/head/; revision=327527
* Unbreak port build while master site is down.Max Khon2013-09-183-8/+178
| | | | Notes: svn path=/head/; revision=327516
* Update to 1.5: Replace rcvar=`set_rcvar` with rcvar=FOO_enable in theColin Percival2013-09-182-3/+3
| | | | | | | rc.d scripts in order to be compatible with newer versions of rc.subr. Notes: svn path=/head/; revision=327509
* Make sure that the buffers defined as global variables are alignedXin LI2013-09-172-0/+18
| | | | | | | | | with page boundary. Tested by: dwhite Notes: svn path=/head/; revision=327507
* Update to 3.3.0Chris Rees2013-09-173-6/+12
| | | | | | | Beware configuration file changes! It will not work without changes. Notes: svn path=/head/; revision=327503
* sysutils/ansible: update to 1.3.1William Grzybowski2013-09-174-3/+44
| | | | | | | | | | | | - Update to 1.3.1 Changes: https://raw.github.com/ansible/ansible/v1.3.1/CHANGELOG.md PR: ports/182152 Submitted by: Nikolai Lifanov <lifanov mail.lifanov.com> (maintainer) Notes: svn path=/head/; revision=327498
* only ryslog7 now has rsyslog-<version> package name.Baptiste Daroussin2013-09-179-35/+10
| | | | | | | | | Change all others to avoid confusion for binary package users Approved by: brd Notes: svn path=/head/; revision=327490
* - Update sysutils/rsyslog7-devel to 7.5.3. Supersedes PR: ports/179902Brad Davis2013-09-175-43/+8
| | | | | | | Reviewed by: bapt@ Notes: svn path=/head/; revision=327489
* - Update to 1.8.3Sunpoet Po-Chuan Hsieh2013-09-172-4/+4
| | | | | | | Changes: https://github.com/guard/guard/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=327484
* - Fix build with clang/libc++Dmitry Marakasov2013-09-176-0/+65
| | | | | | | - Rename patches with accordance to porter's handbook Notes: svn path=/head/; revision=327472
* Make comment and actual variable names the same.Guido Falsi2013-09-161-1/+1
| | | | | | | | | PR: ports/181620 Submitted by: Vivek Khera <vivek@khera.org> Approved by: Maintainer timeout Notes: svn path=/head/; revision=327428
* - Make conditionals check for head iconv take advantage of iconv.mkGuido Falsi2013-09-161-1/+1
| | | | | | | | | | populated variables. Submitted by: marino Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327420
* - Update to 0.16Sunpoet Po-Chuan Hsieh2013-09-162-5/+6
| | | | | | | | | | - Add LICENSE - Remove outdated PORTSCOUT Changes: http://search.cpan.org/dist/Fuse/Changes Notes: svn path=/head/; revision=327406
* Remove sysutils/daemontools53, please use sysutils/daemontools insteadBaptiste Daroussin2013-09-166-100/+0
| | | | Notes: svn path=/head/; revision=327387
* - convert to the new perl5 frameworkAndrej Zverev2013-09-162-4/+6
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327371
* - convert to the new perl5 frameworkAndrej Zverev2013-09-1619-32/+34
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327370
* - convert to the new perl5 frameworkAndrej Zverev2013-09-1616-23/+26
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327368
* - Update to 2013-09-14Pav Lucistnik2013-09-152-8/+4
| | | | | | | Submitted by: gleb (maintainer) Notes: svn path=/head/; revision=327359
* Make all non-normal reads from the devd socket a cause to try and reinitJoe Marcus Clarke2013-09-152-1/+12
| | | | | | | the connection. This should avoid high CPU loops when devd is restarted. Notes: svn path=/head/; revision=327347
* - Update to 0.1.3.Mikolaj Golub2013-09-152-4/+4
| | | | | | | | | - Update MAINTAINER address. Approved by: bdrewery Notes: svn path=/head/; revision=327341
* Unbreak build with libzfs_coreMartin Matuska2013-09-143-3/+38
| | | | Notes: svn path=/head/; revision=327305
* - Re-add sysutils/gpart, another useful port removed with no reasonDmitry Marakasov2013-09-1411-0/+215
| | | | | | | | | | | | | | | A port of a tool which tries to guess the primary partition table of a PC-type hard disk in case the primary partition table in sector 0 is damaged, incorrect or deleted. The guessed table can be written to a file or device. Supported (guessable) filesystem or partition types: DOS/Windows FAT, Linux ext2 and swap, OS/2 HPFS, Windows NTFS, FreeBSD and Solaris/x86 disklabels, Minix FS, Reiser FS WWW: http://brzitwa.de/mb/gpart/index.html (outdated) Notes: svn path=/head/; revision=327267
* Remove tests for unsupported FreeBSD versionsBaptiste Daroussin2013-09-143-12/+0
| | | | Notes: svn path=/head/; revision=327263
* Fix build with clang by removing -WerrorBaptiste Daroussin2013-09-141-1/+3
| | | | Notes: svn path=/head/; revision=327262
* Remove useless USE_GCC: clang builds it just fineBaptiste Daroussin2013-09-141-3/+1
| | | | Notes: svn path=/head/; revision=327261
* Fix build with clang, remove now useless USE_GCC=anyBaptiste Daroussin2013-09-141-2/+2
| | | | Notes: svn path=/head/; revision=327260
* Remove USE_GCC=any (clang builds it just fine)Baptiste Daroussin2013-09-141-6/+3
| | | | | | | | | While here: - convert to new LIB_DEPENDS format - Remove useless pre.mk/post.mk dancing Notes: svn path=/head/; revision=327259
* - Update to 0.8.2Sunpoet Po-Chuan Hsieh2013-09-142-3/+3
| | | | | | | Changes: https://github.com/grosser/parallel/commits/master Notes: svn path=/head/; revision=327245
* New port: sysutils/py-analyzemftAntoine Brodin2013-09-135-0/+64
| | | | | | | | | | analyzeMFT.py is designed to fully parse the MFT file from an NTFS filesystem and present the results as accurately as possible in multiple formats. WWW: https://github.com/dkovar/analyzeMFT Notes: svn path=/head/; revision=327190
* Add missing LICENSEAntoine Brodin2013-09-131-0/+9
| | | | Notes: svn path=/head/; revision=327186
* Respect CCBaptiste Daroussin2013-09-131-0/+1
| | | | Notes: svn path=/head/; revision=327164
* Fix fallout from 10-CURRENT WITH_ICONV flip.Matthias Andree2013-09-131-2/+5
| | | | | | | While here, remove excess whitespace to appease portlint. Notes: svn path=/head/; revision=327120
* Disable check for libslab to make sure it uses internal copy. This fixesKoop Mast2013-09-121-0/+2
| | | | | | | the build if mate-control-center is installed. Notes: svn path=/head/; revision=327108