From owner-freebsd-ports Sun Jan 24 03:30:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA19514 for freebsd-ports-outgoing; Sun, 24 Jan 1999 03:30:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA19449 for ; Sun, 24 Jan 1999 03:29:59 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA14124; Sun, 24 Jan 1999 03:30:01 -0800 (PST) Received: from disavowed.broken.net (disavowed.broken.net [204.216.142.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA18132 for ; Sun, 24 Jan 1999 03:26:16 -0800 (PST) (envelope-from ian@disavowed.broken.net) Received: (from ian@localhost) by disavowed.broken.net (8.8.7/8.8.7) id DAA25130; Sun, 24 Jan 1999 03:21:56 -0800 (PST) Message-Id: <199901241121.DAA25130@disavowed.broken.net> Date: Sun, 24 Jan 1999 03:21:56 -0800 (PST) From: ian@broken.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9661: misc/ijb -- small cleanup of port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9661 >Category: ports >Synopsis: cleaning up the port and adding a small note for upgraders >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 24 03:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ian Struble >Release: FreeBSD 3.0-CURRENT i386 >Organization: >Environment: >Description: Cleaned up the port a little bit; added a note for people upgrading and got rid of the last patch file. The following files and directories are being deleted: patches/patch-aa patches/ Just FYI, I wrote to the author and we may be getting distfiles with full version numbers soon :) >How-To-Repeat: >Fix: Apply the following diff. ---- diff -ruN ijb/Makefile ijb_new/Makefile --- ijb/Makefile Sun Jan 10 10:16:34 1999 +++ ijb_new/Makefile Sun Jan 24 02:33:21 1999 @@ -13,6 +13,13 @@ MAINTAINER= ian@broken.net +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. FETCH_BEFORE_ARGS= -b MAN1= junkbuster.1 diff -ruN ijb/patches/patch-aa ijb_new/patches/patch-aa --- ijb/patches/patch-aa Sun May 3 13:51:39 1998 +++ ijb_new/patches/patch-aa Wed Dec 31 16:00:00 1969 @@ -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) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message