- Move pkg-message to ${FILESDIR}
- Remove pkg-plist from www/gekko-modules. Now the port generates automatically
it
- Add GLOSSARY option to www/gekko-modules
Approved by: garga (mentor,implicit)
This is a cumulative update to the mplayer port addressing several
issues:
o imake handling for audio-only-mplayer corrected.
o Adapt mplayer to recent x264 API changes. Reported by David Warren.
Obtained from official mplayer CVS.
o Correct internal libtremor handling on amd64 arch, by Aleksey Salow.
o Correct VIDIX playlists on amd64 arch.
o Proper handling of the speex codec and the polyp sound server,
reported by Ion-Mihai Tetcu.
- Fix OPTIONS checking logic - this caused the default package to have
way too many dependencies (e.g. Linux, and i386-specific ports).
- Fix build on FreeBSD 4.x [2]
PR: ports/102493 [1], ports/102570 [2]
Submitted by: Thomas E. Zander <riggs@rrr.de> [1], Ports Fury [2]
Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer) [2]
- Take maintainership
- Respect CC and CLAGS
- Clean up Makefile
- Utilize EXAMPLESDIR macro
- Pet some portlint(1)
- Fix a WWW line, remove attribution
- Update to 3.0.23c
Common bugs fixed in 3.0.23c include: [1]
o Authentication failures in pam_winbind when the AD domain
policy is set to not expire passwords.
o Authorization failures when using smb.conf options such
as "valid users" with the smbpasswd passdb backend.
*** net/samba-libsmbclient: [2]
- Small cosmetic changes
*** net/py-samba: [3]
- Reset PORTREVISION back, as master port version bumped
PR: ports/102805 [1]
ports/102806 [2]
ports/102807 [3]
Submitted by: Timur I. Bakeyev <timur@gnu.org> (maintainer)
- Install complete set of files
- Merge `post-install' (for docs) with `do-install'
- Utilize DATADIR and DOCSDIR macros in pkg-plist
- Reformat Makefile header
- Kill attribution in pkg-descr
- gcc-4.1.2 version, snapshot 20060818 is used; [1]
- fsf_suffix (-gnat-gcc41) is used for FSF MAN7 files to avoid
conflicts with other gcc ports; [1]
- some Makefile restructure; [1]
o remove BROKEN for 4.x as it builds without errors.
PR: 100038 [1]
Submitted by: Karel Miklav <karel@lovetemple.net> (maintainer) [1]
accumulated for the emulators/zsnes port:
* Heed CFLAGS and CPPFLAGS set in /etc/make.conf.
Without this, C/C++ code is not optimised for ${CPUTYPE}
but always for i386 instead.
CFLAGS were ignored entirely before this update, even
though the port contains both C and C++ code.
CPPFLAGS were passed to configure but overridden again
for the actual compile.
* Only search headers and libaries in ${X11BASE} if building
with X11 support. This is rather cosmetic, really.
* Fix configure script summary to report correct zsnes version.
* Fix compiler warnings about __FreeBSD__ being redefined.
PR: ports/102691
Submitted by: Stefan Sperling (maintainer)
CamlIDL comprises two parts:
* A stub code generator that generates the C stub code required for the
Caml/C interface, based on an MIDL specification. (MIDL stands for Microsoft's
Interface Description Language; it looks like C header files with some extras
annotations, plus a notion of object interfaces that look like C++ classess
without inheritance.)
* A (currently small) library of functions and tools to import COM
components in Caml applications, and export Caml code as COM components.
WWW: http://caml.inria.fr/pub/old_caml_site/camlidl/
PR: ports/101100
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>