Date: Thu, 14 Dec 2017 01:34:40 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456273 - head/sysutils/am-utils Message-ID: <201712140134.vBE1YeaK086556@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Thu Dec 14 01:34:40 2017 New Revision: 456273 URL: https://svnweb.freebsd.org/changeset/ports/456273 Log: Enable MFS support. PR: 224327 Submitted by: yasu@utahime.org Modified: head/sysutils/am-utils/Makefile (contents, props changed) Modified: head/sysutils/am-utils/Makefile ============================================================================== --- head/sysutils/am-utils/Makefile Thu Dec 14 00:21:37 2017 (r456272) +++ head/sysutils/am-utils/Makefile Thu Dec 14 01:34:40 2017 (r456273) @@ -3,6 +3,7 @@ PORTNAME= am-utils PORTVERSION= 6.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils net MASTER_SITES= ftp://ftp.am-utils.org/pub/am-utils/ \ @@ -25,7 +26,8 @@ MAKE_JOBS_UNSAFE=yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared # Enable some filesystems which are not auto-detected with GENERIC kernel. -CONFIGURE_ARGS+= ac_cv_fs_nullfs=yes ac_cv_mnttab_type_nullfs='"nullfs"' ac_cv_mount_type_nullfs='"nullfs"' \ +CONFIGURE_ARGS+= ac_cv_fs_mfs=yes ac_cv_mnttab_type_nullfs='"mfs"' ac_cv_mount_type_nullfs='"mfs"' \ + ac_cv_fs_nullfs=yes ac_cv_mnttab_type_nullfs='"nullfs"' ac_cv_mount_type_nullfs='"nullfs"' \ ac_cv_fs_udf=yes ac_cv_mnttab_type_udf='"udf"' ac_cv_mount_type_udf='"udf"' \ ac_cv_fs_tmpfs=yes ac_cv_mnttab_type_tmpfs='"tmpfs"' ac_cv_mount_type_tmpfs='"tmpfs"' MAKE_ENV= MAKEINFOFLAGS=--no-split
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712140134.vBE1YeaK086556>