From owner-svn-ports-head@FreeBSD.ORG Sun May 5 22:05:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C45FC989; Sun, 5 May 2013 22:05:55 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B787DF1C; Sun, 5 May 2013 22:05:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r45M5tS5072993; Sun, 5 May 2013 22:05:55 GMT (envelope-from marcus@svn.freebsd.org) Received: (from marcus@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r45M5toE072992; Sun, 5 May 2013 22:05:55 GMT (envelope-from marcus@svn.freebsd.org) Message-Id: <201305052205.r45M5toE072992@svn.freebsd.org> From: Joe Marcus Clarke Date: Sun, 5 May 2013 22:05:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317447 - head/net/netatalk3/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 May 2013 22:05:55 -0000 Author: marcus Date: Sun May 5 22:05:55 2013 New Revision: 317447 URL: http://svnweb.freebsd.org/changeset/ports/317447 Log: Fix the build when netatalk3 is already installed. Modified: head/net/netatalk3/files/patch-etc_apfd_Makefile.in Modified: head/net/netatalk3/files/patch-etc_apfd_Makefile.in ============================================================================== --- head/net/netatalk3/files/patch-etc_apfd_Makefile.in Sun May 5 22:04:24 2013 (r317446) +++ head/net/netatalk3/files/patch-etc_apfd_Makefile.in Sun May 5 22:05:55 2013 (r317447) @@ -1,5 +1,14 @@ --- etc/afpd/Makefile.in.orig 2013-03-26 05:37:00.000000000 -0400 -+++ etc/afpd/Makefile.in 2013-04-28 16:36:58.000000000 -0400 ++++ etc/afpd/Makefile.in 2013-05-05 18:03:24.000000000 -0400 +@@ -150,7 +150,7 @@ hash_LDADD = $(LDADD) + hash_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(hash_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) ++DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/include + depcomp = $(SHELL) $(top_srcdir)/depcomp + am__depfiles_maybe = depfiles + am__mv = mv -f @@ -401,7 +401,7 @@ afpd_SOURCES = afp_avahi.c afp_config.c afpd_LDADD = $(top_builddir)/libatalk/libatalk.la @LIBGCRYPT_LIBS@ \ @QUOTA_LIBS@ @WRAP_LIBS@ @LIBADD_DL@ @ACL_LIBS@ \