Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2012 11:57:52 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303962 - head/net/netatalk3/files
Message-ID:  <201209091157.q89Bvqkq069071@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Sun Sep  9 11:57:52 2012
New Revision: 303962
URL: http://svn.freebsd.org/changeset/ports/303962

Log:
  These files were forgotten in the last commit.

Added:
  head/net/netatalk3/files/patch-Makefile.in   (contents, props changed)
  head/net/netatalk3/files/patch-etc_netatalk_Makefile.in   (contents, props changed)

Added: head/net/netatalk3/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/netatalk3/files/patch-Makefile.in	Sun Sep  9 11:57:52 2012	(r303962)
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- Makefile.in.orig	2012-09-03 11:10:13.000000000 -0400
++++ Makefile.in	2012-09-03 11:10:22.000000000 -0400
+@@ -344,7 +344,7 @@ target_vendor = @target_vendor@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = libatalk libevent bin config etc man contrib distrib include doc macros test
++SUBDIRS = libatalk bin config etc man contrib distrib include doc macros test
+ EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION
+ ACLOCAL_AMFLAGS = -I macros
+ AUTOMAKE_OPTIONS = foreign

Added: head/net/netatalk3/files/patch-etc_netatalk_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/netatalk3/files/patch-etc_netatalk_Makefile.in	Sun Sep  9 11:57:52 2012	(r303962)
@@ -0,0 +1,17 @@
+$FreeBSD$
+
+--- etc/netatalk/Makefile.in.orig	2012-09-03 11:16:51.000000000 -0400
++++ etc/netatalk/Makefile.in	2012-09-03 11:19:41.000000000 -0400
+@@ -62,6 +62,12 @@ sbin_PROGRAMS = netatalk$(EXEEXT)
+ @USE_BUILTIN_LIBEVENT_TRUE@am__append_2 = \
+ @USE_BUILTIN_LIBEVENT_TRUE@	$(top_builddir)/libevent/libevent.la
+ 
++am__append_1 = \
++	       -I%%LOCALBASE%%/include/event2
++
++am__append_2 = \
++	       %%LOCALBASE%%/lib/event2/libevent.la
++
+ subdir = etc/netatalk
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4



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