1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

- Update to 1.79

PR:		ports/136286
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
This commit is contained in:
Wesley Shields 2009-07-06 23:33:17 +00:00
parent bb3a99fc9c
commit 4cb61dc94b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237290
3 changed files with 4 additions and 24 deletions

View File

@ -6,7 +6,7 @@
# $MCom: ports/x11-toolkits/scintilla/Makefile,v 1.3 2006/09/17 21:58:56 marcus Exp $
PORTNAME= scintilla
PORTVERSION= 1.78
PORTVERSION= 1.79
CATEGORIES= x11-toolkits
MASTER_SITES= SF \
http://www.scintilla.org/

View File

@ -1,3 +1,3 @@
MD5 (scite178.tgz) = 7c62a8f75ef69a7cb143e22bf29456fa
SHA256 (scite178.tgz) = e7a99b2111e7156e9568737e31950879f250f8facba94012a6ac5351107022e9
SIZE (scite178.tgz) = 1568994
MD5 (scite179.tgz) = 02a0d68f0c33c01c9a2c9d69c295acea
SHA256 (scite179.tgz) = ebd7105b892b68ec4f9190ffcd4a98226e84a73d2e9cbd29653d52692de3cbf9
SIZE (scite179.tgz) = 1719588

View File

@ -1,20 +0,0 @@
--- ScintillaGTK.cxx.orig Wed Jan 3 03:17:01 2007
+++ ScintillaGTK.cxx Wed Jan 31 01:30:49 2007
@@ -2603,7 +2603,7 @@
"command",
GTK_RUN_LAST,
GTK_CLASS_TYPE(object_class),
- GTK_SIGNAL_OFFSET(ScintillaClass, command),
+ ((size_t) ((gchar*) &((ScintillaClass*) 0)->command)),
SIG_MARSHAL,
GTK_TYPE_NONE,
2, MARSHAL_ARGUMENTS);
@@ -2612,7 +2612,7 @@
SCINTILLA_NOTIFY,
GTK_RUN_LAST,
GTK_CLASS_TYPE(object_class),
- GTK_SIGNAL_OFFSET(ScintillaClass, notify),
+ ((size_t) ((gchar*) &((ScintillaClass*) 0)->notify)),
SIG_MARSHAL,
GTK_TYPE_NONE,
2, MARSHAL_ARGUMENTS);