aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ifile
Commit message (Collapse)AuthorAgeFilesLines
* Add USE_CSTD=gnu89 to fix linking when building with clangpawel2012-07-061-0/+1
|
* - remove MD5ohauer2011-07-031-1/+0
|
* Update to GNU make 3.82 after numerous -exp runs.ade2011-04-121-7/+10
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* - Update to 1.3.8anray2006-06-123-6/+10
| | | | | | | - Move plist to Makefile. PR: ports/98826 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to version 1.3.5anray2005-12-263-7/+6
|
* - Add SHA256pav2005-11-251-0/+1
|
* Drop MAINTAINERmnag2005-11-221-1/+1
| | | | | PR: 89390 Submitted by: David Bushong <david+ports@bushong.net> (maintainer)
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Update to version 1.3.3krion2004-03-182-3/+4
| | | | | | | - SIZE'ify PR: ports/64402 Submitted by: maintainer
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
|
* Chase up new MASTER_SITE_SAVANNAH.edwin2003-10-031-1/+2
| | | | | PR: ports/56970 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-143-6/+24
| | | | | | | use USE_GETOPT_LONG instead. use getopt_long() instead of getopt_long_only(). Obtained from: NetBSD
* update port mail/ifile from 1.3.1 to 1.3.2leeym2003-06-252-2/+2
| | | | | PR: 53697 Submitted by: David Bushong <david+ports@bushong.net>
* upgrade to ifile-1.3.1leeym2003-04-303-6/+3
| | | | | | | update to WWW in pkg-descr PR: 51597 Submitted by: David Bushong <david+ports@bushong.net>
* De-pkg-comment.knu2003-02-212-1/+1
|
* - update to 1.2.1petef2003-01-063-7/+7
| | | | | | | - switch MASTER_SITES to the project's new home PR: 46699 Submitted by: maintainer
* Half of these ones missed yesterday while converting to USE_REINPLACE.edwin2002-11-051-1/+2
| | | | | | The other half needs perl to build. Noticed on bento and others (full mailbox :-)
* Upgrade to 1.1.4.obraun2002-10-172-2/+7
| | | | | PR: ports/44125 Submitted by: maintainer
* upgrade to 1.0.11ijliao2002-09-204-16/+5
| | | | | PR: 42711 Submitted by: maintainer
* Initial import of ifile 1.0.4.kevlo2002-02-115-0/+55
Note that I fixed malloc.h to stdlib.h Ifile is an application of machine learning to e-mail filtering. PR: 34423 Submitted by: David Bushong <david+ports@bushong.net>