- Take maintainership, see http://lists.freebsd.org/pipermail/freebsd-ports/2011-October/071195.html - Use %%DATADIR%% in plist where appropriate - Add a few TEST_DEPENDS. Most of the tests pass, the ones that don't seem to be upstream issues and/or already existing
12 lines
414 B
Text
12 lines
414 B
Text
--- ./configure.ac.orig 2011-12-02 14:48:40.000000000 -0500
|
|
+++ ./configure.ac 2012-02-11 04:24:40.222339225 -0500
|
|
@@ -2,8 +2,7 @@
|
|
AC_CONFIG_SRCDIR([src/augeas.c])
|
|
AC_CONFIG_AUX_DIR([build/aux])
|
|
AM_CONFIG_HEADER([config.h])
|
|
-AM_INIT_AUTOMAKE([-Wno-portability 1.11 color-tests parallel-tests])
|
|
-AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
|
|
+AM_INIT_AUTOMAKE()
|
|
|
|
|
|
dnl Check for NaturalDocs
|