- Many bugfixes and code improvements.
- There is now a csup(1) manual page.
- We now use the Z_DEFAULT_COMPRESSION zlib compression level instead of
Z_BEST_SPEED (the lowest). As a consequence of this, less data needs to
be send and csup is slightly faster than CVSup in my tests.
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
Fix build on FreeBSD 4.X by reverting usage of va_copy in xedit(1). [2]
PR: ports/92633 [1], ports/92136 [2]
Submitted by: Panagiotis Astithas (past at ebs dot gr) [1]
While I'm here, mark it as IGNORE'd on Perl versions earlier than 5.6
anyway - we kinda need all the goodies provided by "use bytes" and friends.
Reported by: pointyhat via kris
Pointy hat to: roam (myself)
- 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)
ncc is a decent replacement of cflow and cscope able to analyse any
program using the gcc compiler. The program also includes a graphical
call-graph navigator and source browser which is extremely practical
for hacking and comprehending large projects.
WWW: http://students.ceid.upatras.gr/~sxanth/ncc/
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>