Bug 50368 - mail/imp3: install error if defined(WITHOUT_TURBA)
Summary: mail/imp3: install error if defined(WITHOUT_TURBA)
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: 2003-03-27 20:40 UTC by Thierry Thomas
Modified: 2003-03-30 02:06 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (2.94 KB, patch)
2003-03-27 20:40 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas 2003-03-27 20:40:13 UTC
	Problem reported on comp.unix.bsd.freebsd.misc (see
	Message-ID: <news:ERrga.251$%m.369385497@news.nnrp.ca>).
	'make -DWITHOUT_TURBA install' tries to copy an unknown file.

Fix: Pre-requisite: patch against 3.2.1, PR ports/48645 should have been committed.

	Please apply the following patch:

How-To-Repeat: 	cd /usr/ports/mail/imp3
	sudo make -DWITHOUT_TURBA install
	...
	cp: /usr/local/www/horde/turba/config/conf.php: No such file or directory
	*** Error code 1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-03-30 02:06:28 UTC
State Changed
From-To: open->closed

Commited, thanks!