ports/143501: devel/libcoyotl: install fails because GNU cp is assumed

Charlie Kester <corky1951@comcast.net> corky1951 at comcast.net
Tue Feb 2 20:10:01 UTC 2010


>Number:         143501
>Category:       ports
>Synopsis:       devel/libcoyotl: install fails because GNU cp is assumed
>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:   Tue Feb 02 20:10:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Charlie Kester <corky1951 at comcast.net>
>Release:        FreeBSD 8.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD bigbox.local 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu Jan 21 01:15:05 PST 2010 root at bigbox.local:/usr/obj/usr/src/sys/BIGBOX i386
>Description:
Install fails because one of the author's Makefiles uses "cp -d",
a switch which is only available with the Gnu version of cp.
FreeBSD's cp reports this as an illegal option and the make terminates
with a fatal error.

The line in question can be found at work/libcoyotl-3.1.0/docs/Makefile.in, line 355:

	cp -dR html/* $(DESTDIR)$(htmldir)

The same line appears unchanged in the resulting Makefile after Makefile.in is processed.

>How-To-Repeat:
>Fix:

Patch this line to use appropriate switches for FreeBSD cp.

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



More information about the freebsd-ports-bugs mailing list