svn commit: r303962 - head/net/netatalk3/files

Joe Marcus Clarke marcus at FreeBSD.org
Sun Sep 9 11:57:53 UTC 2012


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 at 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



More information about the svn-ports-all mailing list