[Bug 193993] New: mail/milter-greylist: Missing run-dependencies

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Sep 28 12:56:37 UTC 2014


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 at FreeBSD.org
          Reporter: bugzilla.freebsd at omnilan.de
                CC: m.tsatsenko at gmail.com
                CC: m.tsatsenko at gmail.com
             Flags: maintainer-feedback?(m.tsatsenko at 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 at FreeBSD.org> ---
Maintainer CC'd

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


More information about the freebsd-ports-bugs mailing list