FreeBSD Bugzilla – Attachment 154810 Details for
Bug 198914
[maintainer update] x11-wm/cwm to 5.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff
cwm56.diff (text/plain), 2.96 KB, created by
braakvaak
on 2015-03-26 00:51:40 UTC
(
hide
)
Description:
diff
Filename:
MIME Type:
Creator:
braakvaak
Created:
2015-03-26 00:51:40 UTC
Size:
2.96 KB
patch
obsolete
>diff -ruN /usr/ports/x11-wm/cwm/Makefile cwm/Makefile >--- /usr/ports/x11-wm/cwm/Makefile 2014-03-23 01:34:28.000000000 +0100 >+++ cwm/Makefile 2015-03-26 01:11:41.000000000 +0100 >@@ -1,7 +1,7 @@ > # $FreeBSD: head/x11-wm/cwm/Makefile 348819 2014-03-23 00:34:28Z danilo $ > > PORTNAME= cwm >-PORTVERSION= 5.5 >+PORTVERSION= 5.6 > CATEGORIES= x11-wm > MASTER_SITES= http://chneukirchen.org/releases/ \ > http://github.com/chneukirchen/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ >@@ -21,8 +21,8 @@ > man/man5/cwmrc.5.gz > > do-install: >- @${INSTALL_PROGRAM} ${WRKSRC}/cwm ${STAGEDIR}${PREFIX}/bin >- @${INSTALL_MAN} ${WRKSRC}/cwm.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 >- @${INSTALL_MAN} ${WRKSRC}/cwmrc.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 >+ ${INSTALL_PROGRAM} ${WRKSRC}/cwm ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_MAN} ${WRKSRC}/cwm.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 >+ ${INSTALL_MAN} ${WRKSRC}/cwmrc.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 > > .include <bsd.port.mk> >diff -ruN /usr/ports/x11-wm/cwm/distinfo cwm/distinfo >--- /usr/ports/x11-wm/cwm/distinfo 2014-03-23 01:34:28.000000000 +0100 >+++ cwm/distinfo 2015-03-26 01:33:54.000000000 +0100 >@@ -1,2 +1,2 @@ >-SHA256 (cwm-5.5.tar.gz) = 99aa337f15b07e36ba3b03593c56f65b76f8bbef6f73daca73846f6b002f2187 >-SIZE (cwm-5.5.tar.gz) = 50709 >+SHA256 (cwm-5.6.tar.gz) = 006320bb1716cc0f93bac5634dcccd01f21d468263b5fc9d1be2dd11078a0625 >+SIZE (cwm-5.6.tar.gz) = 50799 >diff -ruN /usr/ports/x11-wm/cwm/files/patch-Makefile cwm/files/patch-Makefile >--- /usr/ports/x11-wm/cwm/files/patch-Makefile 2014-03-23 01:34:28.000000000 +0100 >+++ cwm/files/patch-Makefile 2015-03-26 01:35:56.000000000 +0100 >@@ -1,25 +1,11 @@ >---- ./Makefile.orig 2014-03-17 03:52:56.000000000 +0100 >-+++ ./Makefile 2014-03-17 04:05:08.000000000 +0100 >-@@ -3,7 +3,7 @@ >- >- PROG= cwm >- >--PREFIX= /usr/local >-+#PREFIX= /usr/local >- >- SRCS= calmwm.c screen.c xmalloc.c client.c menu.c \ >- search.c util.c xutil.c conf.c xevents.c group.c \ >-@@ -16,11 +16,11 @@ >+--- Makefile.orig 2015-03-26 00:34:30 UTC >++++ Makefile >+@@ -16,7 +16,7 @@ OBJS= calmwm.o screen.o xmalloc.o clien > > CPPFLAGS+= `pkg-config --cflags fontconfig x11 xft xinerama xrandr` > >--CFLAGS= -Wall -O2 -g -D_GNU_SOURCE >-+CFLAGS+= -Wall -g -pthread >+-CFLAGS?= -Wall -O2 -g -D_GNU_SOURCE >++CFLAGS?= -Wall -g -pthread > > LDFLAGS+= `pkg-config --libs fontconfig x11 xft xinerama xrandr` > >--MANPREFIX= ${PREFIX}/share/man >-+#MANPREFIX= ${PREFIX}/share/man >- >- all: ${PROG} >- >diff -ruN /usr/ports/x11-wm/cwm/files/patch-kbfunc.c cwm/files/patch-kbfunc.c >--- /usr/ports/x11-wm/cwm/files/patch-kbfunc.c 1970-01-01 01:00:00.000000000 +0100 >+++ cwm/files/patch-kbfunc.c 2015-03-26 01:10:46.000000000 +0100 >@@ -0,0 +1,11 @@ >+--- kbfunc.c.orig 2015-03-26 00:09:51 UTC >++++ kbfunc.c >+@@ -324,7 +324,7 @@ kbfunc_ssh(struct client_ctx *cc, union >+ struct menu_q menuq; >+ FILE *fp; >+ char *buf, *lbuf, *p; >+- char hostbuf[HOST_NAME_MAX+1]; >++ char hostbuf[_POSIX_HOST_NAME_MAX+1]; >+ char path[PATH_MAX]; >+ int l; >+ size_t len;
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 198914
: 154810