Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Nov 2011 17:53:06 GMT
From:      Jakub Lach <jakub_lach@mailplus.pl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/162815: [maintainer-update] x11-wm/mcwm 20110818 to 20111124
Message-ID:  <201111241753.pAOHr60H029472@red.freebsd.org>
Resent-Message-ID: <201111241800.pAOI0NXe036912@freefall.freebsd.org>

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

>Number:         162815
>Category:       ports
>Synopsis:       [maintainer-update] x11-wm/mcwm 20110818 to 20111124
>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:   Thu Nov 24 18:00:23 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jakub Lach
>Release:        
>Organization:
>Environment:
FreeBSD 9.0-PRERELEASE #0 r227698
>Description:
Update to 20111124
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -rupN /usr/ports/x11-wm/mcwm.org/Makefile /usr/ports/x11-wm/mcwm/Makefile
--- /usr/ports/x11-wm/mcwm.org/Makefile	2011-11-24 18:41:43.000000000 +0100
+++ /usr/ports/x11-wm/mcwm/Makefile	2011-11-24 18:46:21.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mcwm
-PORTVERSION=	20110818
+PORTVERSION=	20111124
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://hack.org/mc/hacks/mcwm/
 
@@ -28,8 +28,6 @@ MAN1=		mcwm.1
 PLIST_FILES=	bin/mcwm
 PORTDOCS=	LICENSE README NEWS
 
-CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
-
 pre-everything::
 		@${ECHO_MSG} "You can build mcwm with your own config.h using the MCWM_CONF knob:"
 		@${ECHO_MSG} "make MCWM_CONF=/path/to/mcwm/config.h install clean"
diff -rupN /usr/ports/x11-wm/mcwm.org/distinfo /usr/ports/x11-wm/mcwm/distinfo
--- /usr/ports/x11-wm/mcwm.org/distinfo	2011-11-24 18:41:43.000000000 +0100
+++ /usr/ports/x11-wm/mcwm/distinfo	2011-11-24 18:42:23.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (mcwm-20110818.tar.bz2) = e2df75097d1909d222e79622b7228c76159ca1d1ff6d4a17d5ae179a09d1df7d
-SIZE (mcwm-20110818.tar.bz2) = 26921
+SHA256 (mcwm-20111124.tar.bz2) = 80b52eda2d881c2d0db347e764b8470acaea51c1307504d7836ee7f8de30b836
+SIZE (mcwm-20111124.tar.bz2) = 27982
diff -rupN /usr/ports/x11-wm/mcwm.org/files/patch-Makefile /usr/ports/x11-wm/mcwm/files/patch-Makefile
--- /usr/ports/x11-wm/mcwm.org/files/patch-Makefile	2011-11-24 18:41:43.000000000 +0100
+++ /usr/ports/x11-wm/mcwm/files/patch-Makefile	2011-11-24 18:48:42.000000000 +0100
@@ -8,8 +8,8 @@
 -CFLAGS=-g -std=c99 -Wall -Wextra -O2 -I/usr/local/include #-DDEBUG #-DDMALLOC
 -LDFLAGS=-L/usr/local/lib -lxcb -lxcb-randr -lxcb-keysyms -lxcb-icccm \
 -	-lxcb-atom #-ldmalloc
-+CFLAGS+=-g -std=c99 -Wall -Wextra -I/usr/local/include 
-+LDFLAGS+=-L/usr/local/lib -lxcb -lxcb-randr -lxcb-keysyms -lxcb-icccm \
++CFLAGS+=-g -std=c99 -Wall -Wextra -I${LOCALBASE}/include
++LDFLAGS+=-L${LOCALBASE}/lib -lxcb -lxcb-randr -lxcb-keysyms -lxcb-icccm \
 +	-lxcb-atom 
  
  RM=/bin/rm


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



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