Bug 40664 - spamass-milter does not build on -CURRENT
Summary: spamass-milter does not build on -CURRENT
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: Hye-Shik Chang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-16 20:10 UTC by tom
Modified: 2002-08-16 04:48 UTC (History)
0 users

See Also:


Attachments
file.diff (346 bytes, patch)
2002-07-16 20:10 UTC, tom
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tom 2002-07-16 20:10:04 UTC
	string, cout, cerr & endl are not declared

	apparently neither base system c++ nor g++31 port import the
	std namespace by default.

	this seems to be a GCC 3.1 issue because this port does build 
	properly on FreeBSD 4.x systems

How-To-Repeat: 	cd /usr/ports/mail/spamass-milter
	make
Comment 1 Hye-Shik Chang freebsd_committer freebsd_triage 2002-08-13 12:14:24 UTC
Responsible Changed
From-To: freebsd-ports->perky

I'll handle this
Comment 2 Hye-Shik Chang freebsd_committer freebsd_triage 2002-08-16 04:47:13 UTC
State Changed
From-To: open->closed

Committed. Thanks!