The NetBSD Project

CVS log for pkgsrc/lang/gcc3/Makefile.common

[BACK] Up to [cvs.netbsd.org] / pkgsrc / lang / gcc3

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (download) - annotate - [select for diffs], Thu Dec 7 11:24:27 2006 UTC (5 years, 5 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, 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, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, 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, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, cwrapper, cube-native-xorg-base, cube-native-xorg, HEAD
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Update gcc3-* to 3.3.6.  Fix build of gcc3-f77 and gcc3-java on
NetBSD-current.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Sep 27 15:46:11 2006 UTC (5 years, 7 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.23: +3 -1 lines
Diff to previous 1.23 (colored)

Set MAKE_ENV+=SHELL=${CONFIG_SHELL} for all gcc packages. Fixes SHELL set
to non sh compatible shell in environment. Thanks to Georg Schwarz.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Sep 23 12:47:58 2006 UTC (5 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Add DragonFly to list of platforms not supported by gcc 3.3.
Since the TLS support is too weak, this won't change.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Mar 20 18:15:38 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.21: +1 -5 lines
Diff to previous 1.21 (colored)

* Nuke all references to and definitions of INFO_DIR in package Makefiles
  and replace with appropriate references to PKGINFODIR instead.

* Properly account for split info files during installation.

* Move info file listings directly into the package PLISTs.

This fixes info-file-related PLIST problems.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:54 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:46 2005 UTC (6 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:09 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:25 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.17: +6 -6 lines
Diff to previous 1.17 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.17 / (download) - annotate - [select for diffs], Sun May 22 20:08:09 2005 UTC (7 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.16 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:13 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Mar 5 01:19:30 2005 UTC (7 years, 2 months ago) by garbled
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.14: +5 -1 lines
Diff to previous 1.14 (colored)

Disable aix64 when building gcc on AIX.  It seems to cause wierd
problems.  I don't think gcc works properly on that target yet.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jan 21 15:08:14 2005 UTC (7 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

update to 3.3.5
There was just a build system fix which we weren't affected by afaict.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Oct 8 14:42:55 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

No target information is available for Interix; disable it here.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Sep 26 21:38:03 2004 UTC (7 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Make _WRAPPEES into a public variable so that we can more easily create
wrapper scripts in package-land.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Sep 21 15:04:34 2004 UTC (7 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

Adapt to differences between the old buildlink3 wrapper scripts and the
new wrapper scripts.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Sep 8 08:42:35 2004 UTC (7 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.9: +9 -7 lines
Diff to previous 1.9 (colored)

Use OPSYSVARS to set --enable-shared or --disable-shared based on the
value of ${OPSYS}.  Also, allow FreeBSD to build the GCC shared libraries.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jul 30 20:48:39 2004 UTC (7 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Check the version of as using the just-computed ${AS_PATH}, not ${AS}.

Revision 1.5.2.1 / (download) - annotate - [select for diffs], Tue Jul 6 22:42:17 2004 UTC (7 years, 10 months ago) by agc
Branch: pkgsrc-2004Q2
Changes since 1.5: +8 -1 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

Pullup ticket 45 to the pkgsrc-2004Q2 branch, requested by Grant Beattie.

	Module Name:	pkgsrc
	Committed By:	grant
	Date:		Sat Jul  3 12:15:22 UTC 2004

	Modified Files:
		pkgsrc/lang/gcc3: Makefile.common

	Log Message:
	always build gcc3 sub-packages with gcc3-c.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 3 12:15:22 2004 UTC (7 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.7: +8 -1 lines
Diff to previous 1.7 (colored)

always build gcc3 sub-packages with gcc3-c.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jul 3 06:49:18 2004 UTC (7 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

fix path in MASTER_SITES.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jul 2 15:40:01 2004 UTC (7 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

update to 3.3.4
bugfixes only afaict, no new features, no new files

Revision 1.5 / (download) - annotate - [select for diffs], Sun May 16 03:16:42 2004 UTC (8 years ago) by jschauma
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base
Branch point for: pkgsrc-2004Q2
Changes since 1.4: +12 -2 lines
Diff to previous 1.4 (colored)

Apparently, IRIX can do --enable-shared.  However, regardless of what
IRIX system we are on, gcc can NOT be compiled (bootstrapped) as a
64bit binary.  Fortunately, IRIX64 can handle 32bit binaries, so that we
can force use of 32bit when using MIPSPro.

This allows gcc3-c to build fine under IRIX and IRIX64.

Revision 1.4 / (download) - annotate - [select for diffs], Fri May 7 15:25:13 2004 UTC (8 years ago) by cjep
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

whitespace nits

Revision 1.3 / (download) - annotate - [select for diffs], Sat Apr 24 22:10:14 2004 UTC (8 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored)

Allow GCC_PREFIX to the in the rpath for binaries and libraries built as
part of the gcc3-* sub-packages.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 10 16:05:05 2004 UTC (8 years, 1 month ago) by seb
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Actually make the move of patches directory and distinfo file effective.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Apr 10 15:47:08 2004 UTC (8 years, 1 month ago) by seb
Branch: MAIN

Make all gcc3-* packages use a single distinfo file from gcc3/distinfo and
a single patch directory from gcc3/patches/.
Also Move gcc3-c/{Makefile.common,language.mk} into gcc3/.

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>