ports/55436: Delete port: sysutils/arson - port does not fetch and Arson2 is planned
Peter Johnson
freebsd at bilogic.org
Sat Oct 18 07:00:40 UTC 2003
The following reply was made to PR ports/55436; it has been noted by GNATS.
From: Peter Johnson <freebsd at bilogic.org>
To: freebsd-gnats-submit at freebsd.org
Cc: stefan.jahn at nemesis-sektor.de, edwin at freebsd.org
Subject: Re: ports/55436: Delete port: sysutils/arson - port does not fetch
and Arson2 is planned
Date: Fri, 17 Oct 2003 23:54:39 -0700 (PDT)
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>
More information about the freebsd-ports-bugs
mailing list