checking for both video_ts/foo.vob and VIDEO_TS/FOO.VOB. However,
due to the nature of the cd9660 driver, both files exist. Therefore,
avoid checking for "video_ts/foo.vob".
o Bump PORTREVISION
PR: 92258
Submitted by: edwin
- Remove -s from LDFLAGS (do not unconditionally strip, let
${INSTALL_PROGRAM} do it)
- Use OPTIONS
- Decouple manpage installation from NOPORTDOCS
- xmbmon:
- use X prefix
- install xmbmon.resources into the appropriate location
- do not require a font package: use fixed rather than Helvetica [1]
- Take maintainership
[1]:
PR: ports/92600
Submitted by: Daniel Berlin <mail@daniel-berlin.de>
of ATI Rage Mobility P/M graphics boards under FreeBSD on x86. Supports
switching the used TV standard from NTSC to PAL.
WWW: http://0pointer.de/lennart/projects/atitvout/
PR: ports/92647
Submitted by: Anish Mistry <amistry@am-productions.biz>
Portsearch allows searching for ports that install some file, like
``find /usr/ports -name pkg-plist |xargs grep pattern''
but honoring PLIST_(FILES|DIRS) and %%FOOBAR%% variables.
Approved by: garga (mentor)
sysutils/fusefs-libs has been upgraded and ntfsprogs' FUSE based
fs driver (ntfsmount) doesn't compile against the new version.
The attached patch will make it compile against recent
sysutils/fusefs-libs versions (2.5.0, 2.5.1)
PR: ports/92568
Submitted by: Csaba Henk <csaba.henk@creo.hu>
src tree.
This only affects users of FreeBSD 5.4 and earlier, since the port is
IGNOREd for recent versions of the FreeBSD base system.
PR: ports/92563
Approved by: linimon
This version contains fix to prevent cache-init crashing when it tries
to process the currently empty net-p2p port category.
PR: ports/92503
Submitted by: Matthew Seaman (maintainer)
memory leak that eventually crashes the xosview process.
The CVS tree doesn't show any activity here more recent than 6.0.
The attached extra patch to bsd/kernel.cc fixes the problem.
- bump PORTREVISION
PR: 92339
Submitted by: Tom Pavel <pavel AT alum dot mit dot edu>
Update dependency to misc/e2fsprogs-libuuid
Bump PORTREVISION
* misc/e2fsprogs-libuuid
Add new port:
UUID library from the e2fsprogs package
* misc/Makefile
Add entry to misc/e2fsprogs-libuuid
* misc/ossp-uuid
Add CONFLICTS to misc/e2fsprogs-libuuid
* sysutils/e2fsprogs
Change to a master port
Remove conflict with misc/ossp-uuid
Remove uuid part
Bump PORTREVISION
PR: 92356
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Optionally it could installed in bacula-client, too
o) Extend pkg-message to give a hint to the bacula-client port
and the optional installation of the docs there.
o) Fix some smaller issiues in the Makefile
PR: ports/92291
Submitted by: Dan Langille <dan@langille.org>
full to the latest cvs version. sysupdate.sh can be set to only download the
latest system files or can be set to compile and install a complete system
update.
WWW: http://lvl.sourceforge.net/
PR: ports/92032
Submitted by: Tig <tig@lvlworld.com>
the security release 6.0.7.1. For sysutils/sge53 and sysutils/sgeee53
(a slave of sge53), patch directly. While I'm here deprecate SGE 5.3.
Obtained from: Sun
Security: 57a0242d-8c4e-11da-8ddf-000ae42e9b93 (VuXML)
With slst one can find tendencies and unexpected changes in the behaviour of
the running processes.
WWW: http://www.vanheusden.com/recoverdm/
PR: ports/92155
Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
find the amount of disk space used for each of the paths (actually, it
collects all values in one single du run). It adds the new value to
the list, shifting old values up. It then generates a nice report of
the amount of disk space occupied in each of the specified paths,
together with the amount it grew (or shrinked) since the previous run,
and since 7 runs ago. When run daily, this gives daily and weekly
figures.
PR: ports/92139
Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>