Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2014 12:56:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193993] New: mail/milter-greylist: Missing run-dependencies
Message-ID:  <bug-193993-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 193993
           Summary: mail/milter-greylist: Missing run-dependencies
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: bugzilla.freebsd@omnilan.de
                CC: m.tsatsenko@gmail.com
                CC: m.tsatsenko@gmail.com
             Flags: maintainer-feedback?(m.tsatsenko@gmail.com)

After adding milter-greylist with pkg, it's not possible to start it since (in
my case):
Shared object "libGeoIP.so.1" not found, required by "milter-greylist"
Shared object "libspf2.so.2" not found, required by "milter-greylist"

Port's Makefile has only BUILD_DEPENDS for SPF, CURL and GEOIP, which should
read RUN_DEPENDS I guess:
--- Makefile    2014-08-28 09:51:11.196503290 +0200
+++ /tmp/Makefile       2014-09-28 14:54:49.000000000 +0200
@@ -37,9 +37,9 @@
 POSTFIX_DESC=          Use Postfix instead of Sendmail

 P0F_RUN_DEPENDS+=      p0f:${PORTSDIR}/net-mgmt/p0f
-SPF_BUILD_DEPENDS+=    libspf2>=1.2.5:${PORTSDIR}/mail/libspf2
-CURL_BUILD_DEPENDS+=   curl>=7.18:${PORTSDIR}/ftp/curl
-GEOIP_BUILD_DEPENDS+=  GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
+SPF_RUN_DEPENDS+=      libspf2>=1.2.5:${PORTSDIR}/mail/libspf2
+CURL_RUN_DEPENDS+=     curl>=7.18:${PORTSDIR}/ftp/curl
+GEOIP_RUN_DEPENDS+=    GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP

 POSTFIX_CONFIGURE_ENABLE=      postfix
 P0F_CONFIGURE_ENABLE=          p0f306

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Maintainer CC'd

-- 
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-193993-13>