Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2007 18:39:11 +0200
From:      "Jeroen Schot" <schot@a-eskwadraat.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/112837: Update port: x11-wm/dwm to 4.1 
Message-ID:  <20070521163903.4615C57C01B@castor.warande.net>
Resent-Message-ID: <200705211640.l4LGe6q9075339@freefall.freebsd.org>

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

>Number:         112837
>Category:       ports
>Synopsis:       Update port: x11-wm/dwm to 4.1
>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:   Mon May 21 16:40:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jeroen Schot
>Release:        FreeBSD 7.0-CURRENT-200702 i386
>Organization:
>Environment:
System: FreeBSD vocal.sshunet.nl 7.0-CURRENT-200702 FreeBSD 7.0-CURRENT-200702 #0: Sun Feb 4 15:23:34 UTC 2007 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Attached diff updates the port of x11-wm/dwm from 4.0 to 4.1. Note: I assumed
that the usage of $(X11BASE)/{lib,include} is still preferred. Correct me if I
am wrong.
>How-To-Repeat:
>Fix:
diff -ruN dwm.orig/Makefile dwm/Makefile
--- dwm.orig/Makefile	Sat May 19 22:32:33 2007
+++ dwm/Makefile	Mon May 21 18:30:00 2007
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	dwm
-PORTVERSION=	4.0
-PORTREVISION=	1
+PORTVERSION=	4.1
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.suckless.org/download/ \
 		http://schot.a-eskwadraat.nl/files/
@@ -27,7 +26,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-3.7 config.h-files no longer work."
+	@${ECHO_MSG} "Note: Pre-4.1 config.h-files no longer work."
 
 post-extract:
 .if defined(DWM_CONF)
diff -ruN dwm.orig/distinfo dwm/distinfo
--- dwm.orig/distinfo	Mon Apr 23 10:28:31 2007
+++ dwm/distinfo	Mon May 21 18:15:45 2007
@@ -1,3 +1,3 @@
-MD5 (dwm-4.0.tar.gz) = 7d56fe4d32d426f704530b1c6a1c9086
-SHA256 (dwm-4.0.tar.gz) = ac9f9a5d08efdd8cf511593e8517cf4f74fedd65a7348ac7a9dd5899db4e4254
-SIZE (dwm-4.0.tar.gz) = 18072
+MD5 (dwm-4.1.tar.gz) = 12b62b38e34e6666e6a9617747a0ed70
+SHA256 (dwm-4.1.tar.gz) = 8f92a9b1adaeac8b0d9f161a427548bad5867a87bdd6555fc3d5a93178f7a036
+SIZE (dwm-4.1.tar.gz) = 19209
diff -ruN dwm.orig/files/patch-config.mk dwm/files/patch-config.mk
--- dwm.orig/files/patch-config.mk	Thu Feb  8 18:54:13 2007
+++ dwm/files/patch-config.mk	Mon May 21 18:31:51 2007
@@ -1,5 +1,5 @@
---- config.mk.orig	Wed Feb  7 12:42:14 2007
-+++ config.mk	Thu Feb  8 12:43:49 2007
+--- 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
  
@@ -21,7 +21,8 @@
  # flags
 -CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
 +CFLAGS+= ${INCS} -DVERSION=\"${VERSION}\"
- LDFLAGS = ${LIBS}
+-LDFLAGS = -s ${LIBS}
++LDFLAGS+= ${LIBS}
  #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
  #LDFLAGS = -g ${LIBS}
 @@ -26,4 +26,4 @@
>Release-Note:
>Audit-Trail:
>Unformatted:



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