summaryrefslogtreecommitdiffstats
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* The safest way to handle nut's state and pid files is to have them alldougb2002-01-202-2/+12
| | | | | | | | | | | sent to a directory that's writeable by user uucp. I generally configure this manually myself when I install nut, and since there are so many other things that need manual configuration, I never thought it was a big deal. However, a user pointed out that it'd be nice if the thing (well, at least this part of the thing) worked more or less out of the box, so here you go. This change adds a /var/db/nut directory that is owned by user uucp.
* Fix corrupted patch.demon2002-01-191-13/+10
| | | | | Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> PR: 34015
* Update maintainer's email addressdwcjr2002-01-172-3/+2
| | | | | | | Update a few MASTER_SITES PR: 34012 Submitted by: maintainer
* Update to 0.8.1pat2002-01-172-2/+2
|
* - Update to version 0.7wjv2002-01-176-8/+47
| | | | | - Make PREFIX-compliant - Added a PKGREQ script to check for Python version >= 2.0
* Update to 1.0.0.knu2002-01-173-37/+60
|
* Fix build.demon2002-01-163-24/+86
| | | | | PR: 33189 Submitted by: Bjarne Wichmann Petersen <freebsd.nospam@mekanix.dk>
* Update to 20020117.knu2002-01-164-4/+4
| | | | | | | | | Fix a silly bug in the last version where portupgrade doesn't upgrade packages which requisite packages don't need upgrading. Probably you need to reinstall this port manually. PR: ports/33946 Submitted by: Vivek Khera <khera@kciLink.com>
* Update to 20020116.1.knu2002-01-164-4/+4
| | | | | | | | | | | | | | | | | | - Distinguish "ignored" from "skipped", and only report ignored packages when -v/--verbose is specified. (This reduces loads of "No need to upgrade ..." messages that you see when you run portupgrade -a, etc.) Point taken from: Quincey Koziol <koziol@ncsa.uiuc.edu> - Embrace the bsd.*.mk changes in CURRENT and stop files from getting installed into /. Problem noted by: Brooks Davis <brooks@FreeBSD.org>, Anders Andersson <anders@hack.org> For recent CURRENT users, please manually remove /_* and /*.rb files that should have been accidentally installed by bsd.prog.mk.
* Update to version 20020116. Only minor fixes have been made since theknu2002-01-154-4/+4
| | | | | | | | | | | | | | | | | | last release. portsclean(1): - -C/--workclean: Support the case where the ports directory is a symlink. portupgrade(1): - Alter the "skip" message for originless packages. pkgdb(3): - When a dependency sanity check fails, suggest specifying -O as the alternative to running pkgdb -F. overall: - Make more grammar/wording fixes.
* Fix with newest gnomelibs.sobomax2002-01-153-4/+39
| | | | Reported by: Joe Marcus Clarke <marcus@marcuscom.com>
* Remove empty files.sobomax2002-01-151-0/+0
|
* Remove netman@dynaplex.net as MAINTAINER; email has been bouncing forfenner2002-01-151-1/+1
| | | | 3 months.
* Add mirrors to MASTER_SITES.jim2002-01-141-1/+3
| | | | | PR: 33868 Submitted by: maintainer
* Add ruby-log4r, a flexible logging library written in Ruby.knu2002-01-126-0/+179
|
* Bring in a few changes to the KDE ports infrastructure, and some fixes.will2002-01-116-96/+12
| | | | | | | | | | | | | | | | | | | | - Move all stuff specific to kde core ports to x11/kde2/Makefile.kde. + Default to compile optimized for speed, not debugging, in ports builds, not just packages. We don't really get that many backtraces or debugging information, and there's a better way to provide these things to people willing to spend some time working on KDE. It's at (as announced before): http://freebsd.kde.org/. - Remove teTeX dependency for kdegraphics2 upon request, and being unable to find any reason not to. Apparently, kdegraphics still compiles libkdvi and kdvi -- I guess dvips is merely a runtime dependency. Therefore to enable its use one just needs to add the teTeX package. Bump PORTREVISION to reflect dependency change. - Fix koffice port by removing PYTHON_VERSION, which is unnecessary. PR: 33650 (part of) Submitted by: John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net> Reviewed by: kde-freebsd@lists.csociety.org (teTeX dep removal, and optimizing for speed, not debugging capability)
* add gfslicer 1.5.4ijliao2002-01-106-0/+62
| | | | gfslicer helps to slice and then deslice files which are of larger size
* Update to 0.9.0.sobomax2002-01-103-9/+9
|
* * Add pkg-message to infor the user to install a softlink inlkoeller2002-01-091-0/+10
| | | | /dev from the serial line to usv
* Fix WWW and MASTER_SITEpat2002-01-082-2/+2
| | | | | PR: 33705 Submitted by: maintainer
* If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also addwill2002-01-086-0/+18
| | | | | | | --enable-debug and turn off stripping of binaries so we actually get all the debugging we're supposed to get. :) Submitted by: Alan Eldridge <alane@geeksrus.net>
* Fully qualify MAINTAINER address.fenner2002-01-071-1/+1
|
* Remove rantapaa@uswest.net as MAINTAINER; mail has been bouncing forfenner2002-01-071-1/+1
| | | | 2.5 months.
* RUN_DEPEND on latex to build documentation correctly.demon2002-01-074-12/+4
| | | | | Remove strip commands from post-install target: binaries are stripped without this hack.
* distfiles rerolled, nothing changedijliao2002-01-074-4/+4
| | | | drop maintainership
* First round of auto* cleanups:will2002-01-065-5/+5
| | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
* Update to 1.2.8.ume2002-01-054-4/+4
|
* Conditionalize use of objprelink based on whether we're running onwill2002-01-056-18/+48
| | | | | | MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined. Requested by: several
* Change maintainer's emailpat2002-01-041-3/+2
| | | | | PR: 33556 Submitted by: maintainer
* Update to 0.76.roam2002-01-046-31/+45
| | | | | | | Assume maintainership. Reviewed by: nbm Approved by: nbm
* -Fix typopat2002-01-031-7/+7
| | | | -Remove unwanted dependencies
* portupgrade(1):knu2002-01-034-4/+4
| | | | | | | | | | | | | | - Fix a couple of undefined method errors introduced in the last version. Reported by: roberto, jan grant <jan.grant@bristol.ac.uk> PR: ports/33478 portsclean(1), portupgrade(1), portversion(1): - Apply English grammar fixes. Submitted by: David Bogen <db@bogen.org> (Thanks a lot!)
* bump PORTREVISION because of last set of patches (open apm device readonly)alfred2002-01-031-1/+1
|
* Update to 1.2.7.ume2002-01-034-4/+4
|
* Updated to 1.1.markp2002-01-012-2/+2
|
* Open the apm device readonly, this means a user doesn't need toalfred2001-12-311-0/+13
| | | | be in any special groups to run xbattbar.
* Update to 20011231.knu2001-12-304-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pkgtools.conf(5): - Introduce new configuration variables: BEFOREBUILD and AFTERINSTALL. Requested by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch> - New utility functions localbase() and x11base() are now available. pkgdb(1): - Add some progress messages. pkg_deinstall(1): - Do not try to backup a nonexistent file. portupgrade(1): - Always run afterinstall commands as root. - Show beforebuild/afterinstall commands to run. - Do not try to restore a +REQUIRED_BY file that's empty. overall: - Do not call stty(1) if stdin is not a terminal. - Fix a bug where portupgrade(1) and pkgdb(1) fail to do a substitution over a large file. Reported by: asmodai
* Update to 0.8.0pat2001-12-302-9/+6
|
* Update to 1.21pat2001-12-302-2/+2
|
* - update to 1.2.2petef2001-12-294-15/+18
| | | | | | | - reword pkg-descr PR: 33163 Submitted by: maintainer
* Need to ${MKDIR} ${PREFIX}/share/bbtools before trying to install filespetef2001-12-271-0/+1
| | | | | | there. Noticed by: bento
* Fix build on -current.jmz2001-12-261-0/+11
| | | | Problem reported by: rwatson
* Update to penv-1.1, a special Christmas version ;)roam2001-12-252-2/+2
| | | | | | | | | | | | | | | | Seriously, this removes a warning when the 'list' command was invoked (either by -L or -c list) and penv could not change to its envdir. This is especially useful if penv is used as a make(1) environment processor, as described in my message to -arch today. The previous versions would complain loudly about nonexistent envdirs for e.g. all the build, lib and run dependencies. Happy holidays! Initialy reported by: Valentin Zahariev <curly@e-card.bg> Long disregarded by: myself, as merely an annoyance, before the actual development of the make(1) envproc code, when it became a *big* noisy annoyance :)
* Retire ruby-syslog, which has been extended and integrated into theknu2001-12-256-48/+0
| | | | standard distribution of ruby.
* Add tree 1.3, display a tree-view of directories with optionalpetef2001-12-248-0/+93
| | | | | | | color or HTML output. PR: 33145 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Update to 4.7.petef2001-12-242-10/+19
|
* - PORTDOCS policepat2001-12-244-12/+12
| | | | | - DOCSDIR support to some - Brush out some lint
* Upgrade to 1.0rc2demon2001-12-232-3/+3
| | | | | PR: 32870 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
* Upgrade to 0.45.3, which has several new UPS modules, and many new man pagesdougb2001-12-228-30/+22
|
* Fix segfaultpat2001-12-221-0/+104
| | | | | PR: 33069 Submitted by: ppl <ppl@users.sourceforge.net>
OpenPOWER on IntegriCloud