diff options
author | steve <steve@FreeBSD.org> | 1999-01-26 10:24:17 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-26 10:24:17 +0800 |
commit | 55f10fa5329330f8f823721531241ec5ce15f745 (patch) | |
tree | 3668d8e7c855e45651ad9771df2606af63bd4a35 /www | |
parent | c907eb4bb5eeb63c4db9a21016c09b435eb1d93e (diff) | |
download | freebsd-ports-graphics-55f10fa5329330f8f823721531241ec5ce15f745.tar.gz freebsd-ports-graphics-55f10fa5329330f8f823721531241ec5ce15f745.tar.zst freebsd-ports-graphics-55f10fa5329330f8f823721531241ec5ce15f745.zip |
Chase the checksum. Will stop with the next release (we hope :).
PR: 9661
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/junkbuster-zlib/Makefile | 10 | ||||
-rw-r--r-- | www/junkbuster-zlib/files/patch-aa | 25 | ||||
-rw-r--r-- | www/junkbuster/Makefile | 10 | ||||
-rw-r--r-- | www/junkbuster/files/patch-aa | 25 |
4 files changed, 16 insertions, 54 deletions
diff --git a/www/junkbuster-zlib/Makefile b/www/junkbuster-zlib/Makefile index f6a844839d7..2bf5c34a589 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 4060a1e923f..00000000000 --- 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 f6a844839d7..2bf5c34a589 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 4060a1e923f..00000000000 --- 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) |