Bug 47439

Summary: [MAINTAINER] Fix security/opencdk on -CURRENT
Product: Ports & Packages Reporter: Sergei Kolobov <sergei>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
opencdk-0.4.1.patch none

Description Sergei Kolobov 2003-01-24 17:20:01 UTC
- Fix build on 5.x (tested on -CURRENT): use <stdlib.h> instead of <malloc.h>
- Removed bogus libgnugetopt dependency 
- Re-sort MASTER_SITES to give HTTP servers priority over FTP
- Temporarily move the main site (ftp.gnutls.org) to the end of the list
  due to its unavailability
- Use --with-libgcrypt-prefix argument to configure instead of 
  manually overriding CPPFLAGS and LDFLAGS

Files added:
- patch-tests::Makefile.in
- patch-malloc.h

I will submit the patches to the OpenCDK developers shortly for inclusion 
in the next upstream release.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-01-24 23:13:58 UTC
State Changed
From-To: open->closed

Committed thanks. (I used REINPLACE_CMD instead of patch-malloc.h)