pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/46894: [Fix request]: cad/openscad-2011.12



>Number:         46894
>Category:       pkg
>Synopsis:       [Fix  request]: cad/openscad-2011.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Sep 03 11:05:00 +0000 2012
>Originator:     Derouiche
>Release:        NetBSD 5.1.2
>Organization:
Natei System
>Environment:
NetBSD ToraboraDevServer 5.1.2 NetBSD 5.1.2 (GENERIC) #0: Thu Feb  2 17:22:10 
UTC 2012  
builds%b6.netbsd.org@localhost:/home/builds/ab/netbsd-5-1-2-RELEASE/i386/201202021012Z-obj/home/builds/ab/netbsd-5-1-2-RELEASE/src/sys/arch/i386/compile/GENERIC
 i386

>Description:
n/a
>How-To-Repeat:
repeat make install
sh: Syntax error: end of file unexpected (expecting ")")


>Fix:
How to fix: Apply this patch

diff -Nru openscad.orig/Makefile openscad/Makefile
--- Makefile.orig       2012-09-03 09:56:37.000000000 +0100
+++ Makefile    2012-09-03 09:56:47.000000000 +0100
@@ -37,7 +37,7 @@
 CHECK_INTERPRETER_SKIP+=share/openscad/libraries/MCAD/get_submodules.py
 
 pre-build:
-       (cd ${WRKSRC} && ${QTDIR$}/bin/qmake)
+       (cd ${WRKSRC} && ${QTDIR}/bin/qmake)
 
 # DragonFly requires FlexLexer.h from pkgsrc - base doesn't cut it.
 .include "../../devel/flex/buildlink3.mk"



Home | Main Index | Thread Index | Old Index