summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-01-26 02:24:17 +0000
committerSteve Price <steve@FreeBSD.org>1999-01-26 02:24:17 +0000
commit3181f6c22d8a0e8085cc87be40e00fbf93dd335a (patch)
tree8501f1428a07c3b118da99080263b6946850c180 /www
parentAdd one more MASTER_SITES. (diff)
Chase the checksum. Will stop with the next release (we hope :).
PR: 9661 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=16318
Diffstat (limited to 'www')
-rw-r--r--www/junkbuster-zlib/Makefile10
-rw-r--r--www/junkbuster-zlib/files/patch-aa25
-rw-r--r--www/junkbuster/Makefile10
-rw-r--r--www/junkbuster/files/patch-aa25
4 files changed, 16 insertions, 54 deletions
diff --git a/www/junkbuster-zlib/Makefile b/www/junkbuster-zlib/Makefile
index f6a844839d7e..2bf5c34a5898 100644
--- a/www/junkbuster-zlib/Makefile
+++ b/www/junkbuster-zlib/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 May 1998
# Whom: Ian Struble <ian@broken.net>
#
-# $Id: Makefile,v 1.1.1.1 1998/05/03 20:51:37 mph Exp $
+# $Id: Makefile,v 1.2 1999/01/10 18:16:34 steve Exp $
DISTNAME= ijb20
PKGNAME= ijb-2.0.2
@@ -13,7 +13,13 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ian@broken.net
-FETCH_BEFORE_ARGS= -b
+USE_GMAKE= yes
+ALL_TARGET= # yes, an empty target.
+
+# You need to delete the old distfile if you are upgrading, as the tar ball
+# for ijb has not been changing names between minor revisions(ie 2.0->2.0.1).
+# I have contacted the author about this though so we may see something new
+# in the next revision.
MAN1= junkbuster.1
diff --git a/www/junkbuster-zlib/files/patch-aa b/www/junkbuster-zlib/files/patch-aa
deleted file mode 100644
index 4060a1e923fd..000000000000
--- a/www/junkbuster-zlib/files/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.orig Fri Feb 20 12:40:32 1998
-+++ Makefile Sun May 3 16:46:35 1998
-@@ -8,7 +8,7 @@
- PROG = junkbuster
- O = o
- RM = rm -f
--MORE_CFLAGS = -g
-+MORE_CFLAGS =
-
- # use this for Solaris 2.x
- #LDFLAGS = -lnsl -lsocket
-@@ -43,10 +43,12 @@
- #O = obj
- #RM = del
-
--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)
-+
-+all: $(PROG)
-
- $(PROG): $(OBJS)
- $(CC) $(CFLAGS) -o $(PROG) $(OBJS) $(LDFLAGS)
diff --git a/www/junkbuster/Makefile b/www/junkbuster/Makefile
index f6a844839d7e..2bf5c34a5898 100644
--- a/www/junkbuster/Makefile
+++ b/www/junkbuster/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 May 1998
# Whom: Ian Struble <ian@broken.net>
#
-# $Id: Makefile,v 1.1.1.1 1998/05/03 20:51:37 mph Exp $
+# $Id: Makefile,v 1.2 1999/01/10 18:16:34 steve Exp $
DISTNAME= ijb20
PKGNAME= ijb-2.0.2
@@ -13,7 +13,13 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ian@broken.net
-FETCH_BEFORE_ARGS= -b
+USE_GMAKE= yes
+ALL_TARGET= # yes, an empty target.
+
+# You need to delete the old distfile if you are upgrading, as the tar ball
+# for ijb has not been changing names between minor revisions(ie 2.0->2.0.1).
+# I have contacted the author about this though so we may see something new
+# in the next revision.
MAN1= junkbuster.1
diff --git a/www/junkbuster/files/patch-aa b/www/junkbuster/files/patch-aa
deleted file mode 100644
index 4060a1e923fd..000000000000
--- a/www/junkbuster/files/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.orig Fri Feb 20 12:40:32 1998
-+++ Makefile Sun May 3 16:46:35 1998
-@@ -8,7 +8,7 @@
- PROG = junkbuster
- O = o
- RM = rm -f
--MORE_CFLAGS = -g
-+MORE_CFLAGS =
-
- # use this for Solaris 2.x
- #LDFLAGS = -lnsl -lsocket
-@@ -43,10 +43,12 @@
- #O = obj
- #RM = del
-
--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)
-+
-+all: $(PROG)
-
- $(PROG): $(OBJS)
- $(CC) $(CFLAGS) -o $(PROG) $(OBJS) $(LDFLAGS)