Ruslan Makhmatkhanov
36de9ba19d
- update to 0.23
...
- 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)
2014-02-12 10:16:07 +00:00
Ulrich Spörlein
daf73d263d
Mark as jobs unsafe, the port doesn't build in parallel.
...
% 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
2014-02-08 11:38:17 +00:00
Baptiste Daroussin
fd61959c15
Add NO_STAGE all over the place in preparation for the staging support (cat: mail)
2013-09-20 19:59:12 +00:00
Alexey Dokuchaev
1309964973
- Convert USE_GMAKE (add gmake to USES)
...
- 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
2013-07-27 11:49:20 +00:00
Baptiste Daroussin
9250d94365
Convert USE_BISON to USES= bison
...
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
2013-03-08 11:32:11 +00:00
Carlo Strub
d5fda8cb2c
Fix typos in COMMENT
2012-07-25 06:32:06 +00:00
Xin LI
49ef64df6f
* Enable support of gzip- and bzip2-compressed mbox.
...
PR: ports/169128
Submitted by: gjb
Approved by: maintainer timeout
2012-07-02 17:50:00 +00:00
Dmitry Marakasov
6f6fbe4bdf
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
...
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
2011-09-23 22:26:39 +00:00
Olli Hauer
c5284f2b4e
- remove MD5
2011-07-03 13:53:52 +00:00
Martin Wilke
a635b489d4
- Update to 0.22
...
PR: 147807
Submitted by: José García Juanino <jjuanino@gmail.com> (maintainer)
Feature safe: yes
2010-06-20 04:54:44 +00:00
Dmitry Marakasov
a13d9a603d
- Switch SourceForge ports to the new File Release System: categories starting with M
2009-08-22 00:28:34 +00:00
Wesley Shields
55267c8a5c
- Pass maintainership along
2009-02-13 15:17:12 +00:00
Oliver Braun
ff8eca9d3e
Set maintainer to ports@
2008-11-09 07:47:01 +00:00
Ade Lovett
dbd39ca660
Migration from bison 1.x to 2.x
...
PR: 117086
Tested by: -exp runs
2007-10-17 10:13:01 +00:00
Oliver Braun
ab29a40dbc
Update to 0.21.
2007-06-23 17:28:45 +00:00
Oliver Braun
16d10bcd03
Update to 0.20.
2007-03-20 22:58:34 +00:00
Oliver Braun
374b8c3c40
Reawake USE_BISON after my cleanup.
2006-08-16 19:46:40 +00:00
Oliver Braun
951e3616e9
* Upgrade to 0.19.
...
* Big cleanup.
2006-08-15 18:12:48 +00:00
Edwin Groothuis
efe7d5f7f4
Remove USE_REINPLACE from ports starting with M
2006-05-10 22:37:39 +00:00
Oliver Braun
fa60e70988
Upgrade to 0.17.1.
2006-01-03 21:16:14 +00:00
Oliver Braun
dbb6bb5542
Reawake patches in order to build on -CURRENT.
2005-09-16 19:59:36 +00:00
Oliver Braun
94cbf26b88
Add dependency on bison.
...
Obtained from: pointyhat
2005-09-04 18:42:48 +00:00
Oliver Braun
750af0c31b
Upgrade to 0.16.1.
2005-09-02 16:09:33 +00:00
Oliver Braun
f7221d1adc
Upgrade to 0.15.2.
2005-04-10 15:31:50 +00:00
Oliver Braun
6ca48c8c22
Upgrade to 0.15.1.
2004-12-18 12:45:22 +00:00
Oliver Braun
ed2a69bb0e
Upgrade to 0.15.
2004-08-26 20:08:56 +00:00
Oliver Braun
3e16e4b08f
deUSE_SIZEify.
2004-03-11 07:48:13 +00:00
Oliver Braun
29ca5a9ccf
Fix for -current
2004-02-16 12:07:15 +00:00
Oliver Braun
b17e97d9cb
* Upgrade to 0.14.1.
...
* Change MASTER_SITES and WWW.
2004-02-16 08:11:44 +00:00
Joe Marcus Clarke
73f7c91b5d
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 1)
2004-02-04 05:10:27 +00:00
Oliver Braun
e6c55782ac
SIZE-ify
2004-01-31 11:16:48 +00:00
Oliver Braun
e197222250
Fix build on -current.
2003-07-27 10:07:07 +00:00
Oliver Braun
cb6c2a58f8
Install dotmairixrc.eg in ${EXAMPLESDIR}
...
Requested by: Shawn Yeager <mail@shawnyeager.com>
2003-07-12 12:03:45 +00:00
Oliver Braun
b9a922d265
Add USE_BISON.
...
Noticed by: kris, bento
2003-07-07 07:21:10 +00:00
Oliver Braun
29a1f65c93
Upgrade to 0.11.
2003-07-02 06:53:31 +00:00
Oliver Braun
3dc29786c7
Mairix is a program for indexing and searching email messages stored in Maildir
...
or MH folders.
2003-03-27 22:50:24 +00:00