Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2015 10:22:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200237] [PACTH] mail/up-imapproxy: Fix build with LibreSSL
Message-ID:  <bug-200237-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200237

            Bug ID: 200237
           Summary: [PACTH] mail/up-imapproxy: Fix build with LibreSSL
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: spil.oss@gmail.com

Created attachment 156820
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156820&action=edit
svn diff for mail/up-imapproxy

Currently mail/up-imapproxy does not build with LibreSSL because of the removed
RAND_egd function. FreeBSD has not needed RAND_egd since FreeBSD 2.2 when
random(2) was added.

1. Fix build with LibreSSL (patch-configure.in patch-src_main.c)
2. Remove config.h.in patch (autoreconf regenerates it)
3. re-roll patches with make makepatch (split patch-ssl)
4. Convert to Options helpers for RUN_DEPENDS and SUB_LIST
5. USE_AUTOTOOLS to USES= autoreconf (trade make warning for configure
warnings)

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200237-13>