Date: Thu, 19 Jun 2008 02:03:05 +0200 From: "Pietro Cerutti" <gahr@FreeBSD.org> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/124738: [patch] sysutils/kleansweep UNBREAK Message-ID: <1213833785.27782@gahrtop.localhost> Resent-Message-ID: <200806190010.m5J0A5cp065782@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1213833785.27782>