aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Mark as broken: fails to compile (seems to be diferent on 6.x and 7.x).Mark Linimon2007-09-301-0/+2
| | | | Notes: svn path=/head/; revision=200456
* Mark as broken with gcc4.2.Mark Linimon2007-09-302-2/+14
| | | | Notes: svn path=/head/; revision=200454
* Mark as broken on gcc4.2.Mark Linimon2007-09-301-1/+7
| | | | Notes: svn path=/head/; revision=200452
* Mark as broken with gcc4.2.Mark Linimon2007-09-301-1/+7
| | | | Notes: svn path=/head/; revision=200451
* Upgrade sysutils/rdiff-backup-devel from 1.1.12 to 1.1.14Vasil Dimov2007-09-302-4/+4
| | | | | | | ChangeLog: http://www.nongnu.org/rdiff-backup/CHANGELOG-devel Notes: svn path=/head/; revision=200426
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-3012-16/+23
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Fix buildPav Lucistnik2007-09-291-1/+1
| | | | Notes: svn path=/head/; revision=200398
* Do not depend on /usr/bin/perl.Jimmy Olgeni2007-09-291-0/+4
| | | | Notes: svn path=/head/; revision=200374
* Do not depend on /usr/bin/perl (fix page load bug when /usr/bin/perl does ↵Jimmy Olgeni2007-09-291-2/+7
| | | | | | | not exist). Notes: svn path=/head/; revision=200373
* - Remove unnecessary patches.Alejandro Pulver2007-09-293-51/+0
| | | | | | | | Reported by: pav Forgotten by: alepulver (myself) Notes: svn path=/head/; revision=200362
* - Mark BROKEN: Conflicting MySQL dependenciesPav Lucistnik2007-09-291-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=200340
* Upgrade to version 1.300.Jimmy Olgeni2007-09-282-4/+4
| | | | Notes: svn path=/head/; revision=200283
* - Update to 1.19.8Andrew Pantyukhin2007-09-286-20/+12
| | | | | | | - Disable mysql support temporarily Notes: svn path=/head/; revision=200278
* - Fix configuration directory (but take fix from puppet-devel which respectsAlejandro Pulver2007-09-271-0/+3
| | | | | | | | | | PREFIX, instead of submitted patch). PR: ports/116007 Submitted by: Tomoyuki Sakurai <cherry@trombik.org> (maintainer) Notes: svn path=/head/; revision=200234
* - Complete repocopy of sysutils/puppet-devel and apply patch.Alejandro Pulver2007-09-276-318/+68
| | | | | | | | PR: ports/116007 Submitted by: Tomoyuki Sakurai <cherry@trombik.org> (maintainer) Notes: svn path=/head/; revision=200233
* - Fix building on 64-bit architectures (remove useless check).Alejandro Pulver2007-09-271-0/+10
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=200221
* - add CONFLICTS with puppet-develMartin Wilke2007-09-271-0/+1
| | | | | | | | PR: 116650 Submitted by: Tomoyuki Sakurai <cherry@trombik.org> (maintainer) Notes: svn path=/head/; revision=200219
* - Marked deprecated (Version branch long since retired)Martin Wilke2007-09-271-0/+3
| | | | Notes: svn path=/head/; revision=200218
* - Install MANPAGE.Marcelo Araujo2007-09-271-3/+3
| | | | | | | | | | | - Remove unused SF in MASTER_SITE. PR: ports/116505 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> Approved by: stas (mentor), Erik Greenwald <erik@sinistar.bluecows.com> (maintainer) Notes: svn path=/head/; revision=200194
* - Update port to version 2.0.Alejandro Pulver2007-09-274-11/+20
| | | | | | | | | | - Take maintainership. PR: ports/116123 Submitted by: pesho.petrov@gmail.com Notes: svn path=/head/; revision=200186
* [patch] sysutils/bacula-server - reduce options in WITH_BATEdwin Groothuis2007-09-262-22/+25
| | | | | | | | | | | [patch] cleanup sysutils/bacula-bat Makefile PR: ports/116624,ports/116625 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: dvl@ Notes: svn path=/head/; revision=200119
* Upgrade to version 1.370.Jimmy Olgeni2007-09-252-16/+5
| | | | Notes: svn path=/head/; revision=200093
* - Fix failing mmap calls in mkcramfs by correctly defining a constant.Stefan Walter2007-09-243-1/+22
| | | | | | | | | | | - Call mkfifo instead of mknod for creating FIFOs to fix cramfsck. PR: 116292 Submitted by: Christopher Hall <freebsd@generalresources.com> Approved by: maintainer Notes: svn path=/head/; revision=200055
* Dominic is a new dad, and will be too busy for a while to work on ports.Mark Linimon2007-09-243-3/+3
| | | | | | | Congratulations :-) Notes: svn path=/head/; revision=200026
* [PATCH] sysutils/mbmon - enables recognition of 657DHG controllerEdwin Groothuis2007-09-242-2/+3
| | | | | | | | | | | | Enclosed one line patch enables mbmon's recognition of the 657DHG temp sensing device on the Asus P5x motherboard series PR: ports/116474 Submitted by: Howard Goldstein <hg@queue.to> Approved by: maintainer timeout Notes: svn path=/head/; revision=200020
* [NEW PORT] sysutils/bacula-bat GUI for sysutils/bacula-serverEdwin Groothuis2007-09-244-0/+63
| | | | | | | | | | | | | | | | | | | | | | Add the GUI interface for Bacula,bat is the GUI inteface for Bacula. Bacula is a set of computer programs that permit you (or the system administrator) to manage backup, recovery, and verification of computer data across a network of computers of different kinds. In technical terms, it is a network Client/Server based backup program. Bacula is relatively easy to use and efficient, while offering many advanced storage management features that make it easy to find and recover lost or damaged files. Due to its modular design, Bacula is scalable from small single computer systems to systems consisting of hundreds of computers located over a large network. WWW: http://www.bacula.org/ PR: ports/116450 Submitted by: Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=200015
* [MAINTAINER-UPDATE] sysutils/bacula-server - prepare master port for ↵Edwin Groothuis2007-09-2410-95/+242
| | | | | | | | | | | | | sysutils/bacula-bat Alter this port in preparation for a new port, sysutils/bacula-bat No need to upgrade bacula-server unless you really want to. PR: ports/116449 Submitted by: Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=200014
* - Remove unnecessary patchMartin Wilke2007-09-231-22/+0
| | | | | | | Submitted by: maintainer via mail Notes: svn path=/head/; revision=199991
* sysutils/screen: install error if world compiled with NO_INFOEdwin Groothuis2007-09-231-0/+11
| | | | | | | | | | | | | | | | | | The program /usr/bin/install-info doesn't exist in case the base system has been compiled with NO_INFO. This causes an error during installation of sysutils/screen because one of screen's make files rely on this program. I added handling of NO_INFO (and NO_MAN by the way). I suggest to let screen depend on print/texinfo if the user doesn't define NO_INFO and /usr/bin/install-info doesn't exist. PR: ports/115048 Submitted by: Bj\xf6rn K\xf6nig <bkoenig@cs.tu-berlin.de> Approved by: maintainer timeout Notes: svn path=/head/; revision=199977
* sysutils/screen: install error if world compiled with NO_INFOEdwin Groothuis2007-09-233-0/+65
| | | | | | | | | | | | | | | | | | The program /usr/bin/install-info doesn't exist in case the base system has been compiled with NO_INFO. This causes an error during installation of sysutils/screen because one of screen's make files rely on this program. I added handling of NO_INFO (and NO_MAN by the way). I suggest to let screen depend on print/texinfo if the user doesn't define NO_INFO and /usr/bin/install-info doesn't exist. PR: ports/115048 Submitted by: Björn König <bkoenig@cs.tu-berlin.de> Approved by: maintainer timeout Notes: svn path=/head/; revision=199976
* ports/116365: sysutils/fusefs-smbnetfs has a typo in the pkg-messageEdwin Groothuis2007-09-231-1/+1
| | | | | | | | PR: ports/116365 Submitted by: "G. V. Tjong A Hung" <gvtjongahung@users.sourceforge&#8203;.net;;> Notes: svn path=/head/; revision=199924
* Update to 0.4.1.Roman Bogorodskiy2007-09-222-5/+4
| | | | Notes: svn path=/head/; revision=199897
* - Update to 20070915Beech Rintoul2007-09-214-8/+22
| | | | | | | | | PR: ports/116420 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) Approved by: sat (mentor) Notes: svn path=/head/; revision=199868
* - Update to 2.0.2Martin Wilke2007-09-203-7/+19
| | | | | | | | PR: 116375 Submitted by: Anton Lysenok <bart@tapolsky.net.ua> (maintainer) Notes: svn path=/head/; revision=199792
* 2007-09-15 x11-wm/obtuner: broken with recent Openbox and the project is not ↵Martin Wilke2007-09-186-92/+0
| | | | | | | | | | | | active anymore 2007-08-22 www/mapedit: Depends on obsolete version of jdk 2007-08-22 www/hotjava: Depends on obsolete version of jdk 2007-08-29 sysutils/cd9660_unicode: is obsolete. See mount_cd9660(8) 2007-09-11 net-mgmt/p5-Net-SNMP3: only runs with old, unsupported Perl versions Notes: svn path=/head/; revision=199713
* Add an option to enable a patch by Nikita Staroverov that implementsMichael Nottebrock2007-09-183-3/+547
| | | | | | | | | | ACPI support in klaptopdaemon. PR: ports/116354 Submitted by: Alex Keda <admin@lissyara.su> Notes: svn path=/head/; revision=199687
* Update to 0.3.1.1Tom McLaughlin2007-09-173-8/+7
| | | | | | | | | | | | | | | | | - Makefile fixes. - Correct passing of parameters to shutdown(8) - Correct a bug whereby attempting to set preferences when no configuration file already exists (e.g., when first running DownTime) would result in a warning and non-application saving of the new preferences - Window title consistency - Print date and time when writing warnings / errors PR: 115852 Submitted by: maintainer Notes: svn path=/head/; revision=199636
* - Unbreak with gcc4.Marcelo Araujo2007-09-173-6/+30
| | | | | | | | | PR: ports/115323 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Approved by: stas (mentor), maintainer timeout (2 weeks) Notes: svn path=/head/; revision=199627
* - Update to 1.10.0Martin Wilke2007-09-172-6/+5
| | | | | | | | PR: 116352 Submitted by: Paul Dlug <paul@aps.org> (maintainer) Notes: svn path=/head/; revision=199617
* - Update to 1.2.2. Relevant parts from the release notes:Marius Strobl2007-09-158-17/+70
| | | | | | | | | | | | | | | | | | | | | | Cdrdao changes: o Man page cleanup (Andrew Suffield) GCDMaster changes: o Fixed GCC 4.1 compilation issues o Fixed hang when inserting WAV file - Ensure that the libraries built by the port are linked in and not already installed ones. For example in case of libcdda_paranoia installed by audio/cdparanoia can't be used to build cddao. Such problems only happen when using non-standard compiler and/or linker flags are used but it doesn't hurt to add some anti-footshooting measurements to the port. [1] PR: 115616 [1] Approved by: netchild Notes: svn path=/head/; revision=199514
* - Update to 2.2.4Martin Wilke2007-09-142-7/+7
| | | | | | | | PR: 116358 Submitted by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=199500
* Upgrade to 2.2.4Frank J. Laszlo2007-09-142-4/+4
| | | | | | | | | | | | | | | - minor bug fix update - Full details at http://marc.info/?l=bacula-announce&m=118979703801277&w=2 - If you are running PostgreSQL, please don't forget to update the client libraries and ensure that they are the multi-thread version so you can take advantage of the new speed improvements of the batch insert feature (significant performance boost). PR: ports/116356 Submitted by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=199499
* - Update to 2.2.3Martin Wilke2007-09-142-7/+7
| | | | | | | | PR: 116262 Submitted by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=199482
* The Java Service Wrapper is an application which has evolved out of a desireAlejandro Pulver2007-09-145-0/+244
| | | | | | | | | | | | | | | | | to solve a number of problems common to many Java applications: - Run as a Windows Service or Unix Daemon. - Application Reliability. - Standard, Out of the Box Scripting. - On Demand Restarts. - Flexible Configuration. - Ease Application Installations. - Logging. WWW: http://wrapper.tanukisoftware.org/ Notes: svn path=/head/; revision=199475
* Sick of all those fancy CD-burning apps not working for you? You needAlejandro Pulver2007-09-147-0/+304
| | | | | | | | | | | | | | | | | | something that just gets the work done? Welcome to BashBurn - It just works! BashBurn is the new name for the cd burning shell script Magma. It's not the best looking CD-burning application out there, but it does what you want it to do. (And if not then probably didn't want to do it anyway) WWW: http://bashburn.sourceforge.net/ PR: ports/115846 Submitted by: Martin Tournoij <carpetsmoker at xs4all.nl> Notes: svn path=/head/; revision=199470
* Back out 1.944. The port itself was named wrong, not the Makefile entry.Mark Linimon2007-09-141-1/+1
| | | | | | | Confustion created by: erdwin Notes: svn path=/head/; revision=199458
* - Update to version 1.913.Alejandro Pulver2007-09-144-11/+10
| | | | | | | | | - Update pkg-message. Reported by: Szabolcs Szakacsits <szaka@ntfs-3g.org> Notes: svn path=/head/; revision=199456
* - update to 3.46Thomas Abthorpe2007-09-122-4/+4
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=199353
* - Update to 4.79CThomas Abthorpe2007-09-122-9/+9
| | | | | | | | | | | - Fix RELENG_6 (6.2) alpha support PR: ports/116273 Submitted by: Larry Rosenman <ler_AT_lerctr.org> Approved by: clsung (mentor) Notes: svn path=/head/; revision=199351
* Add missing dependencies.Edwin Groothuis2007-09-111-1/+4
| | | | | | | Noticed by: TAPHR Notes: svn path=/head/; revision=199338