Commit graph

23 commits

Author SHA1 Message Date
wiz
223bf8676f Update to 0.20:
- Updated for new clamav release 0.90
2007-02-21 22:10:47 +00:00
wiz
658d9cf876 tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.

Sorry for not finding this earlier.
2006-11-19 11:50:23 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jlam
9c8b5ede43 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.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
7fbb8d9527 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-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
grant
7f433b87cf update p5-Mail-ClamAV to 0.17.
changes since 0.13:

0.16  Fri Mar  4 15:43:20 PST 2005
   - I forgot to run make test before I uploaded :(

0.15  Fri Mar  4 15:43:20 PST 2005
   - A quicky release. Somehow my version of libclamav
     (the latest) can scan the test virus without the
     ZIP option turned on. We now use CL_SCAN_STDOPT
     for all test scans.

0.14  Fri Feb 25 10:27:06 PST 2005
   - The test for scanbuff was broken. Thanks to
     Werner Lemberg <wl [] gnu dot org> for reporting this
   - Fixing this test uncovered a taint bug, fixed.
   - Made the warning in Makefile.PL stand out more.
   - Some doc updates.
   - Bundled Inline::MakeMaker so we no longer fatal on
     missing deps Inline::C.
2005-06-24 06:03:11 +00:00
dillo
f81ae835ad Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:01:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
grant
e17f80b10b turn curl dependency into an option, ala mail/clamav, so curl support
can be disabled if desired.

use PKG_OPTIONS.clamav as the PKG_OPTIONS_VAR, since we want to
inherit any options set for clamav.

no PKGREVISION bump as defaults unchanged.
2005-02-17 04:11:52 +00:00
grant
9c6ce2e21d update p5-Mail-ClamAV to 0.13.
changes since 0.12:

0.13  Fri Oct 22 06:44:19 PM 2004
   - Updated example code to use the new CL_SCAN_*
     constants.
   - Added CL_SCAN_STDOPT to exports.
   - Added backwards compatible constants.
2005-02-15 00:41:34 +00:00
wiz
f472d1ec5e Bump PKGREVISION because of curl dependency bump. 2005-01-03 15:59:12 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
kristerw
0469b9e4ab Add missing include of www/curl/buildlink3.mk and mk/pthread.buildlink3.mk. 2004-11-06 19:16:44 +00:00
grant
c3ba14a991 update p5-Mail-ClamAV to 0.12.
changes since 0.11:

0.12  Mon Oct 18 05:22:54 PM 2004
   - 0.80 came out today. Updated code to work with the new
     version, this however breaks backwards compatibility.
   - Updated tests for all the changes.

0.12  Thu Aug 12 02:12:55 PM 2004
   - Fixed an issue in Makefile.PL which was causing problems
     with Solaris make implementation thanks to
     Mike Brudenell <pmb1 [] york * ac * uk>.
   - Added taint checking to scan(). It now croaks if
     a file path passed in is tainted. This only happens
     under -T. Reported by
     Mark Martinec <Mark * Martinec [] ijs * si>
   - Added "+" overload for the status object. Also reported
     by Mark Martinec <Mark * Martinec [] ijs * si>
   - Added tests for the above changes.
2004-10-20 06:29:50 +00:00
grant
675a55bacb update p5-Mail-ClamAV to 0.11. tested against ClamAV 0.80 on
Linux/i386.

changes since 0.04:

0.11  Mon Jun 28 10:26:50 AM 2004
   - Inline_Stack_Item() is indexed at zero. All set/get
     methods are broken because of this mistake. Thanks to
     Michael Carmack <karmak [] karmak * org> for reporting
     this.
   - Added tests for settings so this doesn't happen again.

0.10  Thu Jun 17 01:35:17 PM 2004
   - Whoops, should always make test before upload..

0.09  Thu Jun 17 01:10:58 PM 2004
   - More fun with the hook to remove config code. It has now
     been made a top level target that works on the code in the
     blib directory. This was needed for systems like Gentoo.

0.09  Thu Jun 17 01:06:09 PM 2004
   - Updated to use 0.73's clamav-config program to get
     include paths and compiler flags.

0.09  Fri Apr  2 08:02:49 AM 2004
   - fixed statchkdir, it was not returning the proper value
   - updated documentation

0.09  Fri Apr  2 07:49:08 AM 2004
   - Moved hook for removing temporary code from
     ClamAV.pm from after install to during the all
     target.

0.08  Thu Apr  1 04:59:27 PM 2004
   - Perl 5.6.1 does not understand a 'const' C function
     for binding with XS. Removed the 'const' definiton from
     clamav_perl_retdbdir(). Thanks to Homer <hparker _at_ homershut.net>
     for reporting this

0.07  Wed Mar 24 02:34:47 PM 2004
    - Added support for the new 0.70_rc library. This
      unfortunatly it no longer works with anything
      older than 0.70_rc.

0.06  Tue Mar  9 17:45:43 PST 2004
    - Mention deps in INSTALL mentioned by
      Andre Felipe Machado <andremachado at techforce.com dot br>

0.06  Thu Feb 12 08:11:38 AM 2004
    - added INC for include paths, LIBS does not work for includes
    - updated README

0.06  Thu Feb 12 08:04:27 AM 2004
    - added back accidentally removed code which removes the require
      code from ClamAV.pm.
      Reported by Julian Field <mailscanner at ecs.soton.ac.uk>

0.05  Tue Feb 10 10:12:42 AM 2004
    - Finished up statchkdir
    - more docs updates
    - removed real virus and added eicar
    - added INSTALL and updated Makefile.PL
      so LIBS can be configured

0.05  Tue Jan 27 01:27:44 PM 2004
    - New method statchkdir
    - Updated documentation URLs
2004-10-19 01:06:03 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
wiz
575fc14fad Convert to bl3. 2004-04-25 01:15:12 +00:00
snj
e9acbdbda1 s/it's/its/ 2004-01-20 22:05:17 +00:00
grant
91ffa58538 Initial import of p5-Mail-ClamAV 0.04 into the NetBSD Packages
Collection.

Clam AntiVirus is an anti-virus toolkit for UNIX. This module provides
a simple interface to it's C API.
2003-12-08 15:39:57 +00:00