pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/38834 (lang/pcc-current problems in DragonFly)
The following reply was made to PR pkg/38834; it has been noted by GNATS.
From: Hasso Tepper <hasso%estpak.ee@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/38834 (lang/pcc-current problems in DragonFly)
Date: Sun, 8 Jun 2008 21:16:53 +0300
Gcc runtime fixes went into upstream as was the change making TLS default
in DragonFly. The problem with bmake remains though. So, proposed patch
is much simpler now:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/pcc-current/Makefile,v
retrieving revision 1.1.1.1
diff -u -3 -p -r1.1.1.1 Makefile
--- Makefile 2 Mar 2008 12:13:38 -0000 1.1.1.1
+++ Makefile 8 Jun 2008 18:12:17 -0000
@@ -2,7 +2,7 @@
DISTNAME= pcc-${DATE_STR}
PKGNAME= pcc-current-0.9.9.20${DATE_STR}
-DATE_STR= 080223
+DATE_STR= 080608
CATEGORIES= lang
MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc/
EXTRACT_SUFX= .tgz
@@ -13,7 +13,7 @@ COMMENT= Portable C compiler
CONFLICTS= pcc-[0-9]*
-USE_TOOLS+= lex yacc
+USE_TOOLS+= lex yacc gmake
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= no
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/lang/pcc-current/distinfo,v
retrieving revision 1.1.1.1
diff -u -3 -p -r1.1.1.1 distinfo
--- distinfo 2 Mar 2008 12:13:38 -0000 1.1.1.1
+++ distinfo 8 Jun 2008 18:12:17 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2008/03/02 12:13:38 he Exp $
-SHA1 (pcc-080223.tgz) = dd95cd4efaeca4f8fa9123f8b7473e0562c98416
-RMD160 (pcc-080223.tgz) = d9c495e1a9664a60c08538448ed074019a936a0f
-Size (pcc-080223.tgz) = 432942 bytes
+SHA1 (pcc-080608.tgz) = 3fcf12b78fb25c6f096c453680a8de1084f7587e
+RMD160 (pcc-080608.tgz) = e2f7b0f3be51629edd903234c115d11e797ceef7
+Size (pcc-080608.tgz) = 526038 bytes
--
Hasso Tepper
Home |
Main Index |
Thread Index |
Old Index