svn commit: r473527 - head/mail/sendmail

Mathieu Arnold mat at FreeBSD.org
Fri Jun 29 06:36:34 UTC 2018


On Fri, Jun 29, 2018 at 04:31:58AM +0000, Dirk Meyer wrote:
> Author: dinoex
> Date: Fri Jun 29 04:31:57 2018
> New Revision: 473527
> URL: https://svnweb.freebsd.org/changeset/ports/473527
> 
> Log:
>   - drop PKGNAMESUFFIX on FreeBSD-12

Mmmm, ok, but why? What is special with 12? Or with 10 and 11?

> Modified:
>   head/mail/sendmail/Makefile
> 
> Modified: head/mail/sendmail/Makefile
> ==============================================================================
> --- head/mail/sendmail/Makefile	Fri Jun 29 01:19:19 2018	(r473526)
> +++ head/mail/sendmail/Makefile	Fri Jun 29 04:31:57 2018	(r473527)
> @@ -5,7 +5,6 @@ PORTVERSION=	8.15.2
>  PORTREVISION=	10
>  CATEGORIES=	mail ipv6
>  MASTER_SITES=	ftp://ftp.sendmail.org/pub/sendmail/
> -PKGNAMESUFFIX?=	${TLS_SUFFIX}${SASL_SUFFIX}${LDAP_SUFFIX}${BDB_SUFFIX}${PKGNAMESUFFIX2}
>  DISTNAME=	${PORTNAME}.${PORTVERSION}
>  
>  MAINTAINER=	dinoex at FreeBSD.org
> @@ -75,6 +74,11 @@ GDBM_CONFIGURE_WITH=	compat
>  SMTPUTF8_LIB_DEPENDS=	libidn2.so:dns/libidn2 libicui18n.so:devel/icu
>  
>  .include <bsd.port.options.mk>
> +
> +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000
> +PKGNAMESUFFIX?=	${TLS_SUFFIX}${SASL_SUFFIX}${LDAP_SUFFIX}${BDB_SUFFIX}${PKGNAMESUFFIX2}
> +.endif
> +
>  .if ${PORT_OPTIONS:MSHMEM} && !defined(BUILDING_INDEX)
>  IPCCHECK!=	ipcrm -q 0 2>&1 || true
>  .if ${IPCCHECK:Mimplemented}
> 
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180629/f6b4608b/attachment.sig>


More information about the svn-ports-all mailing list