pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk No package is using USE_RMAN any longer, remove it.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b47d19d64b41
branches:  trunk
changeset: 513308:b47d19d64b41
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 25 11:00:39 2006 +0000

description:
No package is using USE_RMAN any longer, remove it.

diffstat:

 mk/bsd.pkg.use.mk |  14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)

diffs (28 lines):

diff -r 231ab88417dc -r b47d19d64b41 mk/bsd.pkg.use.mk
--- a/mk/bsd.pkg.use.mk Thu May 25 11:00:25 2006 +0000
+++ b/mk/bsd.pkg.use.mk Thu May 25 11:00:39 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.use.mk,v 1.32 2006/04/13 18:23:36 jlam Exp $
+#      $NetBSD: bsd.pkg.use.mk,v 1.33 2006/05/25 11:00:39 wiz Exp $
 #
 # Turn USE_* macros into proper depedency logic.  Included near the top of
 # bsd.pkg.mk, after bsd.prefs.mk.
@@ -96,18 +96,6 @@
 LIBTOOL_OVERRIDE?=     libtool */libtool */*/libtool
 .endif
 
-### USE_RMAN
-
-# Check if we got "rman" with XFree86, for packages that need "rman".
-.if defined(USE_RMAN)
-.  if !exists(${X11BASE}/bin/rman)
-DEPENDS+=              rman-3.0.9:../../textproc/rman
-RMAN?=                 ${LOCALBASE}/bin/rman
-.  else
-RMAN?=                 ${X11BASE}/bin/rman
-.  endif
-.endif
-
 ### USE_XPKGWEDGE
 
 .if (defined(USE_X11BASE) || \



Home | Main Index | Thread Index | Old Index