[Exim] FreeBSD ports adjusted

Pàgina inicial
Delete this message
Reply to this message
Autor: Sheldon Hearn
Data:  
A: exim-users
Assumpte: [Exim] FreeBSD ports adjusted
--
Hi folks,

You can ignore this message if you dont' use FreeBSD's ports for Exim.

I've updated the Exim ports, as per the attached commit message.

Basically, exim-4.xx now lives in ports/mail/exim. If you still haven't
migrated from exim-3.xx, you'll need to use ports/mail/exim-old.

I'm having a little trouble testing my changes, though. FreeBSD
5.0-CURRENT's a little wobbly at the moment. :-)

Anyone with scratch boxes and free time to test things out and send
feedback will find their feedback warmly received. :-)

The FreeBSD 4.7-RELEASE CDROMs should go out with exim-4.10 pacakges on
them.

Have no fear, I'll definitely have this thoroughly tested in time for
the release package build.

Thanks,
Sheldon.
--
Delivered-To: sheldonh@???
Delivered-To: cvs-committers@???
From: Sheldon Hearn <sheldonh@???>
Date: Thu, 12 Sep 2002 03:09:02 -0700 (PDT)
To: cvs-committers@???, cvs-all@???
Subject: cvs commit: ports/mail Makefile ports/mail/exim Makefile distinfo
    pkg-install pkg-plist ports/mail/exim/files POST-INSTALL-NOTES
    patch-..::exim-texinfo-3.30::doc::spec.texinfo patch-scripts::exim_install patch-src::EDITME
    patch-src::configure.default patch-xxx::no_fsync ports/mail/exim-devel ...
Sender: owner-cvs-committers@???
Precedence: bulk


sheldonh    2002/09/12 03:09:02 PDT


  Modified files:
    mail                 Makefile
    mail/exim            Makefile distinfo pkg-install pkg-plist
    mail/exim/files      POST-INSTALL-NOTES
                         patch-scripts::exim_install
                         patch-src::EDITME
                         patch-src::configure.default
    mail/exim-doc-html   Makefile
    mail/exim-monitor    Makefile
  Removed files:
    mail/exim/files
                         patch-..::exim-texinfo-3.30::doc::spec.texinfo
                         patch-xxx::no_fsync
    mail/exim-devel      Makefile distinfo pkg-comment pkg-descr
                         pkg-install pkg-message pkg-plist
    mail/exim-devel/files POST-INSTALL-NOTES exim.sh
                          patch-OS::Makefile-FreeBSD
                          patch-doc::spec.txt
                          patch-scripts::exim_install
                          patch-src::EDITME
                          patch-src::configure.default
  Log:
  I agree with the Exim community that the exim-4.xx has reached production
  quality.


Move exim to exim-old for folks who need exim-3.xx, because the
configuration file for exim-4.xx is not backward compatible. Move
exim-devel to exim, removing NO_LATEST_LINK:

          repo-copy       exim            -> exim-old
          copy over       exim-devel      -> exim
          retire          exim-devel


Slave ports are intended for use with the exim port, as before, so they
now build and install for exim-4.xx.

  Revision  Changes    Path
  1.322     +1 -1      ports/mail/Makefile
  1.118     +0 -236    ports/mail/exim-devel/Makefile (dead)
  1.42      +0 -2      ports/mail/exim-devel/distinfo (dead)
  1.8       +0 -40     ports/mail/exim-devel/files/POST-INSTALL-NOTES (dead)
  1.5       +0 -27     ports/mail/exim-devel/files/exim.sh (dead)
  1.3       +0 -10     ports/mail/exim-devel/files/patch-OS::Makefile-FreeBSD (dead)
  1.2       +0 -22     ports/mail/exim-devel/files/patch-doc::spec.txt (dead)
  1.7       +0 -50     ports/mail/exim-devel/files/patch-scripts::exim_install (dead)
  1.10      +0 -103    ports/mail/exim-devel/files/patch-src::EDITME (dead)
  1.9       +0 -40     ports/mail/exim-devel/files/patch-src::configure.default (dead)
  1.4       +0 -1      ports/mail/exim-devel/pkg-comment (dead)
  1.7       +0 -9      ports/mail/exim-devel/pkg-descr (dead)
  1.6       +0 -36     ports/mail/exim-devel/pkg-install (dead)
  1.9       +0 -7      ports/mail/exim-devel/pkg-message (dead)
  1.23      +0 -35     ports/mail/exim-devel/pkg-plist (dead)
  1.2       +2 -2      ports/mail/exim-doc-html/Makefile
  1.6       +1 -1      ports/mail/exim-monitor/Makefile
  1.113     +50 -11    ports/mail/exim/Makefile
  1.36      +2 -2      ports/mail/exim/distinfo
  1.8       +15 -14    ports/mail/exim/files/POST-INSTALL-NOTES
  1.2       +0 -22     ports/mail/exim/files/patch-..::exim-texinfo-3.30::doc::spec.texinfo (dead)
  1.5       +27 -14    ports/mail/exim/files/patch-scripts::exim_install
  1.7       +72 -103   ports/mail/exim/files/patch-src::EDITME
  1.6       +24 -35    ports/mail/exim/files/patch-src::configure.default
  1.2       +0 -103    ports/mail/exim/files/patch-xxx::no_fsync (dead)
  1.5       +5 -8      ports/mail/exim/pkg-install
  1.20      +10 -4     ports/mail/exim/pkg-plist
--