FreeBSD Bugzilla – Attachment 184179 Details for
Bug 220560
lang/mdk: Update to 1.2.9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch (since 444463 revision)
mdk.diff (text/plain), 2.83 KB, created by
lightside
on 2017-07-08 12:55:15 UTC
(
hide
)
Description:
Proposed patch (since 444463 revision)
Filename:
MIME Type:
Creator:
lightside
Created:
2017-07-08 12:55:15 UTC
Size:
2.83 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 445304) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= mdk >-PORTVERSION= 1.2.6 >-PORTREVISION= 3 >+PORTVERSION= 1.2.9 > CATEGORIES= lang gnome > MASTER_SITES= GNU/${PORTNAME}/v${PORTVERSION} > >@@ -15,6 +14,7 @@ > USE_GNOME= glib20 intltool > USES= gettext ncurses readline gmake pkgconfig > GNU_CONFIGURE= yes >+TEST_TARGET= check > > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib >@@ -30,12 +30,14 @@ > OPTIONS_DEFAULT=GLADE GUILE > > GLADE_CONFIGURE_ENABLE= gui >-GLADE_USE= GNOME=libglade2 >+GLADE_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ >+ libfreetype.so:print/freetype2 >+GLADE_USE= GNOME=cairo,gdkpixbuf2,libglade2 > GLADE_PLIST_FILES= bin/gmixvm \ > %%DATADIR%%/mixgtk.glade > > GUILE_CONFIGURE_WITH= guile >-GUILE_LIB_DEPENDS= libguile.so:lang/guile >+GUILE_LIB_DEPENDS= libguile-2.0.so:lang/guile2 > GUILE_PLIST_FILES= bin/mixguile \ > %%DATADIR%%/mixguile.scm \ > %%DATADIR%%/mixguile-commands.scm \ >@@ -45,4 +47,9 @@ > @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ > ${WRKSRC}/configure > >+post-patch-GLADE-on: >+# Fix path in command for default external editor >+ @${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|' \ >+ ${WRKSRC}/mixgtk/Makefile.in >+ > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 445304) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (mdk-1.2.6.tar.gz) = 7fc1aedc68474bed93b3556bdb2acb7f4db6a5513829cf6504eaafc212187595 >-SIZE (mdk-1.2.6.tar.gz) = 1103179 >+TIMESTAMP = 1450898182 >+SHA256 (mdk-1.2.9.tar.gz) = 6c265ddd7436925208513b155e7955e5a88c158cddda72c32714ccf5f3e74430 >+SIZE (mdk-1.2.9.tar.gz) = 1158768 >Index: files/patch-mixutils_mixvm__command.c >=================================================================== >--- files/patch-mixutils_mixvm__command.c (revision 445304) >+++ files/patch-mixutils_mixvm__command.c (nonexistent) >@@ -1,20 +0,0 @@ >---- mixutils/mixvm_command.c.orig 2008-03-20 13:44:32.000000000 +0000 >-+++ mixutils/mixvm_command.c >-@@ -80,7 +80,7 @@ mix_vm_command_info_t commands[] = { >- { "prompt", cmd_prompt_, N_("Set command prompt"), "prompt PROMPT" }, >- { "shell", cmd_shell_, N_("Execute shell command"), "shell COMMAND" }, >- { "quit", cmd_quit_, N_("Quit the program"), "quit" }, >-- { (char *)NULL, (Function *)NULL, (char *)NULL } >-+ { (char *)NULL, (rl_hook_func_t *)NULL, (char *)NULL } >- }; >- >- >-@@ -217,7 +217,7 @@ mixvm_cmd_init (mix_config_t *config, ch >- >- #ifdef HAVE_LIBREADLINE >- /* Tell the completer that we want a crack first. */ >-- rl_attempted_completion_function = (CPPFunction *)mixvm_cmd_completion_; >-+ rl_attempted_completion_function = (rl_completion_func_t *)mixvm_cmd_completion_; >- #endif /* HAVE_LIBREADLINE */ >- >- /* initialise the dispatcher */
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 220560
: 184179 |
184202