- Fix path in config.h (/var/lib -> /var/log) to match our hier
- Include dateext patch. This is obtained from Fedora CVS:
http://www.redhat.com/archives/fedora-cvs-commits/2005-June/msg00761.html
PR: ports/114523
Submitted by: Tom Mueko <tmueko at kommunity.net>
Approved by: Balazs Nagy <js at iksz.hu> (maintaineR)
PR: ports/111462
Reported by: Brian A. Seklecki <bseklecki@collaborativefusion.com>
Submitted by: Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer)
- Allow package build on i386 and arm as Mono currently runs on these two
architecture only. Moreover, the kernel interface this module uses is
quite stable and changes rarely. Maintainer tested a module built on 6.2-R
works on 7.x.
- Distfile is repackaging due to a small license wording change:
- * 4. Neither the name of the university nor the names of its contributors
+ * 4. Neither the name of the author nor the names of its contributors
- Set IGNORE for older FreeBSD release
- Set IGNORE when kernel source does not present
PR: ports/114804
Submitted by: Björn König <bkoenig at cs.tu-berlin.de> (maintainer)
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
* Chase CURRENT scheduler code update
* Fix building on 6-STABLE/amd64 [1] [2]
- Remove reference to unexsistent web page [3]
- Use new devcpu-data port for microcode updates.
PR: ports/114098 [1], ports/114103 [2]
Reported by: Simun Mikecin <numisemis@yahoo.com> [1],
Larry Rosenman <ler@lerctr.org> [2],
mnag [3]
- Add an rc script
- This update fixes a gcc4 issue
PR: ports/111606 (based on)
Submitted by: araujo
Approved by: sergei (maintainer timeout, since 15 April 2007)
- core to 1.0.1 [1]
- parser to 1.0 [2]
- metadata to 1.0.1
- urwid to 1.0.1 [3]
- Transfer maintainership to lwhsu
- Add regex and subfile:
hachoir-regex is a Python library for regular expression manupulation.
You can use a|b (or) and a+b (and) operators. Expressions are optimized
during the construction: merge ranges, simplify repetitions, etc. It
also contains a class for pattern matching allowing to search multiple
strings and regex at the same time.
WWW: http://hachoir.org/wiki/hachoir-regex
hachoir-subfile is a tool based on hachoir-parser to find subfiles in
any binary stream.
WWW: http://hachoir.org/wiki/hachoir-subfile
PR: ports/114557 [1], ports/114558 [2], ports/114559 [3]
Submitted by: lwhsu [1], [2], [3]