Bug 55436 - Delete port: sysutils/arson - port does not fetch and Arson2 is planned
Summary: Delete port: sysutils/arson - port does not fetch and Arson2 is planned
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-10 09:10 UTC by Stefan Jahn
Modified: 2003-10-18 08:00 UTC (History)
0 users

See Also:


Attachments
arson.diff (452 bytes, patch)
2003-08-10 09:10 UTC, Stefan Jahn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>