FreeBSD Bugzilla – Attachment 160799 Details for
Bug 201840
[PATCH] editors/mp: Update to version 5.2.10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
editors_mp.diff
editors_mp.diff (text/plain), 4.62 KB, created by
tkato432
on 2015-09-07 13:02:52 UTC
(
hide
)
Description:
editors_mp.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2015-09-07 13:02:52 UTC
Size:
4.62 KB
patch
obsolete
>diff -urN /usr/ports/editors/mp/Makefile editors/mp/Makefile >--- /usr/ports/editors/mp/Makefile 2015-09-07 18:38:47.777178000 +0900 >+++ editors/mp/Makefile 2015-09-07 21:00:00.000000000 +0900 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/editors/mp/Makefile 396249 2015-09-07 07:00:08Z danfe $ > > PORTNAME= mp >-PORTVERSION= 5.2.9 >+PORTVERSION= 5.2.10 > CATEGORIES= editors > MASTER_SITES= http://triptico.com/download/mp/ > >@@ -10,6 +10,7 @@ > COMMENT= Programming text editor > > LICENSE= GPLv2 # (or later) >+#LICENSE_FILE= ${WRKSRC}/COPYING > > USES= iconv ncurses > HAS_CONFIGURE= yes >@@ -18,40 +19,48 @@ > > DATADIR= ${PREFIX}/share/mp-5 > >-OPTIONS_DEFINE= NLS PCRE DOCS >-OPTIONS_RADIO= GUI >-OPTIONS_RADIO_GUI= GTK3 GTK2 QT4 >+OPTIONS_DEFINE= DOCS NLS PCRE >+OPTIONS_RADIO= GUI >+OPTIONS_RADIO_GUI= GTK2 GTK3 QT4 > OPTIONS_DEFAULT= PCRE >-OPTIONS_SUB= yes >+OPTIONS_SUB= yes > >-NLS_USES= gettext >+NLS_USES= gettext > NLS_CONFIGURE_WITH= gettext >- >+GTK2_USE= gnome=gtk20 >+GTK3_USE= gnome=gtk30 > PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre > PCRE_CONFIGURE_WITH= pcre >- >-QT4_USE= QT4=corelib,gui,moc_build >+QT4_USE= qt4=corelib,gui,moc_build > QT4_CONFIGURE_ENV= CPP="${CXX}" CCLINK="${CXX}" > QT4_CONFIGURE_WITH= qt4 > > .include <bsd.port.options.mk> > >-.if ${PORT_OPTIONS:MGTK3} >-USE_GNOME+= gtk30 >-CONFOPT_GTK= 3 >+.if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MQT4} >+USES+= pkgconfig >+PLIST_SUB+= GUI="" >+.else >+PLIST_SUB+= GUI="@comment " >+.endif >+ >+.if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3} >+DESKTOP_ENTRIES="Minimum Profit" "" "mp-5" "mp" "Develpment;TextEditor;GTK;" "" >+.else >+CONFIGURE_ARGS+= --without-gtk >+CONFOPT_GTK= 0 > .endif > > .if ${PORT_OPTIONS:MGTK2} >-USE_GNOME+= gtk20 > CONFOPT_GTK= 2 > .endif > >-.if empty(PORT_OPTIONS:MGTK3) && empty(PORT_OPTIONS:MGTK2) >-CONFIGURE_ARGS+= --without-gtk >-CONFOPT_GTK= 0 >+.if ${PORT_OPTIONS:MGTK3} >+CONFOPT_GTK= 3 > .endif > > .if ${PORT_OPTIONS:MQT4} >+DESKTOP_ENTRIES="Minimum Profit" "" "mp-5" "mp" "Development;TextEditor;Qt;" "" > QT_NONSTANDARD= yes > .endif > >@@ -60,7 +69,6 @@ > 's|<ncursesw/|<| ; \ > s|-I/usr/local/include|| ; \ > s|-L/usr/local/lib|| ; \ >- s|-lX11|| ; \ > /gtk+/s|3.0|${CONFOPT_GTK}.0| ; \ > /OK/s|3.0|${CONFOPT_GTK}.0| ; \ > /CONFOPT_GTK/s|3|${CONFOPT_GTK}|' ${WRKSRC}/config.sh >@@ -83,6 +91,9 @@ > (cd ${WRKSRC} && ${INSTALL_DATA} mp_*.mpsl ${STAGEDIR}${DATADIR}) > @${MKDIR} ${STAGEDIR}${DATADIR}/lang > (cd ${WRKSRC}/lang && ${INSTALL_DATA} *.mpsl ${STAGEDIR}${DATADIR}/lang) >+.if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MQT4} >+ (cd ${WRKSRC} && ${INSTALL_DATA} mp.png ${STAGEDIR}${PREFIX}/share/pixmaps) >+.endif > .if ${PORT_OPTIONS:MNLS} > .for lang in de es it nl ru sv > @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES >diff -urN /usr/ports/editors/mp/distinfo editors/mp/distinfo >--- /usr/ports/editors/mp/distinfo 2015-08-24 03:50:05.189560000 +0900 >+++ editors/mp/distinfo 2015-09-07 21:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (mp-5.2.9.tar.gz) = a30403f4b0c07905733168e914d488f48fb449bb95f67a5254d9ca9ecb6b795d >-SIZE (mp-5.2.9.tar.gz) = 557502 >+SHA256 (mp-5.2.10.tar.gz) = f3ce1831d2cfb42a8540d197a9fdad163ecd17883a57cd798a2f30bfe791ddc1 >+SIZE (mp-5.2.10.tar.gz) = 504306 >diff -urN /usr/ports/editors/mp/files/patch-mpdn__config.sh editors/mp/files/patch-mpdn__config.sh >--- /usr/ports/editors/mp/files/patch-mpdn__config.sh 2015-08-24 03:50:05.195783000 +0900 >+++ editors/mp/files/patch-mpdn__config.sh 2015-09-07 21:00:00.000000000 +0900 >@@ -1,6 +1,6 @@ >---- mpdm/config.sh.orig 2009-11-05 17:18:27.000000000 +0900 >-+++ mpdm/config.sh 2011-03-19 08:40:21.000000000 +0900 >-@@ -309,13 +309,15 @@ >+--- mpdm/config.sh.orig 2015-05-05 07:29:54 UTC >++++ mpdm/config.sh >+@@ -370,13 +370,15 @@ else > echo "#define CONFOPT_GETTEXT 1" >> config.h > else > # try now with -lintl >@@ -18,7 +18,7 @@ > echo "$TMP_LDFLAGS" >> config.ldflags > else > echo "No" >-@@ -342,13 +344,15 @@ >+@@ -403,13 +405,15 @@ else > echo "#define CONFOPT_ICONV 1" >> config.h > else > # try now with -liconv >diff -urN /usr/ports/editors/mp/pkg-plist editors/mp/pkg-plist >--- /usr/ports/editors/mp/pkg-plist 2015-08-24 03:50:05.187688000 +0900 >+++ editors/mp/pkg-plist 2015-09-07 21:00:00.000000000 +0900 >@@ -6,8 +6,6 @@ > %%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES > %%PORTDOCS%%%%DOCSDIR%%/mp_actions.html > %%PORTDOCS%%%%DOCSDIR%%/mp_actions.txt >-%%PORTDOCS%%%%DOCSDIR%%/mp_api.html >-%%PORTDOCS%%%%DOCSDIR%%/mp_api.txt > %%PORTDOCS%%%%DOCSDIR%%/mp_configuration.html > %%PORTDOCS%%%%DOCSDIR%%/mp_configuration.txt > %%PORTDOCS%%%%DOCSDIR%%/mp_cookbook.html >@@ -62,3 +60,4 @@ > %%DATADIR%%/mp_tui.mpsl > %%DATADIR%%/mp_vcs.mpsl > %%DATADIR%%/mp_writing.mpsl >+%%GUI%%share/pixmaps/mp.png
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 201840
:
159178
| 160799