Bug 87483 - [patch] sysutils/gdmap makefile broken
Summary: [patch] sysutils/gdmap makefile broken
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-15 15:10 UTC by Dmitry Marakasov
Modified: 2005-10-15 18:40 UTC (History)
0 users

See Also:


Attachments
gdmap.patch (351 bytes, patch)
2005-10-15 15:10 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!