Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  4 Apr 2008 12:19:38 +0200
From:      Jeroen Schot <schot@castor.sshunet.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/122442: Update port: x11-wm/dwm to 4.9
Message-ID:  <20080404101938.C328757C035@castor.sshunet.nl>
Resent-Message-ID: <200804041020.m34AK6FU019450@freefall.freebsd.org>

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

>Number:         122442
>Category:       ports
>Synopsis:       Update port: x11-wm/dwm to 4.9
>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 Apr 04 10:20:05 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Jeroen Schot
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD schots-macbook 7.0-STABLE FreeBSD 7.0-STABLE #1: Fri Mar 21 22:03:11 CET 2008 root@schots-macbook:/usr/obj/usr/src/sys/MACBOOK i386
>Description:
Attached diff updates the port of x11-wm/dwm from 4.8 to 4.9.
>How-To-Repeat:
>Fix:
diff -ruN dwm.orig/Makefile dwm/Makefile
--- dwm.orig/Makefile	2008-03-17 20:56:18.000000000 +0100
+++ dwm/Makefile	2008-04-03 22:07:28.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dwm
-PORTVERSION=	4.8
+PORTVERSION=	4.9
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.suckless.org/download/ \
 		http://schot.a-eskwadraat.nl/files/
@@ -25,7 +25,7 @@
 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.8 config.h-files no longer work."
+	@${ECHO_MSG} "Note: Pre-4.9 config.h-files no longer work."
 
 post-extract:
 .if defined(DWM_CONF)
diff -ruN dwm.orig/distinfo dwm/distinfo
--- dwm.orig/distinfo	2008-03-17 20:56:18.000000000 +0100
+++ dwm/distinfo	2008-04-04 11:39:28.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (dwm-4.8.tar.gz) = 75f49997c4af45707688f764f604c119
-SHA256 (dwm-4.8.tar.gz) = 431b6767e090d4b80b42e2adff6a6a5c7d344c6e22e93e0dd022dcec2b9e2118
-SIZE (dwm-4.8.tar.gz) = 17879
+MD5 (dwm-4.9.tar.gz) = cf72c6a72e6c35c132b5db4faf3fb358
+SHA256 (dwm-4.9.tar.gz) = 3f4f595e7845cedce1696668adf0a8ade2fc8a72d4c32d53de35a7c5d900790d
+SIZE (dwm-4.9.tar.gz) = 18132
diff -ruN dwm.orig/files/patch-config.mk dwm/files/patch-config.mk
--- dwm.orig/files/patch-config.mk	2008-03-17 20:56:18.000000000 +0100
+++ dwm/files/patch-config.mk	2008-04-04 12:05:35.000000000 +0200
@@ -1,5 +1,5 @@
---- config.mk.orig	2008-03-13 17:55:43.000000000 +0100
-+++ config.mk	2008-03-13 21:43:27.000000000 +0100
+--- config.mk.orig	2008-04-03 22:57:01.000000000 +0200
++++ config.mk	2008-04-04 12:05:19.000000000 +0200
 @@ -4,19 +4,19 @@
  # Customize below to fit your system
  
@@ -23,11 +23,11 @@
 -LDFLAGS = -s ${LIBS}
 +CFLAGS+= ${INCS} -DVERSION=\"${VERSION}\"
 +LDFLAGS+= ${LIBS}
- #CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DWORK
+ #CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
  #LDFLAGS = -g ${LIBS}
  
-@@ -26,4 +26,4 @@
- #CFLAGS += -xtarget=ultra
+@@ -25,4 +25,4 @@
+ #LDFLAGS = ${LIBS}
  
  # compiler and linker
 -CC = cc
>Release-Note:
>Audit-Trail:
>Unformatted:



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