Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -3/+1 | |
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes". | |||||
2004-03-11 | Update MinGW to 3.2 with gcc-3.3.3, binutils-2.15.90, and w32api-2.5. | kent | 5 | -281/+443 | |
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 | 3 | -2/+17 | |
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 | 2 | -4/+7 | |
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 | 2 | -6/+9 | |
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 | 5 | -0/+691 | |
EXE/DLL files on NetBSD. |