diff options
author | rillig <rillig> | 2007-12-01 21:29:52 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-12-01 21:29:52 +0000 |
commit | 80f99d082fee3f7f1162a189cde982d315280c33 (patch) | |
tree | 4b7ddd7183832b39db76fd167b72aa01cbeee5dd /www/nvu | |
parent | 960a8150de047d0c6db960c4bf9a77c8e19bb190 (diff) | |
download | pkgsrc-80f99d082fee3f7f1162a189cde982d315280c33.tar.gz |
I finally found out what the error message "Need libIDL >= 0.6.3" really
meant: I need Orbit.
Diffstat (limited to 'www/nvu')
-rw-r--r-- | www/nvu/Makefile | 4 | ||||
-rw-r--r-- | www/nvu/distinfo | 3 | ||||
-rw-r--r-- | www/nvu/patches/patch-ap | 12 |
3 files changed, 17 insertions, 2 deletions
diff --git a/www/nvu/Makefile b/www/nvu/Makefile index b48661f6ef9..fc0ee1ceeae 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -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 @@ BROKEN_IN= pkgsrc-2006Q4 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 @@ CPPFLAGS+= -I${BUILDLINK_PREFIX.libIDL}/include/libIDL-2.0 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 --git a/www/nvu/distinfo b/www/nvu/distinfo index 570b5b75a05..8bd36a1b2d3 100644 --- a/www/nvu/distinfo +++ b/www/nvu/distinfo @@ -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-ak) = f867ca0973fb4d0ca325b25f83586f10f6e85e32 SHA1 (patch-al) = 57a15074fca3ddba756d0b3898ad9bf06a6e130a SHA1 (patch-an) = 99ac2da44322db96f8d65fbfdb380727b9da96fe SHA1 (patch-ao) = 617d232bd335bc988388f2004ca919c829e371da +SHA1 (patch-ap) = 82a85df0b172f949509561f83ae7849e177babee diff --git a/www/nvu/patches/patch-ap b/www/nvu/patches/patch-ap new file mode 100644 index 00000000000..e03f7d57c66 --- /dev/null +++ b/www/nvu/patches/patch-ap @@ -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[];*/ |