Bug 160181 - can not make install in net/netatalk when WITHOUT APPLETALK
Summary: can not make install in net/netatalk when WITHOUT APPLETALK
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-25 14:00 UTC by you.akira.noda
Modified: 2011-08-28 08:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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"