Bug 55436

Summary: Delete port: sysutils/arson - port does not fetch and Arson2 is planned
Product: Ports & Packages Reporter: Stefan Jahn <stefan.jahn>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
arson.diff none

Description Stefan Jahn 2003-08-10 09:10:17 UTC
Please delete the port sysutils/arson. The port does not
fetch and Arson2 is planned.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-09-30 01:03:53 UTC
State Changed
From-To: open->closed

Commited, thanks!
Comment 2 Peter Johnson 2003-10-18 07:54:39 UTC
Arson2 may be planned, but it's not here yet.  Please undelete this port;
the bad fetch is due to a change (rev 1.16) to x11/kde/Makefile.kde and
the arson port got missed in the "Ports using Makefile.kde that shouldn't
be using them (i.e. non-KDE modules) have this support commented out due
to lack of patch." part of that commit.

The corresponding fix for sysutils/arson is attached below (after
undeleting the port).

Peter Johnson

Index: Makefile
===================================================================
RCS file: /stuff2/freebsd-cvs/ports/sysutils/arson/Attic/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile    4 Mar 2003 16:26:27 -0000       1.3
+++ Makefile    18 Oct 2003 06:47:13 -0000
@@ -26,6 +26,4 @@
 USE_GMAKE=     yes
 USE_BZIP2=     yes

-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/x11/kde3/Makefile.kde"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>