DragonFlyBSD / DPorts

The dedicated application build system for DragonFly BSD
Other
89 stars 44 forks source link

Netatalk has wrong lockfile location #157

Closed cHolzberger closed 9 years ago

cHolzberger commented 9 years ago

Netatalk tries to use lock file /var/spool/locks/netatalk while /var/spool/lock/netatalk would be right.

please add "--with-lockfile=/var/spool/lock/netatalk“ to CONFIGURE_OPTS.

jrmarino commented 9 years ago

CONFIGURE_OPTS? Do you mean CONFIGURE_ARGS?

There is no mention of CONFIGURE_OPTIONS on net/netatalk3 port

cHolzberger commented 9 years ago

yeah, i mean CONFIGURE_ARGS

jrmarino commented 9 years ago

okay, done.