Index: head/devel/psptoolchain-gdb/Makefile =================================================================== --- head/devel/psptoolchain-gdb/Makefile (revision 363168) +++ head/devel/psptoolchain-gdb/Makefile (revision 363169) @@ -1,40 +1,35 @@ # Created by: Tassilo Philipp # $FreeBSD$ PORTNAME= gdb PORTVERSION= 7.3.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME}/ PKGNAMEPREFIX= psptoolchain- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tphilipp@potion-studios.com COMMENT= PlayStation Portable development toolchain ${PORTNAME} BUILD_DEPENDS= ${LOCALBASE}/psp/sdk/lib/libpspsdk.a:${PORTSDIR}/devel/psptoolchain-pspsdk-stage2 -USES= gmake -USE_BZIP2= yes +USES= gmake tar:bzip2 USE_CSTD= gnu89 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --target="psp" \ --disable-werror \ --disable-nls \ --disable-install-libiberty \ --mandir=${PREFIX}/man -MAN1= psp-gdb.1 \ - psp-gdbtui.1 \ - psp-run.1 - # Disable installation of .info files and libiberty. -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E 's/^(INFO_DEPS.*=)(.*)/\1#\2/' ${WRKSRC}/bfd/doc/Makefile.in @${REINPLACE_CMD} -E 's/^(INFO_DEPS.*=)(.*)/\1#\2/' ${WRKSRC}/gdb/doc/Makefile.in @${REINPLACE_CMD} -E 's/^(install.*:.*)install-info(.*)/\1\2/' ${WRKSRC}/etc/Makefile.in @${REINPLACE_CMD} -E 's/^(install:)(.*)/\1#\2/' ${WRKSRC}/libiberty/Makefile.in .include Index: head/devel/psptoolchain-gdb/pkg-plist =================================================================== --- head/devel/psptoolchain-gdb/pkg-plist (revision 363168) +++ head/devel/psptoolchain-gdb/pkg-plist (revision 363169) @@ -1,25 +1,28 @@ bin/psp-gdb bin/psp-gdbtui bin/psp-run lib/libpsp-sim.a share/gdb/python/gdb/__init__.py share/gdb/python/gdb/command/__init__.py share/gdb/python/gdb/command/pretty_printers.py share/gdb/python/gdb/printing.py share/gdb/python/gdb/types.py share/gdb/syscalls/amd64-linux.xml share/gdb/syscalls/gdb-syscalls.dtd share/gdb/syscalls/i386-linux.xml share/gdb/syscalls/mips-n32-linux.xml share/gdb/syscalls/mips-n64-linux.xml share/gdb/syscalls/mips-o32-linux.xml share/gdb/syscalls/ppc-linux.xml share/gdb/syscalls/ppc64-linux.xml share/gdb/syscalls/sparc-linux.xml share/gdb/syscalls/sparc64-linux.xml +man/man1/psp-gdb.1.gz +man/man1/psp-gdbtui.1.gz +man/man1/psp-run.1.gz @dirrmtry share/info @dirrm share/gdb/syscalls @dirrm share/gdb/python/gdb/command @dirrm share/gdb/python/gdb @dirrm share/gdb/python @dirrm share/gdb