ports/190037: [patch] devel/kcachegrind build error fix (shebangfix)

Kurt Jaeger pi at FreeBSD.org
Tue May 20 21:00:00 UTC 2014


>Number:         190037
>Category:       ports
>Synopsis:       [patch] devel/kcachegrind build error fix (shebangfix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 21:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Kurt Jaeger
>Release:        FreeBSD 10.0-RELEASE-p3 amd64
>Organization:
-
>Environment:
System: FreeBSD f10.opsec.eu 10.0-RELEASE-p3 FreeBSD 10.0-RELEASE-p3 #0: Tue May 13 18:31:10 UTC 2014 root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
	1) devel/kcachegrind has shebang files not handled

	see http://people.freebsd.org/~pi/misc/kcachegrind-build-error

	2) In line 143 of the file above, the build prints a
	character on the screen which blocks further xterm output.
	It's the sequence enclosed in keycap-xml-tags.
	
>How-To-Repeat:
	cd /usr/ports/devel/kcachegrind
	make

>Fix:

	for 1)

----------
diff -r -u -N devel/kcachegrind/Makefile /usr/home/pi/myp/devel/kcachegrind/Makefile
--- devel/kcachegrind/Makefile	2014-04-04 21:25:14.000000000 +0200
+++ /usr/home/pi/myp/devel/kcachegrind/Makefile	2014-05-20 22:44:30.000000000 +0200
@@ -11,9 +11,11 @@
 COMMENT=	Profiler frontend for KDE
 
 USE_KDE4=	kdelibs kdeprefix kdehier automoc4
-USES=		cmake:outsource tar:xz
+USES=		cmake:outsource tar:xz shebangfix
 USE_QT4=	moc_build qmake_build rcc_build uic_build \
 		corelib dbus gui
+SHEBANG_FILES=	converters/op2calltree converters/dprof2calltree \
+		converters/memprof2calltree
 
 OPTIONS_DEFINE=	DOT VALGRIND
 
----------

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


More information about the freebsd-ports-bugs mailing list