2009-06-14 20:16:23 by Joerg Sonnenberger | Files touched by this commit (225) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-01 16:52:02 by Zafer Aydogan | Files touched by this commit (1) |
Log message:
remove dead one.
|
2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412) |
Log message:
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
|
2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.
|
2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597) |
Log message:
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
2005-09-29 16:13:15 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.9.1b:
v 0.9.1b 2004/02/06
* fixed bug introduced 2004/02/05 which caused true default
options, such as INCDEPTH, to be destroyed when new options
blocks are defined
v 0.9b 2004/02/05
* fixed bug that caused some duplicate definitions of directives
to add to previous definitions, rather than replace them
bug id 631657
* fixed OPTION->INDEX to report an error if an invalid INDEX
value is specified
* directives can now be specified with no data. Combined with
the above fix for duplicate directives, this has the effect
that any directive can now be unset, even when originally
specified in the OPTIONS block
bug id 631660
* fixed bug that would result in syslogd being signalled on every
execution of sarah
bug id 891554
* fixed output in verbose mode that would cause sarah to try to
print file type as well as permissions when doing a chmod on
rotated files
2002/05/10
* fixed bug introduced on 2002/05/06 that causes sarah to die in
mid-rotation if DATE indexing is used.
* complete rewrite of log rotation logic -- old bug would cause
logs to always rotate when SIZELOGIC is OR, DATE is defined,
and SIZE is not defined
2002/05/06
* changed the way day-of-week matching is done to fix support for
OSes that don't comply with XPG4, such as Solaris pre-8.0
2002/02/28
* SIZE directive takes magnitude attribute (deprecated SIZEMOD)
v 0.8b 2002/02/13
* SARAH now released under the GNU GPL. Added and changed
licensing information in the necessary places.
Use pkgsrc config file handling framework.
|
2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273) |
Log message:
Get rid of USE_PERL5. The new way to express needing the Perl executable
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-06-17 05:50:45 by Johnny C. Lam | Files touched by this commit (387) |
Log message:
Create directories before installing files into them.
|
2005-02-24 14:41:00 by Alistair G. Crooks | Files touched by this commit (190) |
Log message:
Add RMD160 digests.
|
2003-07-18 00:57:07 by grant beattie | Files touched by this commit (1065) |
Log message:
s/netbsd.org/NetBSD.org/
|