Bug 101273 - Update port: x11-wm/dwm to 0.6
Summary: Update port: x11-wm/dwm to 0.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-02 18:50 UTC by Jeroen Schot
Modified: 2006-08-05 11:11 UTC (History)
0 users

See Also:


Attachments
file.diff (2.34 KB, patch)
2006-08-02 18:50 UTC, Jeroen Schot
no flags Details | Diff
dwm.patch-fixed (2.26 KB, text/plain; charset=us-ascii)
2006-08-03 13:29 UTC, Jeroen Schot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Schot 2006-08-02 18:50:19 UTC
Update the port of dwm from 0.5 to 0.6.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-02 18:50:26 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer)
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2006-08-02 23:31:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2006-08-03 11:21:19 UTC
On Wed, Aug 02, 2006 at 05:46:10PM +0000, Jeroen Schot wrote:
> -@@ -26,5 +26,5 @@
> - #LIBS += -lnsl -lsocket
> + #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
> + #LDFLAGS = -g ${LIBS}
>   
> - AR = ar cr
> + # compiler
>  -CC = cc
>  +CC?= cc
> - RANLIB = ranlib

This hunk does not work:

--------------------------
|diff -ur dwm.orig/files/patch-config.mk dwm/files/patch-config.mk
|--- dwm.orig/files/patch-config.mk      Wed Aug  2 19:27:43 2006
|+++ dwm/files/patch-config.mk   Wed Aug  2 19:17:45 2006
--------------------------
Patching file files/patch-config.mk using Plan A...
Hunk #1 succeeded at 1 with fuzz 2.
patch: **** malformed patch at line 78:  

Please send me a working diff. Thanks.

Rong-En Fan
Comment 4 Jeroen Schot 2006-08-03 13:29:09 UTC
On Thu, Aug 03, 2006 at 06:21:19PM +0800, Rong-En Fan wrote:
> On Wed, Aug 02, 2006 at 05:46:10PM +0000, Jeroen Schot wrote:
> > -@@ -26,5 +26,5 @@
> > - #LIBS += -lnsl -lsocket
> > + #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
> > + #LDFLAGS = -g ${LIBS}
> >   
> > - AR = ar cr
> > + # compiler
> >  -CC = cc
> >  +CC?= cc
> > - RANLIB = ranlib
> 
> This hunk does not work:
> 
> --------------------------
> |diff -ur dwm.orig/files/patch-config.mk dwm/files/patch-config.mk
> |--- dwm.orig/files/patch-config.mk      Wed Aug  2 19:27:43 2006
> |+++ dwm/files/patch-config.mk   Wed Aug  2 19:17:45 2006
> --------------------------
> Patching file files/patch-config.mk using Plan A...
> Hunk #1 succeeded at 1 with fuzz 2.
> patch: **** malformed patch at line 78:  
> 
> Please send me a working diff. Thanks.
> 
> Rong-En Fan

Ok, I see what I did wrong, attached is a new, working diff.

Regards,
-- 
Jeroen Schot

schot@a-eskwadraat.nl (mail & jabber)
http://schot.a-eskwadraat.nl
Comment 5 Rong-En Fan freebsd_committer freebsd_triage 2006-08-05 11:10:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!