FreeBSD Bugzilla – Attachment 80744 Details for
Bug 115763
Update port: x11-wm/dwm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.42 KB, created by
Jeroen Schot
on 2007-08-23 20:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jeroen Schot
Created:
2007-08-23 20:10:02 UTC
Size:
2.42 KB
patch
obsolete
>diff -ruN dwm.orig/Makefile dwm/Makefile >--- dwm.orig/Makefile Thu Jul 19 18:04:39 2007 >+++ dwm/Makefile Mon Aug 20 01:06:00 2007 >@@ -6,7 +6,7 @@ > # > > PORTNAME= dwm >-PORTVERSION= 4.3 >+PORTVERSION= 4.4 > CATEGORIES= x11-wm > MASTER_SITES= http://www.suckless.org/download/ \ > http://schot.a-eskwadraat.nl/files/ >@@ -18,16 +18,25 @@ > > MAN1= dwm.1 > PLIST_FILES= bin/dwm >+PORTDOCS= LICENSE README > > pre-everything:: > @${ECHO_MSG} "You can build dwm with your own config.h using the DWM_CONF knob:" > @${ECHO_MSG} "make DWM_CONF=/path/to/dwm/config.h install clean" >- @${ECHO_MSG} "Note: Pre-4.1 config.h-files no longer work." >+ @${ECHO_MSG} "Note: Pre-4.4 config.h-files no longer work." > > post-extract: > .if defined(DWM_CONF) > @${ECHO_MSG} "creating config.h from ${DWM_CONF}" > @${CP} ${DWM_CONF} ${WRKSRC}/config.h >+.endif >+ >+post-install: >+.if !defined(NOPORTDOCS) >+ @${ECHO_MSG} "installing additional documentation to ${DOCSDIR}" >+ @${MKDIR} ${DOCSDIR} >+ @${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR} >+ @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} > .endif > > .include <bsd.port.mk> >diff -ruN dwm.orig/distinfo dwm/distinfo >--- dwm.orig/distinfo Thu Jul 19 18:04:39 2007 >+++ dwm/distinfo Thu Aug 23 22:59:35 2007 >@@ -1,3 +1,3 @@ >-MD5 (dwm-4.3.tar.gz) = b33c29ec68399b7f3e3e145c0107a452 >-SHA256 (dwm-4.3.tar.gz) = ff7919da06fb9b5e995b6af9df87a24045cd747efc3c774b8c287e50e1a8e7a1 >-SIZE (dwm-4.3.tar.gz) = 18658 >+MD5 (dwm-4.4.tar.gz) = 8e234602b0c878f364de59eff591e158 >+SHA256 (dwm-4.4.tar.gz) = 1320cc1730fce2a4c10f215597dba49338eaf596ae5a5f392d1111b69d69ffb8 >+SIZE (dwm-4.4.tar.gz) = 19089 >diff -ruN dwm.orig/files/patch-config.mk dwm/files/patch-config.mk >--- dwm.orig/files/patch-config.mk Sat May 26 00:11:30 2007 >+++ dwm/files/patch-config.mk Mon Aug 20 00:50:48 2007 >@@ -1,7 +1,7 @@ >---- config.mk.orig Mon May 21 14:37:17 2007 >-+++ config.mk Mon May 21 18:20:11 2007 >-@@ -4,18 +4,18 @@ >- # Customize below to fit your system >+--- config.mk.orig Mon Aug 20 00:36:39 2007 >++++ config.mk Mon Aug 20 00:48:16 2007 >+@@ -7,19 +7,19 @@ >+ SRC = tile.c > > # paths > -PREFIX = /usr/local >@@ -20,12 +20,13 @@ > > # flags > -CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" >-+CFLAGS+= ${INCS} -DVERSION=\"${VERSION}\" > -LDFLAGS = -s ${LIBS} >++CFLAGS+= ${INCS} -DVERSION=\"${VERSION}\" > +LDFLAGS+= ${LIBS} > #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" > #LDFLAGS = -g ${LIBS} >-@@ -26,4 +26,4 @@ >+ >+@@ -29,4 +29,4 @@ > #CFLAGS += -xtarget=ultra > > # compiler and linker
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 115763
: 80744