pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/nvu I finally found out what the error message "Ne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d0ad3d77d57
branches:  trunk
changeset: 536050:9d0ad3d77d57
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Dec 01 21:29:52 2007 +0000

description:
I finally found out what the error message "Need libIDL >= 0.6.3" really
meant: I need Orbit.

diffstat:

 www/nvu/Makefile         |   4 +++-
 www/nvu/distinfo         |   3 ++-
 www/nvu/patches/patch-ap |  12 ++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (54 lines):

diff -r 12d0a3c177cb -r 9d0ad3d77d57 www/nvu/Makefile
--- a/www/nvu/Makefile  Sat Dec 01 21:23:00 2007 +0000
+++ b/www/nvu/Makefile  Sat Dec 01 21:29:52 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/01/31 00:04:12 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2007/12/01 21:29:52 rillig Exp $
 #
 
 DISTNAME=      nvu-1.0-sources
@@ -17,6 +17,7 @@
 
 WRKSRC=                ${WRKDIR}/mozilla
 GNU_CONFIGURE= yes
+CONFIGURE_ENV+=        ORBIT_CONFIG=orbit2-config
 USE_TOOLS+=    gmake perl pkg-config unzip
 USE_LANGUAGES= c c++
 
@@ -31,5 +32,6 @@
 BUILDLINK_TRANSFORM+=  l:IDL:IDL-2
 
 .include "../../net/libIDL/buildlink3.mk"
+.include "../../net/ORBit2/buildlink3.mk"
 .include "../../x11/gtk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 12d0a3c177cb -r 9d0ad3d77d57 www/nvu/distinfo
--- a/www/nvu/distinfo  Sat Dec 01 21:23:00 2007 +0000
+++ b/www/nvu/distinfo  Sat Dec 01 21:29:52 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/10/21 21:54:13 rillig Exp $
+$NetBSD: distinfo,v 1.2 2007/12/01 21:29:53 rillig Exp $
 
 SHA1 (nvu-1.0-sources.tar.bz2) = 438b1633cb820bbede503ef2da90f46d4e96bee8
 RMD160 (nvu-1.0-sources.tar.bz2) = 6d6fdb747d79e8602a4757e8eff8bbb21db6df8c
@@ -10,3 +10,4 @@
 SHA1 (patch-al) = 57a15074fca3ddba756d0b3898ad9bf06a6e130a
 SHA1 (patch-an) = 99ac2da44322db96f8d65fbfdb380727b9da96fe
 SHA1 (patch-ao) = 617d232bd335bc988388f2004ca919c829e371da
+SHA1 (patch-ap) = 82a85df0b172f949509561f83ae7849e177babee
diff -r 12d0a3c177cb -r 9d0ad3d77d57 www/nvu/patches/patch-ap
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/nvu/patches/patch-ap  Sat Dec 01 21:29:52 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ap,v 1.1 2007/12/01 21:29:53 rillig Exp $
+
+--- security/nss/lib/pki1/oiddata.h.orig       2002-01-04 05:22:07.000000000 +0000
++++ security/nss/lib/pki1/oiddata.h    2007-12-01 21:16:59.000000000 +0000
+@@ -43,7 +43,6 @@ static const char OIDDATA_CVS_ID[] = "@(
+ #include "nsspki1t.h"
+ #endif /* NSSPKI1T_H */
+ 
+-extern const NSSOID nss_builtin_oids[];
+ extern const PRUint32 nss_builtin_oid_count;
+ 
+ /*extern const nssAttributeTypeAliasTable nss_attribute_type_aliases[];*/



Home | Main Index | Thread Index | Old Index