Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 May 2010 14:19:21 +0200
From:      Jeroen Schot <schot@A-Eskwadraat.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/147161: Update port: x11-wm/dwm to 5.8
Message-ID:  <20100528121921.GA27992@A-Eskwadraat.nl>
Resent-Message-ID: <201005281220.o4SCK1YZ069896@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         147161
>Category:       ports
>Synopsis:       Update port: x11-wm/dwm to 5.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 28 12:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Jeroen Schot
>Release:        FreeBSD 8.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD bernhard.localdomain 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat
Nov 21 15:48:17 UTC 2009 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Update port: x11-wm/dwm to 5.8
Attached diff updates the port of x11-wm/dwm from 5.7.2 to 5.8.
>How-To-Repeat:
>Fix:
diff -ruN dwm.orig/Makefile dwm/Makefile
--- dwm.orig/Makefile	2009-12-07 15:19:50.000000000 +0100
+++ dwm/Makefile	2010-05-28 13:54:17.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dwm
-PORTVERSION=	5.7.2
+PORTVERSION=	5.8
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://dl.suckless.org/${PORTNAME}/ \
 		http://schot.a-eskwadraat.nl/files/
diff -ruN dwm.orig/distinfo dwm/distinfo
--- dwm.orig/distinfo	2009-12-07 15:19:50.000000000 +0100
+++ dwm/distinfo	2010-05-28 13:54:27.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (dwm-5.7.2.tar.gz) = a0b8a799ddc5034dd8a818c9bd76f3a3
-SHA256 (dwm-5.7.2.tar.gz) = 32bffe33d5da9cec55de7e6b215568ff9950cc24b93aca72e7097437a2bfcde0
-SIZE (dwm-5.7.2.tar.gz) = 19989
+MD5 (dwm-5.8.tar.gz) = a0143b29c17545ac292b69cae3646d83
+SHA256 (dwm-5.8.tar.gz) = 34a00ad6a0b51a187a5b9396ff48256330cf09c23caccd6c1c75db84302b9b2e
+SIZE (dwm-5.8.tar.gz) = 20165
diff -ruN dwm.orig/files/patch-config.mk dwm/files/patch-config.mk
--- dwm.orig/files/patch-config.mk	2009-07-24 15:28:15.000000000 +0200
+++ dwm/files/patch-config.mk	2010-05-28 14:05:24.000000000 +0200
@@ -1,5 +1,5 @@
---- config.mk.orig	2009-07-14 20:07:55.000000000 +0200
-+++ config.mk	2009-07-20 13:29:40.000000000 +0200
+--- config.mk.orig	2010-05-28 12:43:17.000000000 +0200
++++ config.mk	2010-05-28 14:05:14.000000000 +0200
 @@ -4,11 +4,11 @@
  # Customize below to fit your system
  
@@ -14,23 +14,21 @@
 +X11INC = $(LOCALBASE)/include
 +X11LIB = $(LOCALBASE)/lib
  
- # Xinerama, un-comment if you want it
+ # Xinerama
  XINERAMALIBS = -L${X11LIB} -lXinerama
-@@ -19,15 +19,15 @@
- LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS}
+@@ -20,9 +20,9 @@
  
  # flags
--CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-+CPPFLAGS+= -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
- #CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
--CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+ CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
+-CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
 +CFLAGS+= -std=c99 ${INCS} ${CPPFLAGS}
- #LDFLAGS = -g ${LIBS}
--LDFLAGS = -s ${LIBS}
-+LDFLAGS+=  ${LIBS}
+ #CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+-LDFLAGS = -g ${LIBS}
++LDFLAGS+= ${LIBS}
+ #LDFLAGS = -s ${LIBS}
  
  # Solaris
- #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
+@@ -30,4 +30,4 @@
  #LDFLAGS = ${LIBS}
  
  # compiler and linker
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100528121921.GA27992>