1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Pawel Pekala
40975df619 - Add staging support
- Convert to new options framework
2014-06-04 12:07:48 +00:00
Martin Wilke
d0b0a941f8 - Convert gmake to USES
Approved by:	portmgr
2014-05-29 11:38:25 +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
Thomas Abthorpe
d46aafc64e - Reassign to the heap at maintainer's request 2012-10-01 14:45:16 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Pav Lucistnik
995017539a - Add MAX_MAIL_DIRS option to define a number of mailboxes to process
PR:		ports/132815
Submitted by:	Fernan Aguero <fernan.aguero@gmail.com> (maintainer)
2009-05-12 08:48:02 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Andrew Pantyukhin
08a709e66a - Do not depend on mutt
- Minor tweaks

Approvnd by:	Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
2007-09-10 16:20:39 +00:00
Ion-Mihai Tetcu
13fc517adf - Add readline as dependency when it was already installed. The program will
be linked against it anyway, not against a system one.
- bump PORTREVISION

PR:		ports/101441
Submitted by:	Stanislav Sedov
Approved by:	maintainer timeout
2006-09-09 11:45:00 +00:00
Edwin Groothuis
80840e8dc5 SHA256ify
Approved by: krion@
2006-01-22 12:50:54 +00:00
Sergey Matveychuk
58fb97d157 - Update to 0.1.3
PR:		ports/84086
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	maintainer
2005-07-25 20:03:32 +00:00
Pav Lucistnik
b909b36b38 nmzmail is a tool to use the namazu2 search engine from within the mutt mail
reader to search mail stored in maildir folders.  Based on the result of the
namazu query, nmzmail generates a maildir folder containing symbolic links to
the mails matching the query. A simple mutt macro makes easy to use nmzmail
from within mutt.

PR:		ports/76102
Submitted by:	Fernan Aguero <fernan@iib.unsam.edu.ar>
2005-04-11 20:28:44 +00:00