MD5 (xalloc-1.0.3.tar.gz) = 64ba37476b6b47c9fc2ea63c1e1f53d5 tw44/cgit/cgit.cgi/freebsd-ports-graphics/'/> - update to 0.23 2014-02-12T10:16:07+00:00 rm rm@FreeBSD.org 2014-02-12T10:16:07+00:00 f4669dcd6945fc149d8ecf7224367d433ee0b943 - support staging while here: - move manpages to packing-list - remove MAKE_JOBS_UNSAFE - builds fine here - install docs and examples to stage area unconditionally - remove redundant inclusion of bsd.port.options.mk PR: 186667 Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer) -This line, and those below, will be ignored-- > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. M mairix/Makefile M mairix/distinfo
- support staging

while here:
- move manpages to packing-list
- remove MAKE_JOBS_UNSAFE - builds fine here
- install docs and examples to stage area unconditionally
- remove redundant inclusion of bsd.port.options.mk

PR:		186667
Submitted by:	Jose Garcia Juanino <jjuanino@gmail.com> (maintainer)
-This line, and those below, will be ignored--
> Description of fields to fill in above:                     76 columns --|
> PR:            If a GNATS PR is affected by the change.
> Submitted by:  If someone else sent in the change.
> Reviewed by:   If someone else reviewed your modification.
> Approved by:   If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after:     N [day[s]|week[s]|month[s]].  Request a reminder email.
> Security:      Vulnerability reference (one per line) or description.
> Sponsored by:  If the change was sponsored by an organization.
> Empty fields above will be automatically removed.

M    mairix/Makefile
M    mairix/distinfo
Mark as jobs unsafe, the port doesn't build in parallel. 2014-02-08T11:38:17+00:00 uqs uqs@FreeBSD.org 2014-02-08T11:38:17+00:00 8b557eca44416931844fc1c023364fa534591b5b % for i in `jot 20`; do { make clean && make; } >/dev/null 2>&1; echo -n " $?"; done; echo 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 % for i in `jot 20`; do { make clean && make -DMAKE_JOBS_UNSAFE; } >/dev/null 2>&1; echo -n " $?"; done; echo 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
% for i in `jot 20`; do { make clean && make; } >/dev/null 2>&1; echo -n " $?"; done; echo
 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0
% for i in `jot 20`; do { make clean && make -DMAKE_JOBS_UNSAFE; } >/dev/null 2>&1; echo -n " $?"; done; echo
 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20T19:59:12+00:00 bapt bapt@FreeBSD.org 2013-09-20T19:59:12+00:00 67ec5553e08889df7a2ac1da0c18fe75a6f965c0

- Convert USE_GMAKE (add gmake to USES) 2013-07-27T11:49:20+00:00 danfe danfe@FreeBSD.org 2013-07-27T11:49:20+00:00 0d0f3ad03b0bc7541b67ffbb4308083fcffbd6d4 - Define LICENSE (GPLv2) - Make the port parallel build (-jX) safe - Install manpages relative to MANPREFIX - Add DOCS and EXAMPLES options; use new smart syntax - Rename BZIP option to our standard BZIP2 Reported by: pointyhat-west
- Define LICENSE (GPLv2)
- Make the port parallel build (-jX) safe
- Install manpages relative to MANPREFIX
- Add DOCS and EXAMPLES options; use new smart syntax
- Rename BZIP option to our standard BZIP2

Reported by:	pointyhat-west
Convert USE_BISON to USES= bison 2013-03-08T11:32:11+00:00 bapt bapt@FreeBSD.org 2013-03-08T11:32:11+00:00 385eac9654e9de3b90ce25e1efffa8c08a547655 It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Fix typos in COMMENT 2012-07-25T06:32:06+00:00 cs cs@FreeBSD.org 2012-07-25T06:32:06+00:00 5f37dd84911359300a58a785d4ea4bc1d612812a

* Enable support of gzip- and bzip2-compressed mbox. 2012-07-02T17:50:00+00:00 delphij delphij@FreeBSD.org 2012-07-02T17:50:00+00:00 0f68acd83ecfb0a8298614da824a2f39d4a2a17f PR: ports/169128 Submitted by: gjb Approved by: maintainer timeout
PR:		ports/169128
Submitted by:	gjb
Approved by:	maintainer timeout