Index: infrastructure/mk/arch-defines.mk
===================================================================
RCS file: /cvs/ports/infrastructure/mk/arch-defines.mk,v
retrieving revision 1.70
diff -u -p -r1.70 arch-defines.mk
--- infrastructure/mk/arch-defines.mk	20 Dec 2019 20:00:30 -0000	1.70
+++ infrastructure/mk/arch-defines.mk	3 Apr 2020 17:32:42 -0000
@@ -18,7 +18,7 @@ APM_ARCHS = arm64 amd64 i386 loongson ma
 BE_ARCHS = hppa m88k mips64 powerpc sparc64
 LE_ARCHS = aarch64 alpha amd64 arm i386 mips64el sh
 LP64_ARCHS = aarch64 alpha amd64 sparc64 mips64 mips64el
-GCC4_ARCHS = alpha hppa mips64el powerpc sh sparc64
+GCC4_ARCHS = alpha hppa mips64el sh sparc64
 GCC3_ARCHS = m88k
 # XXX easier for ports that depend on mono
 MONO_ARCHS = amd64 i386
@@ -28,7 +28,7 @@ GO_ARCHS = aarch64 amd64 arm arm64 armv7
 RUST_ARCHS = aarch64 amd64 i386 sparc64
 
 # arches where the base compiler is clang
-CLANG_ARCHS = aarch64 amd64 arm i386 mips64
+CLANG_ARCHS = aarch64 amd64 arm i386 mips64 powerpc
 # arches using LLVM's linker (ld.lld); others use binutils' ld.bfd
 LLD_ARCHS = aarch64 amd64 arm i386
 
@@ -90,6 +90,7 @@ _SYSTEM_VERSION-amd64 = 4
 _SYSTEM_VERSION-arm = 3
 _SYSTEM_VERSION-i386 = 2
 _SYSTEM_VERSION-mips64 = 1
+_SYSTEM_VERSION-powerpc = 1
 _SYSTEM_VERSION-${MACHINE_ARCH} ?= 0
 _SYSTEM_VERSION-${ARCH} ?= 0
 
Index: net/haproxy/Makefile
===================================================================
RCS file: /cvs/ports/net/haproxy/Makefile,v
retrieving revision 1.62
diff -u -p -r1.62 Makefile
--- net/haproxy/Makefile	2 Apr 2020 23:01:17 -0000	1.62
+++ net/haproxy/Makefile	3 Apr 2020 17:32:42 -0000
@@ -3,6 +3,7 @@
 COMMENT =	reliable, high performance TCP/HTTP load balancer
 
 DISTNAME =	haproxy-2.0.14
+REVISION =	0
 CATEGORIES =	net www
 HOMEPAGE =	http://www.haproxy.org/
 MAINTAINER =	Daniel Jakots <obsd@chown.me>
@@ -39,7 +40,7 @@ DOCSDIR =	${PREFIX}/share/doc/haproxy
 EXAMPLESDIR =	${PREFIX}/share/examples/haproxy
 
 # Fix undefined reference to __atomic_*
-.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "hppa"
+.if ${MACHINE_ARCH} == "hppa"
 LDFLAGS +=		"-latomic"
 WANTLIB +=		atomic
 .endif
