pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ncurses Always disable mixed case support on OSX...
details: https://anonhg.NetBSD.org/pkgsrc/rev/05f3d35893b3
branches: trunk
changeset: 624944:05f3d35893b3
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Oct 04 10:46:25 2013 +0000
description:
Always disable mixed case support on OSX, otherwise a package built
with WRKOBJDIR on a case-sensitive file system cannot be installed
onto a case-insensitive one.
Bump PKGREVISION.
diffstat:
devel/ncurses/Makefile | 4 ++--
devel/ncurses/Makefile.common | 6 +++++-
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r 8f1b35ac8721 -r 05f3d35893b3 devel/ncurses/Makefile
--- a/devel/ncurses/Makefile Fri Oct 04 08:19:47 2013 +0000
+++ b/devel/ncurses/Makefile Fri Oct 04 10:46:25 2013 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.87 2013/05/31 12:40:01 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2013/10/04 10:46:25 jperkin Exp $
.include "Makefile.common"
COMMENT= CRT screen handling and optimization package
-PKGREVISION= 1
+PKGREVISION= 2
INSTALLATION_DIRS+= share/examples
diff -r 8f1b35ac8721 -r 05f3d35893b3 devel/ncurses/Makefile.common
--- a/devel/ncurses/Makefile.common Fri Oct 04 08:19:47 2013 +0000
+++ b/devel/ncurses/Makefile.common Fri Oct 04 10:46:25 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2013/05/10 00:36:30 riastradh Exp $
+# $NetBSD: Makefile.common,v 1.20 2013/10/04 10:46:25 jperkin Exp $
#
# used by devel/ncursesw/Makefile
@@ -34,6 +34,10 @@
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Darwin"
+CONFIGURE_ARGS+= --disable-mixed-case
+.endif
+
.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
TOOL_DEPENDS+= ncurses-${NC_VERS}:../../devel/ncurses
CONFIGURE_ENV+= BUILD_CC=${NATIVE_CC:Q}
Home |
Main Index |
Thread Index |
Old Index