Commit graph

10 commits

Author SHA1 Message Date
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
Pav Lucistnik
cb7f1d594f - Update to 2.2.6
PR:		ports/118446
Submitted by:	Derkjan de Haan <haanjdj@gmail.com>
Approved by:	Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
2007-12-15 22:13:52 +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
Rong-En Fan
4d14875f7c - Update to 2.2.5
PR:		ports/109093
Submitted by:	Mark Starovoytov <mark_sf at kikg.ifmo.ru> (maintainer)
2007-02-13 10:44:18 +00:00
Cheng-Lung Sung
f3a9b26e8b - Update mail/libsieve port to latest stable version 2.2.4
PR:		ports/107704
Submitted by:	maintainer (Mark Starovoytov)
2007-01-09 11:00:04 +00:00
Gabor Kovesdan
de7ffb2c76 - Update to 2.2.3
PR:		ports/106418
Submitted by:	Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
Approved by:	erwin (mentor)
2006-12-10 12:50:21 +00:00
Cheng-Lung Sung
73d284a9ae - Add devel/bison dependency to fix compilation
PR:		ports/102592
Submitted by:	maintainer (Mark Starovoytov)
2006-08-28 08:32:29 +00:00
Kris Kennaway
aa027378a9 BROKEN: Does not compile 2006-08-17 20:54:51 +00:00
Rong-En Fan
571be12cf1 - Fix build on 4.x
PR:		ports/101555
Submitted by:	Mark Starovoytov <mark_sf at kikg.ifmo.ru> (maintainer)
2006-08-08 16:49:12 +00:00
Edwin Groothuis
82e1beade1 New port: mail/libsieve A library to interpret Sieve scripts, and
to execute them over a given set of messages

    A library for parsing, sorting and filtering your mail.  libSieve
    provides a library to interpret Sieve scripts, and to execute
    those scripts over a given set of messages. The return codes
    from the libSieve functions let your program know how to handle
    the message, and then it's up to you to make it so. libSieve
    makes no attempt to have knowledge of how SMTP, IMAP, or anything
    else work; just how to parse and deal with a buffer full of
    emails.

PR:		ports/101346
Submitted by:	Mark Starovoytov <mark_sf@kikg.ifmo.ru>
2006-08-05 22:21:37 +00:00