Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2011 12:57:25 GMT
From:      akira noda <you.akira.noda@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160181: can not make install in net/netatalk when WITHOUT APPLETALK
Message-ID:  <201108251257.p7PCvPiQ016701@red.freebsd.org>
Resent-Message-ID: <201108251300.p7PD0K5B059426@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160181
>Category:       ports
>Synopsis:       can not make install in net/netatalk when WITHOUT APPLETALK
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 25 13:00:20 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     akira noda
>Release:        FreeBSD 8.2
>Organization:
K*BUG
>Environment:
FreeBSD mast.local 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
when you make config and do not select APPLETALK option.
make install will fail.


>How-To-Repeat:
cd /usr/ports/net/netatalk/ 
make config  #do not select APPPLETALK here
make install  

>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



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108251257.p7PCvPiQ016701>