head	1.6;
access;
symbols
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	v2_0:1.1.1.1
	STRUBLE:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2001.11.22.13.23.21;	author sobomax;	state dead;
branches;
next	1.5;

1.5
date	2000.11.13.17.27.22;	author sobomax;	state Exp;
branches;
next	1.4;

1.4
date	2000.04.30.20.36.03;	author steve;	state Exp;
branches;
next	1.3;

1.3
date	99.02.06.06.59.05;	author mph;	state Exp;
branches;
next	1.2;

1.2
date	99.01.26.02.24.17;	author steve;	state dead;
branches;
next	1.1;

1.1
date	98.05.03.20.51.39;	author mph;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.05.03.20.51.39;	author mph;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Say goodbye to the junkbuster-zlib - its functionality has been integrated
into the main junkbuster port.
@
text
@--- Makefile.orig	Fri Aug  4 15:40:15 2000
+++ Makefile	Fri Nov  3 12:23:48 2000
@@@@ -5,20 +5,20 @@@@
 
 # set include and library paths for the zlib compression library
 #
-ZLIB_INC_FLAGS=-I../zlib
-ZLIB_LIB_FLAGS=-L ../zlib
+#ZLIB_INC_FLAGS=-I../zlib
+#ZLIB_LIB_FLAGS=-L ../zlib
 
 DEFAULT_CFLAGS = -I. $(ZLIB_INC_FLAGS) $(REGEX) -DSTDC_HEADERS -DHAVE_STRING
 
 PROG   = junkbuster
 O      = o
 RM     = rm -f
-MORE_CFLAGS = -g
+MORE_CFLAGS =
 LD = $(CC) $(CFLAGS) $(ZLIB_LIB)
 LDFLAGS = -lz
 
 # use this for Solaris 2.x
-#LDFLAGS = -lnsl -lsocket -lz
+LDFLAGS += -lgnuregex
 
 # use these for SunOS 4.x
 #LDFLAGS = -nsl -lz
@@@@ -63,10 +63,10 @@@@
 #MORE_CFLAGS = -relax_pointers
 #LDFLAGS = -map junkbuster.xMAP
 
-CFLAGS  = $(DEFAULT_CFLAGS) $(MORE_CFLAGS)
+CFLAGS  += $(DEFAULT_CFLAGS) $(MORE_CFLAGS)
 
 OBJS =	jcc.$(O) parsers.$(O) filters.$(O) loaders.$(O) bind.$(O) conn.$(O) \
-	encode.$(O) ssplit.$(O) socks4.$(O) acl.$(O) gnu_regex.$(O) win32.$(O)
+	encode.$(O) ssplit.$(O) socks4.$(O) acl.$(O) win32.$(O)
 
 $(PROG): $(OBJS)
 	$(LD) -o $(PROG) $(ZLIB_LIB_FLAGS) $(OBJS) $(LDFLAGS)
@


1.5
log
@Add junkbuster-zlib, a modified version of Internet Junkbuster Proxy, which in
addition to ads zapping can authomatically compress html pages being sent to
the client. Port has been repo-copied from www/junkbuster.
@
text
@@


1.4
log
@Use gnuregex library in the base system instead of the old one provided
by the port.  Also cleanup all warning messages when compiling with -Wall.

PR:		17035
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@@linf.unb.br>
@
text
@d1 13
a13 4
diff -ruN /usr/ports/www/ijb/work/ijb20/Makefile ./Makefile
--- /usr/ports/www/ijb/work/ijb20/Makefile	Mon Feb 28 02:35:10 2000
+++ ./Makefile	Mon Feb 28 02:37:39 2000
@@@@ -8,10 +8,11 @@@@
d19 2
d23 1
a23 1
 #LDFLAGS = -lnsl -lsocket 
d27 2
a28 2
 #LDFLAGS = -nsl
@@@@ -47,10 +48,10 @@@@
d40 1
a40 1
 	$(CC) $(CFLAGS) -o $(PROG) $(OBJS) $(LDFLAGS)
@


1.3
log
@Love, honor, and obey CFLAGS.
@
text
@d1 4
a4 3
--- Makefile.orig	Fri Feb  5 22:52:56 1999
+++ Makefile	Fri Feb  5 22:53:25 1999
@@@@ -8,7 +8,7 @@@@
d13 5
a17 1
@@@@ -47,7 +47,7 @@@@
d25 5
a29 1
 	encode.$(O) ssplit.$(O) socks4.$(O) acl.$(O) gnu_regex.$(O) win32.$(O)
@


1.2
log
@Chase the checksum.  Will stop with the next release (we hope :).

PR:		9661
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- Makefile.orig	Fri Feb 20 12:40:32 1998
+++ Makefile	Sun May  3 16:46:35 1998
d12 3
a14 3
@@@@ -43,10 +43,12 @@@@
 #O       = obj
 #RM      = del
a20 5
+
+all:	$(PROG)
 
 $(PROG): $(OBJS)
 	$(CC) $(CFLAGS) -o $(PROG) $(OBJS) $(LDFLAGS)
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import of ijb, the Internet Junkbuster.  It's an HTTP proxy that
strips advertisements and so on.

PR:		6488
Submitted by:	Ian Struble <ian@@broken.net>
@
text
@@
