Re: [EXIM] several messages

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Sheldon Hearn
Fecha:  
A: Philip Hazel
Cc: Gyan Mathur, Ben Smithurst, exim-users
Asunto: Re: [EXIM] several messages


On Thu, 26 Nov 1998 09:15:41 GMT, Philip Hazel wrote:

> Please do. I would like it all to be as robust and portable as possible
> before the proper release.


Right, a little group effort should put this away. I've tested the
following patch for AOUT FreeBSD 2.2-STABLE and can't think of any
reason it shouldn't work on _any_ AOUT FreeBSD.

Ben, would you please test this patch in your environment, as I assume
you're using ELF FreeBSD 3.0-CURRENT ? If it works for you _and_ it
works for me, then it's probably the best bet for Philip's next release.

Incidentally, this conforms with Satoshi Asami's guidelines for porting
software for FreeBSD. He's "The Man" when it comes to ports, so we can
rest assured that this method is purist-friendly. :-)

Ciao,
Sheldon.

--- Makefile-FreeBSD.orig    Mon Nov  9 19:01:38 1998
+++ Makefile-FreeBSD    Thu Nov 26 11:19:36 1998
@@ -3,4 +3,6 @@
 # for "make" to be the default.


+PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout
+
CHOWN_COMMAND=/usr/sbin/chown

@@ -13,4 +15,7 @@
XINCLUDE=-I$(X11)/include
XLFLAGS=-L$(X11)/lib
+.if ${PORTOBJFORMAT} == "elf"
+XLFLAGS+=-Wl,-rpath,${X11BASE}/lib
+.endif
X11_LD_LIB=$(X11)/lib


--
*** Exim information can be found at http://www.exim.org/ ***