From tphilipp@potion-studios.com  Thu Mar  5 10:03:38 2009
Return-Path: <tphilipp@potion-studios.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C0E291065672
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Mar 2009 10:03:38 +0000 (UTC)
	(envelope-from tphilipp@potion-studios.com)
Received: from wp155.webpack.hosteurope.de (wp155.webpack.hosteurope.de [80.237.132.162])
	by mx1.freebsd.org (Postfix) with ESMTP id 53FF28FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Mar 2009 10:03:38 +0000 (UTC)
	(envelope-from tphilipp@potion-studios.com)
Received: from [134.76.186.5] (helo=_HOSTNAME_); authenticated
	by wp155.webpack.hosteurope.de running ExIM  using esmtpa
	id 1LfAAo-00081m-Ef; Thu, 05 Mar 2009 10:47:26 +0100
Received: by _HOSTNAME_ (sSMTP sendmail emulation); Thu,  5 Mar 2009 10:47:25 +0100
Message-Id: <20090305100338.53FF28FC15@mx1.freebsd.org>
Date: Thu,  5 Mar 2009 10:47:25 +0100
From: "Tassilo Philipp" <tphilipp@potion-studios.com>
Reply-To: Tassilo Philipp <tphilipp@potion-studios.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: devel/psptoolchain-pspsdk
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         132323
>Category:       ports
>Synopsis:       New port: devel/psptoolchain-pspsdk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 05 10:10:02 UTC 2009
>Closed-Date:    Fri Aug 21 01:05:58 UTC 2009
>Last-Modified:  Fri Aug 21 01:05:58 UTC 2009
>Originator:     Tassilo Philipp
>Release:        FreeBSD 7.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD amphore.potion-studios.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Wed Aug 20 20:52:41 CEST 2008 tphilipp@amphore.potion-studios.com:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- psptoolchain-pspsdk.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	psptoolchain-pspsdk
#	psptoolchain-pspsdk/files
#	psptoolchain-pspsdk/files/patch-src-libc-libcglue.c
#	psptoolchain-pspsdk/pkg-descr
#	psptoolchain-pspsdk/distinfo
#	psptoolchain-pspsdk/Makefile
#	psptoolchain-pspsdk/pkg-plist
#
echo c - psptoolchain-pspsdk
mkdir -p psptoolchain-pspsdk > /dev/null 2>&1
echo c - psptoolchain-pspsdk/files
mkdir -p psptoolchain-pspsdk/files > /dev/null 2>&1
echo x - psptoolchain-pspsdk/files/patch-src-libc-libcglue.c
sed 's/^X//' >psptoolchain-pspsdk/files/patch-src-libc-libcglue.c << 'END-of-psptoolchain-pspsdk/files/patch-src-libc-libcglue.c'
X--- src/libc/libcglue.c.orig	2009-02-23 12:12:45.000000000 +0100
X+++ src/libc/libcglue.c	2009-02-23 12:11:39.000000000 +0100
X@@ -42,7 +42,7 @@
X 
X /* If we're being built for PSPSDK's libc this function isn't defined. */
X #ifdef F_glue_gettimeofday
X-int gettimeofday(struct timeval *tp, void *tzp)
X+int gettimeofday(struct timeval *tp, struct timezone *tzp)
X {
X 	return sceKernelLibcGettimeofday(tp, tzp);
X }
END-of-psptoolchain-pspsdk/files/patch-src-libc-libcglue.c
echo x - psptoolchain-pspsdk/pkg-descr
sed 's/^X//' >psptoolchain-pspsdk/pkg-descr << 'END-of-psptoolchain-pspsdk/pkg-descr'
XThe PlayStation Portable Toolchain is a collection of tools and utilities
Xfor homebrew PSP development.
X
XWWW: http://www.ps2dev.org
END-of-psptoolchain-pspsdk/pkg-descr
echo x - psptoolchain-pspsdk/distinfo
sed 's/^X//' >psptoolchain-pspsdk/distinfo << 'END-of-psptoolchain-pspsdk/distinfo'
XMD5 (pspsdk-20090127.tar.gz) = 889d04fa25522ca3ae886ddda669c52f
XSHA256 (pspsdk-20090127.tar.gz) = c18cf11c3a0dec950b913349e9d801e2d1b1d7acd0e9c8f57802b422dc5fd612
XSIZE (pspsdk-20090127.tar.gz) = 601708
END-of-psptoolchain-pspsdk/distinfo
echo x - psptoolchain-pspsdk/Makefile
sed 's/^X//' >psptoolchain-pspsdk/Makefile << 'END-of-psptoolchain-pspsdk/Makefile'
X# New ports collection makefile for: psptoolchain-pspsdk
X# Date created:        15 February 2009
X# Whom:                Tassilo Philipp <tphilipp@potion-studios.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		pspsdk
XPORTVERSION=		20090127
XCATEGORIES=		devel
XMASTER_SITES=		http://www.potion-studios.com/
XPKGNAMEPREFIX=		psptoolchain-
X
XMAINTAINER=		tphilipp@potion-studios.com
XCOMMENT=		PlayStation Portable development toolchain ${PORTNAME}
X
XBUILD_DEPENDS?=		psp-cpp:${PORTSDIR}/devel/psptoolchain-gcc \
X			psp-gcc:${PORTSDIR}/devel/psptoolchain-gcc \
X			psp-gcov:${PORTSDIR}/devel/psptoolchain-gcc \
X			psp-g++:${PORTSDIR}/devel/psptoolchain-g++
X
XUSE_GMAKE=		yes
X
XHAS_CONFIGURE=		yes
XCONFIGURE_ARGS=		--prefix=${PREFIX} --with-pspdev=${PREFIX}
X
Xpre-configure:
X	@cd ${WRKSRC} && ./bootstrap
X
X.include <bsd.port.mk>
END-of-psptoolchain-pspsdk/Makefile
echo x - psptoolchain-pspsdk/pkg-plist
sed 's/^X//' >psptoolchain-pspsdk/pkg-plist << 'END-of-psptoolchain-pspsdk/pkg-plist'
Xpsp/sdk/lib/prxexports.o
Xpsp/sdk/lib/libpspwlan.a
Xpsp/sdk/lib/libpspvshbridge.a
Xpsp/sdk/lib/libpspvideocodec.a
Xpsp/sdk/lib/libpspvfpu.a
Xpsp/sdk/lib/libpsputility.a
Xpsp/sdk/lib/libpspuser.a
Xpsp/sdk/lib/libpspusbstor.a
Xpsp/sdk/lib/libpspusbcam.a
Xpsp/sdk/lib/libpspusbbus_driver.a
Xpsp/sdk/lib/libpspusb_driver.a
Xpsp/sdk/lib/libpspusb.a
Xpsp/sdk/lib/libpspumd_driver.a
Xpsp/sdk/lib/libpspumd.a
Xpsp/sdk/lib/libpspssl.a
Xpsp/sdk/lib/libpspsircs.a
Xpsp/sdk/lib/libpspsdk.a
Xpsp/sdk/lib/libpsprtc_driver.a
Xpsp/sdk/lib/libpsprtc.a
Xpsp/sdk/lib/libpspreg_driver.a
Xpsp/sdk/lib/libpspreg.a
Xpsp/sdk/lib/libpspprof.a
Xpsp/sdk/lib/libpsppower_driver.a
Xpsp/sdk/lib/libpsppower.a
Xpsp/sdk/lib/libpsppaf.a
Xpsp/sdk/lib/libpspopenpsid.a
Xpsp/sdk/lib/libpspnet_resolver.a
Xpsp/sdk/lib/libpspnet_inet.a
Xpsp/sdk/lib/libpspnet_apctl.a
Xpsp/sdk/lib/libpspnet_adhocmatching.a
Xpsp/sdk/lib/libpspnet_adhocctl.a
Xpsp/sdk/lib/libpspnet_adhoc.a
Xpsp/sdk/lib/libpspnet.a
Xpsp/sdk/lib/libpspnand_driver.a
Xpsp/sdk/lib/libpspmpegbase_driver.a
Xpsp/sdk/lib/libpspmpegbase.a
Xpsp/sdk/lib/libpspmpeg.a
Xpsp/sdk/lib/libpspmp3.a
Xpsp/sdk/lib/libpsplibc.a
Xpsp/sdk/lib/libpspkernel.a
Xpsp/sdk/lib/libpspjpeg.a
Xpsp/sdk/lib/libpsphttp.a
Xpsp/sdk/lib/libpsphprm_driver.a
Xpsp/sdk/lib/libpsphprm.a
Xpsp/sdk/lib/libpspgum_vfpu.a
Xpsp/sdk/lib/libpspgum.a
Xpsp/sdk/lib/libpspgu.a
Xpsp/sdk/lib/libpspge_driver.a
Xpsp/sdk/lib/libpspge.a
Xpsp/sdk/lib/libpspgdb_user.a
Xpsp/sdk/lib/libpspgdb_kernel.a
Xpsp/sdk/lib/libpspgdb.a
Xpsp/sdk/lib/libpspfpu.a
Xpsp/sdk/lib/libpspdisplay_driver.a
Xpsp/sdk/lib/libpspdisplay.a
Xpsp/sdk/lib/libpspdebugkb.a
Xpsp/sdk/lib/libpspdebug.a
Xpsp/sdk/lib/libpspctrl_driver.a
Xpsp/sdk/lib/libpspctrl.a
Xpsp/sdk/lib/libpspchnnlsv.a
Xpsp/sdk/lib/libpspaudiolib.a
Xpsp/sdk/lib/libpspaudiocodec.a
Xpsp/sdk/lib/libpspaudio_driver.a
Xpsp/sdk/lib/libpspaudio.a
Xpsp/sdk/lib/libpspatrac3.a
Xpsp/lib/crt0_prx.o
Xbin/unpack-pbp
Xbin/psp-prxgen
Xbin/psp-fixup-imports
Xbin/psp-config
Xbin/psp-build-exports
Xbin/pack-pbp
Xbin/mksfoex
Xbin/mksfo
Xbin/bin2s
Xbin/bin2o
Xbin/bin2c
END-of-psptoolchain-pspsdk/pkg-plist
exit
--- psptoolchain-pspsdk.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: araujo 
Responsible-Changed-When: Wed Mar 11 20:53:07 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132323 
State-Changed-From-To: open->feedback 
State-Changed-By: araujo 
State-Changed-When: Sun Apr 5 00:39:18 UTC 2009 
State-Changed-Why:  
I'm waiting a maintainer feedback. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132323 

From: Marcelo <araujobsdport@gmail.com>
To: t.licht@laposte.net
Cc: bug-followup@freebsd.org
Subject: ports/132323: New port: devel/psptoolchain-pspsdk
Date: Sat, 4 Apr 2009 21:39:20 -0300

 --0015175cd692339d620466c403e6
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 Aloha,
 
 Unfortunately it doesn't built too. Could you take a look on it?
 
 
 gmake[3]: Entering directory
 `/usr/local/tinderbox/portstrees/FreeBSD/ports/devel/psptoolchain-pspsdk/work/pspsdk-20090127/src/atrac3'
 psp-gcc  -O2 -fno-strict-aliasing -pipe -G0 -Wall -I../../src/base
 -I../../src/kernel -c sceAtrac3plus.S
 gmake[3]: psp-gcc: Command not found
 gmake[3]: *** [sceAtrac3plus.o] Error 127
 gmake[3]: Leaving directory
 `/usr/local/tinderbox/portstrees/FreeBSD/ports/devel/psptoolchain-pspsdk/work/pspsdk-20090127/src/atrac3'
 gmake[2]: *** [all-recursive] Error 1
 gmake[2]: Leaving directory
 `/usr/local/tinderbox/portstrees/FreeBSD/ports/devel/psptoolchain-pspsdk/work/pspsdk-20090127/src'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory
 `/usr/local/tinderbox/portstrees/FreeBSD/ports/devel/psptoolchain-pspsdk/work/pspsdk-20090127'
 gmake: *** [all] Error 2
 *** Error code 2
 
 Stop in
 /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/psptoolchain-pspsdk.
 
 
 -- 
 Marcelo Araujo
 araujo@FreeBSD.org
 
 --0015175cd692339d620466c403e6
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 Aloha,<br><br>Unfortunately it doesn&#39;t built too. Could you take a look=
  on it?<br><br><br>gmake[3]: Entering directory `/usr/local/tinderbox/ports=
 trees/FreeBSD/ports/devel/psptoolchain-pspsdk/work/pspsdk-20090127/src/atra=
 c3&#39;<br>
 psp-gcc=A0 -O2 -fno-strict-aliasing -pipe -G0 -Wall -I../../src/base -I../.=
 ./src/kernel -c sceAtrac3plus.S<br>gmake[3]: psp-gcc: Command not found<br>=
 gmake[3]: *** [sceAtrac3plus.o] Error 127<br>gmake[3]: Leaving directory `/=
 usr/local/tinderbox/portstrees/FreeBSD/ports/devel/psptoolchain-pspsdk/work=
 /pspsdk-20090127/src/atrac3&#39;<br>
 gmake[2]: *** [all-recursive] Error 1<br>gmake[2]: Leaving directory `/usr/=
 local/tinderbox/portstrees/FreeBSD/ports/devel/psptoolchain-pspsdk/work/psp=
 sdk-20090127/src&#39;<br>gmake[1]: *** [all-recursive] Error 1<br>gmake[1]:=
  Leaving directory `/usr/local/tinderbox/portstrees/FreeBSD/ports/devel/psp=
 toolchain-pspsdk/work/pspsdk-20090127&#39;<br>
 gmake: *** [all] Error 2<br>*** Error code 2<br><br>Stop in /usr/local/tind=
 erbox/portstrees/FreeBSD/ports/devel/psptoolchain-pspsdk.<br><br clear=3D"a=
 ll"><br>-- <br>Marcelo Araujo<br>araujo@FreeBSD.org<br>
 
 --0015175cd692339d620466c403e6--

From: "Tassilo Philipp" <tphilipp@potion-studios.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132323: New port: devel/psptoolchain-pspsdk
Date: Mon, 6 Apr 2009 02:34:30 +0200 (CEST)

 Hi,
 
 this port depends on devel/psptoolchain-gcc, and well, it should find
 psp-gcc in /usr/local/bin. It is in BUILD_DEPENDS, so I don't know why
 this doesn't build on your machine... I can't reproduce this. Do you have
 some more details or any ideas?
 
 Thanks
 
State-Changed-From-To: feedback->open 
State-Changed-By: araujo 
State-Changed-When: Mon May 11 14:51:38 UTC 2009 
State-Changed-Why:  
- Feedback received. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132323 
State-Changed-From-To: open->suspended 
State-Changed-By: araujo 
State-Changed-When: Sun Jun 7 14:26:25 UTC 2009 
State-Changed-Why:  
Suspended with a dependency problem. Waiting a maintainer fix. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132323 
State-Changed-From-To: suspended->open 
State-Changed-By: araujo 
State-Changed-When: Thu Aug 20 14:50:59 UTC 2009 
State-Changed-Why:  
- Feedback received. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132323 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132323: commit references a PR
Date: Fri, 21 Aug 2009 00:54:42 +0000 (UTC)

 araujo      2009-08-21 00:54:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/psptoolchain   Makefile pkg-descr 
     devel/psptoolchain-binutils Makefile distinfo pkg-descr 
                                 pkg-plist 
     devel/psptoolchain-binutils/files patch-bfd-Makefile.am 
                                       patch-bfd-Makefile.in 
                                       patch-bfd-archures.c 
                                       patch-bfd-bfd-in2.h 
                                       patch-bfd-configure 
                                       patch-bfd-cpu-mips.c 
                                       patch-bfd-elfxx-mips.c 
                                       patch-bfd-version.h 
                                       patch-binutils-readelf.c 
                                       patch-config.sub 
                                       patch-configure 
                                       patch-gas-config-tc-mips.c 
                                       patch-gas-configure 
                                       patch-gas-configure.in 
                                       patch-gas-testsuite-gas-mips-mips.exp 
                                       patch-include-bin-bugs.h 
                                       patch-include-elf-common.h 
                                       patch-include-elf-mips.h 
                                       patch-include-opcode-mips.h 
                                       patch-include-opcode-vfpu.h 
                                       patch-ld-Makefile.am 
                                       patch-ld-Makefile.in 
                                       patch-ld-configure.tgt 
                                       patch-ld-emulparams-elf_mipsallegrexel_psp.sh 
                                       patch-ld-scripttempl-elf_psp.sc 
                                       patch-opcodes-configure 
                                       patch-opcodes-mips-dis.c 
                                       patch-opcodes-mips-opc.c 
     devel/psptoolchain-gcc-stage1 Makefile distinfo pkg-descr 
                                   pkg-plist 
     devel/psptoolchain-gcc-stage1/files patch-config.sub 
                                         patch-gcc-c-incpath.c 
                                         patch-gcc-config-mips-allegrex.md 
                                         patch-gcc-config-mips-mips.c 
                                         patch-gcc-config-mips-mips.h 
                                         patch-gcc-config-mips-mips.md 
                                         patch-gcc-config-mips-psp.h 
                                         patch-gcc-config-mips-t-allegrex 
                                         patch-gcc-config.gcc 
                                         patch-gcc-version.c 
     devel/psptoolchain-gcc-stage2 Makefile pkg-plist 
     devel/psptoolchain-gdb Makefile distinfo pkg-descr pkg-plist 
     devel/psptoolchain-gdb/files patch-bfd-archures.c 
                                  patch-bfd-bfd-in2.h 
                                  patch-bfd-cpu-mips.c 
                                  patch-bfd-elfxx-mips.c 
                                  patch-config.sub 
                                  patch-gdb-remote.c 
                                  patch-include-bin-bugs.h 
                                  patch-include-elf-common.h 
                                  patch-include-elf-mips.h 
                                  patch-include-opcode-mips.h 
                                  patch-opcodes-mips-dis.c 
                                  patch-opcodes-mips-opc.c 
     devel/psptoolchain-newlib Makefile distinfo pkg-descr 
                               pkg-plist 
     devel/psptoolchain-newlib/files patch-config.sub 
                                     patch-configure 
                                     patch-configure.in 
                                     patch-newlib-Makefile.am 
                                     patch-newlib-Makefile.in 
                                     patch-newlib-configure.host 
                                     patch-newlib-libc-include-machine-time.h 
                                     patch-newlib-libc-include-sys-config.h 
                                     patch-newlib-libc-include-sys-types.h 
                                     patch-newlib-libc-include-time.h 
                                     patch-newlib-libc-sys-configure 
                                     patch-newlib-libc-sys-configure.in 
                                     patch-newlib-libc-sys-psp-Makefile.am 
                                     patch-newlib-libc-sys-psp-Makefile.in 
                                     patch-newlib-libc-sys-psp-README 
                                     patch-newlib-libc-sys-psp-aclocal.m4 
                                     patch-newlib-libc-sys-psp-arpa-inet.h 
                                     patch-newlib-libc-sys-psp-confdefs.h 
                                     patch-newlib-libc-sys-psp-configure 
                                     patch-newlib-libc-sys-psp-configure.in 
                                     patch-newlib-libc-sys-psp-crt0.c 
                                     patch-newlib-libc-sys-psp-fdman.c 
                                     patch-newlib-libc-sys-psp-fdman.h 
                                     patch-newlib-libc-sys-psp-include-netdb.h 
                                     patch-newlib-libc-sys-psp-interrupt.S 
                                     patch-newlib-libc-sys-psp-libcglue.c 
                                     patch-newlib-libc-sys-psp-netdb.c 
                                     patch-newlib-libc-sys-psp-netinet-in.h 
                                     patch-newlib-libc-sys-psp-netinet-tcp.h 
                                     patch-newlib-libc-sys-psp-pipe.c 
                                     patch-newlib-libc-sys-psp-pspcwd.c 
                                     patch-newlib-libc-sys-psp-select.c 
                                     patch-newlib-libc-sys-psp-socket.c 
                                     patch-newlib-libc-sys-psp-sys-dirent.h 
                                     patch-newlib-libc-sys-psp-sys-errno.h 
                                     patch-newlib-libc-sys-psp-sys-fd_set.h 
                                     patch-newlib-libc-sys-psp-sys-ioctl.h 
                                     patch-newlib-libc-sys-psp-sys-select.h 
                                     patch-newlib-libc-sys-psp-sys-socket.h 
                                     patch-newlib-libc-sys-psp-syscalls.c 
                                     patch-newlib-libc-sys-psp-xprintf.c 
     devel/psptoolchain-pspsdk-stage1 Makefile distinfo pkg-descr 
                                      pkg-plist 
     devel/psptoolchain-pspsdk-stage1/files 
                                            patch-src-libc-libcglue.c 
     devel/psptoolchain-pspsdk-stage2 Makefile pkg-plist 
   Log:
   The PlayStation Portable Toolchain is a collection of tools and utilities
   for homebrew PSP development.
   
   WWW: http://www.ps2dev.org
   
   PR:             ports/132323, ports/132324, ports/132325, ports/132326
                   ports/132327, ports/132328, ports/132329, ports/132330
   Submitted by:   Tassilo Philipp <tphilipp@potion-studios.com>
   
   Revision  Changes    Path
   1.3605    +8 -0      ports/devel/Makefile
   1.1       +53 -0     ports/devel/psptoolchain-binutils/Makefile (new)
   1.1       +3 -0      ports/devel/psptoolchain-binutils/distinfo (new)
   1.1       +11 -0     ports/devel/psptoolchain-binutils/files/patch-bfd-Makefile.am (new)
   1.1       +11 -0     ports/devel/psptoolchain-binutils/files/patch-bfd-Makefile.in (new)
   1.1       +10 -0     ports/devel/psptoolchain-binutils/files/patch-bfd-archures.c (new)
   1.1       +10 -0     ports/devel/psptoolchain-binutils/files/patch-bfd-bfd-in2.h (new)
   1.1       +13 -0     ports/devel/psptoolchain-binutils/files/patch-bfd-configure (new)
   1.1       +20 -0     ports/devel/psptoolchain-binutils/files/patch-bfd-cpu-mips.c (new)
   1.1       +48 -0     ports/devel/psptoolchain-binutils/files/patch-bfd-elfxx-mips.c (new)
   1.1       +7 -0      ports/devel/psptoolchain-binutils/files/patch-bfd-version.h (new)
   1.1       +10 -0     ports/devel/psptoolchain-binutils/files/patch-binutils-readelf.c (new)
   1.1       +29 -0     ports/devel/psptoolchain-binutils/files/patch-config.sub (new)
   1.1       +20 -0     ports/devel/psptoolchain-binutils/files/patch-configure (new)
   1.1       +1943 -0   ports/devel/psptoolchain-binutils/files/patch-gas-config-tc-mips.c (new)
   1.1       +12 -0     ports/devel/psptoolchain-binutils/files/patch-gas-configure (new)
   1.1       +12 -0     ports/devel/psptoolchain-binutils/files/patch-gas-configure.in (new)
   1.1       +12 -0     ports/devel/psptoolchain-binutils/files/patch-gas-testsuite-gas-mips-mips.exp (new)
   1.1       +7 -0      ports/devel/psptoolchain-binutils/files/patch-include-bin-bugs.h (new)
   1.1       +10 -0     ports/devel/psptoolchain-binutils/files/patch-include-elf-common.h (new)
   1.1       +10 -0     ports/devel/psptoolchain-binutils/files/patch-include-elf-mips.h (new)
   1.1       +356 -0    ports/devel/psptoolchain-binutils/files/patch-include-opcode-mips.h (new)
   1.1       +264 -0    ports/devel/psptoolchain-binutils/files/patch-include-opcode-vfpu.h (new)
   1.1       +20 -0     ports/devel/psptoolchain-binutils/files/patch-ld-Makefile.am (new)
   1.1       +20 -0     ports/devel/psptoolchain-binutils/files/patch-ld-Makefile.in (new)
   1.1       +11 -0     ports/devel/psptoolchain-binutils/files/patch-ld-configure.tgt (new)
   1.1       +25 -0     ports/devel/psptoolchain-binutils/files/patch-ld-emulparams-elf_mipsallegrexel_psp.sh (new)
   1.1       +499 -0    ports/devel/psptoolchain-binutils/files/patch-ld-scripttempl-elf_psp.sc (new)
   1.1       +13 -0     ports/devel/psptoolchain-binutils/files/patch-opcodes-configure (new)
   1.1       +556 -0    ports/devel/psptoolchain-binutils/files/patch-opcodes-mips-dis.c (new)
   1.1       +606 -0    ports/devel/psptoolchain-binutils/files/patch-opcodes-mips-opc.c (new)
   1.1       +4 -0      ports/devel/psptoolchain-binutils/pkg-descr (new)
   1.1       +51 -0     ports/devel/psptoolchain-binutils/pkg-plist (new)
   1.1       +69 -0     ports/devel/psptoolchain-gcc-stage1/Makefile (new)
   1.1       +3 -0      ports/devel/psptoolchain-gcc-stage1/distinfo (new)
   1.1       +29 -0     ports/devel/psptoolchain-gcc-stage1/files/patch-config.sub (new)
   1.1       +28 -0     ports/devel/psptoolchain-gcc-stage1/files/patch-gcc-c-incpath.c (new)
   1.1       +186 -0    ports/devel/psptoolchain-gcc-stage1/files/patch-gcc-config-mips-allegrex.md (new)
   1.1       +223 -0    ports/devel/psptoolchain-gcc-stage1/files/patch-gcc-config-mips-mips.c (new)
   1.1       +98 -0     ports/devel/psptoolchain-gcc-stage1/files/patch-gcc-config-mips-mips.h (new)
   1.1       +140 -0    ports/devel/psptoolchain-gcc-stage1/files/patch-gcc-config-mips-mips.md (new)
   1.1       +34 -0     ports/devel/psptoolchain-gcc-stage1/files/patch-gcc-config-mips-psp.h (new)
   1.1       +32 -0     ports/devel/psptoolchain-gcc-stage1/files/patch-gcc-config-mips-t-allegrex (new)
   1.1       +46 -0     ports/devel/psptoolchain-gcc-stage1/files/patch-gcc-config.gcc (new)
   1.1       +20 -0     ports/devel/psptoolchain-gcc-stage1/files/patch-gcc-version.c (new)
   1.1       +4 -0      ports/devel/psptoolchain-gcc-stage1/pkg-descr (new)
   1.1       +63 -0     ports/devel/psptoolchain-gcc-stage1/pkg-plist (new)
   1.1       +22 -0     ports/devel/psptoolchain-gcc-stage2/Makefile (new)
   1.1       +557 -0    ports/devel/psptoolchain-gcc-stage2/pkg-plist (new)
   1.1       +37 -0     ports/devel/psptoolchain-gdb/Makefile (new)
   1.1       +3 -0      ports/devel/psptoolchain-gdb/distinfo (new)
   1.1       +10 -0     ports/devel/psptoolchain-gdb/files/patch-bfd-archures.c (new)
   1.1       +10 -0     ports/devel/psptoolchain-gdb/files/patch-bfd-bfd-in2.h (new)
   1.1       +20 -0     ports/devel/psptoolchain-gdb/files/patch-bfd-cpu-mips.c (new)
   1.1       +31 -0     ports/devel/psptoolchain-gdb/files/patch-bfd-elfxx-mips.c (new)
   1.1       +29 -0     ports/devel/psptoolchain-gdb/files/patch-config.sub (new)
   1.1       +32 -0     ports/devel/psptoolchain-gdb/files/patch-gdb-remote.c (new)
   1.1       +7 -0      ports/devel/psptoolchain-gdb/files/patch-include-bin-bugs.h (new)
   1.1       +10 -0     ports/devel/psptoolchain-gdb/files/patch-include-elf-common.h (new)
   1.1       +10 -0     ports/devel/psptoolchain-gdb/files/patch-include-elf-mips.h (new)
   1.1       +194 -0    ports/devel/psptoolchain-gdb/files/patch-include-opcode-mips.h (new)
   1.1       +557 -0    ports/devel/psptoolchain-gdb/files/patch-opcodes-mips-dis.c (new)
   1.1       +608 -0    ports/devel/psptoolchain-gdb/files/patch-opcodes-mips-opc.c (new)
   1.1       +4 -0      ports/devel/psptoolchain-gdb/pkg-descr (new)
   1.1       +6 -0      ports/devel/psptoolchain-gdb/pkg-plist (new)
   1.1       +41 -0     ports/devel/psptoolchain-newlib/Makefile (new)
   1.1       +3 -0      ports/devel/psptoolchain-newlib/distinfo (new)
   1.1       +29 -0     ports/devel/psptoolchain-newlib/files/patch-config.sub (new)
   1.1       +12 -0     ports/devel/psptoolchain-newlib/files/patch-configure (new)
   1.1       +12 -0     ports/devel/psptoolchain-newlib/files/patch-configure.in (new)
   1.1       +21 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-Makefile.am (new)
   1.1       +21 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-Makefile.in (new)
   1.1       +27 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-configure.host (new)
   1.1       +13 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-libc-include-machine-time.h (new)
   1.1       +15 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-libc-include-sys-config.h (new)
   1.1       +55 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-libc-include-sys-types.h (new)
   1.1       +19 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-libc-include-time.h (new)
   1.1       +21 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-configure (new)
   1.1       +10 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-configure.in (new)
   1.1       +74 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-Makefile.am (new)
   1.1       +467 -0    ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-Makefile.in (new)
   1.1       +19 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-README (new)
   1.1       +883 -0    ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-aclocal.m4 (new)
   1.1       +29 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-arpa-inet.h (new)
   1.1       +4 -0      ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-confdefs.h (new)
   1.1       +4089 -0   ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-configure (new)
   1.1       +17 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-configure.in (new)
   1.1       +6 -0      ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-crt0.c (new)
   1.1       +118 -0    ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-fdman.c (new)
   1.1       +47 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-fdman.h (new)
   1.1       +39 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-include-netdb.h (new)
   1.1       +69 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-interrupt.S (new)
   1.1       +939 -0    ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-libcglue.c (new)
   1.1       +106 -0    ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-netdb.c (new)
   1.1       +274 -0    ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-netinet-in.h (new)
   1.1       +15 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-netinet-tcp.h (new)
   1.1       +308 -0    ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-pipe.c (new)
   1.1       +169 -0    ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-pspcwd.c (new)
   1.1       +202 -0    ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-select.c (new)
   1.1       +393 -0    ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-socket.c (new)
   1.1       +42 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-sys-dirent.h (new)
   1.1       +161 -0    ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-sys-errno.h (new)
   1.1       +72 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-sys-fd_set.h (new)
   1.1       +4 -0      ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-sys-ioctl.h (new)
   1.1       +57 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-sys-select.h (new)
   1.1       +297 -0    ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-sys-socket.h (new)
   1.1       +22 -0     ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-syscalls.c (new)
   1.1       +987 -0    ports/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-xprintf.c (new)
   1.1       +4 -0      ports/devel/psptoolchain-newlib/pkg-descr (new)
   1.1       +105 -0    ports/devel/psptoolchain-newlib/pkg-plist (new)
   1.1       +43 -0     ports/devel/psptoolchain-pspsdk-stage1/Makefile (new)
   1.1       +3 -0      ports/devel/psptoolchain-pspsdk-stage1/distinfo (new)
   1.1       +11 -0     ports/devel/psptoolchain-pspsdk-stage1/files/patch-src-libc-libcglue.c (new)
   1.1       +4 -0      ports/devel/psptoolchain-pspsdk-stage1/pkg-descr (new)
   1.1       +416 -0    ports/devel/psptoolchain-pspsdk-stage1/pkg-plist (new)
   1.1       +25 -0     ports/devel/psptoolchain-pspsdk-stage2/Makefile (new)
   1.1       +493 -0    ports/devel/psptoolchain-pspsdk-stage2/pkg-plist (new)
   1.1       +40 -0     ports/devel/psptoolchain/Makefile (new)
   1.1       +4 -0      ports/devel/psptoolchain/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Fri Aug 21 01:05:57 UTC 2009 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132323 
>Unformatted:
