/etc/pam.d/passwd, the passwd program's prompts are changed yet again thus
breaking poppassd.
This patch fixes that, it is made against the version of poppassd.c that
results from the FreeBSD patches already included in ports being applied.
Also pass maintainer-ship to submitter and bump PORTREVISION.
PR: 101680
Submitted by: tedm@ipinc.net
them to 1.01 and 3.06 respectively.
Changes since latex-beamer 3.01 (included in teTeX) include:
- Fixed bug in drawing of buttons.
- Version for use with pgf version 1.00.
- Added color theme wolverine and presentation theme AnnArbor,
submitted by Madhusudan Singh <madhusudan.singh@gmail.com>.
- Added two screen options.
- Added subsubsections (evil!).
- Added \begin{frame}{Title}{Subtitle} syntax.
- Switched to pgf version 0.95
- \setbeamercovered is now scoped.
- Fixed location of navigation symbols on plain frames.
- Fixed wrong frame number in conjunction with fragile option.
- Fixed compatibility definitions like \beamertemplateballtoc.
- Fixed compatibility definitions for \beamersetleftmargin.
- Fixed wobbling height of frametitle in default theme.
- Fixed problem with serif theme and "onlymath" option.
- Fixed problem with >127 characters and fragile option.
- Fixed problem with activation of Chinese characters
- Fixed problem with spaces in semiverbatim.
- Self host the fb-doc-mfhtml.tgz and fluxbook.pdf in my freefall account.
Renamed both to foobar-YYYYMMDD.[tgz|pdf] to avoid force users to do the
'make distclean' at the every time and reduce fail fetch due to mismatch of
checksum.
- Bump the PORTREVISION.
PR: ports/107513 [1]
Submitted by: Jonathan Liu <Net147@hotmail.com> [1]
GCC 4.x, and caused the compilation to fail due to the -Werror option
used.
Remove an annoying assembler warning in the ATmega256x patch that was
frequently triggered by large C switch() statements in GCC, and
generally considered to be a regression. The author of that patch
agreed that the warning isn't particularly useful anyway for a number
of reasons, and recommended to just drop it.
Yahtzee. Open Yahtzee is built to be OS portable, that means you can run
it on many kinds of different operating systems and platforms. The
portability is mainly achived via wxWidgets which also gives Open
Yahtzee a native look on each platform.
WWW: http://openyahtzee.sourceforge.net/
Author: Guy Rutenberg <guy+openyahtzee@sikumuna.co.il>
- Make sure --mandir is set appropriately for ports that use gnomeprefix. [1]
- Add a new variable for Makefile.in, called GNOME_MAKEFILEIN for anyone can
tweak it. Some ports have GNUmakefile.in, so with this variable will be
useful.
Submitted by: marcus [1]