FreeBSD Bugzilla – Attachment 160155 Details for
Bug 202529
[MAINTAINER] devel/tigcc: Make portlint happier, use newer options helpers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tigcc.patch
tigcc.patch (text/plain), 5.38 KB, created by
Naram Qashat
on 2015-08-20 20:50:45 UTC
(
hide
)
Description:
tigcc.patch
Filename:
MIME Type:
Creator:
Naram Qashat
Created:
2015-08-20 20:50:45 UTC
Size:
5.38 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 394552) >+++ Makefile (working copy) >@@ -16,14 +16,12 @@ > COMMENT= C compiler for the TI89, 92, and 92+ calculators > > USE_GCC= any >-USES= bison tar:bzip2 gmake >+USES= bison gmake tar:bzip2 > NO_WRKSUBDIR= yes > SUB_FILES= pkg-message > > OPTIONS_DEFINE= DOCS EXAMPLES > >-.include <bsd.port.options.mk> >- > do-extract: > @${MKDIR} ${WRKSRC} > @${MKDIR} ${WRKSRC}/tigcc >@@ -89,31 +87,31 @@ > @${MKDIR} ${STAGEDIR}${PREFIX}/tigcc/bin > > @${ECHO} Installing GNU AS >- @${INSTALL_PROGRAM} ${WRKSRC}/gnu/binutils_build/gas/as-new ${STAGEDIR}${PREFIX}/tigcc/bin/as >+ ${INSTALL_PROGRAM} ${WRKSRC}/gnu/binutils_build/gas/as-new ${STAGEDIR}${PREFIX}/tigcc/bin/as > > @${ECHO} Installing the GNU C Compiler >- @${INSTALL_PROGRAM} ${WRKSRC}/gnu/gcc_build/gcc/cc1 ${STAGEDIR}${PREFIX}/tigcc/bin/cc1 >- @${INSTALL_PROGRAM} ${WRKSRC}/gnu/gcc_build/gcc/xgcc ${STAGEDIR}${PREFIX}/tigcc/bin/gcc >+ ${INSTALL_PROGRAM} ${WRKSRC}/gnu/gcc_build/gcc/cc1 ${STAGEDIR}${PREFIX}/tigcc/bin/cc1 >+ ${INSTALL_PROGRAM} ${WRKSRC}/gnu/gcc_build/gcc/xgcc ${STAGEDIR}${PREFIX}/tigcc/bin/gcc > > @${ECHO} Installing A68K >- @${INSTALL_PROGRAM} ${WRKSRC}/tigcc/sources/a68k/A68k ${STAGEDIR}${PREFIX}/tigcc/bin/a68k >+ ${INSTALL_PROGRAM} ${WRKSRC}/tigcc/sources/a68k/A68k ${STAGEDIR}${PREFIX}/tigcc/bin/a68k > > @${ECHO} Installing LD-TIGCC >- @${INSTALL_PROGRAM} ${WRKSRC}/tigcc/sources/ld-tigcc/ld-tigcc ${STAGEDIR}${PREFIX}/tigcc/bin/ld-tigcc >- @${INSTALL_PROGRAM} ${WRKSRC}/tigcc/sources/ld-tigcc/ar-tigcc ${STAGEDIR}${PREFIX}/tigcc/bin/ar-tigcc >+ ${INSTALL_PROGRAM} ${WRKSRC}/tigcc/sources/ld-tigcc/ld-tigcc ${STAGEDIR}${PREFIX}/tigcc/bin/ld-tigcc >+ ${INSTALL_PROGRAM} ${WRKSRC}/tigcc/sources/ld-tigcc/ar-tigcc ${STAGEDIR}${PREFIX}/tigcc/bin/ar-tigcc > > @${ECHO} Installing PATCHER >- @${INSTALL_PROGRAM} ${WRKSRC}/tigcc/sources/patcher/src/patcher ${STAGEDIR}${PREFIX}/tigcc/bin/patcher >+ ${INSTALL_PROGRAM} ${WRKSRC}/tigcc/sources/patcher/src/patcher ${STAGEDIR}${PREFIX}/tigcc/bin/patcher > > @${ECHO} Installing the ExePack support from the TIGCC Tools Suite >- @${INSTALL_PROGRAM} ${WRKSRC}/tigcc/sources/ttpack/ttpack ${STAGEDIR}${PREFIX}/tigcc/bin/ttpack >- @${INSTALL_PROGRAM} ${WRKSRC}/tigcc/sources/ttpack/ttbin2oth ${STAGEDIR}${PREFIX}/tigcc/bin/ttbin2oth >+ ${INSTALL_PROGRAM} ${WRKSRC}/tigcc/sources/ttpack/ttpack ${STAGEDIR}${PREFIX}/tigcc/bin/ttpack >+ ${INSTALL_PROGRAM} ${WRKSRC}/tigcc/sources/ttpack/ttbin2oth ${STAGEDIR}${PREFIX}/tigcc/bin/ttbin2oth > > @${ECHO} Installing TIGCC >- @${INSTALL_PROGRAM} ${WRKSRC}/tigcc/sources/tigcc/src/tigcc ${STAGEDIR}${PREFIX}/tigcc/bin/tigcc >+ ${INSTALL_PROGRAM} ${WRKSRC}/tigcc/sources/tigcc/src/tigcc ${STAGEDIR}${PREFIX}/tigcc/bin/tigcc > > @${ECHO} Installing TPRBUILDER >- @${INSTALL_PROGRAM} ${WRKSRC}/tigcc/sources/tprbuilder/src/tprbuilder ${STAGEDIR}${PREFIX}/tigcc/bin/tprbuilder >+ ${INSTALL_PROGRAM} ${WRKSRC}/tigcc/sources/tprbuilder/src/tprbuilder ${STAGEDIR}${PREFIX}/tigcc/bin/tprbuilder > > @${ECHO} Installing TIGCCLIB > @${CP} -R ${WRKSRC}/tigcc/tigcclib/include ${STAGEDIR}${PREFIX}/tigcc/ >@@ -120,7 +118,7 @@ > @${LN} -s ./os.h ${STAGEDIR}${PREFIX}/tigcc/include/asm/OS.h > @${CP} -R ${WRKSRC}/tigcc/tigcclib/lib ${STAGEDIR}${PREFIX}/tigcc/ > >-.if ${PORT_OPTIONS:MDOCS} >+do-install-DOCS-on: > @${ECHO} Installing the TIGCC documentation > @${MKDIR} ${STAGEDIR}${DOCSDIR} > @cd ${WRKSRC}/tigcc; ${CP} AUTHORS BUGS CHANGELOG COPYING DIRECTORIES HOWTO INSTALL README README.linux README.osX ${STAGEDIR}${DOCSDIR}/ >@@ -135,10 +133,9 @@ > @${CP} -R ${WRKSRC}/tigcc/tigcclib/doc/html ${STAGEDIR}${DOCSDIR}/ > @${LN} -s ./html ${STAGEDIR}${DOCSDIR}/tigcclib > @${CP} ${WRKSRC}/tigcc/tigcclib/doc/converter/tigccdoc ${STAGEDIR}${PREFIX}/tigcc/bin/ >-.endif >-.if ${PORT_OPTIONS:MEXAMPLES} >+ >+do-install-EXAMPLES-on: > @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} > @${CP} ${WRKSRC}/tigcc/tigcclib/examples/* ${STAGEDIR}${EXAMPLESDIR}/ >-.endif > > .include <bsd.port.mk> >Index: files/patch-gnu-gcc-4.1-20060728-gcc-Makefile.in >=================================================================== >--- files/patch-gnu-gcc-4.1-20060728-gcc-Makefile.in (revision 394552) >+++ files/patch-gnu-gcc-4.1-20060728-gcc-Makefile.in (working copy) >@@ -1,7 +1,6 @@ >---- Makefile.in Wed Jun 21 17:36:10 2006 >-+++ gnu/gcc-4.1-20060728/gcc/Makefile.in Sun Aug 13 19:34:42 2006 >-tigcc/sources/gcc/gas-2.16-tigcc-patch.di >-@@ -1324,7 +1324,7 @@ >+--- gnu/gcc-4.1-20060728/gcc/Makefile.in.orig 2006-06-21 15:36:10 UTC >++++ gnu/gcc-4.1-20060728/gcc/Makefile.in >+@@ -1324,7 +1324,7 @@ LIB2ADD = $(LIB2FUNCS_EXTRA) > LIB2ADD_ST = $(LIB2FUNCS_STATIC_EXTRA) > > libgcc.mk: config.status Makefile mklibgcc $(LIB2ADD) $(LIB2ADD_ST) specs \ >Index: files/patch-tigcc-sources-gcc-gas-2.16-tigcc-patch.diff >=================================================================== >--- files/patch-tigcc-sources-gcc-gas-2.16-tigcc-patch.diff (revision 394552) >+++ files/patch-tigcc-sources-gcc-gas-2.16-tigcc-patch.diff (working copy) >@@ -1,6 +1,6 @@ >---- tigcc_src/sources/gcc/gas-2.16-tigcc-patch.diff Sun Jul 31 18:48:04 2005 >-+++ tigcc/sources/gcc/gas-2.16-tigcc-patch.diff Mon Jun 5 14:19:37 2006 >-@@ -823,7 +823,7 @@ >+--- tigcc/sources/gcc/gas-2.16-tigcc-patch.diff.orig 2005-07-31 16:44:47 UTC >++++ tigcc/sources/gcc/gas-2.16-tigcc-patch.diff >+@@ -823,7 +823,7 @@ diff -Naur binutils-2.16.1.orig/gas/conf > > > - ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
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 202529
: 160155