Bug 66682 - [patch] x11-servers/xorg-server does not package on amd64
Summary: [patch] x11-servers/xorg-server does not package on amd64
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-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-16 10:50 UTC by ftigeot
Modified: 2004-05-18 06:30 UTC (History)
1 user (show)

See Also:


Attachments
xorg-server.diff (812 bytes, patch)
2004-05-16 10:50 UTC, ftigeot
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ftigeot 2004-05-16 10:50:19 UTC
	The x11-servers/xorg-server builds and runs correctly on an amd64
	system but the list of installed files is incorrect, which prevents
	the port from packaging.

Fix: Apply the attached patch to fix the problem.
How-To-Repeat: 
	After installing the port, try to make a package. The package creation
	fails with the following errors:

	===>  Building package for xorg-server-6.7.0_1
	Creating package /usr/ports/x11-servers/xorg-server/xorg-server-6.7.0_1.tbz
	Registering depends: freetype2-2.1.7_3 imake-4.3.0_2 libXau-0.1.1_1 libXdmcp-0.1.3 perl-5.6.1_15 pkgconfig-0.15.0_1 xproto-6.6.2.
	Registering conflicts: XFree86-Server-*.
	Creating bzip'd tar ball in '/usr/ports/x11-servers/xorg-server/xorg-server-6.7.0_1.tbz'
	tar: man/man1/scanpci.1.gz: Cannot stat: No such file or directory
	tar: lib/X11/doc/html/scanpci.1.html: Cannot stat: No such file or directory
	tar: lib/modules/drivers/via_drv.o: Cannot stat: No such file or directory
	tar: Error exit delayed from previous errors
	pkg_create: make_dist: tar command failed with code 512
	*** Error code 1
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-05-16 17:58:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->x11

Over to maintainers.
Comment 2 Eric Anholt freebsd_committer freebsd_triage 2004-05-18 06:30:04 UTC
State Changed
From-To: open->closed

Committed, thanks!