Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2018 12:47:58 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472376 - in head: Mk/Uses accessibility/redshift audio/ifp-line audio/ifp-line/files cad/repsnapper cad/repsnapper/files deskutils/multisync deskutils/multisync/files deskutils/pinot/f...
Message-ID:  <201806141247.w5EClwY4053686@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Jun 14 12:47:58 2018
New Revision: 472376
URL: https://svnweb.freebsd.org/changeset/ports/472376

Log:
  Update automake to 1.16.1.  Also remove automake-wrapper.  We haven't had
  multiple versions of automake in years and probably won't in the future.
  
  PR:		228809
  Exp-run by:	antoine
  Approved by:	portmgr (antoine)

Added:
  head/audio/ifp-line/files/patch-configure   (contents, props changed)
  head/cad/repsnapper/files/
  head/cad/repsnapper/files/patch-configure.ac   (contents, props changed)
  head/deskutils/multisync/files/patch-src-libversit-Makefile.am   (contents, props changed)
  head/deskutils/pinot/files/patch-Core_Makefile.am   (contents, props changed)
  head/devel/liblouis/files/patch-tools_Makefile.am   (contents, props changed)
  head/devel/libsmpp34/files/patch-binary-Makefile.am   (contents, props changed)
  head/mail/anubis/files/patch-src_Makefile.am   (contents, props changed)
  head/net-mgmt/riemann-c-client/files/
  head/net-mgmt/riemann-c-client/files/patch-Makefile.am   (contents, props changed)
Deleted:
  head/audio/ifp-line/files/patch-Makefile.am
  head/devel/automake-wrapper/
  head/devel/automake/files/
  head/devel/libsmpp34/files/patch-binary-Makefile.in
Modified:
  head/Mk/Uses/autoreconf.mk
  head/accessibility/redshift/Makefile
  head/audio/ifp-line/Makefile
  head/cad/repsnapper/Makefile
  head/deskutils/multisync/Makefile
  head/devel/Makefile
  head/devel/automake/Makefile
  head/devel/automake/distinfo
  head/devel/automake/pkg-plist
  head/devel/autotools/Makefile
  head/devel/git-merge-changelog/Makefile
  head/devel/kBuild/Makefile
  head/devel/libsmpp34/Makefile
  head/devel/tclreadline/Makefile
  head/devel/xfce4-dev-tools/Makefile
  head/emulators/tme/Makefile
  head/emulators/tme/files/patch-configure.in
  head/graphics/agg/Makefile
  head/math/givaro/Makefile
  head/net-mgmt/riemann-c-client/Makefile
  head/net/ntop/Makefile
  head/textproc/ots/Makefile
  head/textproc/randlm/Makefile
  head/x11/cinnamon/files/patch-src_Makefile.am

Modified: head/Mk/Uses/autoreconf.mk
==============================================================================
--- head/Mk/Uses/autoreconf.mk	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/Mk/Uses/autoreconf.mk	Thu Jun 14 12:47:58 2018	(r472376)
@@ -54,11 +54,8 @@
 _INCLUDE_USES_AUTORECONF_MK=	yes
 _USES_POST+=	autoreconf
 
-BUILD_DEPENDS+=	autoconf-2.69:devel/autoconf \
-		autoheader-2.69:devel/autoconf \
-		autoreconf-2.69:devel/autoconf \
-		aclocal-1.15:devel/automake \
-		automake-1.15:devel/automake
+BUILD_DEPENDS+=	autoconf>=2.69:devel/autoconf \
+		automake>=1.16.1:devel/automake
 
 .if defined(libtool_ARGS) && empty(libtool_ARGS:Mbuild)
 BUILD_DEPENDS+=	libtoolize:devel/libtool

Modified: head/accessibility/redshift/Makefile
==============================================================================
--- head/accessibility/redshift/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/accessibility/redshift/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -12,19 +12,16 @@ COMMENT=	Adjusts the color temperature of your screen
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gettext gmake libtool localbase pkgconfig shebangfix tar:bzip2
+USES=		autoreconf:build gettext gmake libtool localbase pkgconfig \
+		shebangfix tar:bzip2
 USE_GITHUB=	yes
 GH_ACCOUNT=	jonls
+USE_GNOME=	intltool
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 SHEBANG_FILES=	src/redshift-gtk/redshift-gtk.in
 
 CONFIGURE_ARGS+=	--disable-wingdi
-
-BUILD_DEPENDS=	autoconf-2.69:devel/autoconf \
-		automake-1.15:devel/automake \
-		libtoolize:devel/libtool \
-		intltool>=0:textproc/intltool
 
 LIB_DEPENDS=	libdrm.so:graphics/libdrm \
 		libgeoclue-2.so:net/geoclue

Modified: head/audio/ifp-line/Makefile
==============================================================================
--- head/audio/ifp-line/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/audio/ifp-line/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -13,20 +13,15 @@ COMMENT=	Command line interface to iRiver music player
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		autoreconf iconv
+USES=		iconv
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	LIBUSB_LIBS=-lusb
 MAKE_JOBS_UNSAFE=	yes
 
-LDFLAGS+=	-lusb
-
 PLIST_FILES=	bin/ifp man/man1/ifp.1.gz
 PORTDOCS=	NEWS README TIPS nonroot.sh
 
 OPTIONS_DEFINE=	DOCS
-
-post-patch:
-	@${REINPLACE_CMD} -e \
-		'/LIBUSB/s|ERROR|WARN|' ${WRKSRC}/configure.ac
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ifp ${STAGEDIR}${PREFIX}/bin

Added: head/audio/ifp-line/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/ifp-line/files/patch-configure	Thu Jun 14 12:47:58 2018	(r472376)
@@ -0,0 +1,284 @@
+--- configure.orig	2005-12-10 07:27:54 UTC
++++ configure
+@@ -3860,281 +3860,6 @@ _ACEOF
+ 
+ 
+ 
+-# Check whether --with-libusb-prefix or --without-libusb-prefix was given.
+-if test "${with_libusb_prefix+set}" = set; then
+-  withval="$with_libusb_prefix"
+-  libusb_prefix="$withval"
+-else
+-  libusb_prefix=""
+-fi;
+-
+-# Check whether --with-libusb-exec-prefix or --without-libusb-exec-prefix was given.
+-if test "${with_libusb_exec_prefix+set}" = set; then
+-  withval="$with_libusb_exec_prefix"
+-  libusb_exec_prefix="$withval"
+-else
+-  libusb_exec_prefix=""
+-fi;
+-
+-    if test x$libusb_exec_prefix != x ; then
+-	libusb_config_args="$libusb_config_args --exec-prefix=$libusb_exec_prefix"
+-	if test x${LIBUSB_CONFIG+set} != xset ; then
+-	    LIBUSB_CONFIG=$libusb_exec_prefix/bin/libusb-config
+-	fi
+-    fi
+-    if test x$libusb_prefix != x ; then
+-	libusb_config_args="$libusb_config_args --prefix=$libusb_prefix"
+-	if test x${LIBUSB_CONFIG+set} != xset ; then
+-	    LIBUSB_CONFIG=$libusb_prefix/bin/libusb-config
+-	fi
+-    fi
+-
+-    # Extract the first word of "libusb-config", so it can be a program name with args.
+-set dummy libusb-config; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+-if test "${ac_cv_path_LIBUSB_CONFIG+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  case $LIBUSB_CONFIG in
+-  [\\/]* | ?:[\\/]*)
+-  ac_cv_path_LIBUSB_CONFIG="$LIBUSB_CONFIG" # Let the user override the test with a path.
+-  ;;
+-  *)
+-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
+-do
+-  IFS=$as_save_IFS
+-  test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+-    ac_cv_path_LIBUSB_CONFIG="$as_dir/$ac_word$ac_exec_ext"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
+-  fi
+-done
+-done
+-
+-  test -z "$ac_cv_path_LIBUSB_CONFIG" && ac_cv_path_LIBUSB_CONFIG="no"
+-  ;;
+-esac
+-fi
+-LIBUSB_CONFIG=$ac_cv_path_LIBUSB_CONFIG
+-
+-if test -n "$LIBUSB_CONFIG"; then
+-  echo "$as_me:$LINENO: result: $LIBUSB_CONFIG" >&5
+-echo "${ECHO_T}$LIBUSB_CONFIG" >&6
+-else
+-  echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
+-fi
+-
+-    min_libusb_version=0.1.7
+-    echo "$as_me:$LINENO: checking for libusb - version >= $min_libusb_version" >&5
+-echo $ECHO_N "checking for libusb - version >= $min_libusb_version... $ECHO_C" >&6
+-    no_libusb=""
+-    if test "$LIBUSB_CONFIG" = "no" ; then
+-	no_libusb="yes"
+-    else
+-	LIBUSB_CFLAGS=`$LIBUSB_CONFIG $libusb_config_args --cflags`
+-	LIBUSB_LIBS=`$LIBUSB_CONFIG $libusb_config_args --libs`
+-
+-	libusb_major_version=`$LIBUSB_CONFIG $libusb_args --version | \
+-		sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
+-	libusb_minor_version=`$LIBUSB_CONFIG $libusb_args --version | \
+-		sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
+-	libusb_micro_version=`$LIBUSB_CONFIG $libusb_args --version | \
+-		sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
+-	if test "x$enable_libusbtext" = "xyes" ; then
+-	    ac_save_CFLAGS="$CFLAGS"
+-	    ac_save_LIBS="$LIBS"
+-	    CFLAGS="$CFLAGS $LIBUSB_CFLAGS"
+-	    LIBS="$LIBS $LIBUSB_LIBS"
+-      rm -f conf.libusbtest
+-      if test "$cross_compiling" = yes; then
+-  echo $ac_n "cross compiling; assumed OK... $ac_c"
+-else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-
+-#include <stdio.h>
+-#include <stdlib.h>
+-#include <string.h>
+-#include <usb.h>
+-
+-char*
+-my_strdup (char *str)
+-{
+-  char *new_str;
+-
+-  if (str)
+-    {
+-      new_str = malloc ((strlen (str) + 1) * sizeof(char));
+-      strcpy (new_str, str);
+-    }
+-  else
+-    new_str = NULL;
+-
+-  return new_str;
+-}
+-
+-int main ()
+-{
+-  int major, minor, micro;
+-  char *tmp_version;
+-
+-  system ("touch conf.libusbtest");
+-
+-  /* HP/UX 9 (%@#!) writes to sscanf strings */
+-  tmp_version = my_strdup("$min_libusb_version");
+-  if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
+-     printf("%s, bad version string\n", "$min_libusb_version");
+-     exit(1);
+-   }
+-
+-    if (($libusb_major_version > major) ||
+-        (($libusb_major_version == major) && ($libusb_minor_version > minor)) ||
+-	(($libusb_major_version == major) && ($libusb_minor_version == minor) &&
+-	($libusb_micro_version >= micro)))
+-    {
+-      return 0;
+-    }
+-  else
+-    {
+-      printf("\n*** 'libusb-config --version' returned %d.%d, but the minimum version\n", $libusb_major_version, $libusb_minor_version);
+-      printf("*** of libusb required is %d.%d. If libusb-config is correct, then it is\n", major, minor);
+-      printf("*** best to upgrade to the required version.\n");
+-      printf("*** If libusb-config was wrong, set the environment variable LIBUSB_CONFIG\n");
+-      printf("*** to point to the correct copy of libusb-config, and remove the file\n");
+-      printf("*** config.cache before re-running configure\n");
+-      return 1;
+-    }
+-}
+-
+-
+-_ACEOF
+-rm -f conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+-  (eval $ac_link) 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+-  (eval $ac_try) 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; }; then
+-  :
+-else
+-  echo "$as_me: program exited with status $ac_status" >&5
+-echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-( exit $ac_status )
+-no_libusb=yes
+-fi
+-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+-fi
+-       CFLAGS="$ac_save_CFLAGS"
+-       LIBS="$ac_save_LIBS"
+-     fi
+-  fi
+-  if test "x$no_libusb" = x ; then
+-     echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
+-     :
+-  else
+-     echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
+-     if test "$LIBUSB_CONFIG" = "no" ; then
+-       echo "*** The libusb-config script installed by libusb could not be found"
+-       echo "*** If libusb was installed in PREFIX, make sure PREFIX/bin is in"
+-       echo "*** your path, or set the LIBUSB_CONFIG environment variable to the"
+-       echo "*** full path to libusb-config."
+-     else
+-       if test -f conf.libusbtest ; then
+-        :
+-       else
+-          echo "*** Could not run libusb test program, checking why..."
+-          CFLAGS="$CFLAGS $LIBUSB_CFLAGS"
+-          LIBS="$LIBS $LIBUSB_LIBS"
+-          cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-
+-#include <stdio.h>
+-#include <usb.h>
+-
+-int
+-main ()
+-{
+- return 0;
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+-  (eval $ac_link) 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } &&
+-	 { ac_try='test -z "$ac_c_werror_flag"
+-			 || test ! -s conftest.err'
+-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+-  (eval $ac_try) 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; } &&
+-	 { ac_try='test -s conftest$ac_exeext'
+-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+-  (eval $ac_try) 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; }; then
+-   echo "*** The test program compiled, but did not run. This usually means"
+-          echo "*** that the run-time linker is not finding libusb or finding the wrong"
+-          echo "*** version of libusb. If it is not finding libusb, you'll need to set your"
+-          echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
+-          echo "*** to the installed location  Also, make sure you have run ldconfig if that"
+-          echo "*** is required on your system"
+-	  echo "***"
+-          echo "*** If you have an old version installed, it is best to remove it, although"
+-          echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+- echo "*** The test program failed to compile or link. See the file config.log for the"
+-          echo "*** exact error that occured. This usually means libusb was incorrectly installed"
+-          echo "*** or that you have moved libusb since it was installed. In the latter case, you"
+-          echo "*** may want to edit the libusb-config script: $LIBUSB_CONFIG"
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+-      conftest$ac_exeext conftest.$ac_ext
+-          CFLAGS="$ac_save_CFLAGS"
+-          LIBS="$ac_save_LIBS"
+-       fi
+-     fi
+-     LIBUSB_CFLAGS=""
+-     LIBUSB_LIBS=""
+-     { { echo "$as_me:$LINENO: error: libusb is required." >&5
+-echo "$as_me: error: libusb is required." >&2;}
+-   { (exit 1); exit 1; }; }
+-  fi
+-
+-
+-  rm -f conf.libusbtest
+ 
+ 
+ # Checks for header files.

Modified: head/cad/repsnapper/Makefile
==============================================================================
--- head/cad/repsnapper/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/cad/repsnapper/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -3,7 +3,7 @@
 
 PORTNAME=	repsnapper
 DISTVERSION=	2.5a4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	cad
 
 MAINTAINER=	martin.dieringer@gmx.de
@@ -13,19 +13,19 @@ LICENSE=	GPLv2 BSD3CLAUSE MIT
 LICENSE_COMB=	multi
 
 LIB_DEPENDS=	libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm \
+		libpolyclipping.so:graphics/polyclipping \
 		libzip.so:archivers/libzip
-BUILD_DEPENDS+=	clang40:devel/llvm40
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	timschmidt
 
-USES=		compiler:c++11-lib autoreconf gmake libtool perl5 pkgconfig gettext
+USES=		compiler:c++11-lib autoreconf gettext gmake libtool localbase \
+		perl5 pkgconfig
 USE_GNOME=	gtkmm24 intltool libxml++26
 USE_GL=		gl
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 INSTALL_TARGET=	install-strip
 

Added: head/cad/repsnapper/files/patch-configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/repsnapper/files/patch-configure.ac	Thu Jun 14 12:47:58 2018	(r472376)
@@ -0,0 +1,25 @@
+--- configure.ac.orig	2017-06-02 13:20:16 UTC
++++ configure.ac
+@@ -30,9 +30,6 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE"
+ case "$host_os" in
+ freebsd*)
+ # Using clang:
+-  CC=clang40
+-  CPP=clang-cpp40
+-  CXX=clang++40
+ # or gcc5:
+ #  CC=gcc5
+ #  CPP=cpp5
+@@ -52,9 +49,12 @@ AC_TYPE_SSIZE_T
+ dnl check for installed clipperlib newer than 5.1.0 (has PolyNode)
+ AC_DEFINE([HAVE_CLIPPERLIB],[0],[Have external clipper])
+ CLIPPER_LIBS="libclipper.la"
++saved_LIBS=$LIBS
++LIBS="-lpolyclipping $LIBS"
+ AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <polyclipping/clipper.hpp>], [ClipperLib::PolyNode cnode])],
+     [AC_DEFINE([HAVE_CLIPPERLIB],[1]) CLIPPER_LIBS="-lpolyclipping"],
+     [AC_MSG_WARN([libclipper is not installed. Using internal copy.])])
++LIBS=$saved_LIBS
+ AC_SUBST(CLIPPER_LIBS)
+ 
+ 

Modified: head/deskutils/multisync/Makefile
==============================================================================
--- head/deskutils/multisync/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/deskutils/multisync/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -16,7 +16,6 @@ USE_GNOME=	gnomeprefix libgnomeui
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
-MAKE_JOBS_UNSAFE=	yes
 INSTALL_TARGET=	install-strip
 
 post-patch:

Added: head/deskutils/multisync/files/patch-src-libversit-Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/multisync/files/patch-src-libversit-Makefile.am	Thu Jun 14 12:47:58 2018	(r472376)
@@ -0,0 +1,11 @@
+--- src/libversit/Makefile.am.orig	2004-04-12 04:23:21 UTC
++++ src/libversit/Makefile.am
+@@ -20,7 +20,7 @@ libversit_la_SOURCES = $(VERSIT_SRC)
+ AM_CFLAGS = -D_VCTEST_CONSOLE
+ noinst_PROGRAMS = vctest
+ vctest_SOURCES = vctest.c
+-vctest_LDADD = -L. -lversit
++vctest_LDADD = libversit.la
+ 
+ EXTRA_DIST = README.TXT vcaltest.c vctest.c
+ 

Added: head/deskutils/pinot/files/patch-Core_Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/pinot/files/patch-Core_Makefile.am	Thu Jun 14 12:47:58 2018	(r472376)
@@ -0,0 +1,36 @@
+--- Core/Makefile.am.orig	2016-06-20 18:07:02 UTC
++++ Core/Makefile.am
+@@ -64,7 +64,7 @@ pinot_index_LDADD = \
+ 
+ pinot_index_SOURCES = pinot-index.cpp
+ 
+-pinot_index_DEPENDENCIES = libCore.la
++pinot_index_DEPENDENCIES = libCore.la libThread.la
+ 
+ pinot_search_LDFLAGS = \
+ 	-export-dynamic
+@@ -82,7 +82,7 @@ pinot_search_LDADD = \
+ pinot_search_SOURCES = \
+ 	pinot-search.cpp
+ 
+-pinot_search_DEPENDENCIES = libCore.la
++pinot_search_DEPENDENCIES = libCore.la libThread.la
+ 
+ pinot_dbus_daemon_LDFLAGS = \
+ 	-export-dynamic
+@@ -105,7 +105,7 @@ pinot_dbus_daemon_SOURCES = \
+ 	ServerThreads.cpp \
+ 	pinot-dbus-daemon.cpp
+ 
+-pinot_dbus_daemon_DEPENDENCIES = libCore.la
++pinot_dbus_daemon_DEPENDENCIES = libCore.la libThread.la
+ 
+ pinot_daemon_LDFLAGS = \
+ 	-export-dynamic
+@@ -128,5 +128,5 @@ pinot_daemon_SOURCES = \
+ 	ServerThreads.cpp \
+ 	pinot-dbus-daemon.cpp
+ 
+-pinot_daemon_DEPENDENCIES = libCore.la
++pinot_daemon_DEPENDENCIES = libCore.la libThread.la
+ 

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/devel/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -166,7 +166,6 @@
     SUBDIR += autodist
     SUBDIR += autogen
     SUBDIR += automake
-    SUBDIR += automake-wrapper
     SUBDIR += automoc4
     SUBDIR += autotools
     SUBDIR += avalon-framework

Modified: head/devel/automake/Makefile
==============================================================================
--- head/devel/automake/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/devel/automake/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	automake
-PORTVERSION=	1.15.1
+PORTVERSION=	1.16.1
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 
@@ -14,17 +14,15 @@ LICENSE_COMB=	multi
 LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING
 LICENSE_FILE_GFDL=	${WRKSRC}/doc/fdl.texi
 
-BUILD_DEPENDS=	autoconf-2.69:devel/autoconf
-RUN_DEPENDS=	autoconf-2.69:devel/autoconf \
-		automake-wrapper:devel/automake-wrapper
+BUILD_DEPENDS=	autoconf>=2.69:devel/autoconf
+RUN_DEPENDS=	autoconf>=2.69:devel/autoconf
 
-BUILD_VERSION=	1.15
+BUILD_VERSION=	1.16
 PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
 USES=		cpe makeinfo perl5 tar:xz
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--program-suffix=-${BUILD_VERSION}
 MAKE_ENV+=	MAKEINFOFLAGS=--no-split
-INFO=		automake
+INFO=		automake automake-history
 CPE_VENDOR=	gnu
 
 .include <bsd.port.mk>

Modified: head/devel/automake/distinfo
==============================================================================
--- head/devel/automake/distinfo	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/devel/automake/distinfo	Thu Jun 14 12:47:58 2018	(r472376)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497951299
-SHA256 (automake-1.15.1.tar.xz) = af6ba39142220687c500f79b4aa2f181d9b24e4f8d8ec497cea4ba26c64bedaf
-SIZE (automake-1.15.1.tar.xz) = 1509496
+TIMESTAMP = 1528387628
+SHA256 (automake-1.16.1.tar.xz) = 5d05bb38a23fd3312b10aea93840feec685bdf4a41146e78882848165d3ae921
+SIZE (automake-1.16.1.tar.xz) = 1534936

Modified: head/devel/automake/pkg-plist
==============================================================================
--- head/devel/automake/pkg-plist	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/devel/automake/pkg-plist	Thu Jun 14 12:47:58 2018	(r472376)
@@ -1,9 +1,12 @@
+bin/aclocal
 bin/aclocal-%%BUILD_VERSION%%
+bin/automake
 bin/automake-%%BUILD_VERSION%%
-man/man1/aclocal-%%BUILD_VERSION%%-%%BUILD_VERSION%%.1.gz
+man/man1/aclocal.1.gz
 man/man1/aclocal-%%BUILD_VERSION%%.1.gz
-man/man1/automake-%%BUILD_VERSION%%-%%BUILD_VERSION%%.1.gz
+man/man1/automake.1.gz
 man/man1/automake-%%BUILD_VERSION%%.1.gz
+share/aclocal/README
 share/aclocal-%%BUILD_VERSION%%/amversion.m4
 share/aclocal-%%BUILD_VERSION%%/ar-lib.m4
 share/aclocal-%%BUILD_VERSION%%/as.m4
@@ -113,4 +116,4 @@ share/automake-%%BUILD_VERSION%%/tap-driver.sh
 share/automake-%%BUILD_VERSION%%/test-driver
 share/automake-%%BUILD_VERSION%%/texinfo.tex
 share/automake-%%BUILD_VERSION%%/ylwrap
-@dir share/aclocal
+%%PORTDOCS%%%%DOCSDIR%%/amhello-1.0.tar.gz

Modified: head/devel/autotools/Makefile
==============================================================================
--- head/devel/autotools/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/devel/autotools/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -15,8 +15,8 @@ COMMENT=	Autotools meta-port
 
 RUN_DEPENDS=	libtoolize:devel/libtool \
 		autoconf-2.13:devel/autoconf213 \
-		autoconf-2.69:devel/autoconf \
-		automake-1.15:devel/automake
+		autoconf>=2.69:devel/autoconf \
+		automake>=1.15:devel/automake
 
 PLIST_FILES=	share/${PORTNAME}
 NO_BUILD=	yes

Modified: head/devel/git-merge-changelog/Makefile
==============================================================================
--- head/devel/git-merge-changelog/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/devel/git-merge-changelog/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -13,8 +13,8 @@ MAINTAINER=	knu@FreeBSD.org
 COMMENT=	Git "merge" driver for GNU style ChangeLog files
 
 EXTRACT_DEPENDS=	${GNULIB_DIR}/lib/${PORTNAME}.c:${GNULIB_PORTDIR}	\
-			automake-1.15:devel/automake		\
-			autoconf-2.69:devel/autoconf
+			automake>=1.15:devel/automake		\
+			autoconf>=2.69:devel/autoconf
 
 GNU_CONFIGURE=	yes
 

Modified: head/devel/kBuild/Makefile
==============================================================================
--- head/devel/kBuild/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/devel/kBuild/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -28,7 +28,8 @@ KBUILD_VERSION=	0.1.9998
 KBUILD_ARCH=	${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/:S/powerpc/ppc32/:C/armv.*/arm/}
 KBUILD_ENV=	AUTORECONF=${AUTORECONF} \
 		AUTOPOINT=true \
-		CFLAGS="-D_WITH_GETLINE -D_WITH_DPRINTF"
+		CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" \
+		LDFLAGS="${LDFLAGS}" MAKE="${MAKE_CMD}"
 KBUILD_TARGET=	${OPSYS:tl}
 
 KBUILD_BINS=	kDepIDB kDepObj kDepPre kObjCache kmk kmk_append kmk_ash \
@@ -48,9 +49,7 @@ GCC_DESC=	Build with GCC (should almost always be enab
 GCC_USE=	GCC=any
 
 post-patch:
-	for f in ${WRKSRC}/kBuild/tools/*.kmk; do \
-		${REINPLACE_CMD} -e 's|gcc|${CC}|g' $$f ; \
-	done
+	@${REINPLACE_CMD} 's|gcc|${CC}|g' ${WRKSRC}/kBuild/tools/*.kmk
 
 do-build:
 	cd ${WRKSRC} && ${SETENV} ${KBUILD_ENV} ./kBuild/env.sh --full ${MAKE_CMD} -f bootstrap.gmk

Added: head/devel/liblouis/files/patch-tools_Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/liblouis/files/patch-tools_Makefile.am	Thu Jun 14 12:47:58 2018	(r472376)
@@ -0,0 +1,11 @@
+--- tools/Makefile.am.orig	2018-06-04 16:18:47 UTC
++++ tools/Makefile.am
+@@ -14,7 +14,7 @@ lou_compare_CPPFLAGS = $(AM_CPPFLAGS) -w
+ LDADD =							\
+ 	$(top_builddir)/liblouis/liblouis.la		\
+ 	$(top_builddir)/tools/gnulib/libgnutools.la	\
+-	$(top_builddir)/tools/libbrlcheck.la		\
++	libbrlcheck.la					\
+ 	$(LTLIBINTL)
+ 
+ # libbrlcheck is a convenience library that contains functionality to

Modified: head/devel/libsmpp34/Makefile
==============================================================================
--- head/devel/libsmpp34/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/devel/libsmpp34/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -19,19 +19,14 @@ USES=		autoreconf libtool pathfix
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 
-MAKE_JOBS_UNSAFE=yes
-
 post-patch:
-	${REINPLACE_CMD} -e 's|AC_CONFIG_AUX_DIR.*|AC_CONFIG_AUX_DIR([.])|g' \
-		${WRKSRC}/configure.ac
-	${REINPLACE_CMD} -e 's|AM_CONFIG_HEADER.*|AM_CONFIG_HEADER([./config.h])|g' \
-		${WRKSRC}/configure.ac
-	${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/smpp34_dumpBuf.c
-	${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/smpp34_dumpPdu.c
-	${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/smpp34_pack.c
-	${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/smpp34_params.c
-	${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/smpp34_structs.c
-	${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/smpp34_unpack.c
-	${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version
+	@${REINPLACE_CMD} 's|malloc.h|stdlib.h|' \
+		${WRKSRC}/src/smpp34_dumpBuf.c \
+		${WRKSRC}/src/smpp34_dumpPdu.c \
+		${WRKSRC}/src/smpp34_pack.c \
+		${WRKSRC}/src/smpp34_params.c \
+		${WRKSRC}/src/smpp34_structs.c \
+		${WRKSRC}/src/smpp34_unpack.c
+	@${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version
 
 .include <bsd.port.mk>

Added: head/devel/libsmpp34/files/patch-binary-Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libsmpp34/files/patch-binary-Makefile.am	Thu Jun 14 12:47:58 2018	(r472376)
@@ -0,0 +1,11 @@
+--- binary/Makefile.am.orig	2012-11-07 07:32:31 UTC
++++ binary/Makefile.am
+@@ -5,7 +5,7 @@ include $(top_srcdir)/test_pdu/Makefile.am
+ include $(top_srcdir)/test_apps/Makefile.am
+ include $(top_srcdir)/src/Makefile.am
+ 
+-LDADD = $(top_srcdir)/binary/libsmpp34.la
++LDADD = libsmpp34.la
+ AM_CPPFLAGS = -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS
+ AM_CFLAGS = @CFLAGS@ -Wall -fPIC # -static
+ INCLUDES = -I../src -I..

Modified: head/devel/tclreadline/Makefile
==============================================================================
--- head/devel/tclreadline/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/devel/tclreadline/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -25,4 +25,7 @@ USE_LDCONFIG=	yes
 TCL_PKG=	${PORTNAME}${PORTVERSION}
 PLIST_SUB+=	PORTVERSION=${PORTVERSION} TCL_PKG=${TCL_PKG}
 
+post-patch:
+	@${RM} ${WRKSRC}/INSTALL
+
 .include <bsd.port.mk>

Modified: head/devel/xfce4-dev-tools/Makefile
==============================================================================
--- head/devel/xfce4-dev-tools/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/devel/xfce4-dev-tools/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -14,8 +14,8 @@ COMMENT=	Xfce development tools
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	autoconf-2.69:devel/autoconf \
-		automake-1.15:devel/automake \
+RUN_DEPENDS=	autoconf>=2.69:devel/autoconf \
+		automake>=1.15:devel/automake \
 		libtoolize:devel/libtool \
 		bash:shells/bash
 

Modified: head/emulators/tme/Makefile
==============================================================================
--- head/emulators/tme/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/emulators/tme/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -20,6 +20,7 @@ USE_GNOME=	gdkpixbuf2 gtk20
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static --disable-warnings
+CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
 MAKE_JOBS_UNSAFE=yes
 INSTALL_TARGET=	install-strip
 

Modified: head/emulators/tme/files/patch-configure.in
==============================================================================
--- head/emulators/tme/files/patch-configure.in	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/emulators/tme/files/patch-configure.in	Thu Jun 14 12:47:58 2018	(r472376)
@@ -1,6 +1,14 @@
---- configure.in.orig
+--- configure.in.orig	2010-06-05 19:56:37 UTC
 +++ configure.in
-@@ -599,18 +599,16 @@
+@@ -33,6 +33,7 @@ dnl POSSIBILITY OF SUCH DAMAGE.
+ 
+ dnl Checks that we are given a good source directory.
+ AC_INIT(ic/m68k/m68k-impl.h)
++AC_CONFIG_MACRO_DIR([m4])
+ AC_CANONICAL_SYSTEM
+ AM_INIT_AUTOMAKE(tme, 0.8)
+ 
+@@ -599,18 +600,14 @@ i[3456789]86-* | x86_64-*) misc_hosts="x86" ;;
  esac
  changequote([, ])dnl
  AC_MSG_RESULT([${misc_hosts}])
@@ -11,19 +19,19 @@
  
  dnl Configure for libtool.
 -AC_LIBLTDL_INSTALLABLE
-+LT_CONFIG_LTDL_DIR([libltdl])
-+LT_INIT([dlopen])
-+LTDL_INIT([installable])
- AC_SUBST(INCLTDL)
- AC_SUBST(LIBLTDL)
+-AC_SUBST(INCLTDL)
+-AC_SUBST(LIBLTDL)
 -AC_LIBTOOL_DLOPEN
 -AM_PROG_LIBTOOL
 -AC_SUBST(LTLIBOBJS)
 -AC_CONFIG_SUBDIRS(libltdl)
++LT_CONFIG_LTDL_DIR([libltdl])
++LT_INIT([dlopen])
++LTDL_INIT
  TME_PREOPEN=
  if test $enable_shared = no; then
    TME_PREOPEN='`sort -u $(top_builddir)/tme-preopen.txt`'
-@@ -683,11 +681,8 @@
+@@ -683,11 +680,8 @@ if test "x$gen_tmeconfig_h" = xyes; then
  #define _TMECONFIG_H
  
  TMEEOF

Modified: head/graphics/agg/Makefile
==============================================================================
--- head/graphics/agg/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/graphics/agg/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -21,11 +21,10 @@ GNU_CONFIGURE=	yes
 USES=		autoreconf gmake libtool pathfix pkgconfig
 USE_XORG=	x11
 USE_SDL=	sdl
-MAKE_ENV=	C="${CC}" AGGCXXFLAGS="${CXXFLAGS}"
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
-MAKE_JOBS_UNSAFE=	yes
 
-CXXFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./
+post-patch:
+	@${REINPLACE_CMD} 's/_LDFLAGS/_LDADD/' ${WRKSRC}/examples/Makefile.am
 
 .include <bsd.port.mk>

Added: head/mail/anubis/files/patch-src_Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/anubis/files/patch-src_Makefile.am	Thu Jun 14 12:47:58 2018	(r472376)
@@ -0,0 +1,23 @@
+--- src/Makefile.am.orig	2014-05-16 04:19:46 UTC
++++ src/Makefile.am
+@@ -25,7 +25,7 @@ bin_PROGRAMS = @ANUBIS_BIN_ADM@
+ EXTRA_PROGRAMS = $(adm_bin_programs) $(adm_sbin_programs)
+ 
+ noinst_LIBRARIES = libanubisdb.a
+-anubis_LDADD = ./libanubisdb.a $(top_builddir)/lib/libanubis.a\
++anubis_LDADD = libanubisdb.a $(top_builddir)/lib/libanubis.a\
+  @LIBINTL@ $(GUILE_LIBS) @LIBGNUTLS_LIBS@ @GSASL_LIBS@ 
+ 
+ anubis_SOURCES = \
+@@ -65,9 +65,9 @@ anubis_SOURCES = \
+  xdatabase.c 
+ 
+ anubisadm_SOURCES = anubisadm.c anubisadm.h adm.c
+-anubisadm_LDADD = ./libanubisdb.a $(top_builddir)/lib/libanubis.a @LIBINTL@
++anubisadm_LDADD = libanubisdb.a $(top_builddir)/lib/libanubis.a @LIBINTL@
+ anubisusr_SOURCES = anubisusr.c anubisusr.h usr.c
+-anubisusr_LDADD = ./libanubisdb.a $(top_builddir)/lib/libanubis.a @LIBINTL@ @LIBGNUTLS_LIBS@ @GSASL_LIBS@ 
++anubisusr_LDADD = libanubisdb.a $(top_builddir)/lib/libanubis.a @LIBINTL@ @LIBGNUTLS_LIBS@ @GSASL_LIBS@ 
+ 
+ if TLS_COND
+  TLS_C=tls.c

Modified: head/math/givaro/Makefile
==============================================================================
--- head/math/givaro/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/math/givaro/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -15,7 +15,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-se
 
 LIB_DEPENDS=	libgmp.so:math/gmp
 
-USES=		autoreconf compiler:c++11-lang libtool pathfix pkgconfig
+USES=		autoreconf compiler:c++11-lang gmake libtool pathfix pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gmp="${LOCALBASE}"
 USE_LDCONFIG=	yes

Modified: head/net-mgmt/riemann-c-client/Makefile
==============================================================================
--- head/net-mgmt/riemann-c-client/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/net-mgmt/riemann-c-client/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -28,8 +28,6 @@ TEST_TARGET=	check
 USE_GITHUB=	yes
 GH_ACCOUNT=	algernon
 
-MAKE_JOBS_UNSAFE=	yes
-
 post-patch:
 	@${REINPLACE_CMD} 's/-ldl//' ${WRKSRC}/Makefile.am
 

Added: head/net-mgmt/riemann-c-client/files/patch-Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/riemann-c-client/files/patch-Makefile.am	Thu Jun 14 12:47:58 2018	(r472376)
@@ -0,0 +1,11 @@
+--- Makefile.am.orig	2017-06-12 19:39:57 UTC
++++ Makefile.am
+@@ -46,7 +46,7 @@ lib_libriemann_client_la_SOURCES= \
+ 	lib/riemann/attribute.c	  \
+ 	lib/riemann/query.c	  \
+ 	lib/riemann/simple.c
+-$(am_lib_libriemann_client_la_OBJECTS): ${proto_files}
++BUILT_SOURCES = lib/riemann/proto/riemann.pb-c.h
+ noinst_HEADERS			= \
+ 	lib/riemann/_private.h	  \
+ 	lib/riemann/client/tcp.h  \

Modified: head/net/ntop/Makefile
==============================================================================
--- head/net/ntop/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/net/ntop/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -13,6 +13,8 @@ COMMENT=	Network monitoring tool with command line and
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		Makefiles use hacks that don't work with recent automake.  Try net/ntopng
+
 LIB_DEPENDS=	libgdbm.so:databases/gdbm \
 		libevent.so:devel/libevent
 BUILD_DEPENDS=	rrdtool12>=1.2:databases/rrdtool12 \

Modified: head/textproc/ots/Makefile
==============================================================================
--- head/textproc/ots/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/textproc/ots/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -13,6 +13,8 @@ COMMENT=	Open Text Summarizer
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		unfetchable
+
 LIB_DEPENDS=	libpopt.so:devel/popt
 
 USES=		autoreconf gettext libtool pathfix pkgconfig

Modified: head/textproc/randlm/Makefile
==============================================================================
--- head/textproc/randlm/Makefile	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/textproc/randlm/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
@@ -31,5 +31,9 @@ INSTALL_TARGET=	install-strip
 post-patch:
 	cd ${WRKSRC}/hadoop && ${MV} strings.cpp strings.cc && ${MV} strings.h s.h
 	${REINPLACE_CMD} -e s#strings.h#s.h# ${WRKSRC}/hadoop/r_compute_ngram_counts.cpp ${WRKSRC}/hadoop/m_compute_ngram_counts_batch.cpp
+	@${REINPLACE_CMD} -e 's,-L./,,' -e 's,-lLDHT,libLDHT.la,' \
+		-e 's,-lticpp,libticpp.la,' -e 's,-lRandLM,libRandLM.la,' \
+		${WRKSRC}/src/LDHT/Makefile.am \
+		${WRKSRC}/src/RandLM/Makefile.am
 
 .include <bsd.port.mk>

Modified: head/x11/cinnamon/files/patch-src_Makefile.am
==============================================================================
--- head/x11/cinnamon/files/patch-src_Makefile.am	Thu Jun 14 12:44:54 2018	(r472375)
+++ head/x11/cinnamon/files/patch-src_Makefile.am	Thu Jun 14 12:47:58 2018	(r472376)
@@ -1,6 +1,14 @@
---- src/Makefile.am.orig	2014-04-12 14:28:57.000000000 +0000
-+++ src/Makefile.am	2014-04-24 15:24:43.261840738 +0000
-@@ -267,7 +267,7 @@
+--- src/Makefile.am.orig	2015-01-19 15:45:53 UTC
++++ src/Makefile.am
+@@ -165,7 +165,6 @@ cinnamon_real_SOURCES =		\
+ 	main.c
+ cinnamon_real_CPPFLAGS = $(cinnamon_cflags)
+ cinnamon_real_LDADD = libcinnamon.la libcinnamon-js.la $(libcinnamon_la_LIBADD)
+-cinnamon_real_DEPENDENCIES = libcinnamon.la
+ 
+ ########################################
+ 
+@@ -286,7 +285,7 @@ libcinnamon_la_LIBADD =		\
  libcinnamon_la_CPPFLAGS = $(cinnamon_cflags)
  
  Cinnamon-0.1.gir: libcinnamon.la St-1.0.gir



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