diff options
author | skrll <skrll@pkgsrc.org> | 2002-11-06 15:38:25 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-11-06 15:38:25 +0000 |
commit | 9deaa668edae078bd100d9b7fe871299d8c83991 (patch) | |
tree | 74cd7c92c20aba1a2873e9b467abba213a345a99 /lang/wonka | |
parent | 77b7f4b508cd1a088c98d4b9ad9b0930ab4e5c9e (diff) | |
download | pkgsrc-9deaa668edae078bd100d9b7fe871299d8c83991.tar.gz |
Fix a crash noted by wiz. Lena's quite cute really.
Diffstat (limited to 'lang/wonka')
-rw-r--r-- | lang/wonka/Makefile | 3 | ||||
-rw-r--r-- | lang/wonka/distinfo | 3 | ||||
-rw-r--r-- | lang/wonka/patches/patch-ai | 13 |
3 files changed, 17 insertions, 2 deletions
diff --git a/lang/wonka/Makefile b/lang/wonka/Makefile index fb29382b7d7..05078067a0e 100644 --- a/lang/wonka/Makefile +++ b/lang/wonka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/11/01 10:49:33 skrll Exp $ +# $NetBSD: Makefile,v 1.2 2002/11/06 15:38:25 skrll Exp $ # DISTNAME= wonka-src-0.9.4-release @@ -24,6 +24,7 @@ NO_MTREE= # defined, since we change PREFIX below WRKSRC= ${WRKDIR}/open-wonka SEDFILES= \ + ${WRKSRC}/tool/visualtest/java/com/acunia/wonka/test/awt/vte.properties \ ${WRKSRC}/wonka/resource/system/system.properties \ ${WRKSRC}/Configuration/cpu/arm \ ${WRKSRC}/Configuration/cpu/x86 diff --git a/lang/wonka/distinfo b/lang/wonka/distinfo index a7f86f3bce1..296f8c80110 100644 --- a/lang/wonka/distinfo +++ b/lang/wonka/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/11/01 10:49:33 skrll Exp $ +$NetBSD: distinfo,v 1.2 2002/11/06 15:38:25 skrll Exp $ SHA1 (wonka-src-0.9.4-release.tar.gz) = 4ddf85278f15ce88c534053c635ce632d94b5a73 Size (wonka-src-0.9.4-release.tar.gz) = 6165841 bytes @@ -10,3 +10,4 @@ SHA1 (patch-ae) = 8fdfd438e8df91384c916d2e196963417f9b46c8 SHA1 (patch-af) = 3cca513ef5bf53476019dab5269df5e410b2e05c SHA1 (patch-ag) = b0f388571958c46cefca23bfb18d9d8968e49b4a SHA1 (patch-ah) = 44293810568767bca0bb5c51d9f6c3941b8d7734 +SHA1 (patch-ai) = fa59835a737096e0859d600db9883b9a01aaa245 diff --git a/lang/wonka/patches/patch-ai b/lang/wonka/patches/patch-ai new file mode 100644 index 00000000000..771d199acb0 --- /dev/null +++ b/lang/wonka/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1 2002/11/06 15:38:26 skrll Exp $ + +--- tool/visualtest/java/com/acunia/wonka/test/awt/vte.properties.orig Thu Oct 24 15:10:07 2002 ++++ tool/visualtest/java/com/acunia/wonka/test/awt/vte.properties +@@ -11,7 +11,7 @@ property.exitAfterAutorun = true + + ! the number of minutes the autorunner will run (if 0 it won't stop) + property.autorunTime = 240 +-property.path = /test ++property.path = @PREFIX@/test + + ! property height and width allow to specify the size of the vte frame + ! when a negative value is encountered the actual screen height/width is used. |