ports/121682: update x11-wm/dwm to 4.8

Pietro Cerutti gahr at gahr.ch
Thu Mar 13 23:10:02 UTC 2008


>Number:         121682
>Category:       ports
>Synopsis:       update x11-wm/dwm to 4.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 13 23:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Pietro Cerutti
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 8.0-CURRENT #13: Mon Mar 10 12:46:20 CET 2008
    root at gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034



>Description:





>How-To-Repeat:





>Fix:


--- x11-wm::dwm.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-wm/dwm/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- Makefile	14 Dec 2007 18:45:18 -0000	1.35
+++ Makefile	13 Mar 2008 22:53:54 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dwm
-PORTVERSION=	4.7
+PORTVERSION=	4.8
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.suckless.org/download/ \
 		http://schot.a-eskwadraat.nl/files/
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/x11-wm/dwm/distinfo,v
retrieving revision 1.33
diff -u -r1.33 distinfo
--- distinfo	14 Dec 2007 18:45:18 -0000	1.33
+++ distinfo	13 Mar 2008 22:54:03 -0000
@@ -1,3 +1,3 @@
-MD5 (dwm-4.7.tar.gz) = 827b128514a3edb87e208e84fee0eb3f
-SHA256 (dwm-4.7.tar.gz) = 37481957fc247f6860ba5942748f8f89b526bf5b8b21042001d384e88360c5aa
-SIZE (dwm-4.7.tar.gz) = 17693
+MD5 (dwm-4.8.tar.gz) = 75f49997c4af45707688f764f604c119
+SHA256 (dwm-4.8.tar.gz) = 431b6767e090d4b80b42e2adff6a6a5c7d344c6e22e93e0dd022dcec2b9e2118
+SIZE (dwm-4.8.tar.gz) = 17879
Index: files/patch-config.mk
===================================================================
RCS file: /home/pcvs/ports/x11-wm/dwm/files/patch-config.mk,v
retrieving revision 1.9
diff -u -r1.9 patch-config.mk
--- files/patch-config.mk	14 Dec 2007 18:45:18 -0000	1.9
+++ files/patch-config.mk	13 Mar 2008 23:03:24 -0000
@@ -1,31 +1,21 @@
---- config.mk.orig	2007-11-21 21:18:41.000000000 +0100
-+++ config.mk	2007-11-22 16:49:20.000000000 +0100
-@@ -4,19 +4,19 @@
+--- config.mk.orig	2008-03-13 17:55:43.000000000 +0100
++++ config.mk	2008-03-14 00:03:22.000000000 +0100
+@@ -4,11 +4,11 @@
  # Customize below to fit your system
  
  # paths
 -PREFIX = /usr/local
 -MANPREFIX = ${PREFIX}/share/man
-+PREFIX?= /usr/local
-+MANPREFIX = ${PREFIX}/man
++PREFIX ?= /usr/local
++MANPREFIX = ${PREFIX}/man/
  
 -X11INC = /usr/X11R6/include
 -X11LIB = /usr/X11R6/lib
-+X11INC = $(X11BASE)/include
-+X11LIB = $(X11BASE)/lib
++X11INC = ${PREFIX}/include
++X11LIB = ${PREFIX}/lib
  
  # includes and libs
  INCS = -I. -I/usr/include -I${X11INC}
- LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
- 
- # flags
--CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
--LDFLAGS = -s ${LIBS}
-+CFLAGS+= ${INCS} -DVERSION=\"${VERSION}\"
-+LDFLAGS+= ${LIBS}
- #CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
- #LDFLAGS = -g ${LIBS}
- 
 @@ -26,4 +26,4 @@
  #CFLAGS += -xtarget=ultra
  
--- x11-wm::dwm.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list