svn commit: r311871 - in head/sysutils/coreutils: . files
Bryan Drewery
bdrewery at FreeBSD.org
Thu Feb 7 16:40:12 UTC 2013
Author: bdrewery
Date: Thu Feb 7 16:40:11 2013
New Revision: 311871
URL: http://svnweb.freebsd.org/changeset/ports/311871
Log:
- Fix build when NLS is disabled
PR: ports/174021 [1]
PR: ports/175745 [2]
Reported by: Rusty Nejdl <rnejdl at ringofsaturn.com> [1]
Reported by: Z Beeblebrox <zaphod at berentweb.com> [2]
Approved by: maintainer timeout
Obtained from: http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=88a6201
Added:
head/sysutils/coreutils/files/patch-Makefile.in (contents, props changed)
Modified:
head/sysutils/coreutils/Makefile
Modified: head/sysutils/coreutils/Makefile
==============================================================================
--- head/sysutils/coreutils/Makefile Thu Feb 7 15:40:02 2013 (r311870)
+++ head/sysutils/coreutils/Makefile Thu Feb 7 16:40:11 2013 (r311871)
@@ -3,7 +3,7 @@
PORTNAME= coreutils
PORTVERSION= 8.20
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
Added: head/sysutils/coreutils/files/patch-Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/coreutils/files/patch-Makefile.in Thu Feb 7 16:40:11 2013 (r311871)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2013-02-07 10:21:58.916462288 -0600
++++ Makefile.in 2013-02-07 10:22:05.081459567 -0600
+@@ -3114,7 +3114,7 @@
+
+ # for various GMP functions
+ src_expr_LDADD = $(LDADD) $(LIB_GMP)
+-src_factor_LDADD = $(LDADD) $(LIB_GMP)
++src_factor_LDADD = $(LDADD) $(LIB_GMP) $(LIBICONV)
+ src_false_LDADD = $(LDADD)
+ src_fmt_LDADD = $(LDADD)
+ src_fold_LDADD = $(LDADD)
More information about the svn-ports-head
mailing list