Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2014 00:10:48 GMT
From:      Nunzio Ilari <nunzio.ilari@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   amd64/187151: incorrect path of Makefile
Message-ID:  <201403010010.s210AmwM024694@cgiserv.freebsd.org>
Resent-Message-ID: <201403010020.s210K05x053185@freefall.freebsd.org>

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

>Number:         187151
>Category:       amd64
>Synopsis:       incorrect path of Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-amd64
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 01 00:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Nunzio Ilari
>Release:        10 r0
>Organization:
>Environment:
FreeBSD spirit 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Port : /usr/ports/textproc/highlight

Problem : when highlight run from CLI with parameters -S or --syntax [languageToParse] the program return always "Unknown source file extension"

Example :
nunzio@spirit>echo "ciao" | highlight -Shtml
highlight: Unknown source file extension "html".

Bug reason : duplicate sub-folder on /usr/local/share/hightlight/langDefs/langDefs


I hope it's useful for others freebsd users.
>How-To-Repeat:
install ports
>Fix:
Solution : put all files from /usr/local/share/hightlight/langDefs/langDefs to /usr/local/share/hightlight/langDefs 

I suppose this can fix by editing Makefile.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403010010.s210AmwM024694>