Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-31 | Mark as BROKEN_IN pkgsrc-2006Q4, based on | wiz | 1 | -1/+3 | |
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them... | |||||
2006-06-13 | Fix build on DragonFly, don't bother with texinfo build, since | joerg | 3 | -5/+6 | |
it won't be used anyway. | |||||
2006-05-22 | Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where | jlam | 1 | -2/+2 | |
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set. | |||||
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-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-02-02 | Use ${LOCALBASE}/bin/rpm2cpio instead of the plain rpm2cpio. It could not | rillig | 1 | -2/+2 | |
be found before unless ${LOCALBASE}/bin was in the PATH. | |||||
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-04-18 | Remove MASTER_SITES entry which does not have the files any longer. | wiz | 1 | -2/+2 | |
2005-04-18 | Make build on 2.0. | wiz | 2 | -1/+16 | |
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+7 | |
2004-07-09 | Adjust after update of cross/binutils, and bump PKGREVISION | kristerw | 2 | -4/+5 | |
for the packages depending on it. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
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. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-10-03 | Remove autoconf build dependency (already pulled in via COMMON/cross.mk. | wiz | 1 | -2/+1 | |
2002-07-16 | Fix up a couple symlinks that were pointing to non-existent targets. | fredb | 1 | -1/+6 | |
2002-07-16 | Revert last change. I'll fix up the installed files, instead. | fredb | 1 | -1/+3 | |
2002-07-16 | Update PLIST to reflect reality. | fredb | 1 | -3/+1 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-08-27 | Use wildcard dependence on "autoconf" package. | tron | 1 | -2/+2 | |
2001-04-21 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -7/+13 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -4/+2 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -3/+3 | |
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org> | |||||
2001-03-10 | Purely automatic replacement: SYS_INCLUDE -> CROSS_SYS_INCLUDE. | wiz | 1 | -5/+5 | |
Fixes pkg/7006. | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-05 | Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make | tron | 1 | -2/+2 | |
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski. | |||||
2000-09-13 | Don't try to run check-shlibs over linux binaries. | fredb | 1 | -1/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-10-26 | Update checksums. | fredb | 2 | -2/+6 | |
1999-03-28 | add autoconf (-> autoheader) as BUILD_DEPEND | hubertf | 1 | -2/+3 | |
1999-01-04 | The correct LDEMULATION value is `elf_i386'. | tv | 1 | -2/+2 | |
1999-01-04 | Major `cross' category overhaul. Clean up the shared Makefiles; move all | tv | 3 | -10/+28 | |
binutils stuff (except gas) to a shared, multiple-target binutils build; reduce extract and compile times by being more specific with files and targets; update to egcs 1.1.1 with a diffball from NetBSD's src/gnu/dist tree; add 4.4BSD a.out archive support to binutils. | |||||
1998-08-23 | Set default MAINTAINER. | frueauf | 1 | -2/+4 | |
1998-08-23 | Add missing $NetBSD$ comment. | frueauf | 1 | -0/+1 | |
1998-08-14 | Cross-compiler for x86 Linux, libc v6 aka glibc v2 (RedHat 5.x, for | tv | 6 | -0/+754 | |
instance). |