Bug 87483

Summary: [patch] sysutils/gdmap makefile broken
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
gdmap.patch none

Description Dmitry Marakasov 2005-10-15 15:10:14 UTC
	sysutils/gdmap doesn't compile because of broken Makefile:

	===>  Extracting for gdmap-0.5.0
	=> Checksum OK for gdmap-0.5.0.tar.gz.
	===>  Patching for gdmap-0.5.0
	sed: -i may not be used with stdin
	*** Error code 1

	Stop in /usr/ports/sysutils/gdmap.

	Reason is missing backslash on the end of the line in REINPLACE_CMD

How-To-Repeat: 	cd /usr/ports/sysutiles/gdmap && make
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2005-10-15 18:40:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!