Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Apr 2011 15:32:36 -0700 (PDT)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        citycat4@ngs.ru
Subject:   ports/156531: [PATCH] sysutils/kgtk: remove useless dependency on gmake
Message-ID:  <4daf5f04.5925e30a.5b3c.4aa3@mx.google.com>
Resent-Message-ID: <201104202240.p3KMe97R003422@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156531
>Category:       ports
>Synopsis:       [PATCH] sysutils/kgtk: remove useless dependency on gmake
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 20 22:40:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Baptiste Daroussin
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD azathoth.lan 8.2-STABLE FreeBSD 8.2-STABLE #0 r219454M: Thu Mar 10 20:09:22 CET
>Description:
build fine without gmake.
while here make portlint happy (space to tab changes)

Port maintainer (citycat4@ngs.ru) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- kgtk-0.9.4_11.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/kgtk/Makefile,v
retrieving revision 1.15
diff -u -u -r1.15 Makefile
--- Makefile	25 Feb 2011 01:32:07 -0000	1.15
+++ Makefile	20 Apr 2011 22:31:31 -0000
@@ -21,11 +21,10 @@
 OPTIONS=	UNICODE "System locale is utf-8" off
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gtk20
 USE_KDEBASE_VER=3
 USE_CMAKE=	yes
-CMAKE_USE_PTHREAD= yes
+CMAKE_USE_PTHREAD=	yes
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/build
 CMAKE_SOURCE_PATH=	..
@@ -63,5 +62,5 @@
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
-	
+
 .include <bsd.port.post.mk>
--- kgtk-0.9.4_11.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4daf5f04.5925e30a.5b3c.4aa3>