pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/navigator Only apply binpatch to "communicator" pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/516b0e9bd17b
branches:  trunk
changeset: 478610:516b0e9bd17b
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Jul 27 08:00:50 2004 +0000

description:
Only apply binpatch to "communicator" package not to "navigator" package
because we don't have a patch for that.

diffstat:

 www/navigator/Makefile.common |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 23b9d599a1d7 -r 516b0e9bd17b www/navigator/Makefile.common
--- a/www/navigator/Makefile.common     Tue Jul 27 07:14:55 2004 +0000
+++ b/www/navigator/Makefile.common     Tue Jul 27 08:00:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.70 2004/07/23 03:46:06 atatat Exp $
+# $NetBSD: Makefile.common,v 1.71 2004/07/27 08:00:50 tron Exp $
 #
 # Common include file for communicator and navigator packages
 
@@ -66,10 +66,10 @@
 VENDOR_NAME=   BSD/OS 2.1
 
 BUILD_DEPENDS=  binpatch>=1.0:../../pkgtools/binpatch
+
 post-install:
        sh ../../www/navigator/files/binpatch-x86-bsdi-bsd2-4.75.sh \
            ${LOCALBASE} ${MOZILLA_HOME}/netscape
-
 .elif ${MACHINE_ARCH} == "i386"
 PKGREVISION=   1
 PLIST_ARCH=    linux-i386
@@ -81,11 +81,13 @@
 DEPENDS+=      ns-flash>4.0:../../multimedia/ns-flash
 .  endif
 
+.if ${BINNAME} == "communicator"
 BUILD_DEPENDS=  binpatch>=1.0:../../pkgtools/binpatch
+
 post-install:
        sh ../../www/navigator/files/binpatch-x86-unknown-linux2.2-4.80.sh \
            ${LOCALBASE} ${MOZILLA_HOME}/netscape
-
+.endif
 .elif ((${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64") && defined(NS_USE_SUNOS))
 .  if !exists(/emul/sunos/usr/lib/ld.so)
 PKG_FAIL_REASON= "${PKGNAME} requires SunOS libraries - see compat_sunos(8)"



Home | Main Index | Thread Index | Old Index