summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorplunky <plunky@pkgsrc.org>2012-02-08 11:23:53 +0000
committerplunky <plunky@pkgsrc.org>2012-02-08 11:23:53 +0000
commitd6db52bab47d29748c0be8f474424fe1d9fba8e9 (patch)
treea2b673a789cec2da5a6f672fcb2c0dcc5f0c11f1
parent359df66672b66bd2acb46b30d8cc41d126231606 (diff)
downloadpkgsrc-d6db52bab47d29748c0be8f474424fe1d9fba8e9.tar.gz
update this to pcc-20120208, full changelog is at
http://pcc.ludd.ltu.se/fisheye/changelog/pcc some work was done with build system, and so gmake is no longer required, and parallel builds should work fine while here, fix some pkglint complaints
-rw-r--r--lang/pcc-current/Makefile21
-rw-r--r--lang/pcc-current/PLIST6
-rw-r--r--lang/pcc-current/distinfo8
3 files changed, 15 insertions, 20 deletions
diff --git a/lang/pcc-current/Makefile b/lang/pcc-current/Makefile
index a20f18f9074..aacbf9ee68c 100644
--- a/lang/pcc-current/Makefile
+++ b/lang/pcc-current/Makefile
@@ -1,28 +1,23 @@
-# $NetBSD: Makefile,v 1.8 2011/03/01 08:59:45 he Exp $
+# $NetBSD: Makefile,v 1.9 2012/02/08 11:23:53 plunky Exp $
-PKGNAME= pcc-current-1.0.0.BETA.${DATE_STR}
-DISTPREFIX= pcc-1.0.0.BETA
-DISTNAME= ${DISTPREFIX}-${DATE_STR}
-DATE_STR= 20110228
-WRKSRC= ${WRKDIR}/${DISTPREFIX}
+DISTNAME= pcc-${DATE_STR}
+PKGNAME= pcc-current-${DATE_STR}
CATEGORIES= lang
-MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc-beta/
+MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc/
EXTRACT_SUFX= .tgz
-PKG_DESTDIR_SUPPORT= user-destdir
-
MAINTAINER= he@NetBSD.org
HOMEPAGE= http://pcc.ludd.ltu.se/
COMMENT= Portable C compiler
-
LICENSE= pcc-license
+DATE_STR= 20120208
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
CONFLICTS= pcc-[0-9]*
USE_TOOLS+= lex yacc
-# XXX For some reason building with bmake fails randomly.
-USE_TOOLS+= gmake
GNU_CONFIGURE= yes
-MAKE_JOBS_SAFE= no
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/pcc-current/PLIST b/lang/pcc-current/PLIST
index b0d5572369f..1eafcb4d917 100644
--- a/lang/pcc-current/PLIST
+++ b/lang/pcc-current/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/02 12:13:38 he Exp $
+@comment $NetBSD: PLIST,v 1.2 2012/02/08 11:23:53 plunky Exp $
bin/pcc
libexec/ccom
libexec/cpp
-man/man1/pcc.1
-man/man1/cpp.1
man/man1/ccom.1
+man/man1/cpp.1
+man/man1/pcc.1
diff --git a/lang/pcc-current/distinfo b/lang/pcc-current/distinfo
index 9c25663e138..15f624b3727 100644
--- a/lang/pcc-current/distinfo
+++ b/lang/pcc-current/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2011/03/01 08:59:46 he Exp $
+$NetBSD: distinfo,v 1.8 2012/02/08 11:23:53 plunky Exp $
-SHA1 (pcc-1.0.0.BETA-20110228.tgz) = 928134536ee0cafe26326a9f541f637c25246452
-RMD160 (pcc-1.0.0.BETA-20110228.tgz) = 93a1d54c7dc8605b708d6f2223ea8f0993e348b0
-Size (pcc-1.0.0.BETA-20110228.tgz) = 651882 bytes
+SHA1 (pcc-20120208.tgz) = 6203608aae600cb40b41bff3a9139a894b6bb1e8
+RMD160 (pcc-20120208.tgz) = 9c7f81d25a7fe93c993e329e92a6a1a5eea2ea1a
+Size (pcc-20120208.tgz) = 768232 bytes