FreeBSD Bugzilla – Attachment 182432 Details for
Bug 219162
x11/dmenu: Update to 4.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
dmenu.diff
dmenu.diff (text/plain), 2.09 KB, created by
Tobias Kortkamp
on 2017-05-09 08:39:14 UTC
(
hide
)
Description:
dmenu.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2017-05-09 08:39:14 UTC
Size:
2.09 KB
patch
obsolete
>diff --git a/x11/dmenu/Makefile b/x11/dmenu/Makefile >index c2599e54e670..5a6e57e4c610 100644 >--- a/x11/dmenu/Makefile >+++ b/x11/dmenu/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= dmenu >-PORTVERSION= 4.6 >+PORTVERSION= 4.7 > CATEGORIES= x11 > MASTER_SITES= http://dl.suckless.org/tools/ \ > http://schot.a-eskwadraat.nl/files/ >diff --git a/x11/dmenu/distinfo b/x11/dmenu/distinfo >index 4c3fecc5df70..fddc682ec96c 100644 >--- a/x11/dmenu/distinfo >+++ b/x11/dmenu/distinfo >@@ -1,2 +1,3 @@ >-SHA256 (dmenu-4.6.tar.gz) = 4a7a24008a621c3cd656155ad91ab8136db8f0d3b9ec56dafeec518cabda96b3 >-SIZE (dmenu-4.6.tar.gz) = 15057 >+TIMESTAMP = 1494317037 >+SHA256 (dmenu-4.7.tar.gz) = a75635f8dc2cbc280deecb906ad9b7594c5c31620e4a01ba30dc83984881f7b9 >+SIZE (dmenu-4.7.tar.gz) = 15597 >diff --git a/x11/dmenu/files/patch-config.mk b/x11/dmenu/files/patch-config.mk >index a1b083febddb..1ad7c609e2b5 100644 >--- a/x11/dmenu/files/patch-config.mk >+++ b/x11/dmenu/files/patch-config.mk >@@ -1,13 +1,21 @@ >---- config.mk.orig 2015-11-08 22:42:21 UTC >+--- config.mk.orig 2017-05-02 16:36:47 UTC > +++ config.mk >-@@ -23,9 +23,9 @@ INCS = -I${X11INC} -I${FREETYPEINC} >+@@ -16,16 +16,16 @@ XINERAMAFLAGS = -DXINERAMA >+ FREETYPELIBS = -lfontconfig -lXft >+ FREETYPEINC = /usr/include/freetype2 >+ # OpenBSD (uncomment) >+-#FREETYPEINC = ${X11INC}/freetype2 >++FREETYPEINC = ${X11INC}/freetype2 >+ >+ # includes and libs >+ INCS = -I${X11INC} -I${FREETYPEINC} > LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} > > # flags >--CPPFLAGS = -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} >+-CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} > -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} > -LDFLAGS = -s ${LIBS} >-+CPPFLAGS+= -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} >++CPPFLAGS+= -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} > +CFLAGS += -std=c99 ${INCS} ${CPPFLAGS} > +LDFLAGS += ${LIBS} >
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
Flags:
tobik
:
maintainer-approval?
(
schot
)
Actions:
View
|
Diff
Attachments on
bug 219162
:
182431
| 182432