Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jul 2004 14:45:59 +0200
From:      "Angelo Turetta" <aturetta@commit.it>
To:        <ports-committers@FreeBSD.org>, <cvs-ports@FreeBSD.org>, <cvs-all@FreeBSD.org>
Cc:        Dirk Meyer <dinoex@FreeBSD.org>
Subject:   Re: cvs commit: ports/mail/sendmail Makefile distinfo ports/mail/sendmail/files patch-aa
Message-ID:  <005f01c46e57$820fa510$661da8c0@lan>
References:  <200407171851.i6HIp7qw055717@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
I think SOCKETMAP has been included in the basic sendmail distribution, thus
the 'extra' patch in ports fails now when building with
SENDMAIL_WITH_SOCKETMAP=yes.

The attached patch fixed the build error for me, along with the deletion of
the now unused patch file, but please verify if this is correct.

Bye,
Angelo Turetta



----- Original Message ----- 
From: "Dirk Meyer" <dinoex@FreeBSD.org>
To: <ports-committers@FreeBSD.org>; <cvs-ports@FreeBSD.org>;
<cvs-all@FreeBSD.org>
Sent: Saturday, July 17, 2004 8:51 PM
Subject: cvs commit: ports/mail/sendmail Makefile distinfo
ports/mail/sendmail/files patch-aa


> dinoex      2004-07-17 18:51:07 UTC
>
>   FreeBSD ports repository
>
>   Modified files:
>     mail/sendmail        Makefile distinfo
>     mail/sendmail/files  patch-aa
>   Log:
>   - update to 8.13.0
>
>   Revision  Changes    Path
>   1.91      +1 -19     ports/mail/sendmail/Makefile
>   1.21      +2 -6      ports/mail/sendmail/distinfo
>   1.9       +23 -20    ports/mail/sendmail/files/patch-aa
>
>

[-- Attachment #2 --]
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/sendmail/Makefile,v
retrieving revision 1.92
diff -u -r1.92 Makefile
--- Makefile	17 Jul 2004 18:52:01 -0000	1.92
+++ Makefile	20 Jul 2004 12:38:06 -0000
@@ -100,9 +100,6 @@
 .else
 CONFLICTS+=	sendmail*+sasl2*-8.*
 .endif
-.if defined(SENDMAIL_WITH_SOCKETMAP)
-EXTRA_PATCHES+=	${FILESDIR}/socketmap.patch
-.endif
 .if defined(SENDMAIL_WITH_CYRUSLOOKUP)
 EXTRA_PATCHES+=	${FILESDIR}/cyruslookup.patch
 .endif

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005f01c46e57$820fa510$661da8c0>