head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2010.05.19.16.15.57;	author garga;	state dead;
branches;
next	1.1;

1.1
date	2010.04.06.12.01.13;	author garga;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 0.96.1
@
text
@diff --git a/libclamav/Makefile.am b/libclamav/Makefile.am
index 460dd42..aa62b61 100644
--- libclamav/Makefile.am
+++ libclamav/Makefile.am
@@@@ -374,10 +374,7 @@@@ version.h.tmp:
 	rm -f $@@;\
 	REVISION="$$(LANG=C cd "$(top_srcdir)"; git describe --always 2>/dev/null || echo "exported")";\
 	if test "$$REVISION" = "exported"; then\
-	   REVISION="r$$(LANG=C svnversion "$(top_srcdir)" 2>/dev/null || echo exported)";\
-	   if test "$$REVISION" = "rexported"; then\
 	    REVISION="";\
-	   fi;\
 	fi;\
 	if test -n "$$REVISION"; then\
 		echo "#define REPO_VERSION \"devel-$$REVISION\"" >> $@@;\
diff --git a/libclamav/Makefile.in b/libclamav/Makefile.in
index ed244c7..f002e21 100644
--- libclamav/Makefile.in
+++ libclamav/Makefile.in
@@@@ -2271,10 +2271,7 @@@@ version.h.tmp:
 	rm -f $@@;\
 	REVISION="$$(LANG=C cd "$(top_srcdir)"; git describe --always 2>/dev/null || echo "exported")";\
 	if test "$$REVISION" = "exported"; then\
-	   REVISION="r$$(LANG=C svnversion "$(top_srcdir)" 2>/dev/null || echo exported)";\
-	   if test "$$REVISION" = "rexported"; then\
 	    REVISION="";\
-	   fi;\
 	fi;\
 	if test -n "$$REVISION"; then\
 		echo "#define REPO_VERSION \"devel-$$REVISION\"" >> $@@;\
@


1.1
log
@- Update to 0.96
- Fix error on make check when LC_ALL != en and subversion is installed [1]

PR:		ports/145340 [1]
Submitted by:	Alexander Wittig <alexander@@wittig.name> [1]
Obtained from:	https://wwws.clamav.net/bugzilla/show_bug.cgi?id=1922 [1]
@
text
@@

