Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Nov 2016 16:27:04 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425253 - in head/misc: compat5x compat6x
Message-ID:  <201611031627.uA3GR4N1053851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Nov  3 16:27:03 2016
New Revision: 425253
URL: https://svnweb.freebsd.org/changeset/ports/425253

Log:
  Now build on sparc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/misc/compat5x/Makefile
  head/misc/compat6x/Makefile

Modified: head/misc/compat5x/Makefile
==============================================================================
--- head/misc/compat5x/Makefile	Thu Nov  3 16:25:14 2016	(r425252)
+++ head/misc/compat5x/Makefile	Thu Nov  3 16:27:03 2016	(r425253)
@@ -29,10 +29,6 @@ USE_LDCONFIG=	${TARGET_DIR}
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not install on sparc64: fails to link lib/compat/libpthread.so.1
-.endif
-
 .if ${ARCH} == amd64
 PLIST_SUB+=	AMD64=""
 USE_LDCONFIG32=	${TARGET32_DIR}

Modified: head/misc/compat6x/Makefile
==============================================================================
--- head/misc/compat6x/Makefile	Thu Nov  3 16:25:14 2016	(r425252)
+++ head/misc/compat6x/Makefile	Thu Nov  3 16:27:03 2016	(r425253)
@@ -23,10 +23,6 @@ USE_LDCONFIG=	${TARGET_DIR}
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not install on sparc64: fails to link lib/compat/libpthread.so.2
-.endif
-
 .if ${ARCH} == amd64
 USE_LDCONFIG32=	${TARGET32_DIR}
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611031627.uA3GR4N1053851>