pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xservers xservers is free-standing, so don't bothe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/45f61d3a7fa4
branches: trunk
changeset: 507793:45f61d3a7fa4
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Feb 08 15:20:49 2006 +0000
description:
xservers is free-standing, so don't bother checking if system X11 is the
same version or using USE_X11 at all, esp. since the latter can add an
unwanted dependency.
diffstat:
x11/xservers/Makefile | 19 +------------------
1 files changed, 1 insertions(+), 18 deletions(-)
diffs (37 lines):
diff -r c68cf7ecce71 -r 45f61d3a7fa4 x11/xservers/Makefile
--- a/x11/xservers/Makefile Wed Feb 08 15:14:07 2006 +0000
+++ b/x11/xservers/Makefile Wed Feb 08 15:20:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/02/07 22:37:38 tron Exp $
+# $NetBSD: Makefile,v 1.29 2006/02/08 15:20:49 joerg Exp $
DISTNAME= xservers-3.3.6.5
PKGREVISION= 1
@@ -16,15 +16,6 @@
BUILD_TARGET= World
PLIST_SRC= ${WRKDIR}/PLIST
-USE_X11= YES
-
-.if !defined(X11_RELEASE) && !defined(CHECK_X11)
-X11_RELEASE!= ${MAKE} CHECK_X11=YES print-x11-release
-MAKEFLAGS+= X11_RELEASE=${X11_RELEASE:Q}
-. if ${X11_RELEASE} == "6.3"
-PKG_SKIP_REASON+= "${PKGNAME} is part of your X11 distribution"
-. endif
-.endif
X11_SUBDIR= X11R6.3
@@ -44,11 +35,3 @@
${AWK} '{print("@dirrm "$$1)}' >>${PLIST_SRC}
.include "../../mk/bsd.pkg.mk"
-
-print-x11-release:
-.if exists(${X11BASE}/lib/X11/config/X11.tmpl)
- @${GREP} '^#define SharedXextRev' ${X11BASE}/lib/X11/config/X11.tmpl \
- | ${AWK} '{print($$3)}'
-.else
- @${ECHO} unknown
-.endif
Home |
Main Index |
Thread Index |
Old Index