pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Remove the commands that tried to make the ${X11BAS...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c4bd753df08f
branches: trunk
changeset: 515751:c4bd753df08f
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Jul 07 15:59:06 2006 +0000
description:
Remove the commands that tried to make the ${X11BASE} directory if it
didn't exist. Those commands were never run anyway, but moving the
.MAIN target exposed these commands as unassociated.
diffstat:
mk/bsd.pkg.mk | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diffs (25 lines):
diff -r 9b3a8d8c9340 -r c4bd753df08f mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Fri Jul 07 15:49:30 2006 +0000
+++ b/mk/bsd.pkg.mk Fri Jul 07 15:59:06 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1864 2006/07/06 21:59:38 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1865 2006/07/07 15:59:06 jlam Exp $
#
# This file is in the public domain.
#
@@ -548,14 +548,8 @@
PKG_FAIL_REASON+= "${PKGNAME} may not be built, because it utilizes strong cryptography"
. endif
. endif
-. if defined(USE_X11) && !exists(${X11BASE})
-. if ${X11_TYPE} == "native"
+. if defined(USE_X11) && (${X11_TYPE} == "native") && !exists(${X11BASE})
PKG_FAIL_REASON+= "${PKGNAME} uses X11, but ${X11BASE} not found"
-. else
- ${_PKG_SILENT}${_PKG_DEBUG}${MKDIR} ${X11BASE}
- ${_PKG_SILENT}${_PKG_DEBUG}${CHOWN} ${ROOT_USER}:${ROOT_GROUP} ${X11BASE}
- ${_PKG_SILENT}${_PKG_DEBUG}${CHMOD} ${PKGDIRMODE} ${X11BASE}
-. endif
. endif
. if defined(BROKEN)
PKG_FAIL_REASON+= "${PKGNAME} is marked as broken:" ${BROKEN:Q}
Home |
Main Index |
Thread Index |
Old Index