From owner-svn-ports-head@freebsd.org Thu Aug 16 13:13:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1119C105B2B1; Thu, 16 Aug 2018 13:13:59 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B839581637; Thu, 16 Aug 2018 13:13:58 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9828019D94; Thu, 16 Aug 2018 13:13:58 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7GDDwOn076676; Thu, 16 Aug 2018 13:13:58 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7GDDwJS076675; Thu, 16 Aug 2018 13:13:58 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201808161313.w7GDDwJS076675@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Thu, 16 Aug 2018 13:13:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477334 - in head/net: . haproxy17 X-SVN-Group: ports-head X-SVN-Commit-Author: demon X-SVN-Commit-Paths: in head/net: . haproxy17 X-SVN-Commit-Revision: 477334 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2018 13:13:59 -0000 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@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 .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: