svn commit: r477334 - in head/net: . haproxy17
Dmitry Sivachenko
demon at FreeBSD.org
Thu Aug 16 13:13:59 UTC 2018
Author: demon
Date: Thu Aug 16 13:13:57 2018
New Revision: 477334
URL: https://svnweb.freebsd.org/changeset/ports/477334
Log:
Repo-copy haproxy->haproxy17 for the upcoming update of haproxy port.
Added:
head/net/haproxy17/
- copied from r477328, head/net/haproxy/
Modified:
head/net/Makefile
head/net/haproxy17/Makefile
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Thu Aug 16 13:07:44 2018 (r477333)
+++ head/net/Makefile Thu Aug 16 13:13:57 2018 (r477334)
@@ -240,6 +240,7 @@
SUBDIR += hanstunnel
SUBDIR += haproxy
SUBDIR += haproxy-devel
+ SUBDIR += haproxy17
SUBDIR += hexinject
SUBDIR += hidentd
SUBDIR += hinfo
Modified: head/net/haproxy17/Makefile
==============================================================================
--- head/net/haproxy/Makefile Thu Aug 16 12:30:42 2018 (r477328)
+++ head/net/haproxy17/Makefile Thu Aug 16 13:13:57 2018 (r477334)
@@ -1,11 +1,11 @@
# Created by: Clement Laforet
# $FreeBSD$
-PORTNAME= haproxy
+PORTNAME= haproxy17
PORTVERSION= 1.7.11
CATEGORIES= net www
MASTER_SITES= http://www.haproxy.org/download/1.7/src/
-DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
+DISTNAME= haproxy-${PORTVERSION}
MAINTAINER= demon at FreeBSD.org
COMMENT= Reliable, high performance TCP/HTTP load balancer
@@ -16,7 +16,7 @@ LICENSE_COMB= multi
BROKEN_mips= fails to build: undefined reference to '__sync_sub_and_fetch_4'
BROKEN_mips64= fails to build: undefined reference to '__sync_sub_and_fetch_4'
-CONFLICTS_INSTALL= haproxy-devel-[0-9]*
+CONFLICTS_INSTALL= haproxy-[0-9]* haproxy-devel-[0-9]*
USES= cpe gmake
USE_RC_SUBR= haproxy
@@ -47,11 +47,11 @@ LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LI
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "i386"
-MAKE_ARGS+= USE_REGPARM=1
+MAKE_ARGS+= USE_REGPARM=1
.endif
.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN= Does not build with openssl-devel
+BROKEN= Does not build with openssl-devel
.endif
post-build:
More information about the svn-ports-all
mailing list