Date: Tue, 18 Mar 2014 04:12:09 +0000 (UTC) From: "Timur I. Bakeyev" <timur@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348513 - in head/devel: talloc tevent Message-ID: <201403180412.s2I4C9j8030996@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: timur Date: Tue Mar 18 04:12:09 2014 New Revision: 348513 URL: http://svnweb.freebsd.org/changeset/ports/348513 QAT: https://qat.redports.org/buildarchive/r348513/ Log: On whatever reason configure requires gettext, although it's not used anywhere in the resulting libs. Explicitly disable this. Modified: head/devel/talloc/Makefile head/devel/tevent/Makefile head/devel/tevent/pkg-descr Modified: head/devel/talloc/Makefile ============================================================================== --- head/devel/talloc/Makefile Tue Mar 18 02:17:51 2014 (r348512) +++ head/devel/talloc/Makefile Tue Mar 18 04:12:09 2014 (r348513) @@ -26,7 +26,8 @@ PLIST_SUB+= PKGCONFIGDIR=${PKGCONFIGDIR CONFIGURE_ARGS+= --prefix=${PREFIX} \ --mandir=${MANPREFIX}/man \ - --infodir=${PREFIX}/${INFO_PATH}/${INFO_SUBDIR} + --infodir=${PREFIX}/${INFO_PATH}/${INFO_SUBDIR} \ + --without-gettext # Support staging DESTDIRNAME= --destdir Modified: head/devel/tevent/Makefile ============================================================================== --- head/devel/tevent/Makefile Tue Mar 18 02:17:51 2014 (r348512) +++ head/devel/tevent/Makefile Tue Mar 18 04:12:09 2014 (r348513) @@ -26,7 +26,8 @@ PLIST_SUB+= PKGCONFIGDIR=${PKGCONFIGDIR CONFIGURE_ARGS+= --prefix=${PREFIX} \ --mandir=${MANPREFIX}/man \ - --infodir=${PREFIX}/${INFO_PATH}/${INFO_SUBDIR} + --infodir=${PREFIX}/${INFO_PATH}/${INFO_SUBDIR} \ + --without-gettext # Support staging DESTDIRNAME= --destdir Modified: head/devel/tevent/pkg-descr ============================================================================== --- head/devel/tevent/pkg-descr Tue Mar 18 02:17:51 2014 (r348512) +++ head/devel/tevent/pkg-descr Tue Mar 18 04:12:09 2014 (r348513) @@ -5,4 +5,4 @@ descriptors becoming readable or writabl Talloc is used for memory management, both internally and for private data provided by users of the library. -WWW: http://www.samba.org/ +WWW: http://www.samba.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403180412.s2I4C9j8030996>