pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/tcp_wrappers Treat Haiku same as NetBSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50a3435a77f9
branches:  trunk
changeset: 641916:50a3435a77f9
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Nov 21 01:05:13 2014 +0000

description:
Treat Haiku same as NetBSD.
patch from Бородулин Виталий in pkgsrc-users@.

diffstat:

 security/tcp_wrappers/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f83255fd2acf -r 50a3435a77f9 security/tcp_wrappers/Makefile
--- a/security/tcp_wrappers/Makefile    Thu Nov 20 23:49:19 2014 +0000
+++ b/security/tcp_wrappers/Makefile    Fri Nov 21 01:05:13 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2014/10/09 14:06:56 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2014/11/21 01:05:13 obache Exp $
 
 DISTNAME=      tcp_wrappers_7.6-ipv6.4
 PKGNAME=       ${DISTNAME:S/_7.6-ipv6/-7.6/}
@@ -20,6 +20,7 @@
 BUILD_TARGET.${OPSYS}?=        generic         # good luck!
 BUILD_TARGET.Darwin=   netbsd
 BUILD_TARGET.Interix=  netbsd
+BUILD_TARGET.Haiku=    netbsd
 BUILD_TARGET.Linux=    ${LOWER_OPSYS}
 .if !empty(OPSYS:M*BSD)
 BUILD_TARGET.${OPSYS}= netbsd


Home | Main Index | Thread Index | Old Index