Bug 160181

Summary: can not make install in net/netatalk when WITHOUT APPLETALK
Product: Ports & Packages Reporter: you.akira.noda
Component: Individual Port(s)Assignee: Joe Marcus Clarke <marcus>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description you.akira.noda 2011-08-25 14:00:20 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-25 14:00:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marcus

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2011-08-28 08:40:04 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-08-28 08:40:15 UTC
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"