Date: Mon, 28 Jul 2014 14:55:36 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363169 - head/devel/psptoolchain-gdb Message-ID: <201407281455.s6SEta8s005243@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Jul 28 14:55:36 2014 New Revision: 363169 URL: http://svnweb.freebsd.org/changeset/ports/363169 QAT: https://qat.redports.org/buildarchive/r363169/ Log: stage devel/psptoolchain-gdb and restore maintainship PR: 192145 Submitted by: former maintainer (Tassilo Philipp) Modified: head/devel/psptoolchain-gdb/Makefile head/devel/psptoolchain-gdb/pkg-plist Modified: head/devel/psptoolchain-gdb/Makefile ============================================================================== --- head/devel/psptoolchain-gdb/Makefile Mon Jul 28 14:54:09 2014 (r363168) +++ head/devel/psptoolchain-gdb/Makefile Mon Jul 28 14:55:36 2014 (r363169) @@ -3,18 +3,18 @@ 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 @@ -25,12 +25,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --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 Modified: head/devel/psptoolchain-gdb/pkg-plist ============================================================================== --- head/devel/psptoolchain-gdb/pkg-plist Mon Jul 28 14:54:09 2014 (r363168) +++ head/devel/psptoolchain-gdb/pkg-plist Mon Jul 28 14:55:36 2014 (r363169) @@ -17,6 +17,9 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407281455.s6SEta8s005243>