2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
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-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-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | |
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
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-05-02 12:48:16 by Adrian Portelli | Files touched by this commit (4) |
Log message:
- Update oinkmaster to nb1
- Fix SUBST_* to get it working in the right order
- Change location of oinkmaster.conf
- Update MESSAGE to show where oinkmaster.conf is now stored
- Depend on the snort{-pgsql,-mysql} package
- Automagically ${LN} files instead of just telling the user to do it
- Whitespace police
|
2005-04-27 21:50:48 by Adrian Portelli | Files touched by this commit (3) | |
Log message:
- Update to oinkmaster 1.2
- Fix ln => ${LN} in MESSAGE
- From the ChangeLog:
> o Slightly improved modifysid/template documentation and examples.
> For example, added a new template to disable a SID but only if it has
> a specific revision number so you can disable a rule temporarily and
> automatically start using it again if it becomes updated. Thanks to
> Russell Fulton for this suggestion.
> o Suppress warnings about non-matching modifysid expressions when
> running in super quiet mode (-Q).
> o Permit .tgz suffix for rules archive.
> o Permit filename as argument to modifysid (and use_template) to apply
> a substitution expression on all rules in the specified files(s).
> o You can now download multiple rules archives from different URLs at
> the same time, either by specifying several -u <url> on the command
> line or by using several url=<url> directives in the Oinkmaster
> configuration file(s). See the default oinkmaster.conf and the FAQ
> for more information.
> o Many updates to the FAQ, especially regarding how to update rules
> from multiple sources. Also added info about how to use Oinkmaster
> after Sourcefire changed the license of the rules.
> o Because of the license change, no URL is specified in the default
> oinkmaster.conf anymore. You will have to follow the instructions
> in there and activate the requested URL(s).
> o modifysid/use_template statements of all types will now be processed
> in the exact order as specified in the config file. Previously, all
> the wildcards were processed last.
> o Slightly improved error handling when running under Windows.
> o Removed some useless buttons and changed default URL list in the GUI.
> o Misc other minor fixes.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2004-12-29 14:53:31 by Adrian Portelli | Files touched by this commit (3) |
Log message:
- Update oinkmaster to 1.1
- Tidy up of package
- New homepage on SourceForge
- Install man page, extra examples and extra doco
- Lots of change/bugfixes see:
http://oinkmaster.sourceforge.net/changelog.shtml
|