Date: Sat, 23 Dec 2017 15:13:18 +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: r457059 - in head/sysutils/boxbackup: . files Message-ID: <201712231513.vBNFDI2n025638@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sat Dec 23 15:13:18 2017 New Revision: 457059 URL: https://svnweb.freebsd.org/changeset/ports/457059 Log: Convert to USES=autoreconf. Added: head/sysutils/boxbackup/files/patch-configure.ac (contents, props changed) Modified: head/sysutils/boxbackup/Makefile Modified: head/sysutils/boxbackup/Makefile ============================================================================== --- head/sysutils/boxbackup/Makefile Sat Dec 23 15:00:27 2017 (r457058) +++ head/sysutils/boxbackup/Makefile Sat Dec 23 15:13:18 2017 (r457059) @@ -15,10 +15,8 @@ LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE-DUAL.txt -USES= perl5 ssl tar:tgz +USES= autoreconf perl5 ssl tar:tgz GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf aclocal autoheader -ACLOCAL_ARGS+= -I ${WRKSRC}/infrastructure/m4 CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} -lexecinfo Added: head/sysutils/boxbackup/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/boxbackup/files/patch-configure.ac Sat Dec 23 15:13:18 2017 (r457059) @@ -0,0 +1,10 @@ +--- configure.ac.orig 2011-01-08 20:58:04 UTC ++++ configure.ac +@@ -5,6 +5,7 @@ AC_PREREQ(2.59) + AC_INIT([Box Backup], 0.11, [boxbackup@boxbackup.org]) + AC_CONFIG_SRCDIR([lib/common/Box.h]) + AC_CONFIG_HEADERS([lib/common/BoxConfig.h]) ++AC_CONFIG_MACRO_DIR([infrastructure/m4]) + + touch install-sh + AC_CANONICAL_SYSTEM
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712231513.vBNFDI2n025638>