Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-02-22 | pkglint cleanup; update HOMEPAGE/MASTER_SITES. | wiz | 1 | -2/+2 | |
From Sergey Svishchev in private mail. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
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-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-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-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-04-18 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-01-24 | 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 | |
2003-09-22 | Fix build and install on Solaris. From Jonathan Perkin in PR 22883. | wiz | 3 | -17/+20 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-16 | Derive PKGNAME from DISTNAME, as usual. Fixes PR pkg/22154 by Robert Elz. | jmmv | 1 | -5/+5 | |
While here, fix MASTER_SITES as it has changed and align PKGREVISION properly. | |||||
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -1/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-10-09 | buildlink1 -> buildlink2. | wiz | 1 | -5/+5 | |
2002-01-01 | Fix compilation (problem noted in recent 1.5.2 bulk build). | wiz | 4 | -19/+31 | |
While I'm here, buildlinkify, wrap lines to 80 characters, use REPLACE_PERL for a perl script, and don't install an unneeded file. | |||||
2001-11-01 | 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-04-28 | o don't install ${PREFIX}/etc/pdmenurc, ${PREFIX}/share/examples/pdmenu/pdmenurc | zuntum | 3 | -17/+34 | |
is enough. from latest bulk build leftovers. o rework quoting & tabs | |||||
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -7/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-16 | Change my email address to zuntum@netbsd.org | zuntum | 1 | -2/+2 | |
2001-02-21 | Placefolder - all patches are gone | hubertf | 1 | -2/+5 | |
2001-02-21 | * no functional changes, only some fixes for the Makefile | hubertf | 4 | -44/+15 | |
(pass -Wl,-R via MAKE_ENV instead of the patch etc) Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail. | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-21 | Change semantics of access t slang files. | hubertf | 1 | -3/+3 | |
Patch by Tomasz Luchowski <zuntum@eik.pl> | |||||
2001-01-19 | Derive DISTNAME from PKGNAME in a pkglint-friendly way. | hubertf | 1 | -2/+2 | |
Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail. | |||||
2001-01-18 | Add pdmenu-1.2.65:Simple console menu program | hubertf | 7 | -0/+102 | |
Pdmenu is a menuing system for Unix. It is designed to be easy to use, and is suitable for a login shell for inexperienced users, or it can just be ran at the command line as a handy menu. Sent in by Tomasz Luchowski <zuntum@eik.pl> in PR 11985 |