Skip site navigation (1)Skip section navigation (2)

CVS log for ports/devel/mingw32-gcc/Makefile

[BACK] Up to [FreeBSD] / ports / devel / mingw32-gcc

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Dec 28 13:20:27 2010 UTC (13 months, 2 weeks ago) by arved
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, HEAD
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +4 -2 lines
Unbreak port by removing reference to nonexisting headerfile

PR:			153482
Submitted by:		Igor Soumenkov

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Nov 14 22:17:43 2010 UTC (14 months, 3 weeks ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -0 lines
- Mark BROKEN: does not build (missing headers)

Reported by:	pointyhat

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Jun 11 15:09:42 2010 UTC (20 months ago) by ale
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -1 lines
Chase mpfr library and bump PORTREVISION.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon May 24 20:23:42 2010 UTC (20 months, 2 weeks ago) by makc
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -5 lines
Unbreak on i386

PR:		ports/146881
Submitted by:	Naram Qashat (maintainer)

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu May 20 06:03:49 2010 UTC (20 months, 3 weeks ago) by makc
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -0 lines
Mark as broken on i386

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon May 10 13:15:42 2010 UTC (21 months ago) by makc
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +8 -3 lines
Update to 4.5.0 [1]
Mark MAKE_JOBS_SAFE

PR:		ports/146445 [1]
Submitted by:	Naram Qashat (maintainer)

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Apr 19 10:43:22 2010 UTC (21 months, 3 weeks ago) by ale
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -1 lines
Switch to use newer GMP version.

PR:		ports/144487
Submitted by:	ale
Approved by:	portmgr (-exp run by erwin)

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Apr 1 05:53:22 2010 UTC (22 months, 1 week ago) by linimon
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -0 lines
Mark as broken on ia64 and powerpc.

Hat:		portmgr

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Feb 12 12:08:40 2010 UTC (23 months, 4 weeks ago) by lwhsu
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +39 -31 lines
- Update to 4.4.0

PR:		ports/140280
Submitted by:	Naram Qashat <cyberbotx AT cyberbotx.com> (maintainer)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Jan 6 04:14:32 2010 UTC (2 years, 1 month ago) by linimon
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Over to new volunteer.

PR:		ports/139697 (partial)
Approved by:	former maintainer

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed May 13 09:45:49 2009 UTC (2 years, 8 months ago) by ale
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Chase libgmp and bump PORTREVISION.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Jan 30 23:23:17 2009 UTC (3 years ago) by ale
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Chase mpfr library.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Jan 30 11:21:16 2008 UTC (4 years ago) by lev
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +137 -60 lines
  Update to latest 4.2.1

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:35:43 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Dec 5 11:32:32 2006 UTC (5 years, 2 months ago) by lev
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +11 -0 lines
  Add optional iconv support to gcc.

PR:		ports/87120
Submitted by:	MOROHOSHI Akihiko <moro@remus.dti.ne.jpg>

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Dec 4 13:56:43 2006 UTC (5 years, 2 months ago) by lev
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +25 -16 lines
  Update to 3.4.5.20060117.1.
  This release doesn't have patch for official sources, switch
to mingw32's ones.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:36:06 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:48:57 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Apr 10 15:01:28 2005 UTC (6 years, 10 months ago) by lev
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
  Update to latest snapshot.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Sep 28 01:53:17 2004 UTC (7 years, 4 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -4 lines
Now builds on amd64

Approved by:	portmgr (self)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Aug 5 07:49:32 2004 UTC (7 years, 6 months ago) by lev
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +11 -7 lines
  Update to latest version 3.4.1

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:16:22 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Feb 25 12:15:44 2004 UTC (7 years, 11 months ago) by lev
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -0 lines
  Broken on alpha too.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Feb 25 11:30:21 2004 UTC (7 years, 11 months ago) by lev
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
  This prot WORKS on sparc64. Tested five minutes ago on panther.freebsd.org.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Feb 23 22:09:02 2004 UTC (7 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +7 -1 lines
BROKEN on !i386 and !ia64: Does not compile

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:19:43 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Oct 20 14:48:53 2003 UTC (8 years, 3 months ago) by lev
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
  Fix compilation.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Oct 17 11:56:47 2003 UTC (8 years, 3 months ago) by lev
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +9 -7 lines
  Now this port doesn't install non-unique files.
  No CONFLICTS needed for it.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Oct 7 13:27:34 2003 UTC (8 years, 4 months ago) by lev
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +18 -10 lines
  Update to latest version of gcc 3.3.1. Enable Java.

Obtained from:	Target's maintainers

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Sep 24 09:36:58 2003 UTC (8 years, 4 months ago) by osa
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Aug 16 17:11:10 2003 UTC (8 years, 5 months ago) by lev
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -3 lines
  Add all libraries to build.
  Now libobjc, libf2c, libstdc++ are builded and installed with headers, etc.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jun 28 17:53:28 2003 UTC (8 years, 7 months ago) by lev
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -15 lines
  Update to latest version from www.mingw.org

Approved by:	sobomax

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jun 17 13:53:43 2003 UTC (8 years, 7 months ago) by lev
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Change MAINTAINER field of my ports to lev@FReeBSD.org, my brand-new
committer's e-mail

Approved by:	sobomax

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed May 21 10:18:22 2003 UTC (8 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
Looks like this ports needs perl5 to build
Noticed by: kris/bento

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon May 19 04:18:18 2003 UTC (8 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +61 -49 lines
[NEW PORT] devel/mingw32-gcc: new version of mingw32 toolchain for Windows target

	This is gcc from latest mingw32-2.0.0 package.  Here is old
	port `devel/mingw-' from 1.0.0 package, but maintainer of
	this old port syay, taht he don't want update it, because
	new versions is not too stable. It is good idea, to have
	old and stable environment (with old and good-known gcc-2.95,
	etc) and new one. We have many versions of native gcc in
	`lang/', for example.

PR:		ports/44459
Submitted by:	Lev A. Serbryakov <lev@serebryakov.spb.ru>

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Feb 21 11:22:36 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: old_RELEASE_4_8_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
De-pkg-comment.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Dec 23 13:44:16 2002 UTC (9 years, 1 month ago) by lioux
Branches: MAIN
CVS tags: old_RELEASE_5_0_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -0 lines
Fix build in -CURRENT: avoid conflicts by not building port's version
of sys_nerr, sys_errlist and sys_nsig

PR:		46491
Submitted by:	bento, MAINTAINER

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Nov 8 23:03:48 2002 UTC (9 years, 3 months ago) by edwin
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
lang/fpc needed perl to complete its install, the others are renaming
of PERL to REINPLACE_CMD

Noticed on: bento

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Oct 22 22:39:27 2002 UTC (9 years, 3 months ago) by dannyboy
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
Oops.  Bump portrevision.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jan 16 19:29:37 2002 UTC (10 years ago) by knu
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1, old_RELEASE_4_7_0, old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0, old_RELEASE_4_5_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -4 lines
Update to 2.95.3-20010828.

PR:		ports/33486
Submitted by:	Michal Pasternak <doc@lublin.t1.pl> (MAINTAINER)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Sep 11 17:43:47 2001 UTC (10 years, 5 months ago) by knu
Branches: MAIN
CVS tags: old_RELEASE_4_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5 lines
Fix dependencies.  I thought I had already committed this long ago...

Submitted by:	bento

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Aug 2 18:03:31 2001 UTC (10 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +13 -20 lines
Update MinGW and change MAINTAINER.

- mingw            -> 20010726
- mingw-bin-msvcrt -> 1.0
- mingw-binutils   -> 2.11.90
- mingw-gcc        -> 2.95.3

PR:		ports/29344 (+ several minor fixes)
Submitted by:	Michal P. <doc@lublin.t1.pl> (new MAINTAINER)
Approved by:	Toshihiro Inoue <tino@pa2.so-net.ne.jp> (ex. MAINTAINER)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jan 29 14:10:05 2001 UTC (11 years ago) by sf
Branches: MAIN
CVS tags: old_RELEASE_4_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +11 -3 lines
o migrate to MASTER_SITE_SOURCEWARE and USE_BZIP2.

Approved by: maintainer

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Aug 24 14:07:20 2000 UTC (11 years, 5 months ago) by knu
Branches: MAIN
CVS tags: old_RELEASE_4_2_0, old_RELEASE_4_1_1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +12 -16 lines
Fix extras.
Do not write outside the working directory during the build process.

PR:		ports/20740
Submitted by:	Toshihiro Inoue <tino@pa2.so-net.ne.jp> (MAINTAINER)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jul 11 15:03:44 2000 UTC (11 years, 7 months ago) by knu
Branches: MAIN
CVS tags: old_RELEASE_4_1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -2 lines
Add autoconf to BUILD_DEPENDS.
It does not USE_AUTOCONF, but it requires autoheader to build.

PR:		ports/19847
Submitted by:	Toshihiro Inoue <tino@pa2.so-net.ne.jp>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jun 26 19:19:09 2000 UTC (11 years, 7 months ago) by knu
Branches: MAIN
Add mingw, cross development suite for MS Windows.

PR:		ports/19107
Submitted by:	Toshihiro Inoue <tino@pa2.so-net.ne.jp>

Diff request

This form allows you to request diffs 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.

Log view options