pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Remove check for buildlink-x11 -- it's been removed...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/560cddb80b14
branches:  trunk
changeset: 572301:560cddb80b14
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Feb 23 17:16:51 2010 +0000

description:
Remove check for buildlink-x11 -- it's been removed in 2002.

diffstat:

 mk/bsd.pkg.mk |  12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diffs (26 lines):

diff -r 5c029ae83c5c -r 560cddb80b14 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Tue Feb 23 17:11:01 2010 +0000
+++ b/mk/bsd.pkg.mk     Tue Feb 23 17:16:51 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1961 2010/02/20 07:05:52 rillig Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1962 2010/02/23 17:16:51 joerg Exp $
 #
 # This file is in the public domain.
 #
@@ -141,16 +141,6 @@
 PKG_FAIL_REASON+='assignment of WRKSRC= $${WRKDIR}'
 .endif # NO_WRKSUBDIR
 
-# We need to make sure the buildlink-x11 package is not installed since it
-# breaks builds that use imake.
-.if defined(USE_IMAKE)
-.  if exists(${LOCALBASE}/lib/X11/config/buildlinkX11.def) || \
-      exists(${X11BASE}/lib/X11/config/buildlinkX11.def)
-PKG_FAIL_REASON+= "${PKGNAME} uses imake, but the buildlink-x11 package was found." \
-        "    Please deinstall it (pkg_delete buildlink-x11)."
-.  endif
-.endif # USE_IMAKE
-
 .if !defined(CATEGORIES) || !defined(DISTNAME)
 PKG_FAIL_REASON+='CATEGORIES and DISTNAME are mandatory.'
 .endif



Home | Main Index | Thread Index | Old Index