pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/27358: Diffs necessary to build clamav V0.80 using the pkg built system.



>Number:         27358
>Category:       pkg
>Synopsis:       Diffs necessary to build Clamav V0.80 using the NetBSD pkg 
>system.
>Confidential:   yes
>Severity:       non-critical
>Priority:       Medium
>Responsible:    pkg-manager
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Fri Oct 22 20:17:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Brian Buhrow
>Release:        pkgsrc-2004Q4
>Organization:
        
>Environment:
        
        
System: NetBSD 2.0_BETA NetBSD 2.0_BETA (NFBNETBSD) #0: Wed May 19 09:47:22 PDT 
2004 buhrow%shire.nfbcal.org@localhost:/usr/src/sys/arch/i386/compile/NFBNETBSD 
i386
Architecture: i386
Machine: i386
>Description:
        Here are the diffs necessary to build Clamav V0.80 using the NetBSD
pkgsrc system.  With these diffs, you can build and install the latest
version of Clamav and its associated tools, example files and man pages.
If these could be installed into the pkgsrc tree, that would be great.
-thanks
-Brian

>How-To-Repeat:
        
>Fix:
cvs diff: Diffing clamav
Index: clamav/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/clamav/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- clamav/Makefile     4 Jun 2004 15:43:25 -0000       1.17
+++ clamav/Makefile     22 Oct 2004 19:55:52 -0000
@@ -11,7 +11,8 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-CLAMAV_VERSION=        0.72
+CLAMAV_VERSION=        0.80
+USE_MILTER=yes
 
 USE_BUILDLINK3=                yes
 GNU_CONFIGURE=         yes
@@ -41,7 +42,7 @@
 CONFIGURE_ARGS+=       --enable-milter
 PLIST_SRC+=            ${PKGDIR}/PLIST.milter
 .else
-CONFIGURE_ARGS+=       --disable-milter
+CONFIGURE_ARGS+=       --enable-milter
 # XXX --disable-milter doesn't work as expected, so we need this
 CONFIGURE_ENV+=                ac_cv_header_libmilter_mfapi_h=no
 .endif
Index: clamav/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/mail/clamav/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- clamav/distinfo     4 Jun 2004 15:43:25 -0000       1.12
+++ clamav/distinfo     22 Oct 2004 19:55:52 -0000
@@ -1,7 +1,11 @@
-$NetBSD: distinfo,v 1.12 2004/06/04 15:43:25 xtraeme Exp $
+$b
+n/ab
+NetBSD: distinfo,v 1.12 2004/06/04 15:43:25 xtraeme Exp $
 
 SHA1 (clamav-0.72.tar.gz) = 8e50bd2197489e53e342578af96618cbdee15b63
 Size (clamav-0.72.tar.gz) = 2623397 bytes
+SHA1 (clamav-0.80.tar.gz) = 0f050a19c514d2bab6063c983f155fb891c7155f
+Size (clamav-0.80.tar.gz) = 2679434 bytes
 SHA1 (patch-aa) = fad0dd5c5ce55b497159157401fa5da8c9025bd6
-SHA1 (patch-ab) = 898206d4d39a65a8ba353d7707d1d873b4e173e2
+SHA1 (patch-ab) = 5256da8ff8a2f10a57138e0548615c25285d5815
 SHA1 (patch-ad) = 252733f9391935489daa46f7d2b2c55c6c1896ea
cvs diff: Diffing clamav/files
cvs diff: Diffing clamav/patches
Index: clamav/patches/patch-ab
===================================================================
RCS file: /cvsroot/pkgsrc/mail/clamav/patches/Attic/patch-ab,v
retrieving revision 1.5
diff -u -r1.5 patch-ab
--- clamav/patches/patch-ab     4 Jun 2004 15:43:25 -0000       1.5
+++ clamav/patches/patch-ab     22 Oct 2004 19:55:52 -0000
@@ -1,24 +1,11 @@
-$NetBSD: patch-ab,v 1.5 2004/06/04 15:43:25 xtraeme Exp $
-
---- etc/Makefile.in.orig       2004-06-04 15:34:54.000000000 +0000
-+++ etc/Makefile.in    2004-06-04 15:35:42.000000000 +0000
-@@ -120,7 +120,7 @@
- install_sh = @install_sh@
- 
- EXTRA_DIST = clamav.conf freshclam.conf
+--- etc/Makefile.in.orig       2004-10-17 09:37:42.000000000 -0700
++++ etc/Makefile.in    2004-10-21 15:04:58.000000000 -0700
+@@ -170,7 +170,7 @@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
+ EXTRA_DIST = clamd.conf freshclam.conf
 -CFGINST = @CFGDIR@
 +CFGINST = $(datadir)/examples/clamav
- subdir = etc
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = $(top_builddir)/clamav-config.h
-@@ -250,8 +250,8 @@
+ all: all-am
  
- install:
-       $(mkinstalldirs) $(DESTDIR)$(CFGINST)
--@INSTALL_CLAMAV_CONF_TRUE@    @$(INSTALL_DATA) $(srcdir)/clamav.conf 
$(DESTDIR)$(CFGINST)
--@INSTALL_FRESHCLAM_CONF_TRUE@ @$(INSTALL_DATA) $(srcdir)/freshclam.conf 
$(DESTDIR)$(CFGINST)
-+      @$(INSTALL_DATA) clamav.conf $(DESTDIR)$(CFGINST)
-+      @$(INSTALL_DATA) freshclam.conf $(DESTDIR)$(CFGINST)
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
+ .SUFFIXES:
cvs diff: cannot find clamav/patches/patch-ad
>Release-Note:
>Audit-Trail:
>Unformatted:
        
        



Home | Main Index | Thread Index | Old Index