svn commit: r566308 - head/devel/cvs

Ed Maste emaste at FreeBSD.org
Mon Feb 22 16:34:43 UTC 2021


Author: emaste (src committer)
Date: Mon Feb 22 16:34:43 2021
New Revision: 566308
URL: https://svnweb.freebsd.org/changeset/ports/566308

Log:
  devel/cvs: prepare for base system PIE default
  
  PIE static libraries are currently not supported by the base system
  /usr/share/mk files.
  
  PR:		253275 [exp-run]
  Approved by:	lwhsu, schaiba at gmail.com (maintainer)
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D28792

Modified:
  head/devel/cvs/Makefile

Modified: head/devel/cvs/Makefile
==============================================================================
--- head/devel/cvs/Makefile	Mon Feb 22 16:27:14 2021	(r566307)
+++ head/devel/cvs/Makefile	Mon Feb 22 16:34:43 2021	(r566308)
@@ -39,6 +39,8 @@ WRKSRC=		${WRKDIR}/call/cvs-build
 # bsd.stage.makes sets the wrong value for DESTDIR
 DESTDIRNAME=	NADA
 MAKE_ARGS=	DESTDIR=${STAGEDIR}${PREFIX}
+# XXX static PIE libraries not yet supported by the base system
+MAKE_ARGS+=	WITHOUT_PIE=true
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list