Bug 41204 - rdesktop port broken
Summary: rdesktop port 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 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-31 17:20 UTC by simon
Modified: 2002-07-31 23:12 UTC (History)
0 users

See Also:


Attachments
file.diff (489 bytes, patch)
2002-07-31 17:20 UTC, simon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description simon 2002-07-31 17:20:01 UTC
The rdesktop port cannot install due to an error in the makefile :

[root@marvin:rdesktop] make install
===>  Installing for rdesktop-1.0.0.p19.7.6_1
===>   rdesktop-1.0.0.p19.7.6_1 depends on shared library: X11.6 - found
install -c -m 755 -s rdesktop /usr/local/bin
install -c -m 755 -s rdp-srvr /usr/local/bin
install: rdp-srvr: No such file or directory
gmake: *** [install] Error 71
*** Error code 2

The problem appears to be caused by the change from PERL to REINPLACE_CMD
since the sed regexps is a bit different.

How-To-Repeat: 	cd /usr/ports/net/rdesktop && make install
Comment 1 Christian Weisgerber freebsd_committer freebsd_triage 2002-07-31 23:12:16 UTC
State Changed
From-To: open->closed

Committed, thanks!