Problem building ports after upgrade

Peter Wemm peter at wemm.org
Sat Jun 7 00:23:46 UTC 2014


On 6/6/14, 4:14 PM, Wolfgang Zenker wrote:
> Hi,
> 
> after upgrading 10-STABLE to r267142 and going to r356862 in ports,
> I now have a problem building ports: The ports that I have tried to
> build so far failed after the configuration build with
> 
> env: NO_PIE: No such file or directory

Yes, edit ports/Mk/bsd.port.mk and change it like this if it's not already
fixed:

Index: bsd.port.mk
===================================================================
--- bsd.port.mk	(revision 356863)
+++ bsd.port.mk	(working copy)
@@ -1632,7 +1632,7 @@
 .endif

 # XXX PIE support to be added here
-MAKE_ENV+=	NO_PIE
+MAKE_ENV+=	NO_PIE=y

 .if defined(NOPORTDOCS)
 PLIST_SUB+=		PORTDOCS="@comment "


-- 
Peter Wemm - peter at wemm.org; peter at FreeBSD.org; peter at yahoo-inc.com; KI6FJV

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 552 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20140606/9904bf22/attachment.sig>


More information about the freebsd-stable mailing list