Skip to content

Commit

Permalink
net/haproxy: remove ports for obsoleted versions 1.9 and 2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Sivachenko authored and Dmitry Sivachenko committed May 17, 2022
1 parent da355f6 commit b1c888b
Show file tree
Hide file tree
Showing 21 changed files with 8 additions and 636 deletions.
2 changes: 0 additions & 2 deletions net/Makefile
Expand Up @@ -237,9 +237,7 @@
SUBDIR += haproxy-devel
SUBDIR += haproxy17
SUBDIR += haproxy18
SUBDIR += haproxy19
SUBDIR += haproxy20
SUBDIR += haproxy21
SUBDIR += haproxy22
SUBDIR += haproxy23
SUBDIR += haproxy24
Expand Down
2 changes: 1 addition & 1 deletion net/haproxy-devel/Makefile
Expand Up @@ -23,7 +23,7 @@ default_CONFLICTS_INSTALL= haproxy-devel-lua
lua_CONFLICTS_INSTALL= haproxy-devel
lua_PKGNAMESUFFIX= devel-lua

CONFLICTS_INSTALL= haproxy haproxy17 haproxy18 haproxy19 haproxy20 haproxy21 haproxy22 haproxy23 haproxy24
CONFLICTS_INSTALL= haproxy haproxy17 haproxy18 haproxy20 haproxy22 haproxy23 haproxy24

ALL_TARGET= all admin/halog/halog
MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \
Expand Down
2 changes: 1 addition & 1 deletion net/haproxy/Makefile
Expand Up @@ -21,7 +21,7 @@ default_CONFLICTS_INSTALL= haproxy-lua
lua_CONFLICTS_INSTALL= haproxy
lua_PKGNAMESUFFIX= -lua

CONFLICTS_INSTALL= haproxy-devel haproxy17 haproxy18 haproxy19 haproxy20 haproxy21 haproxy22 haproxy23 haproxy24
CONFLICTS_INSTALL= haproxy-devel haproxy17 haproxy18 haproxy20 haproxy22 haproxy23 haproxy24

ALL_TARGET= all admin/halog/halog
MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \
Expand Down
2 changes: 1 addition & 1 deletion net/haproxy17/Makefile
Expand Up @@ -15,7 +15,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 haproxy-devel haproxy18 haproxy19 haproxy20 haproxy21
CONFLICTS_INSTALL= haproxy haproxy-devel haproxy18 haproxy20

USES= cpe gmake
USE_RC_SUBR= haproxy
Expand Down
2 changes: 1 addition & 1 deletion net/haproxy18/Makefile
Expand Up @@ -12,7 +12,7 @@ COMMENT= Reliable, high performance TCP/HTTP load balancer
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi

CONFLICTS_INSTALL= haproxy haproxy-devel haproxy17 haproxy19 haproxy20 haproxy21
CONFLICTS_INSTALL= haproxy haproxy-devel haproxy17 haproxy20

USES= cpe gmake
USE_RC_SUBR= haproxy
Expand Down
61 changes: 0 additions & 61 deletions net/haproxy19/Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions net/haproxy19/distinfo

This file was deleted.

130 changes: 0 additions & 130 deletions net/haproxy19/files/haproxy.in

This file was deleted.

11 changes: 0 additions & 11 deletions net/haproxy19/files/patch-include-common-hathreads.h

This file was deleted.

6 changes: 0 additions & 6 deletions net/haproxy19/pkg-descr

This file was deleted.

104 changes: 0 additions & 104 deletions net/haproxy19/pkg-plist

This file was deleted.

2 changes: 1 addition & 1 deletion net/haproxy20/Makefile
Expand Up @@ -12,7 +12,7 @@ COMMENT= Reliable, high performance TCP/HTTP load balancer
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi

CONFLICTS_INSTALL= haproxy haproxy-devel haproxy17 haproxy18 haproxy19 haproxy21
CONFLICTS_INSTALL= haproxy haproxy-devel haproxy17 haproxy18

USES= compiler:c++11-lang cpe gmake
USE_RC_SUBR= haproxy
Expand Down

0 comments on commit b1c888b

Please sign in to comment.