pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/haproxy haproxy: Adapt to currently available linu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff319138cf48
branches: trunk
changeset: 401360:ff319138cf48
user: nia <nia%pkgsrc.org@localhost>
date: Sun Sep 15 14:53:13 2019 +0000
description:
haproxy: Adapt to currently available linux targets
diffstat:
net/haproxy/Makefile | 14 ++------------
1 files changed, 2 insertions(+), 12 deletions(-)
diffs (28 lines):
diff -r 97c15a3b9b60 -r ff319138cf48 net/haproxy/Makefile
--- a/net/haproxy/Makefile Sun Sep 15 14:49:24 2019 +0000
+++ b/net/haproxy/Makefile Sun Sep 15 14:53:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2019/09/15 12:22:33 nia Exp $
+# $NetBSD: Makefile,v 1.52 2019/09/15 14:53:13 nia Exp $
DISTNAME= haproxy-2.0.6
CATEGORIES= net www
@@ -42,17 +42,7 @@
.elif ${OPSYS} == "SunOS"
TARGET= solaris
.elif ${OPSYS} == "Linux"
-. if !empty(OS_VERSION:M2.6.*)
-TARGET= linux26
-. elif !empty(OS_VERSION:M2.4.*)
-. if exists(/usr/include/linux/eventpoll.h)
-TARGET= linux24e
-. else
-TARGET= linux24
-. endif
-. else
-TARGET= linux2628
-. endif
+TARGET= linux-glibc
.else
TARGET= generic
.endif
Home |
Main Index |
Thread Index |
Old Index