Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-30 | * Honor PKGINFODIR. | jlam | 2 | -3/+4 | |
* List the info files directly in the PLIST. | |||||
2006-03-05 | * Teach the tools framework how to supply the pkgsrc version of | jlam | 1 | -3/+2 | |
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct. | |||||
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 | Remove some unnecessarily strong dependencies on perl that resulted | jlam | 1 | -2/+2 | |
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead. | |||||
2005-05-22 | For packages that use GNU configure, don't bother adding "TOOL" | jlam | 1 | -2/+1 | |
variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-05-31 | Backout pkgviews installation. As pointed out by minskim@ on tech-pkg@: | recht | 1 | -2/+2 | |
aclocal searches the depot only, and fails to find .m4 files. | |||||
2004-05-29 | Enable pkgviews installation. | recht | 1 | -1/+3 | |
patch provided by Cesar Catrian C. in PR pkg/25740 | |||||
2004-04-18 | Convert to bl3. | wiz | 1 | -3/+3 | |
2004-02-13 | Remove info files entries from PLIST file. | seb | 1 | -2/+1 | |
2003-10-19 | Add TEST_TARGET | heinz | 1 | -1/+3 | |
2003-08-09 | USE_NEW_TEXINFO is unnecessary now. | seb | 1 | -2/+1 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-19 | Convert to USE_NEW_TEXINFO. | seb | 2 | -6/+4 | |
2003-02-24 | Take maintainership. | wiz | 1 | -2/+2 | |
2002-10-27 | More texinfo path fixes, from PR 18634 by Lubomir Sedlacik. | bouyer | 2 | -24/+10 | |
2002-10-26 | Don't hardcode MAKEINFO as /usr/bin/makeinfo | bouyer | 2 | -12/+3 | |
2002-10-03 | COMMEND and DESCR updates. | wiz | 2 | -3/+5 | |
2002-10-03 | Import of slightly modified automake-1.4, with new name and fixed | wiz | 6 | -0/+241 | |
to not conflict with the to-be committed automake package. Package provided by dillo. |