View | Details | Raw Unified | Return to bug 121801
Collapse All | Expand All

(-)net/bfilter/Makefile (-4 / +5 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	bfilter
8
PORTNAME=	bfilter
9
PORTVERSION=	1.1.2
9
PORTVERSION=	1.1.3
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
11
MASTER_SITES=	SFE
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
12
14
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Smart filtering HTTP proxy
14
COMMENT=	Smart filtering HTTP proxy
Lines 17-24 Link Here
17
LIB_DEPENDS=	ACE.5:${PORTSDIR}/devel/ace \
16
LIB_DEPENDS=	ACE.5:${PORTSDIR}/devel/ace \
18
		sigc-2.0.0:${PORTSDIR}/devel/libsigc++20
17
		sigc-2.0.0:${PORTSDIR}/devel/libsigc++20
19
18
19
USE_GNOME=	gnometarget
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
22
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
23
		LDFLAGS="-L${LOCALBASE}/lib"
22
		LDFLAGS="-L${LOCALBASE}/lib"
24
23
Lines 40-45 Link Here
40
post-patch:
39
post-patch:
41
	@${REINPLACE_CMD} -e 's|"pthreads.*pthread-config"|"${PTHREAD_LIBS}"|g' \
40
	@${REINPLACE_CMD} -e 's|"pthreads.*pthread-config"|"${PTHREAD_LIBS}"|g' \
42
		${WRKSRC}/configure
41
		${WRKSRC}/configure
42
	@${REINPLACE_CMD} -e 's|^SUBDIRS|@WITH_GUI_TRUE@SUBDIRS|g' \
43
		${WRKSRC}/main/gui/gtk/Makefile.in
43
44
44
post-install:
45
post-install:
45
.if defined(WITH_GUI)
46
.if defined(WITH_GUI)
(-)net/bfilter/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (bfilter-1.1.2.tar.gz) = 29ef89bf6df5f8634643db01094f066c
1
MD5 (bfilter-1.1.3.tar.gz) = bbf46370c4289736c00d1ca5579442ab
2
SHA256 (bfilter-1.1.2.tar.gz) = ecacc334fdc71433285b3218d020e9ad6ef3505c77b3b214286451ccb434e5ca
2
SHA256 (bfilter-1.1.3.tar.gz) = a1d376730e401e35eee9af43baf34fef7d56602037e0d06c893dd7b2c5f9129f
3
SIZE (bfilter-1.1.2.tar.gz) = 3033376
3
SIZE (bfilter-1.1.3.tar.gz) = 3044798
(-)net/bfilter/files/patch-main_gui_gtk_Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- main/gui/gtk/Makefile.in.orig	Mon Jan 22 12:13:23 2007
2
+++ main/gui/gtk/Makefile.in	Mon Jan 22 12:13:50 2007
3
@@ -270,7 +270,7 @@
4
 sharedstatedir = @sharedstatedir@
5
 sysconfdir = @sysconfdir@
6
 target_alias = @target_alias@
7
-SUBDIRS = libview
8
+@WITH_GUI_TRUE@SUBDIRS = libview
9
 COMMON_SRC = main.cpp \
10
 eggtrayicon.c eggtrayicon.h \
11
 Link.cpp Link.h \

Return to bug 121801