ports/156531: [PATCH] sysutils/kgtk: remove useless dependency on gmake

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 20 22:40:10 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list