diff options
author | tijl <tijl@FreeBSD.org> | 2017-12-23 23:13:18 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-12-23 23:13:18 +0800 |
commit | 2b96f16e1fff1025a5e688346a7ed585a9d20fe9 (patch) | |
tree | ad319237afee459e422acf349ece78231052c2c4 | |
parent | fc8c4d0ae4d095236160949694cc2ae9c24b35c6 (diff) | |
download | freebsd-ports-gnome-2b96f16e1fff1025a5e688346a7ed585a9d20fe9.tar.gz freebsd-ports-gnome-2b96f16e1fff1025a5e688346a7ed585a9d20fe9.tar.zst freebsd-ports-gnome-2b96f16e1fff1025a5e688346a7ed585a9d20fe9.zip |
Convert to USES=autoreconf.
-rw-r--r-- | sysutils/boxbackup/Makefile | 4 | ||||
-rw-r--r-- | sysutils/boxbackup/files/patch-configure.ac | 10 |
2 files changed, 11 insertions, 3 deletions
diff --git a/sysutils/boxbackup/Makefile b/sysutils/boxbackup/Makefile index 5582e8de6d81..ce47665a8f79 100644 --- a/sysutils/boxbackup/Makefile +++ b/sysutils/boxbackup/Makefile @@ -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 diff --git a/sysutils/boxbackup/files/patch-configure.ac b/sysutils/boxbackup/files/patch-configure.ac new file mode 100644 index 000000000000..d120ba124e48 --- /dev/null +++ b/sysutils/boxbackup/files/patch-configure.ac @@ -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 |