o Change check for 5.x branch from OSVERSION > 500000 to
OSVERSION >= 500000
o Styles changes in post-install target
PR: 53177
Submitted by: maintainer
port (files/pgsql.sh.tmpl) lacks a parameter in the
restart option, causing logs to be send to stdout,
instead of the log file.
Submitted by: Fernando Schapachnik <fernando@mecon.gov.ar>
Approved by: maintainer
PR: 53142
Approved by: fjoe (implicit)
**** THE PROOF THAT This Commit Message IS EVIL ****
T H I S C O M M I T M E S S A G E
84 72 73 83 67 79 77 77 73 84 77 69 83 83 65 71 69 - as ASCII values
3 9 1 2 4 7 5 5 1 3 5 6 2 2 2 8 6 - digits added
\_____________/ \_____________/ \_____________/ \_____________/ \_/
6 3 6 5 6 - digits added
Thus, "This Commit Message" is 63656.
Subtract 1181, the year UFO was first observed in China and Japan. The
result will be 62475.
Turn the number backwards, and add 111 - the only triplet that can
ever be prime. The number is now 57537.
Add 52 to it - this is the symbol of approval for the sin, written
backwards - you will get 57589.
Turn the number backwards, subtract 445 - the year Attila the Hun
attacked western Europe. The number is now 98130.
Turn the number backwards, subtract 1957 - the year Ford introduced
the Edsel. The number is now 1232.
This number, read as octal, gives 666 - the number of the Beast.
This is truly evil. QED.
update to xmule version 1.4.0
o Special thanks to [1] who helped patching the application for
FreeBSD
Reviewed by: Lauri Watts <lauri@fruitsalad.org>,
Frerich Raabe <frerich.raabe@gmx.de> [1]
Repo copy approved by: portmgr (self)
Repo copied by: cvs (joe)
update to xmule version 1.4.0
o Special thanks to [1] who helped patching the application for
FreeBSD
Reviewed by: Lauri Watts <lauri@fruitsalad.org>,
Frerich Raabe <frerich.raabe@gmx.de> [1]
Repo copy approved by: portmgr (self)
Repo copied by: cvs (joe)
o The TCL wrapper is now optional and off by default. Use
SQLITE_WITH_TCL83/SQLITE_WITH_TCL84 to enable it. TCL is
still needed for building the docs, unless you specify
NOPORTDOCS.
o The TCL example is now installed in $LOCALBASE/share/examples/sqlite.
This patch is quite hackish in that it replaces the libtool stuff
from SQLite with the libtool port. It also uses plain 'install'
instead of 'libtool install' to install shared libraries. This
might not look nice, but it's the only way I got the desired effects
to work (i. e. SQLite's libtool refused to install the TCL wrapper
in $LOCALBASE/lib/sqlite - it insisted on only installing it into
$LOCALBASE/lib.
PR: ports/53182
Submitted by: Gerhard Haering <gh@ghaering.de> (maintainer)
. Better download URL.
. Match description of download to the download page a little better.
. Remove trailing full stop in the IGNORE setting as the ports
infrastructure adds one when printing IGNORE.
Reviewed by: Ari Suutari <ari.suutari@syncrontech.com> (maintainer)