ports/124738: [patch] sysutils/kleansweep UNBREAK

Pietro Cerutti gahr at FreeBSD.org
Thu Jun 19 00:10:05 UTC 2008


>Number:         124738
>Category:       ports
>Synopsis:       [patch] sysutils/kleansweep UNBREAK
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 19 00:10:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Pietro Cerutti
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
The FreeBSD Project 
>Environment:


System: FreeBSD 8.0-CURRENT #0: Wed Jun 18 01:38:09 CEST 2008
    root at gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034



>Description:





>How-To-Repeat:





>Fix:


--- kleansweep.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/kleansweep/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	18 Jun 2008 19:03:19 -0000	1.3
+++ Makefile	18 Jun 2008 23:43:59 -0000
@@ -7,20 +7,29 @@
 
 PORTNAME=	kleansweep
 PORTVERSION=	0.2.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://linux.bydg.org/~yogin/
 
 MAINTAINER=	thomas.sander at gmx.de
 COMMENT=	KleanSweep allows you to reclaim disk space by finding unneeded files
 
-BROKEN=		does not compile (scons failure)
-
 USE_BZIP2=	yes
-USE_SCONS=	yes
 USE_GMAKE=	yes
 INSTALLS_ICONS=	yes
 USE_GETTEXT=	yes
 USE_KDELIBS_VER=3
 
+post-extract:
+	(cd ${WRKSRC} && ${TAR} xzf admin/scons-mini.tar.bz2)
+
+do-configure:
+	(cd ${WRKSRC} && ./scons configure prefix=${PREFIX})
+
+do-build:
+	(cd ${WRKSRC} && ./scons)
+
+do-install:
+	(cd ${WRKSRC} && ./scons install)
+
 .include <bsd.port.mk>
--- kleansweep.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list