with -O and p4 for -O and -O2. [1]
Add new plugin libcdaudio
Add patch to fix playback for the musepack plugin. [2]
Bump PORTREVISION
Submitted by: lioux (maintainer) [1]
Approved by: maintainer (implicit)
Obtained from: Gstreamer CVS [2]
- Add support for modular sbin/envvars
You can now put your own scripts you want to execute at envvars
stage in ${PREFIX}/etc/apache2/envvars.d
Only script ending by *.env are run.
Example:
/usr/local/etc/apache2/envvars.d/mod_python3.env
Discussed with: perky on -apache@
- info messages moved to ${PKGMESSAGE} for pkg_add(1).
- remove old messages.
- employ PLIST_FILES.
- respect CFLAGS if user wants.
- add WWW: line.
- add messages for old users that why this daemon runs as root.
Submitted by: sf (except WWW: line)
livecd.sh fails due to bad syntax used in the file.
running sh livecd.sh will report syntax error.
PR: ports/74900
Submitted by: J. Johnston <jeremy@smart-serv.net>
I believe a symbolic link to /compat/linux/usr/X11R6/lib/libGL.so.1
is needed in /usr/local/share/q3ademo
Otherwise, quake will complain that it can not find the
libGL.so. Perhaps /compat/linux/usr/X11R6/lib/ could also
be added to the library path, but creating a link may be a
simplier solution.
PR: ports/74934
Submitted by: Yonas <yonas_@yahoo.com>
Attached is a new set of files to replace the entire
textproc/py-xml port. I am the port maintainer.
This version of the port installs PyXML 0.8.4 rather than
0.8.3, turns off XSLT support by default (it is experimental
and may conflict with 4Suite), adds WITHOUT_XPATH and
WITH_XSLT options, uses USE_PYTHON with a version spec
instead of using a pkg-req file to require the right version
of Python, and has an improved pkg-descr.
If this new version is accepted, please also clear PR 74568:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/74568
PR: ports/74974
Submitted by: Mike Brown <mike@skew.org>
Per notice from the Janitor... the conf file was missing
from pkg-plist. It no longer is. No other changes.
Actually took the solution provides later in the PR
PR: ports/75018
Submitted by: Paul Chvostek <paul+ports@it.ca>
- Update to 4.37.3
Change Log:
* New Features and Improvements *
- When stripping HTML messages to plain text, the contents of script and
style tags are omitted.
- Phishing net improved to ignore email addresses.
- Now supports split sendmail queues where any incoming mqueue.in directory
can have qf, df, xf, tf subdirectories, each containing the appropriate
type of file for each message. This will greatly speed operation on big
queues as the directories will be less than half the size of a combined
queue directory.
- New option "Keep Spam And MCP Archive Clean" which forces it to virus scan
all spam that is quarantined. Any spam (or MCP messages) found to be virus-
infected are removed from the quarantine, so you can safely let your users
have access to the spam archive safe in the knowledge that they cannot get
any viruses out of it.
Note: This feature is disabled by default, as most people won't want the
performance hit of all the extra scanning, as they don't their users
access to the spam quarantine anyway.
- Changed Postfix handling so that "Archive Mail" feature creates files
with unique names so that re-used message-ids don't cause overwriting of
older files in the same day with the same message-id.
* Fixes *
- Fixed sendmail and ZMailer problem where subject lines starting with a
line-break were not tagged correctly.
- Fixed minor problems with multi-line Subject: headers.
- Fixed bugs with some MTAs when keeping spam archive clean.
PR: ports/75128
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>