Index: head/comms/hamlib/distinfo =================================================================== --- head/comms/hamlib/distinfo (revision 436900) +++ head/comms/hamlib/distinfo (revision 436901) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483233776 +TIMESTAMP = 1490445019 SHA256 (hamlib-3.1.tar.gz) = 682304c3e88ff6ccfd6a5fc28b33bcc95d2d0a54321973fef015ff62570c994e SIZE (hamlib-3.1.tar.gz) = 2130615 Index: head/comms/hamlib/files/patch-bindings_Makefile.am =================================================================== --- head/comms/hamlib/files/patch-bindings_Makefile.am (revision 436900) +++ head/comms/hamlib/files/patch-bindings_Makefile.am (revision 436901) @@ -1,11 +1,11 @@ ---- bindings/Makefile.am.orig 2017-01-01 01:25:57 UTC +--- bindings/Makefile.am.orig 2017-03-25 12:45:27 UTC +++ bindings/Makefile.am @@ -120,7 +120,7 @@ MOSTLYCLEANFILES+= hamlibtcl_wrap.c pkgI tcl_ltlib = hamlibtcl.la -tcldir = $(libdir)/tcl/Hamlib +tcldir = /usr/local/lib/tcl8.6/Hamlib PKG_VER=@ABI_VERSION@.@ABI_REVISION@ DLL=hamlibtcl-$(PKG_VER)@TCL_SHLIB_SUFFIX@ Index: head/comms/hamlib/files/patch-configure.ac =================================================================== --- head/comms/hamlib/files/patch-configure.ac (nonexistent) +++ head/comms/hamlib/files/patch-configure.ac (revision 436901) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2016-12-31 20:01:25 UTC ++++ configure.ac +@@ -87,7 +87,7 @@ AC_PROG_INSTALL + AC_PROG_LN_S + + # TODO: check whether CXX is functional +-AC_CHECK_PROG([cf_with_cxx], ["${CXX}"], [yes], [no]) ++AC_PATH_PROG([cf_with_cxx], ["${CXX}"], [yes], [no]) + + AM_CONDITIONAL([ENABLE_CXX], [test x"${cf_with_cxx}" = "xyes"]) + Property changes on: head/comms/hamlib/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +1 \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property