- change MASTER_SITES
The original author stopped maintaining apachetop, and announced it on old
master site. Webta Inc took over it and fix a security bug later.
Security: CVE-2005-2660
There are two patches in the PR mentioned bye pkg-message, but
this tool depends on the first one and doesn't work with the
second one. This should be clearly mentioned.
PR: ports/96100
Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
This port now also:
- respects NOPORTDOCS
- installs documentation in ${DOCSDIR} instead of ${DOCSDIR}-${PORTVERSION}
- builds on 4.x with an EXTRA_PATCH
- installs startup scripts in ${PREFIX}/etc/rc.d instead of hardcoded
/usr/loal/etc/rc.d
PR: 93851
Submitted by: Scott Kleihege <scott-ports@tummy.com> (maintainer) [1]
Security: VuXML (f6447303-9ec9-11da-b410-000e0c2e438a)
The DesktopBSD Tools are a collection of applications designed
to make life easier and increase productivity. Even inexperienced
users can easily perform administrative tasks efficiently, such
as configuring wireless networks, accessing USB storage devices or
installing and upgrading software.
WWW: http://desktopbsd.net/
PR: ports/95526
Submitted by: Peter Hofer <ph@desktopbsd.net>
- Changes to the way Windows FD handles wild-cards
- Regex,RegexDir, and RegexFile for Win32 have been implemented but
are untested
- Backslashes are no longer permitted in File directives
- New algorithm for selecting Volumes from the Scratch pool
- New virtual disk autochanger
- New optional Device resource directive in SD. types: File, DVD, Tape,
or FIFO
- Faster restore tree building and uses less memory
- Changed to how keyword job or jobname is used
- Improved job report for Backups
- 'update volume' has new features
- Jobs can now be enabled/disabled
- New program named regex in the tools directory
PR: ports/95765
Submitted by: Dan Langille (maintainer)
Updating the ports index ... Generating INDEX.tmp - please wait.."/usr/share/mk/bsd.own.mk", line 353: WITH_MAN and WITHOUT_MAN can't both be set.
===> sysutils/etcmerge failed
"/usr/share/mk/bsd.own.mk", line 353: WITH_MAN and WITHOUT_MAN can't both be set.
Approved by: maintainer timeout (1 week)
shipping with sformat 3.5 for building sformat; the former include their
own version of __dtoa() which is no longer externally visible with libc
symbol versioning turned on (thus breaking the build of stock sformat).
- While here also use MASTER_SITE_LOCAL for providing a backup mirror of
the sformat 3.5 distfile instead of using a private one.
- Fix the checksumming of sformat.dat on LP64 platforms so sformat doesn't
erroneously complain about that file containing uncertified data there.
Bump PORTREVISION for this.
Approved by: netchild
Don't try to strip scripts and images.
Since the maintainer is aslo the author this should be
incorporated upstream. Also the start-up/shutdown scripts
should be coverted to rc.d and they could probably be
installed in PERFIX/etc/rc.d since they need Xorg anyway.
PR: ports/94007
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: maintainer timeout
the hack of adding an extra group (from a per-host dedicated range).
This is basicly identical to the way the Linux and Solaris code works
except that it's a lot less gross because we have an API instead of
procfs. :) This should let total resource use be tracked and also
allows qdel to actually kill all the processes associated with a job
instead of just the head as long as the execd_params variable includes
ENABLE_ADDGRP_KILL=true and tight integration is used in parallel
environments.
I'll eventually merge this upstream, but that will take time and I need
the feature in the port now.
This is based in part on work for Darwin and AIX support by Ron Chen.