Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-23 | Change HOMEPAGE to the project's one. | obache | 1 | -2/+2 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -9/+1 | |
2008-07-01 | Disable linker optimizations on Darwin, thereby allowing this package to | agc | 1 | -1/+7 | |
build on Mac OS X Leper. | |||||
2008-06-12 | Add DESTDIR support. | joerg | 1 | -1/+3 | |
2008-01-12 | Update HOMEPAGE | tnn | 1 | -2/+2 | |
2007-12-02 | Updated dpkg to 1.13.25. | rillig | 11 | -86/+1390 | |
Lots of upstream changes since 1.10.28 (three years ago). pkgsrc changes: - the database location has changed to ${VARBASE}/db/dpkg - man pages are installed | |||||
2006-05-27 | Add archivers/bzip2 as dependency. PR 33572 by pancake. | wiz | 1 | -1/+2 | |
2006-05-21 | Updated dpkg to 1.10.28. | rillig | 3 | -10/+16 | |
Changes since 1.10.24: - Some new translations. - Maybe other things. | |||||
2006-05-21 | Fixed pkglint warnings. Fixed the build (caused by GNU Make). Bumped | rillig | 3 | -7/+28 | |
PKGREVISION. | |||||
2006-05-18 | Mark as BROKEN_IN pkgsrc-2006Q1 according to | wiz | 1 | -1/+3 | |
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html | |||||
2006-04-17 | Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey | jlam | 1 | -22/+22 | |
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory. | |||||
2006-04-13 | BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with | jlam | 1 | -4/+2 | |
USE_TOOLS+=msgfmt. | |||||
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-11 | Use PKGNAME_NOREV. | joerg | 1 | -2/+2 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -2/+2 | |
CONFIGURE_ARGS. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
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 | -4/+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-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-04-16 | Make it clear that dpkg manages Debian packages. | agc | 1 | -2/+2 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+2 | |
2004-10-29 | Import dpkg-1.20.24 from pkgsrc-wip. | erh | 8 | -0/+205 | |
Package maintenance system for Debian Works with .deb files. |