svn commit: r348513 - in head/devel: talloc tevent

Timur I. Bakeyev timur at FreeBSD.org
Tue Mar 18 04:12:10 UTC 2014


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/


More information about the svn-ports-all mailing list