Date: Mon, 28 Jul 2014 14:22:20 +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: r363160 - head/devel/psptoolchain-gcc-stage2 Message-ID: <201407281422.s6SEMKQF087792@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Jul 28 14:22:19 2014 New Revision: 363160 URL: http://svnweb.freebsd.org/changeset/ports/363160 QAT: https://qat.redports.org/buildarchive/r363160/ Log: stage devel/psptoolchain-gcc-stage2 and restore maintainship PR: 192143 Submitted by: former maintainer (Tassilo Philipp) Modified: head/devel/psptoolchain-gcc-stage2/Makefile head/devel/psptoolchain-gcc-stage2/pkg-plist Modified: head/devel/psptoolchain-gcc-stage2/Makefile ============================================================================== --- head/devel/psptoolchain-gcc-stage2/Makefile Mon Jul 28 14:22:16 2014 (r363159) +++ head/devel/psptoolchain-gcc-stage2/Makefile Mon Jul 28 14:22:19 2014 (r363160) @@ -1,9 +1,11 @@ # Created by: Tassilo Philipp <tphilipp@potion-studios.com> # $FreeBSD$ +PORTREVISION= 1 + PKGNAMESUFFIX= -stage2 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tphilipp@potion-studios.com BUILD_DEPENDS= ${LOCALBASE}/psp/lib/libc.a:${PORTSDIR}/devel/psptoolchain-newlib @@ -22,10 +24,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-as=${LOCALBASE}/bin/psp-as \ --mandir=${PREFIX}/man -MAN1= psp-g++.1 - PLIST= ${.CURDIR}/pkg-plist MASTERDIR= ${.CURDIR}/../psptoolchain-gcc-stage1 -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/psptoolchain-gcc-stage2/pkg-plist ============================================================================== --- head/devel/psptoolchain-gcc-stage2/pkg-plist Mon Jul 28 14:22:16 2014 (r363159) +++ head/devel/psptoolchain-gcc-stage2/pkg-plist Mon Jul 28 14:22:19 2014 (r363160) @@ -804,12 +804,13 @@ bin/psp-gcc bin/psp-g++ bin/psp-cpp bin/psp-c++ -psp/bin/c++ -psp/bin/g++ -psp/bin/gcc share/gcc-4.6.2/python/libstdcxx/v6/printers.py share/gcc-4.6.2/python/libstdcxx/v6/__init__.py share/gcc-4.6.2/python/libstdcxx/__init__.py +man/man1/psp-cpp.1.gz +man/man1/psp-gcc.1.gz +man/man1/psp-gcov.1.gz +man/man1/psp-g++.1.gz @dirrm psp/include/c++/4.6.2/tr1 @dirrm psp/include/c++/4.6.2/psp/bits @dirrm psp/include/c++/4.6.2/psp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407281422.s6SEMKQF087792>