FreeBSD Bugzilla – Attachment 144589 Details for
Bug 191818
[stage] editors/zoinks: Update to version 0.4.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
editors_zoinks.diff
editors_zoinks.diff (text/plain), 4.86 KB, created by
tkato432
on 2014-07-11 18:44:08 UTC
(
hide
)
Description:
editors_zoinks.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2014-07-11 18:44:08 UTC
Size:
4.86 KB
patch
obsolete
>diff -urN /usr/ports/editors/zoinks/Makefile editors/zoinks/Makefile >--- /usr/ports/editors/zoinks/Makefile 2014-07-03 06:37:12.000000000 +0900 >+++ editors/zoinks/Makefile 2014-07-12 00:00:00.000000000 +0900 >@@ -2,47 +2,32 @@ > # $FreeBSD: head/editors/zoinks/Makefile 360256 2014-07-02 20:22:55Z antoine $ > > PORTNAME= zoinks >-PORTVERSION= 0.3.7 >-PORTREVISION= 4 >+PORTVERSION= 0.4.1 > CATEGORIES= editors > MASTER_SITES= http://zoinks.mikelockwood.com/download/ > > MAINTAINER= ports@FreeBSD.org > COMMENT= X11 programmer's editor and development environment > >-.if defined(WITH_IMLIB) >-USE_GNOME= imlib >-CONFIGURE_ARGS+= --enable-imlib >-.else >-CONFIGURE_ARGS+= --disable-imlib >-.endif >+LICENSE= GPLv2 # (or later) > > USE_XORG= xpm > GNU_CONFIGURE= yes > >-NO_STAGE= yes >+CPPFLAGS+= -I${LOCALBASE}/include >+LDFLAGS+= -L${LOCALBASE}/lib > >-OPTIONS_DEFINE= NLS >+OPTIONS_DEFINE= IMLIB NLS >+OPTIONS_SUB= yes > >-.include <bsd.port.options.mk> >- >-.if ${PORT_OPTIONS:MNLS} >-USES+= gettext >-PLIST_SUB+= NLS="" >-.else >-CONFIGURE_ARGS+=--disable-nls >-PLIST_SUB+= NLS="@comment " >-.endif >- >-pre-everything:: >- @${ECHO_MSG} "" >- @${ECHO_MSG} "Zoinks can be built with optional support for calculating image sizes" >- @${ECHO_MSG} "and image thumbnail creation for HTML files." >- @${ECHO_MSG} "These features require the Gnome imlib library." >- @${ECHO_MSG} "Use WITH_IMLIB=yes to enable these features." >- @${ECHO_MSG} "" >+IMLIB_USE= GNOME=imlib >+IMLIB_CONFIGURE_ENABLE= imlib >+NLS_USE= gettext >+NLS_CONFIGURE_ENABLE= nls > > post-patch: >+ @${REINPLACE_CMD} -e \ >+ 's|^MY_CXXFLAGS|#&|' ${WRKSRC}/configure > @${FIND} ${WRKSRC} -name *.xpm | ${XARGS} ${REINPLACE_CMD} -e \ > 's|^"|(char *)"|g' > >diff -urN /usr/ports/editors/zoinks/distinfo editors/zoinks/distinfo >--- /usr/ports/editors/zoinks/distinfo 2014-06-21 17:47:54.000000000 +0900 >+++ editors/zoinks/distinfo 2014-07-12 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (zoinks-0.3.7.tar.gz) = a13f852eb97b6679ef5d01dc72b4dd5c0ed28c7792e234babcfa486cceb8e944 >-SIZE (zoinks-0.3.7.tar.gz) = 326876 >+SHA256 (zoinks-0.4.1.tar.gz) = bd8b229904b2e0aeae4742cc9eda882cd47874c86dcf21df8b3d77c830d301cd >+SIZE (zoinks-0.4.1.tar.gz) = 322009 >diff -urN /usr/ports/editors/zoinks/files/patch-fw-TTextView.cpp editors/zoinks/files/patch-fw-TTextView.cpp >--- /usr/ports/editors/zoinks/files/patch-fw-TTextView.cpp 2014-06-21 17:47:54.000000000 +0900 >+++ editors/zoinks/files/patch-fw-TTextView.cpp 1970-01-01 09:00:00.000000000 +0900 >@@ -1,11 +0,0 @@ >---- fw/TTextView.cpp.orig 2007-11-03 00:01:15.000000000 +0100 >-+++ fw/TTextView.cpp 2007-11-03 00:01:40.000000000 +0100 >-@@ -451,7 +451,7 @@ >- { >- if (offset < fSelectionAnchor) >- { >-- selectionStart = selectionStart = fLayout->GetLineOffset(fLayout->OffsetToLine(offset)); >-+ selectionStart = fLayout->GetLineOffset(fLayout->OffsetToLine(offset)); >- selectionEnd = fSelectionAnchorEnd; >- } >- else if (offset > fSelectionAnchorEnd) >diff -urN /usr/ports/editors/zoinks/files/patch-fw-TWindow.cpp editors/zoinks/files/patch-fw-TWindow.cpp >--- /usr/ports/editors/zoinks/files/patch-fw-TWindow.cpp 2014-06-21 17:47:54.000000000 +0900 >+++ editors/zoinks/files/patch-fw-TWindow.cpp 2014-07-12 00:00:00.000000000 +0900 >@@ -24,18 +24,3 @@ > if (xic) > fInputContext = new TInputContext(xic); > >-@@ -657,7 +657,14 @@ >- { >- time = CurrentTime; // ignore time for now >- >-+#if 0 >-+ Pietro Cerutti <gahr@gahr.ch> >-+ We may not be the active window >-+ anymore by this time >-+ >- ASSERT(sPointerGrabWindow == this); >-+#endif >-+ if(sPointerGrabWindow != this) return; >- >- XUngrabPointer(sDisplay, time); >- >diff -urN /usr/ports/editors/zoinks/pkg-descr editors/zoinks/pkg-descr >--- /usr/ports/editors/zoinks/pkg-descr 2014-06-21 17:47:54.000000000 +0900 >+++ editors/zoinks/pkg-descr 2014-07-12 00:00:00.000000000 +0900 >@@ -1,8 +1,8 @@ >-Zoinks is a programmer's editor and development environment for >-Unix/X11 systems. The editor has features similar to Mac text >-editors like MPW and CodeWarrior. It also has some features for >-HTML authoring. Zoinks supports comparing/diffing files and >-directory hierarchies. It also supports inputting and editing >-multi-byte text (e.g. Japanese and other Asian languages). >+Zoinks is a programmer's editor and development environment for Unix/X11 >+systems. The editor has features similar to Mac text editors like MPW >+and CodeWarrior. It also has some features for HTML authoring. Zoinks >+supports comparing/diffing files and directory hierarchies. It also >+supports inputting and editing multi-byte text (e.g. Japanese and other >+Asian languages). > > WWW: http://zoinks.mikelockwood.com/ >diff -urN /usr/ports/editors/zoinks/pkg-plist editors/zoinks/pkg-plist >--- /usr/ports/editors/zoinks/pkg-plist 2014-06-21 17:47:54.000000000 +0900 >+++ editors/zoinks/pkg-plist 2014-07-12 00:00:00.000000000 +0900 >@@ -1,2 +1,3 @@ > bin/zoinks >+%%NLS%%share/locale/es/LC_MESSAGES/zoinks.mo > %%NLS%%share/locale/ja/LC_MESSAGES/zoinks.mo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191818
:
144589
|
145186