diff options
author | sevan <sevan@pkgsrc.org> | 2015-09-03 21:05:24 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2015-09-03 21:05:24 +0000 |
commit | 757f5ca41b5e98db8f1de108cf44e69d33f8c6f3 (patch) | |
tree | d36f030e8e06edc06e6c03656f4d204583e87ade | |
parent | 5ac8fa36c3858b9c1a01e9ec351030c10e9fabe5 (diff) | |
download | pkgsrc-757f5ca41b5e98db8f1de108cf44e69d33f8c6f3.tar.gz |
Mark package as broken for OpenBSD, the portable distribution is not intended
for use on OpenBSD, there is a separate release for that.
Reviewed by wiz@
-rw-r--r-- | mail/opensmtpd/Makefile | 3 | ||||
-rw-r--r-- | security/openssh/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index 65a35343352..63739cfcbf7 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/08/17 19:05:50 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2015/09/03 21:07:10 sevan Exp $ VERSION= 5.3.3p1 DISTNAME= opensmtpd-${VERSION} @@ -13,6 +13,7 @@ LICENSE= isc AND modified-bsd AND 2-clause-bsd CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]* CONFLICTS+= esmtp>=1.2 nullmailer-[0-9]* postfix-[0-9]* +BROKEN_FOR_PLATFORM+= OpenBSD-*-* BUILD_DEFS+= VARBASE diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 080fde1d3d0..17f816556e9 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.236 2015/08/21 08:12:09 wiz Exp $ +# $NetBSD: Makefile,v 1.237 2015/09/03 21:05:24 sevan Exp $ DISTNAME= openssh-7.1p1 PKGNAME= ${DISTNAME:S/p1/.1/} @@ -14,6 +14,7 @@ CONFLICTS+= ssh-[0-9]* ssh6-[0-9]* CONFLICTS+= ssh2-[0-9]* ssh2-nox11-[0-9]* CONFLICTS+= openssh+gssapi-[0-9]* CONFLICTS+= lsh>2.0 +BROKEN_FOR_PLATFORM+= OpenBSD-*-* USE_GCC_RUNTIME= yes USE_TOOLS+= autoconf perl |