FreeBSD Bugzilla – Attachment 145037 Details for
Bug 192144
devel/psptoolchain-newlib support staging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
psptoolchain-newlib.diff
psptoolchain-newlib.diff (text/plain), 1.43 KB, created by
Tassilo Philipp
on 2014-07-27 16:19:58 UTC
(
hide
)
Description:
psptoolchain-newlib.diff
Filename:
MIME Type:
Creator:
Tassilo Philipp
Created:
2014-07-27 16:19:58 UTC
Size:
1.43 KB
patch
obsolete
>diff -ruN psptoolchain-newlib.orig/Makefile psptoolchain-newlib/Makefile >--- psptoolchain-newlib.orig/Makefile 2014-07-26 16:07:43.263104844 -0500 >+++ psptoolchain-newlib/Makefile 2014-07-27 11:11:23.653601740 -0500 >@@ -3,13 +3,14 @@ > > PORTNAME= newlib > PORTVERSION= 1.20.0 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= ftp://sources.redhat.com/pub/ \ > ${MASTER_SITE_SOURCEWARE} > MASTER_SITE_SUBDIR= ${PORTNAME} > PKGNAMEPREFIX= psptoolchain- > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= tphilipp@potion-studios.com > COMMENT= PlayStation Portable development toolchain ${PORTNAME} > > PSP_GCC_STAGE_PREFIX= psp/stage1 >@@ -29,7 +30,6 @@ > MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS} -g" # Apparently, it doesn't work on the PSP without debug information > > # Disable installation of .info files and fix includedir reference. >-NO_STAGE= yes > 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 >@@ -39,6 +39,6 @@ > # 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} ${PREFIX}/psp/lib/crt0.o ${PREFIX}/psp/lib/crt0.newlib.o >+ @${MV} ${STAGEDIR}${PREFIX}/psp/lib/crt0.o ${STAGEDIR}${PREFIX}/psp/lib/crt0.newlib.o > > .include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192144
:
145009
| 145037