Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 1999 03:21:56 -0800 (PST)
From:      ian@broken.net
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9661: misc/ijb -- small cleanup of port
Message-ID:  <199901241121.DAA25130@disavowed.broken.net>

next in thread | raw e-mail | index | archive | help

>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901241121.DAA25130>