(patch by Greg Lewis)
- fix compile failure on FreeBSD 5 when older port version is installed
(problem reported by Tim Robbins; FreeBSD 4 was unaffected)
- ignore m_large_file test on alpha and sparc64, apparently the test
only stumbles over a different default block size and the failure
isn't serious (problem reported by Greg Lewis)
- cosmetic: swap $(CC) and gmake check in post-build so check comes last
- bump PORTREVISION: the patches change the code on some systems
- pkg-message.in:
* use install when ln fails, /sbin and /usr/local
need not be the same file system
* tell the user he needs to repeat the steps after port upgrade
- revise pkg-message generation and move it to pre-install,
no need to cat(1) the file, sed(1) can read files by itself.
- add pkg-deinstall: remind the user to remove e2fsck and fsck_ext2fs from
/sbin if he's deinstalling for good, rather than upgrading.
PR: 63167
Submitted by: Matthias Andree <matthias.andree@gmx.de>
. Make the submitter the maintainer.
. Run test suite as part of the build.
. Support -DDISABLE_NLS to compile without gettext.
. Add a fsck_ext2fs wrapper that interfaces between fsck and e2fsck.
PR: 62563
Submitted by: Matthias Andree <matthias.andree@gmx.de>
<snip>
- Improved performance of the new L-EC code by up to a factor 2 depending
on the hardware.
- 'read-test' runs L-EC encoder over mode 1 or mode 2 form 1 sectors to
allow performance testing in conjunction with option --speed.
new:
- toc2cddb: translates a TOC file into a cddb file. (Giuseppe Corbelli)
new:
- cue2toc: convert CUE to TOC format for audio CDs. (Matthias Czapla)
<snip>
Note: The 1.1.8 tarball was re-rolled twice because of missing files and
a show-stopper in gcdmaster and some SourceForge mirrors still might
need to catch up on it. If you have problems with differing checksums
please fetch from ftp://us.dl.sourceforge.net/pub/sourceforge/cdrdao,
which is known to carry the latest version.
- Use/respect DATADIR and DOCSDIR.
- Make PREFIX-clean by respecting PREFIX instead of LOCALBASE.
- First part of splitting gcdmaster into a slave port because the conditional
compilation via HAVE_GNOME caused problems when gnomelibs where installed
afterwards (PR 61840).
- Tidy the PORTDOCS a bit, e.g. no longer install the release notes for
previous releases, they are easily accessible on the homepage anyway.
- On deinstall, remind the user to delete the global config file if existent
and permanently removing this port.
- In pkg-descr, mention that cdrdao also handles the bin/cue format. Wording
taken from the Debian cdrdao package.
- Fix some references in the cdrdao manpage to fit FreeBSD.
- Remove the WITH_PTHREADS knob, it was never very usefull on FreeBSD.
- Remove the WITHOUT_SCGLIB knob, the "native" CAM interface of cdrdao has
issues with ATAPICAM and probably will be removed in future version.
- Remove "-DBSD_SCSI_SENSE_BUG" from CFLAGS, for an explanation see
sysutils/sformat/Makefile revision 1.5.
Submitted by: maintainer
Major changes to the port infrastructure:
- Replace WWWDOCROOT and WEBFRONTURL options with WEBFRONTDIR
(defaults to www/ganglia).
- Install files under ${PREFIX}/${WEBFRONTDIR}.
- Since the files are no longer installed in the document root,
add a pkg-message with a suggest addition to Apache's
httpd.conf.
- Use USE_PHP and WANT_PHP_MOD.
- Add a note about installing PHP with GD support at done in
mail/nocc.
- Remove conf.php only if it is identical to conf.php.sample as
done in mail/nocc.
- Sizify.
- Don't install the empty addons directory since packages won't
contain it.
PR: ports/62802
Submitted by: Brooks Davis <brooks@FreeBSD.org> (maintainer)
2. SIZEify.
3. Get rid of junk files from the install.
4. share/luma -> %%DATADIR%% in the packing list.
PR: 62733 [1] [2]
Submitted by: Alexander Novitsky <alecn@icc-vvd.ru> (maintainer) [1] [2]
Changelog:
- The "empty CC field" bug was fixed, as well as the
incorrect generation of SMTP headers.
- The application sets its icon now.
- A sysctl call is used instead of uname on BSD systems,
to avoid getting a truncated "uname -a" output.
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
PR: 62727
a year now, so return his ports to the unmaintained pool in the hopes
that someone will adopt them and give them a good home.
While here, pacify portlint on all of them.
Discussed with: various members of portmgr@, at various times over
the last few months.
Open opens a new vt and runs a command on it. It can be used as a simple
way to start several console logins without having to type your passwd
on each VT in turn. open can be used as a simpler to use replacement for
the doshell(8) command.
open is similar in functionality to the AIX/RS6000 command of the same name.
fixed bug introduced 2004/02/05 which caused true default options,
such as INCDEPTH, to be destroyed when new options blocks are defined.
PR: ports/62560
Submitted by: Matt Pounsett <mattp@conundrum.com> (maintainer)
- provide a dummy exclusion pattern if the exclude file exists but
doesn't contain any patterns (Yen-Ming Lee <leeym@FreeBSD.org>)
- progress status display for interactive phase, too
- minor code cleanups, improved comments/docs
PR: ports/62539
Submitted by: Stefan Walter <sw@gegenunendlich.de> (author)
FreeSBIE project, exactly:
o Bug fixes
o Improved scripts, especially useful for -CURRENT
o Introduction of cloop compressed filesystem images
PR: ports/62493
Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
Approved by: nork (mentor/implicitly)