size of the desktop. However, the clipping rectangle is not reset when
the size of the desktop changes. This means that when the size of the
desktop increases, the area outside the original size will not be drawn.
Submitted by: des
than 0x7fffffff, as they have exceeded the range of standard int. This
makes the code to compile when -std=c++11.
The resulting binary was not changed by this commit. PORTREVISION
not bumped intentionally as this is a build fix.
While I'm there, also convert the header to new style.
PR: ports/171525
Submitted by: Michael Gmelin <freebsd grem de>
* Reduce false alarms when checking for MAN* and MAN*PREFIX. [1]
* Don't over-warn when using PORT_OPTIONS:MDOCS with
${PREFIX}/share/doc/${PORTNAME}. [2]
* Remove spurious warnings about CPPFLAGS and LDFLAGS. [3]
* Make sure we do not throw a warning if USE_GCC=any is used. [4]
PR: 169745 [1]
171535 [2]
172335 [3]
Submitted by: sunpoet [1]
Hung-te Liang <lhd@cs.nctu.edu.tw> [2]
glarkin [3]
Suggested by: eadler [4]
have been moved to mail/squirrelmail-translations. If you or your
users are using Squirrelmail in anything other than en_US, you should
install that port.
- Remove ABI version from LIB_DEPENDS [1]
- Update to new header
- Use USE_GITHUB for fetching
Changelog:
chase py-bsdconv update
utilize new API in taglib 1.8 to allow saving ID3v2.3
PR: ports/172265 [1]
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) [1]
and switch it off by default. This reduces default dependencies
from 22 to 3. The port is useful to get PNG icons from a Windows *.ico
files while building ports (as a BUILD dependency). Resource scripts
are not used there. Bump PORTREVISION.
- Switch to USE_GITHUB for fetching
- Update to new header format
- Mark converters/bsdconv as MAKE_JOBS_UNSAFE
- Add prefix into DISTNAMEs to avoid conflicts
Changelog for converters/bsdconv:
9.0:
fix for MinGW
export bsdconv_malloc/bsdconv_free
add {from,to}/CCCII
add inter/ZH-STRINGS
internal API changes for use of bsdconv_ctl in wrappers
bugfixes
8.0:
add flush function into callback interface
for supporting inter/OPENCC* ( http://github.com/buganini/bsdconv-opencc )
sync data from project chvar
update inter/KANA_PHONETIC
use double data type for score value
add inter/TRIM-WIDTH
Changelog for converters/{p5,php5,py,ruby}-bsdconv:
update/add ctl function
add mktemp/fopen function
PR: ports/172263 [1]
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> [1]
This was root:wheel before, make it boinc:nobody for consistency with the rest
of the port and with astro/boinc-astropulse.
Submitted by: Andrey Simonenko via #bsdports
- BUGFIX: Do not store created torrent in memory before writing to a file
- BUGFIX: No longer fallback to ANY interface if the user-selected
interface cannot be found
- BUGFIX: Fix timezone parsing in RSS
- BUGFIX: Fix cookie support for RSS feeds
1. Tidy up the header
2. nrpe2 runs as an unpriviliged user, so REQUIRE: LOGIN is manadatory
3. Move load_rc_config up higher
4. Since _enable and _configfile are mandatory they should use :=
5. Only sets command_args once, and puts -d last as is traditional.
6. Pulls the pidfile from nrpe.cfg, which means it only has to be set once.