svn commit: r324707 - head/lang/pcc
John Marino
marino at FreeBSD.org
Wed Aug 14 12:18:06 UTC 2013
Author: marino
Date: Wed Aug 14 12:18:05 2013
New Revision: 324707
URL: http://svnweb.freebsd.org/changeset/ports/324707
Log:
lang/pcc: Mark jobs unsafe
- Trim header
- Remove redundant PORTREVISION
- Remove redundant DISTNAME
- Replace USE_GMAKE
- Fix WWW indent
Approved by: bapt/culot (mentors, implicit)
Modified:
head/lang/pcc/Makefile
head/lang/pcc/pkg-descr
Modified: head/lang/pcc/Makefile
==============================================================================
--- head/lang/pcc/Makefile Wed Aug 14 12:05:35 2013 (r324706)
+++ head/lang/pcc/Makefile Wed Aug 14 12:18:05 2013 (r324707)
@@ -1,19 +1,12 @@
-# ex:ts=8
-# Ports collection makefile for: pcc
-# Date created: Mon Sept 17, 2007
-# Whom: David O'Brien (obrien at NUXI.org)
-#
+# Created by: David O'Brien (obrien at NUXI.org)
# $FreeBSD$
-#
PORTNAME= pcc
PORTVERSION= 1.0.0
-PORTREVISION= 0
CATEGORIES= lang
MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc-releases/ \
http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/ \
ftp://226.net120.skekraft.net/pcc-releases/
-DISTNAME= pcc-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= joel at FreeBSD.org
@@ -24,7 +17,9 @@ ONLY_FOR_ARCHS= i386 amd64
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
CONFIGURE_ENV= YACC=${YACC}
-USE_GMAKE= yes
+USES= gmake
+
+MAKE_JOBS_UNSAFE=yes
MAN1= ccom.1 cpp.1 pcc.1
PLIST_FILES= bin/pcc libexec/ccom libexec/cpp
Modified: head/lang/pcc/pkg-descr
==============================================================================
--- head/lang/pcc/pkg-descr Wed Aug 14 12:05:35 2013 (r324706)
+++ head/lang/pcc/pkg-descr Wed Aug 14 12:18:05 2013 (r324707)
@@ -7,4 +7,4 @@ fast and understandable. I think of it
run on PDP11 (even if it may not happen in reality). But with this in mind it
becomes important to think twice about what algorithms are used.
-WWW: http://pcc.ludd.ltu.se/
+WWW: http://pcc.ludd.ltu.se/
More information about the svn-ports-all
mailing list