NOTICE: This package has been removed from pkgsrc

./cross/i386-mingw32, Cross-compile environment for MinGW

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.2, Package name: cross-i386-mingw32-3.2, Maintainer: pkgsrc-users

MinGW is a collection of header files and import libraries that allow
one to use GCC and produce native Windows32 programs that do not rely
on any 3rd-party DLLs.

http://www.mingw.org/


Required to build:
[lang/perl5] [devel/gmake]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2010-03-16 22:29:48 by Aleksej Saushev | Files touched by this commit (5) | Package removed
Log message:
Remove old MinGW package.
   2009-06-14 19:39:54 by Joerg Sonnenberger | Files touched by this commit (15)
Log message:
Remove @dirrm entries from PLISTs
   2006-06-09 17:50:03 by Min Sik Kim | Files touched by this commit (1)
Log message:
USE_TOOLS+=lex yacc
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
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.
   2006-02-26 17:04:23 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Use pkgsrc version of config.guess and config.sub.
   2006-01-23 01:06:40 by Roland Illig | Files touched by this commit (1)
Log message:
Fixed pkglint warnings.
   2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432)
Log message:
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
   2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273)
Log message:
Get rid of USE_PERL5.  The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.