[Lunar-commits] <moonbase-other> netatalk: resolved conflict with libevent, added cracklib support option

v4hn me at v4hn.de
Sun Oct 7 12:13:25 CEST 2012


commit d9febb8cd9738c83e35e9bfc6d809ec5b268c515
Author: elh <etherlaugh at me.com>
Date: Sun, 07 Oct 2012 03:13:25 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/d9febb8cd9738c83e35e9bfc6d809ec5b268c515

netatalk: resolved conflict with libevent, added cracklib support option

Netatalk builds by default its own version of libevent and upon
installation replaces libevent system files. That is fixed by
adding libevent dependency and appropriate configuration options.
Also an option for cracklib support has been added.
---
  net/netatalk/CONFIGURE | +2/-0     
  net/netatalk/DEPENDS   | +6/-0     
  net/netatalk/DETAILS   | +1/-1     
  3 files changed, 9 insertions(+), 1 deletion(-)

--- /dev/null
+++ b/net/netatalk/CONFIGURE
@@ -0,0 +1,2 @@
+OPTS="--with-libevent-header=/usr/include --with-libevent-lib=/usr/lib"
+echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG
--- a/net/netatalk/DEPENDS
+++ b/net/netatalk/DEPENDS
@@ -1,4 +1,5 @@
 depends db
+depends libevent
 depends libgcrypt
 
 optional_depends "avahi" \
@@ -10,3 +11,8 @@ optional_depends "Linux-PAM" \
                  "--with-pam" \
                  "--without-pam" \
                  "for PAM support"
+
+optional_depends "cracklib" \
+                 "--with-cracklib=/usr/share/cracklib" \
+                 "--without-cracklib" \
+                 "for cracklib support"
--- a/net/netatalk/DETAILS
+++ b/net/netatalk/DETAILS
@@ -5,7 +5,7 @@
       SOURCE_VFY=sha1:6bea839c0e6a6e09e72fe35324a0edda3f7494f4
         WEB_SITE=http://netatalk.sourceforge.net/
          ENTERED=20121003
-         UPDATED=20121004
+         UPDATED=20121006
            SHORT="Open Source AFP fileserver."
 
 cat << EOF




More information about the Lunar-commits mailing list