From owner-svn-ports-head@freebsd.org Sun Jul 5 14:13:08 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D4B4136C99E; Sun, 5 Jul 2020 14:13:08 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B09dw5FsMz40fd; Sun, 5 Jul 2020 14:13:08 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97A61E875; Sun, 5 Jul 2020 14:13:08 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 065ED83r008085; Sun, 5 Jul 2020 14:13:08 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 065ED8Yr008083; Sun, 5 Jul 2020 14:13:08 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <202007051413.065ED8Yr008083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sun, 5 Jul 2020 14:13:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541281 - in head/mail/sendmail-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: in head/mail/sendmail-devel: . files X-SVN-Commit-Revision: 541281 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2020 14:13:08 -0000 Author: dinoex Date: Sun Jul 5 14:13:07 2020 New Revision: 541281 URL: https://svnweb.freebsd.org/changeset/ports/541281 Log: - keep STAGEDIR clean Modified: head/mail/sendmail-devel/Makefile head/mail/sendmail-devel/files/patch-Makefile.m4 Modified: head/mail/sendmail-devel/Makefile ============================================================================== --- head/mail/sendmail-devel/Makefile Sun Jul 5 13:34:40 2020 (r541280) +++ head/mail/sendmail-devel/Makefile Sun Jul 5 14:13:07 2020 (r541281) @@ -251,9 +251,6 @@ post-install: ${RM} ${STAGEDIR}${PREFIX}/man/cat*/* # final perm of sendmail is 2555 (see plist), needed for strip cmd ${CHMOD} 755 ${STAGEDIR}${PREFIX}/sbin/sendmail - ${RM} ${STAGEDIR}/etc/mail/submit.cf - ${RMDIR} ${STAGEDIR}/var/spool/clientmqueue - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vacation ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rmail ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/* Modified: head/mail/sendmail-devel/files/patch-Makefile.m4 ============================================================================== --- head/mail/sendmail-devel/files/patch-Makefile.m4 Sun Jul 5 13:34:40 2020 (r541280) +++ head/mail/sendmail-devel/files/patch-Makefile.m4 Sun Jul 5 14:13:07 2020 (r541281) @@ -1,6 +1,6 @@ ---- sendmail/Makefile.m4.orig 2019-02-15 10:30:19 UTC +--- sendmail/Makefile.m4.orig 2020-06-08 08:35:03 UTC +++ sendmail/Makefile.m4 -@@ -7,6 +7,7 @@ bldPRODUCT_START(`executable', `sendmail +@@ -7,14 +7,14 @@ bldPRODUCT_START(`executable', `sendmail') define(`bldBIN_TYPE', `G') define(`bldINSTALL_DIR', `') define(`bldSOURCES', `main.c alias.c arpadate.c bf.c collect.c conf.c control.c convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c map.c mci.c milter.c mime.c parseaddr.c queue.c ratectrl.c readcf.c recipient.c sasl.c savemail.c sfsasl.c shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c timers.c tlsh.c tls.c trace.c udb.c usersmtp.c util.c version.c ') @@ -8,3 +8,12 @@ PREPENDDEF(`confENVDEF', `confMAPDEF') bldPUSH_SMLIB(`sm') bldPUSH_SMLIB(`smutil') + + + dnl hack: /etc/mail is not defined as "location of .cf" in the build system +-define(`bldTARGET_INST_DEP', ifdef(`confINST_DEP', `confINST_DEP', +-`${DESTDIR}/etc/mail/submit.cf ${DESTDIR}${MSPQ}'))dnl ++define(`bldTARGET_INST_DEP', ifdef(`confINST_DEP', `confINST_DEP')) + define(`bldTARGET_LINKS', ifdef(`confLINKS', `confLINKS', + `${DESTDIR}${UBINDIR}/newaliases ${DESTDIR}${UBINDIR}/mailq ${DESTDIR}${UBINDIR}/hoststat ${DESTDIR}${UBINDIR}/purgestat') + )dnl