when you make config and do not select APPLETALK option. make install will fail. Fix: remove atalkd.conf and papd.conf from "FILES" in Makefile. like this ... FILES= AppleVolumes.default AppleVolumes.system afpd.conf \ netatalk.conf .if defined(WITH_APPLETALK) FILES+= atalkd.conf papd.conf .endif How-To-Repeat: cd /usr/ports/net/netatalk/ make config #do not select APPPLETALK here make install
Responsible Changed From-To: freebsd-ports-bugs->marcus Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed, thanks!
marcus 2011-08-28 07:40:00 UTC FreeBSD ports repository Modified files: net/netatalk Makefile Log: Fix installation when WITHOUT_NETATALK is defined. PR: 160181 Submitted by: akira noda <you.akira.noda@gmail.com> Revision Changes Path 1.102 +2 -2 ports/net/netatalk/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"