From owner-svn-ports-all@freebsd.org Mon Sep 14 17:44:51 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAA57A04551; Mon, 14 Sep 2015 17:44:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB50A15CD; Mon, 14 Sep 2015 17:44:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8EHipVe087640; Mon, 14 Sep 2015 17:44:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8EHipi8087638; Mon, 14 Sep 2015 17:44:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509141744.t8EHipi8087638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 Sep 2015 17:44:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396916 - head/devel/psptoolchain-newlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Sep 2015 17:44:51 -0000 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 - # 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 +.include 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 +@dir psp/include/rpc +@dir psp/include/bits