pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nspr Properly prefix lines in the package list w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e2a0909720d
branches:  trunk
changeset: 522151:0e2a0909720d
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Dec 04 13:32:42 2006 +0000

description:
Properly prefix lines in the package list which should be ignored with
"@comment " and not "@comment". The later cause a warning like
"Ignoring command @commentlib/nspr/cpu/sparcv8plus/libnspr_flt4.so".

Bump package revision because of package list fixes.

diffstat:

 devel/nspr/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r bb6c92c47925 -r 0e2a0909720d devel/nspr/Makefile
--- a/devel/nspr/Makefile       Mon Dec 04 13:25:50 2006 +0000
+++ b/devel/nspr/Makefile       Mon Dec 04 13:32:42 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2006/10/22 15:23:27 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.18 2006/12/04 13:32:42 tron Exp $
 
 DISTNAME=              nspr-4.6.1
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_MOZILLA:S/mozilla\//nspr\//g:=v4.6.1/src/}
 
@@ -48,7 +48,7 @@
 .  endif
 .endif
 
-SUN4U_32?=             @comment
+SUN4U_32?=             "@comment "
 PLIST_SUBST+=          SUN4U_32=${SUN4U_32}
 
 .if ${OPSYS} == "Darwin" && exists(/Developer/Headers/FlatCarbon)



Home | Main Index | Thread Index | Old Index