pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/sablevm-classpath-gui/patches sablevm-classpath-g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/241867597ee6
branches:  trunk
changeset: 372959:241867597ee6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 03 08:10:48 2022 +0000

description:
sablevm-classpath-gui: remove patch that is not in distinfo

package builds fine for me without it on NetBSD-current

diffstat:

 lang/sablevm-classpath-gui/patches/patch-native_jni_gtk-peer_gnu__java__awt__peer__gtk__GdkTextLayout.c |  18 ----------
 1 files changed, 0 insertions(+), 18 deletions(-)

diffs (22 lines):

diff -r 36757b5c6722 -r 241867597ee6 lang/sablevm-classpath-gui/patches/patch-native_jni_gtk-peer_gnu__java__awt__peer__gtk__GdkTextLayout.c
--- a/lang/sablevm-classpath-gui/patches/patch-native_jni_gtk-peer_gnu__java__awt__peer__gtk__GdkTextLayout.c   Thu Feb 03 08:06:39 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-native_jni_gtk-peer_gnu__java__awt__peer__gtk__GdkTextLayout.c,v 1.1 2014/03/23 11:14:46 spz Exp $
-
-make it deal gracefully with both freetype 2.4.* and 2.5.*
-
---- native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c.orig     2005-12-07 17:54:35.000000000 +0000
-+++ native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c
-@@ -42,8 +42,9 @@
- #include <pango/pango.h>
- #include <pango/pangoft2.h>
- #include <pango/pangofc-font.h>
--#include <freetype/ftglyph.h>
--#include <freetype/ftoutln.h>
-+#include <ft2build.h>
-+#include FT_GLYPH_H
-+#include FT_OUTLINE_H
- #include "native_state.h"
- #include "gdkfont.h"
- #include "gnu_java_awt_peer_gtk_GdkTextLayout.h"



Home | Main Index | Thread Index | Old Index