Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2013 12:18:05 +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: r324707 - head/lang/pcc
Message-ID:  <201308141218.r7ECI51k035935@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@NUXI.org)
-#
+# Created by: David O'Brien (obrien@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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308141218.r7ECI51k035935>