ports/145061: [ERROR] editors/codelite ("Makefile", line 47: Need an operator)

Andrei Lavreniyuk andy.lavr at gmail.com
Fri Mar 26 14:30:09 UTC 2010


>Number:         145061
>Category:       ports
>Synopsis:       [ERROR] editors/codelite ("Makefile", line 47: Need an operator)
>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:   Fri Mar 26 14:30:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrei Lavreniyuk
>Release:        FreeBSD 8.0-STABLE
>Organization:
Technica-03, Inc.
>Environment:
FreeBSD datacenter.technica-03.local 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu Mar 25 12:32:37 EET 2010     root at datacenter.technica-03.local:/usr/obj/usr/src/sys/SMP64  amd64
>Description:


"Makefile", line 47: Need an operator                                                                                                                                                                                                                                          
make: fatal errors encountered -- cannot continue                                                                                                                                                                                                                              
pkg_version: Failed to get PKGNAME from /usr/ports/editors/codelite/Makefile!
>How-To-Repeat:

Update ports tree.

# pkg_version -v
>Fix:


Patch attached with submission follows:

--- Makefile.bak	2010-03-26 16:13:00.000000000 +0200
+++ Makefile	2010-03-26 16:10:29.000000000 +0200
@@ -44,7 +44,7 @@
 	    ${WRKSRC}/le_makerevision.sh
 # 	CTags already installed
 .if exists(${LOCALBASE}/include/readtags.h)
-    ${RM} ${WRKSRC}/CodeLite/readtags.h
+	${RM} ${WRKSRC}/CodeLite/readtags.h
 .endif
 
 .include <bsd.port.post.mk>


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



More information about the freebsd-ports-bugs mailing list