head	1.12;
access;
symbols
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.12
date	2009.02.03.22.38.22;	author miwi;	state dead;
branches;
next	1.11;

1.11
date	2008.12.19.22.00.31;	author pav;	state Exp;
branches;
next	1.10;

1.10
date	2008.09.15.19.56.37;	author garga;	state Exp;
branches;
next	1.9;

1.9
date	2008.06.06.14.01.05;	author edwin;	state Exp;
branches;
next	1.8;

1.8
date	2008.04.16.16.10.19;	author garga;	state Exp;
branches;
next	1.7;

1.7
date	2007.12.19.23.08.37;	author garga;	state Exp;
branches;
next	1.6;

1.6
date	2007.11.26.17.45.55;	author ade;	state Exp;
branches;
next	1.5;

1.5
date	2007.11.25.01.24.12;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2007.03.13.20.11.19;	author garga;	state Exp;
branches;
next	1.3;

1.3
date	2007.02.18.18.33.13;	author garga;	state Exp;
branches;
next	1.2;

1.2
date	2006.05.13.04.15.16;	author edwin;	state Exp;
branches;
next	1.1;

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


desc
@@


1.12
log
@2009-01-19 games/emacs-chess: has been broken for more than 6 months
2009-02-01 devel/subversion-devel: Use devel/subversion or devel/subversion-freebsd instead of this port
2009-01-19 devel/hs-hat: has been broken for more than 6 months
2009-01-19 devel/hs-hpl: has been broken for more than 6 months
2009-01-19 databases/mysqlbigram: has been broken for more than 6 months
2009-01-19 mail/claws-mail-clamav: has been broken for more than 6 months
2009-01-19 mail/sylpheed2-devel: has been broken for more than 6 months
2009-01-19 www/pecl-mnogosearch: has been broken for more than 6 months
2009-01-31 x11-fonts/mathfonts: This port was supported by Mozilla 1.8 (including Firefox 2.0) - to be replaced by  STIX fonts for Firefox 3.x
2009-01-19 x11-wm/fluxspace: has been broken for more than 6 months
2009-01-31 x11-wm/expocity: project has been abandoned
2009-01-19 x11/bbuname: has been broken for more than 6 months
2009-01-19 security/squidclam: has been broken for more than 6 months
2009-01-19 print/virtualpaper: depends on broken, expired port
2009-01-19 print/ifhp: has been broken for more than 6 months
2009-01-19 net-p2p/peercast: has been forbidden for more than 6 months
2009-01-19 palm/pdbc: has been broken for more than 6 months
2009-01-19 net-mgmt/NeTraMet: has been broken for more than 6 months
2009-01-19 net-im/sulci: has been broken for more than 6 months
2009-01-19 multimedia/mjpegtools-yuvfilters: has been broken for more than 6 months
2009-01-19 multimedia/helixplayer: has been broken for more than 6 months
2009-01-19 lang/quack: has been broken for more than 6 months
2009-01-19 misc/pybliographer: has been broken for more than 6 months
2009-01-19 net/versuch: has been broken for more than 6 months
2009-01-19 net/py-mantissa: has been broken for more than 6 months
2009-01-19 net/libunpipc: has been broken for more than 6 months
2009-01-19 net/gnometelnet: has been broken for more than 6 months
2009-01-19 net/gacxtool: depends on expired, broken port
2009-01-19 devel/py-coro: has been broken for more than 6 months
2009-01-19 chinese/stardict2-dict-zh_TW: has been broken for more than 6 months
2009-01-19 x11-themes/gtk-industrial-theme: has been broken for more than 6 months
@
text
@# New ports collection makefile for:	squidclam
# Date created:		2005-06-26
# Whom:			Alexander Novitsky <alecn2002@@yandex.ru>
#
# $FreeBSD: ports/security/squidclam/Makefile,v 1.11 2008/12/19 22:00:31 pav Exp $
#

PORTNAME=	squidclam
PORTVERSION=	0.11
PORTREVISION=	5
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	alecn2002@@yandex.ru
COMMENT=	Bridge betwean ClamAV antivirus software and Squid caching proxy

BUILD_DEPENDS=	${LOCALBASE}/bin/clamscan:${PORTSDIR}/security/clamav	\
		${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl
RUN_DEPENDS=	${BUILD_DEPENDS}

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
NO_INSTALL_MANPAGES=	yes
CFLAGS+=	${PTHREAD_LIBS}

PORTDOCS=	README Changelog

SUB_FILES=	pkg-message

PLIST_FILES=	bin/squidclam %%EXAMPLESDIR%%/squidclam.conf
PLIST_DIRS=	%%EXAMPLESDIR%%

BROKEN=	Doesn't build with clamav-0.93 or higher
DEPRECATED=	has been broken for more than 6 months
EXPIRATION_DATE=2009-01-19

post-patch:
	@@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
			  -e 's|%%PREFIX%%|${PREFIX}|g' \
		${WRKSRC}/configure
	@@${REINPLACE_CMD} -e 's|cl_perror|cl_strerror|g' \
		${WRKSRC}/squidclam.c

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}/$f
.endfor
.endif
	${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/sample.conf ${EXAMPLESDIR}/${PORTNAME}.conf

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.11
log
@- Set for expiration in one month: has been broken for more than 6 months
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- Update security/clamav to 0.94 [1] and fix a remote DoS [2]
- Chase libclamav version bump on all dependant ports
- Bump necessary PORTREVISIONS
- Fix some BROKEN messages from ports that were already broken with clamav-0.93
- Mark security/klamav as BROKEN since it doesn't build with clamav-0.94

PR:		ports/127122 [1], ports/127310 [2]
Submitted by:	Gary Palmer <freebsd-gnats@@in-addr.com> [1], delphij [2]
Approved by:	portmgr (pav)
@
text
@d35 2
@


1.9
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d34 1
a34 1
BROKEN=	Doesn't build with clamav-0.93
@


1.8
log
@- Chase clamav library to version 4
- Bump PORTREVISION

Following ports are marked as BROKEN since they don't build with new clamav
0.93:

www/c-icap
mail/claws-mail-clamav
www/gurlchecker
www/havp
security/klamav
devel/p5-Mail-ClamAV
devel/py-clamav
www/squidclam

This clamav version needed to be updated without wait other ports fixes
because it fixes important vulnerabilities.
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.7
log
@- Update security/clamav to 0.92
- Add a new OPTION (RAR) because unrar code is optional to fix a license
  issue
- Some cosmetic changes
- Chase library version bump and bump PORTREVISION of all dependant ports

Approved by:	portmgr (pav)
Security:	CVE-2007-6335, CVE-2007-6336, CVE-2007-6337
@
text
@d10 1
a10 1
PORTREVISION=	3
d34 2
@


1.6
log
@Unbreak pthread-related issues on 5.x

Approved by:	portmgr
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.5
log
@Mark as broken on 5.x: fails to find pthread.h.

Something in the infrastructure changed in the late July timeframe that
actually caused this problem.  The only major thing at that time was the
autoconf/libtool change, but I can't see how that could have caused this
failure mode.  It only happens on 5.x; 6.x and 7.x are fine.

Approved by:	portmgr (self)
@
text
@d25 1
a33 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 600000
BROKEN=		Fails to compile: does not find pthread include file
.endif

d55 1
a55 1
.include <bsd.port.post.mk>
@


1.4
log
@- Update clamav to 0.90.1
- Use -lthr to build clamav since it has problems with libpthread
- Bump PORTREVISION of dependant ports, libclamav version was bumped
- Fix clamcour to build with clamav-0.90.x using patch sent by maintainer
@
text
@d34 5
@


1.3
log
@- Fix build with clamav 0.90
- Bump PORTREVISION

Reported by:	krismail
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.2
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d10 1
d38 2
@


1.1
log
@Bridge betwean ClamAV antivirus software and Squid caching proxy.

Squidclam is a replacement for SquidClamAV-Redirector.py written
in C using libclamav and libcurl

Author:	squidclam@@users.sourceforge.net
WWW:	http://sourceforge.net/projects/squidclam/

PR:		ports/82652
Submitted by:	Alexander Novitsky <alecn2002@@yandex.ru>
Approved by:	flz (mentor)
@
text
@a22 1
USE_REINPLACE=	yes
@

