svn commit: r396916 - head/devel/psptoolchain-newlib

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 14 17:44:51 UTC 2015


Author: amdmi3
Date: Mon Sep 14 17:44:50 2015
New Revision: 396916
URL: https://svnweb.freebsd.org/changeset/ports/396916

Log:
  - Remove unneeded pre.mk inclusion
  - Add empty directories to plist
  
  Approved by:	portmgr blanket

Modified:
  head/devel/psptoolchain-newlib/Makefile
  head/devel/psptoolchain-newlib/pkg-plist

Modified: head/devel/psptoolchain-newlib/Makefile
==============================================================================
--- head/devel/psptoolchain-newlib/Makefile	Mon Sep 14 17:43:08 2015	(r396915)
+++ head/devel/psptoolchain-newlib/Makefile	Mon Sep 14 17:44:50 2015	(r396916)
@@ -33,11 +33,9 @@ post-patch:
 	@${REINPLACE_CMD} -E 's/^(install.*:.*)install-info(.*)/\1\2/' ${WRKSRC}/etc/Makefile.in
 	@${REINPLACE_CMD} -E 's#(-I\$${prefix}/)psp(/sdk/include)#-I${LOCALBASE}/${PSP_SDK_STAGE_PREFIX:S,/,\\/,}\2#' ${WRKSRC}/newlib/configure.host
 
-.include <bsd.port.pre.mk>
-
 # Rename installed crt0.o as real crt0.o used by PSP code comes with psptoolchain-pspsdk-stage2
 # and would overwrite the one from this port.
 post-install:
 	@${MV} ${STAGEDIR}${PREFIX}/psp/lib/crt0.o ${STAGEDIR}${PREFIX}/psp/lib/crt0.newlib.o
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/psptoolchain-newlib/pkg-plist
==============================================================================
--- head/devel/psptoolchain-newlib/pkg-plist	Mon Sep 14 17:43:08 2015	(r396915)
+++ head/devel/psptoolchain-newlib/pkg-plist	Mon Sep 14 17:44:50 2015	(r396916)
@@ -110,3 +110,5 @@ psp/include/ar.h
 psp/include/alloca.h
 psp/include/_syslist.h
 psp/include/_ansi.h
+ at dir psp/include/rpc
+ at dir psp/include/bits


More information about the svn-ports-all mailing list