ports/117542: Update port: x11-wm/dwm to 4.6

Jeroen Schot schot at a-eskwadraat.nl
Fri Oct 26 21:10:02 UTC 2007


>Number:         117542
>Category:       ports
>Synopsis:       Update port: x11-wm/dwm to 4.6
>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 Oct 26 21:10:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jeroen Schot
>Release:        FreeBSD 7.0-CURRENT-200708 i386
>Organization:
>Environment:
System: FreeBSD vocal 7.0-CURRENT-200708 FreeBSD 7.0-CURRENT-200708 #0: Fri Aug 17 07:47:18 UTC 2007 root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Attached diff updates the port of x11-wm/dwm from 4.5 to 4.6.
>How-To-Repeat:
>Fix:
diff -ruN dwm.orig/Makefile dwm/Makefile
--- dwm.orig/Makefile	2007-09-23 07:57:51.000000000 +0200
+++ dwm/Makefile	2007-10-27 00:40:05.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dwm
-PORTVERSION=	4.5
+PORTVERSION=	4.6
 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.5 config.h-files no longer work."
+	@${ECHO_MSG} "Note: Pre-4.6 config.h-files no longer work."
 
 post-extract:
 .if defined(DWM_CONF)
diff -ruN dwm.orig/distinfo dwm/distinfo
--- dwm.orig/distinfo	2007-09-23 07:57:51.000000000 +0200
+++ dwm/distinfo	2007-10-27 00:40:16.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (dwm-4.5.tar.gz) = b178fefb55f015b648d756e70fcccccc
-SHA256 (dwm-4.5.tar.gz) = 00ee8229f56deeaff5be25a1f27c0fa07669e4cc827c0d38ff4b3e415f020752
-SIZE (dwm-4.5.tar.gz) = 17338
+MD5 (dwm-4.6.tar.gz) = a4cf0d788f12bcc6cd1897079990ad45
+SHA256 (dwm-4.6.tar.gz) = 0421595e3599bacab0b4f087bbfb5ca60d1f30209d79f757abd1e37dee45c78e
+SIZE (dwm-4.6.tar.gz) = 17558
diff -ruN dwm.orig/files/patch-config.mk dwm/files/patch-config.mk
--- dwm.orig/files/patch-config.mk	2007-08-26 10:15:56.000000000 +0200
+++ dwm/files/patch-config.mk	2007-10-27 00:43:16.000000000 +0200
@@ -1,7 +1,7 @@
---- 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
+--- config.mk.orig	2007-10-25 20:24:37.000000000 +0200
++++ config.mk	2007-10-27 00:42:50.000000000 +0200
+@@ -4,21 +4,21 @@
+ # Customize below to fit your system
  
  # paths
 -PREFIX = /usr/local
@@ -21,12 +21,16 @@
  # flags
 -CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
 -LDFLAGS = -s ${LIBS}
+-CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
+-LDFLAGS = -g ${LIBS}
 +CFLAGS+= ${INCS} -DVERSION=\"${VERSION}\"
 +LDFLAGS+= ${LIBS}
- #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
- #LDFLAGS = -g ${LIBS}
++#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
++#LDFLAGS = -g ${LIBS}
  
-@@ -29,4 +29,4 @@
+ # Solaris
+ #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
+@@ -26,4 +26,4 @@
  #CFLAGS += -xtarget=ultra
  
  # compiler and linker
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list