1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
Dirk Meyer
614ad36a06 - update to 1-1.0.PreAlpha34 2010-03-26 14:17:43 +00:00
Dirk Meyer
35bb2c2ab1 - update to 1.0.PreAlpha33
Feature safe:	yes
2010-02-26 18:02:32 +00:00
Dirk Meyer
9c5b2499f7 - update to 1.0.PreAlpha32.0 2010-01-24 20:33:35 +00:00
Dirk Meyer
fae37b15da - update to .0.PreAlpha31.0 2010-01-16 08:48:33 +00:00
Dirk Meyer
20fc645e9f - update to 1.0.PreAlpha30.0 2009-08-24 20:39:06 +00:00
Dirk Meyer
be732dbbba - disable checks on BUILDING_INDEX
Suggested by:   cperciva
2009-07-27 07:32:38 +00:00
Dirk Meyer
11523b5aea - update to 1.0.PreAlpha29 2009-06-04 04:56:24 +00:00
Dirk Meyer
6aca8cd34d - fix typo
Reported by:	Dmitry Marakasov
2008-09-06 08:07:39 +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
Dirk Meyer
3ca1ce4e69 - update to 1.0.PreAlpha27 2008-07-16 14:08:16 +00:00
Dirk Meyer
24e0129f7b - update to 1.0.PreAlpha26.0 2008-05-17 07:55:39 +00:00
Dirk Meyer
3e7c0d553e - update to 1.0.PreAlpha25.0 2008-02-26 15:18:59 +00:00
Dirk Meyer
8ebeac3f74 - udate to 1.0.PreAlpha24.0. 2008-02-09 11:31:39 +00:00
Dirk Meyer
1f04f10cde - update to 1.0.PreAlpha23.0 2008-01-30 14:32:48 +00:00
Dirk Meyer
512f3d0356 - update to 1.0.PreAlpha22 2007-12-11 20:18:42 +00:00
Dirk Meyer
96865c7e26 - update to 1.0.PreAlpha21 2007-12-11 20:17:50 +00:00
Dirk Meyer
14ed22050d - update to 1.0.PreAlpha20 2007-10-09 13:31:44 +00:00
Edwin Groothuis
81cd10f8d2 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 01:53:45 +00:00
Dirk Meyer
c1e13d65de - update to 1.0.PreAlpha19 2007-09-30 04:23:11 +00:00
Dirk Meyer
63baebc99f - update to 1.0.PreAlpha18.0 2007-07-19 10:17:42 +00:00
Dirk Meyer
1d9a45e85e - use MANUAL_PACKAGE_BUILD
Suggested by:	pav
2007-06-26 16:49:50 +00:00
Dirk Meyer
ae9470646c - mark IGNORE for pointyhat
Approved by:	pav (portmgr)
2007-06-26 16:41:22 +00:00
Dirk Meyer
5b674183d3 - detect broken sysvipc 2007-06-20 10:01:17 +00:00
Dirk Meyer
8cc565a348 - disable regression-test on pointyhat 2007-06-16 04:51:09 +00:00
Dirk Meyer
45329b89b2 MeTA1 is a message transfer agent that has been designed with
these main topics in minds:

  * Security
  * Reliability
  * Efficiency
  * Configurability
  * Extendibility

MeTA1 consists of five main modules of which only one runs as root:

  * mcp: the main control program is similar to inetd(8):
    it starts all other MeTA1 modules and watches over their execution.
    mcp runs as root in order to bind to port 25 and to change the uid
    of the processes it starts.
  * smtps: the SMTP server receives e-mails.
  * smtpc: the SMTP client sends e-mails.
  * smar: the address resolver provides lookups in various maps
    including DNS for mail routing.
  * qmgr: the queue manager controls the flow of e-mails through the
    SMTP servers and clients.
2007-06-10 13:20:37 +00:00