2006-06-09 18:04:00 by Min Sik Kim | Files touched by this commit (1) |
Log message:
USE_TOOLS+=flex
|
2006-04-05 18:41:34 by Johnny C. Lam | Files touched by this commit (9) |
Log message:
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
|
2006-04-05 09:06:13 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Whitespaces changes to bring this more in line with other packages.
|
2006-04-05 09:03:44 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
USE_TOOLS+=bison instead of direct BUILD_DEPENDS on bison.
|
2006-03-05 17:27:29 by Johnny C. Lam | Files touched by this commit (89) |
Log message:
* Teach the tools framework how to supply the pkgsrc version of
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-06 00:55:25 by Roland Illig | Files touched by this commit (413) |
Log message:
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-10-18 03:24:25 by Simon Burge | Files touched by this commit (1) |
Log message:
Make me the maintainer of this package.
|
2005-10-18 03:22:27 by Simon Burge | Files touched by this commit (2) |
Log message:
Update mairix to version 0.16.1. Changes include:
Home directory and environment variable expansion in the .mairixrc file.
Add ^ word prefix to require substring search to be left-anchored.
Add the capability to omit particular folders from indexing.
Implement dot-locking on the database file.
Display message path in warning messages from rfc822 parsing.
|
2005-09-28 22:52:28 by Roland Illig | Files touched by this commit (180) |
Log message:
Replaced "# defined" with "yes" in Makefile variables like \
GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
|