Bug 21045 - Port Broken: xblast
Summary: Port Broken: xblast
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: Stefan Eßer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-09-05 01:30 UTC by mhenrion
Modified: 2000-10-20 22:19 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mhenrion 2000-09-05 01:30:00 UTC
rm -f xbsndsrv
cc -o xbsndsrv       -L/usr/X11R6/lib xbsndsrv.o       -Wl,-rpath,/usr/X11R6/librm -f xblast.1.html xblast.1-html
rman -f HTML < xblast.man > xblast.1-html && mv -f xblast.1-html xblast.1.html
make: don't know how to make xbsndsrv.man. Stop
*** Error code 2

Stop in /usr/ports/games/xblast.
*** Error code 1

Fix: 

dunno. it seems the Makefile is fucked up but i'm not skilled enough on this to say why.
How-To-Repeat: cd /usr/ports/games/xblast && make
Comment 1 Ade Lovett freebsd_committer freebsd_triage 2000-09-16 20:14:07 UTC
Responsible Changed
From-To: freebsd-ports->se

Over to maintainer
Comment 2 Stefan Eßer freebsd_committer freebsd_triage 2000-10-20 22:14:54 UTC
State Changed
From-To: open->closed

There is no man page for xbsndsrv (and none is required, since this program 
is run under control of the xblast process). Fix the build by removal of the 
InstallManPage target in the Imakefile. This is an ugly hack, but I did not  
find an easy way to replace ComplexProgramTarget with a macro that does not  
require the man page.