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

Collapse All | Expand All

(-)psptoolchain-gdb/Makefile (-8 / +3 lines)
Lines 3-20 Link Here
3
3
4
PORTNAME=		gdb
4
PORTNAME=		gdb
5
PORTVERSION=		7.3.1
5
PORTVERSION=		7.3.1
6
PORTREVISION=		1
6
CATEGORIES=		devel
7
CATEGORIES=		devel
7
MASTER_SITES=		${MASTER_SITE_GNU}
8
MASTER_SITES=		${MASTER_SITE_GNU}
8
MASTER_SITE_SUBDIR=	${PORTNAME}/
9
MASTER_SITE_SUBDIR=	${PORTNAME}/
9
PKGNAMEPREFIX=		psptoolchain-
10
PKGNAMEPREFIX=		psptoolchain-
10
11
11
MAINTAINER= ports@FreeBSD.org
12
MAINTAINER= tphilipp@potion-studios.com
12
COMMENT=		PlayStation Portable development toolchain ${PORTNAME}
13
COMMENT=		PlayStation Portable development toolchain ${PORTNAME}
13
14
14
BUILD_DEPENDS=		${LOCALBASE}/psp/sdk/lib/libpspsdk.a:${PORTSDIR}/devel/psptoolchain-pspsdk-stage2
15
BUILD_DEPENDS=		${LOCALBASE}/psp/sdk/lib/libpspsdk.a:${PORTSDIR}/devel/psptoolchain-pspsdk-stage2
15
16
16
USES=			gmake
17
USES=			gmake tar:bzip2
17
USE_BZIP2=		yes
18
USE_CSTD=		gnu89
18
USE_CSTD=		gnu89
19
19
20
HAS_CONFIGURE=		yes
20
HAS_CONFIGURE=		yes
Lines 25-36 Link Here
25
			--disable-install-libiberty \
25
			--disable-install-libiberty \
26
			--mandir=${PREFIX}/man
26
			--mandir=${PREFIX}/man
27
27
28
MAN1=			psp-gdb.1 \
29
			psp-gdbtui.1 \
30
			psp-run.1
31
32
# Disable installation of .info files and libiberty.
28
# Disable installation of .info files and libiberty.
33
NO_STAGE=	yes
34
post-patch:
29
post-patch:
35
	@${REINPLACE_CMD} -E 's/^(INFO_DEPS.*=)(.*)/\1#\2/' ${WRKSRC}/bfd/doc/Makefile.in
30
	@${REINPLACE_CMD} -E 's/^(INFO_DEPS.*=)(.*)/\1#\2/' ${WRKSRC}/bfd/doc/Makefile.in
36
	@${REINPLACE_CMD} -E 's/^(INFO_DEPS.*=)(.*)/\1#\2/' ${WRKSRC}/gdb/doc/Makefile.in
31
	@${REINPLACE_CMD} -E 's/^(INFO_DEPS.*=)(.*)/\1#\2/' ${WRKSRC}/gdb/doc/Makefile.in
(-)psptoolchain-gdb/pkg-plist (+3 lines)
Lines 17-22 Link Here
17
share/gdb/syscalls/ppc64-linux.xml
17
share/gdb/syscalls/ppc64-linux.xml
18
share/gdb/syscalls/sparc-linux.xml
18
share/gdb/syscalls/sparc-linux.xml
19
share/gdb/syscalls/sparc64-linux.xml
19
share/gdb/syscalls/sparc64-linux.xml
20
man/man1/psp-gdb.1.gz
21
man/man1/psp-gdbtui.1.gz
22
man/man1/psp-run.1.gz
20
@dirrmtry share/info
23
@dirrmtry share/info
21
@dirrm share/gdb/syscalls
24
@dirrm share/gdb/syscalls
22
@dirrm share/gdb/python/gdb/command
25
@dirrm share/gdb/python/gdb/command

Return to bug 192145