summaryrefslogtreecommitdiff
path: root/cross/i386-mingw32/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-06-09USE_TOOLS+=lex yaccminskim1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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-26Use pkgsrc version of config.guess and config.sub.joerg1-1/+7
2006-01-23Fixed pkglint warnings.rillig1-17/+17
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
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-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
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.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-3/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-16Note that tar is required by this package.jlam1-1/+2
2004-03-11Update MinGW to 3.2 with gcc-3.3.3, binutils-2.15.90, and w32api-2.5.kent1-58/+35
Fixes PR pkg/19167
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-12Remove unnecessary blank lines.cjep1-2/+1
2003-12-30Whitespace fixcjep1-2/+1
2003-12-12Fix typo (CONFIUGRE_ENV).reed1-2/+2
2003-11-05Fix build on NetBSD 1.6.2_RC1: avoid building info files, they are notseb1-1/+2
installed anyway. XXX it does not build on -current.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-2/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-05-12prdownloads.sourceforge.net is no longer any use.abs1-2/+2
Switch to MASTER_SITE_SOURCEFORGE.
2002-04-05Make `dllwrap' (pkg/16156)kent1-3/+3
Bump PKGREVISION to 3.
2002-01-24Use INSTALL_DATA for a DLL instead of INSTALL_PROGRAM.kent1-2/+2
2002-01-24Disable NLS.kent1-4/+4
2002-01-24Correct instllation of libstdc++.a.2.10.0.kent1-5/+7
Define PKGREVISION.
2002-01-22Correct BUILD_DEPENDS for perl: perl-* -> perl-[0-9]*kent1-2/+2
2002-01-22Add perl to BUILD_DEPENDS. It is used for compiling binutils.kent1-2/+3
Version number comes from mingw-runtime istead of gcc.
2002-01-22New package: cross-i386-mingw32, which enables to produce Win32kent1-0/+142
EXE/DLL files on NetBSD.