FreeBSD Bugzilla – Attachment 144047 Details for
Bug 191291
[MAINTAINER] devel/mingw32-gcc: Update to 4.8.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Incomplete patch
mingw32-gcc-4.8.1.patch (text/plain), 3.97 KB, created by
Naram Qashat
on 2014-06-22 21:36:49 UTC
(
hide
)
Description:
Incomplete patch
Filename:
MIME Type:
Creator:
Naram Qashat
Created:
2014-06-22 21:36:49 UTC
Size:
3.97 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 358833) >+++ Makefile (working copy) >@@ -3,7 +3,6 @@ > > PORTNAME= gcc > PORTVERSION= ${GCCVERSION} >-PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= devel > MASTER_SITES= GCC >@@ -12,21 +11,23 @@ > MAINTAINER= cyberbotx@cyberbotx.com > COMMENT= FSF gcc-4 for Windows cross-development > >+LICENSE= GPLv3 GPLv3RLE >+LICENSE_COMB= multi >+ > BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ > mingwm10.dll:${PORTSDIR}/devel/${PKGNAMEPREFIX}bin-msvcrt > RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils >-LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ >- mpfr:${PORTSDIR}/math/mpfr \ >- mpc:${PORTSDIR}/math/mpc >+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ >+ libmpfr.so:${PORTSDIR}/math/mpfr \ >+ libmpc.so:${PORTSDIR}/math/mpc > >-GCCVERSION= 4.7.2 >+GCCVERSION= 4.8.1 > > SSP_UNSAFE= yes > > ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 > USE_LDCONFIG= yes >-USES= bison iconv gmake perl5 >-USE_BZIP2= yes >+USES= bison iconv gmake perl5 tar:bzip2 > USE_PERL5= build > > GCC_TARG= ${PKGNAMEPREFIX:S/-$//} >@@ -36,13 +37,12 @@ > > BINARIES= c++ cpp g++ gcc gcov gfortran > >-NO_STAGE= yes > .include <bsd.port.pre.mk> > > .if ${ARCH} == "amd64" >-CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} >+CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} > .else >-CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} >+CONFIGURE_TARGET= ${ARCH}-portbld-${OPSYS:tl}${OSREL} > .endif > > .if ${ARCH} == powerpc64 >@@ -55,28 +55,29 @@ > GNU_CONFIGURE= yes > CFLAGS+= -I${LOCALBASE}/include > CONFIGURE_ARGS= --disable-nls --target=${GCC_TARG} \ >+ --with-gxx-include-dir=${PREFIX}/${GCC_TARG}/include/c++/${GCCVERSION} \ >+ --disable-build-poststage1-with-cxx \ >+ --includedir=${PREFIX}/${GCC_TARG}/include \ >+ --datadir=${PREFIX}/${GCC_TARG}/share \ >+ --enable-shared --with-gnu-ld \ >+ --enable-lto --disable-multilib \ > --enable-languages=${LANGUAGES} \ >- --with-gxx-include-dir=${PREFIX}/${GCC_TARG}/include/c++/${GCCVERSION} \ > --disable-sjlj-exceptions \ >- --with-dwarf2 --enable-shared \ >- --with-gmp=${LOCALBASE} \ >- --disable-win32-registry \ >+ --with-dwarf2 --disable-win32-registry \ > --enable-libstdcxx-debug \ >- --disable-build-poststage1-with-cxx \ > --enable-version-specific-runtime-libs \ >+ --with-gmp=${LOCALBASE} \ >+ --with-system-zlib --with-gnu-as \ >+ --enable-decimal-float=yes \ >+ --enable-libgomp --enable-threads \ > ${ICONV_CONFIGURE_ARG} \ >- --includedir=${PREFIX}/${GCC_TARG}/include \ >- --datadir=${PREFIX}/${GCC_TARG}/share \ >- --with-system-zlib >+ --disable-bootstrap --with-sysroot=${LOCALBASE} > MAKE_ARGS+= MAKEINFOFLAGS="--no-split" > PLIST_SUB+= GCC_TARG=${GCC_TARG} GCC_REV=${GCCVERSION} >-MAN1= ${PKGNAMEPREFIX}cpp.1 ${PKGNAMEPREFIX}g++.1 \ >- ${PKGNAMEPREFIX}gcc.1 ${PKGNAMEPREFIX}gcov.1 \ >- ${PKGNAMEPREFIX}gfortran.1 > INFO_PATH= ${GCC_TARG}/info > INFO= cpp cppinternals gcc gccinstall gccint gfortran > .if ${ARCH} == "i386" || ${ARCH} == "amd64" >-INFO+= libquadmath >+INFO+= libquadmath libitm > .endif > > post-patch: >Index: distinfo >=================================================================== >--- distinfo (revision 358833) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (gcc-4.7.2.tar.bz2) = 8a9283d7010fb9fe5ece3ca507e0af5c19412626384f8a5e9434251ae100b084 >-SIZE (gcc-4.7.2.tar.bz2) = 82884636 >+SHA256 (gcc-4.8.1.tar.bz2) = 545b44be3ad9f2c4e90e6880f5c9d4f0a8f0e5f67e1ffb0d45da9fa01bb05813 >+SIZE (gcc-4.8.1.tar.bz2) = 86753166 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 358833) >+++ pkg-plist (working copy) >@@ -281,6 +281,11 @@ > libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/lto-wrapper > libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/lto1 > libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/gengtype >+man/man1/%%GCC_TARG%%-cpp.1.gz >+man/man1/%%GCC_TARG%%-g++.1.gz >+man/man1/%%GCC_TARG%%-gcc.1.gz >+man/man1/%%GCC_TARG%%-gcov.1.gz >+man/man1/%%GCC_TARG%%-gfortran.1.gz > %%GCC_TARG%%/bin/c++ > %%GCC_TARG%%/bin/cpp > %%GCC_TARG%%/bin/g++
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 191291
:
144047
|
144569
|
148176
|
151863
|
151865