Bug 50467

Summary: Fix for port net/citadel
Product: Ports & Packages Reporter: brian
Component: Individual Port(s)Assignee: Edwin Groothuis <edwin>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description brian 2003-03-31 05:20:07 UTC
	Corrects the looping package-creation bug in the Citadel package.
	Also fixes a bug which stopped FreeBSD 5.0 builds.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-04-13 13:02:05 UTC
State Changed
From-To: open->feedback

Please send the diff to the port, not to the shar-file :-) 
Also: port doesn't build on 5.0: 

cc citserver.ro user_ops.ro support.ro room_ops.ro file_ops.ro msgbase.ro config.ro sysdep.ro locate_host.ro housekeeping.ro  control.ro logging.ro policy.ro dynloader.ro tools.ro mime_parser.ro html.ro internet_addressing.ro parsedate.ro genstamp.ro clientsocket.ro  getutline.ro  -rdynamic -pthread  
-o citserver 
citserver.ro: In function `begin_session': 
citserver.ro(.text+0x1662): warning: tmpnam() possibly used unsafely; consider using mkstemp() 
citserver.ro: In function `master_startup': 
citserver.ro(.text+0x2f): undefined reference to `open_databases' 
citserver.ro(.text+0x3d): undefined reference to `defrag_databases' 
citserver.ro: In function `master_cleanup': 
citserver.ro(.text+0x19e): undefined reference to `close_databases' 
user_ops.ro: In function `getuser': 



Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2003-04-13 13:02:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

I'll handle it withcsubmitter
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2003-09-04 00:19:43 UTC
State Changed
From-To: feedback->closed

Commited, thanks! 
(added small patch to fix detection of gdbm on non /usr/local system)