View | Details | Raw Unified | Return to bug 192143 | Differences between
and this patch

Collapse All | Expand All

(-)psptoolchain-gcc-stage2/Makefile (-4 / +3 lines)
Lines 1-9 Link Here
1
# Created by: Tassilo Philipp <tphilipp@potion-studios.com>
1
# Created by: Tassilo Philipp <tphilipp@potion-studios.com>
2
# $FreeBSD: head/devel/psptoolchain-gcc-stage2/Makefile 360604 2014-07-04 12:06:07Z bapt $
2
# $FreeBSD: head/devel/psptoolchain-gcc-stage2/Makefile 360604 2014-07-04 12:06:07Z bapt $
3
3
4
PORTREVISION=		1
5
4
PKGNAMESUFFIX=		-stage2
6
PKGNAMESUFFIX=		-stage2
5
7
6
MAINTAINER= ports@FreeBSD.org
8
MAINTAINER= tphilipp@potion-studios.com
7
9
8
BUILD_DEPENDS=		${LOCALBASE}/psp/lib/libc.a:${PORTSDIR}/devel/psptoolchain-newlib
10
BUILD_DEPENDS=		${LOCALBASE}/psp/lib/libc.a:${PORTSDIR}/devel/psptoolchain-newlib
9
11
Lines 22-31 Link Here
22
			--with-as=${LOCALBASE}/bin/psp-as \
24
			--with-as=${LOCALBASE}/bin/psp-as \
23
			--mandir=${PREFIX}/man
25
			--mandir=${PREFIX}/man
24
26
25
MAN1=			psp-g++.1
26
27
PLIST=			${.CURDIR}/pkg-plist
27
PLIST=			${.CURDIR}/pkg-plist
28
MASTERDIR=		${.CURDIR}/../psptoolchain-gcc-stage1
28
MASTERDIR=		${.CURDIR}/../psptoolchain-gcc-stage1
29
29
30
NO_STAGE=	yes
31
.include "${MASTERDIR}/Makefile"
30
.include "${MASTERDIR}/Makefile"
(-)psptoolchain-gcc-stage2/pkg-plist (-3 / +4 lines)
Lines 804-815 Link Here
804
bin/psp-g++
804
bin/psp-g++
805
bin/psp-cpp
805
bin/psp-cpp
806
bin/psp-c++
806
bin/psp-c++
807
psp/bin/c++
808
psp/bin/g++
809
psp/bin/gcc
810
share/gcc-4.6.2/python/libstdcxx/v6/printers.py
807
share/gcc-4.6.2/python/libstdcxx/v6/printers.py
811
share/gcc-4.6.2/python/libstdcxx/v6/__init__.py
808
share/gcc-4.6.2/python/libstdcxx/v6/__init__.py
812
share/gcc-4.6.2/python/libstdcxx/__init__.py
809
share/gcc-4.6.2/python/libstdcxx/__init__.py
810
man/man1/psp-cpp.1.gz
811
man/man1/psp-gcc.1.gz
812
man/man1/psp-gcov.1.gz
813
man/man1/psp-g++.1.gz
813
@dirrm psp/include/c++/4.6.2/tr1
814
@dirrm psp/include/c++/4.6.2/tr1
814
@dirrm psp/include/c++/4.6.2/psp/bits
815
@dirrm psp/include/c++/4.6.2/psp/bits
815
@dirrm psp/include/c++/4.6.2/psp
816
@dirrm psp/include/c++/4.6.2/psp

Return to bug 192143