. Use official "install-libs" target rather than try to install things
with a custom post-install target.
. Add a note to pkg-message that we're using a modified copy.
PR: 63327
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
* Fix build on non-i386 platforms.
* Obey CC and CPP in a few places (qmake, qtcsh, pvm
integration).
* Use USE_GETTEXT.
* Sort USE_* variables.
* Remove $Aero$ revision tags since I now work in perforce.
* Fix a patch so openssl is found and add to plist.
* Move maintainer make targets to the bottom. Add one to build a
distfile from CVS.
* Sizify.
* Use %D instead of %%PREFIX%% in plist.
PR: ports/63361
Submitted by: brooks
- Bugfix: fsck_ext2fs would abort the boot when run as part of
/etc/rc and e2fsck had repaired a file system. fsck_ext2fs
now maps exit codes 0 to 3 from e2fsck to 0. If e2fsck is
aborted by a signal or an exit code of 4 or higher, maps to
EXIT_FAILURE.
PR: ports/63320
Submitted by: maintainer
(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]