The NetBSD Project

CVS log for pkgsrc/lang/pcc/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / lang / pcc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Sat Dec 30 20:35:41 2023 UTC (2 months, 4 weeks ago) by zafer
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +2 -3 lines
Diff to previous 1.17 (colored)

dead. fetch from backup.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jun 6 21:24:14 2020 UTC (3 years, 9 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.16: +17 -3 lines
Diff to previous 1.16 (colored)

lang/pcc: remove dependency on gmake

Building the package with bmake succeeded 10 times in a row.  Without the
SUBST block, each build failed about 50% of the time.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Apr 30 10:41:35 2018 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored)

*: remove references to obsolete DragonFly/i386

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:14 2017 UTC (7 years, 2 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Oct 2 20:11:48 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.13: +1 -3 lines
Diff to previous 1.13 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Oct 31 11:55:51 2011 UTC (12 years, 5 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

allow this to build on NetBSD-*-x86_64
I didn't check the others.
We should make consider just removing all these ONLY_FOR_PLATFORM
restrictions and just make the description or a +DISPLAY message
clear on what is supported.
cVS: ----------------------------------------------------------------------

Revision 1.12 / (download) - annotate - [select for diffs], Sun Apr 10 10:46:45 2011 UTC (12 years, 11 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.11: +5 -4 lines
Diff to previous 1.11 (colored)

Update pcc to 1.0.0.

This is the beta of the first release of pcc since almost forever. The
main architectures supported are i386 and amd64, other targets may have
less functionality.

Update reviewed by Alistair G. Crooks.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Mar 17 19:26:54 2010 UTC (14 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.10: +10 -1 lines
Diff to previous 1.10 (colored)

Add platform list based on configure.ac.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Aug 1 20:37:05 2009 UTC (14 years, 7 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored)

USE_TOOLS+=gmake, same as pcc-current, for the same reason. Fixes PR 38964.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Apr 30 20:17:03 2009 UTC (14 years, 11 months ago) by zafer
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

fix ftp link.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Apr 30 18:25:59 2009 UTC (14 years, 11 months ago) by hasso
Branch: MAIN
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 (colored)

DESTDIR ready.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Feb 9 14:53:14 2008 UTC (16 years, 1 month ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.6: +5 -8 lines
Diff to previous 1.6 (colored)

Update pcc to 0.9.9.

Sorry no change log.

On January 27, ragge bumped the version with commit message:
"Pcc now supports all C99 language constructs (I hope), so wrap to 0.9.9."

This also includes the new manpages. (These are a work in progress --
please send me your improvements.)

For pkgsrc:
- changed download sites
- changed homepage
- INSTALLATION_DIRS not needed.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Nov 3 22:38:48 2007 UTC (16 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Added MAKE_JOBS_SAFE as suggested in PR 37242.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Oct 10 13:15:59 2007 UTC (16 years, 5 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Add USE_TOOLS+=    lex yacc.
This is for PR #37095 noticed on Linux.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 21 23:16:39 2007 UTC (16 years, 6 months ago) by reed
Branch: MAIN
Changes since 1.3: +6 -3 lines
Diff to previous 1.3 (colored)

Revert my last change with pcc.

Instead use the older tarball that does have the version as part of the
name. It has same checksum.

It is really beta but at least the file name exists tomorrow.

We will wait until developer releases a real version.

Sorry about going back in time in versioning in pkgsrc
-- hopefully nobody hit this in the past few minutes.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 21 22:55:46 2007 UTC (16 years, 6 months ago) by reed
Branch: MAIN
Changes since 1.2: +4 -9 lines
Diff to previous 1.2 (colored)

Update to version 0.9.8.070920.
This fixes PR # 37014

Also take MAINTAINERship.

Update DESCR to not be first person.

Note: man pages not installed as they still need a little cleanup.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Sep 15 10:12:31 2007 UTC (16 years, 6 months ago) by agc
Branch: MAIN
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

Add INSTALLATION_DIRS

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Sep 15 09:43:32 2007 UTC (16 years, 6 months ago) by agc
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of ragge's version of pcc, version 0.9.8.  This is the
latest version of the portable C compiler.

	The compiler is based on the original Portable C Compiler by S. C.
	Johnson, written in the late 70's.  Even though much of the compiler
	has been rewritten, some of the basics still remain.

	The intention is to write a C99 compiler while still keeping it small,
	simple, fast and understandable.  I think of it as if it shall be able
	to compile and 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.

	The compiler is conceptually structured in two parts; pass1 which is
	language-dependent, does parsing, typechecking and build trees, and
	pass2 which is mostly language-independent.

	About 50% of the frontend code and 80% of the backend code has been
	rewritten.  Most stuff is written by me, with the exception of the
	data-flow analysis part and the SSA conversion code which is written
	by Peter A Jonsson, and the Mips port that were written as part of a
	project by undergraduate students at LTU.

As discussed at great length at EuroBSDcon 2007.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Sep 15 09:43:32 2007 UTC (16 years, 6 months ago) by agc
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>