pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/openoffice2-bin Remove the test if /proc exists.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99e35a685bd1
branches:  trunk
changeset: 502003:99e35a685bd1
user:      mrauch <mrauch%pkgsrc.org@localhost>
date:      Tue Nov 01 13:26:43 2005 +0000

description:
Remove the test if /proc exists.
This was left over from the version 1 package and is no longer necessary,
as installation sets are now rpms.
Noted by Geert Hendrickx.

diffstat:

 misc/openoffice2-bin/Makefile             |  4 ++--
 misc/openoffice2-bin/Makefile.NetBSD.i386 |  6 +-----
 2 files changed, 3 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r f421919c4520 -r 99e35a685bd1 misc/openoffice2-bin/Makefile
--- a/misc/openoffice2-bin/Makefile     Tue Nov 01 13:03:15 2005 +0000
+++ b/misc/openoffice2-bin/Makefile     Tue Nov 01 13:26:43 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2005/10/26 18:26:52 mrauch Exp $
+# $NetBSD: Makefile,v 1.9 2005/11/01 13:26:43 mrauch Exp $
 
 PKGNAME=               openoffice-bin-2.0.0
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            misc
 MASTER_SITES=          ${MASTER_SITE_OPENOFFICE:=stable/2.0.0/}
 DISTFILES=             ${DISTNAME}${EXTRACT_SUFX}
diff -r f421919c4520 -r 99e35a685bd1 misc/openoffice2-bin/Makefile.NetBSD.i386
--- a/misc/openoffice2-bin/Makefile.NetBSD.i386 Tue Nov 01 13:03:15 2005 +0000
+++ b/misc/openoffice2-bin/Makefile.NetBSD.i386 Tue Nov 01 13:26:43 2005 +0000
@@ -1,11 +1,7 @@
-# $NetBSD: Makefile.NetBSD.i386,v 1.1.1.1 2005/10/09 13:39:53 mrauch Exp $
+# $NetBSD: Makefile.NetBSD.i386,v 1.2 2005/11/01 13:26:43 mrauch Exp $
 
 DEPENDS+=               suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
 DEPENDS+=               suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
 DEPENDS+=               suse_freetype2>=2.0:../../emulators/${SUSE_DIR_PREFIX}_freetype2
 
-.if !exists(/emul/linux/proc/curproc/cmdline) && !exists(/proc/curproc/cmdline)
-PKG_FAIL_REASON=       "please mount /emul/linux/proc or /proc"
-.endif
-
 .include "../../emulators/suse_linux/Makefile.application"



Home | Main Index | Thread Index | Old Index