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