svn commit: r363160 - head/devel/psptoolchain-gcc-stage2
John Marino
marino at FreeBSD.org
Mon Jul 28 14:22:20 UTC 2014
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 at potion-studios.com>
# $FreeBSD$
+PORTREVISION= 1
+
PKGNAMESUFFIX= -stage2
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= tphilipp at 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
More information about the svn-ports-all
mailing list