From kubo@profusion.mobi  Sun Sep  4 22:16:19 2011
Return-Path: <kubo@profusion.mobi>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BDEE9106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Sep 2011 22:16:19 +0000 (UTC)
	(envelope-from kubo@profusion.mobi)
Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54])
	by mx1.freebsd.org (Postfix) with ESMTP id 155A18FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Sep 2011 22:16:18 +0000 (UTC)
Received: by gwb15 with SMTP id 15so3054362gwb.13
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 04 Sep 2011 15:16:18 -0700 (PDT)
Received: by 10.236.75.165 with SMTP id z25mr14887023yhd.68.1315173224422;
        Sun, 04 Sep 2011 14:53:44 -0700 (PDT)
Received: from localhost ([189.61.193.250])
        by mx.google.com with ESMTPS id f63sm3031057yhj.14.2011.09.04.14.53.40
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sun, 04 Sep 2011 14:53:42 -0700 (PDT)
Message-Id: <4e63f366.638dec0a.4cae.6d1c@mx.google.com>
Date: Sun, 04 Sep 2011 14:53:42 -0700 (PDT)
From: Raphael Kubo da Costa <kubo@profusion.mobi>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lasg@lasg.dk
Subject: [PATCH] x11-wm/evilwm: update to 1.1.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: lasg@lasg.dk

>Number:         160468
>Category:       ports
>Synopsis:       [PATCH] x11-wm/evilwm: update to 1.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 04 22:20:03 UTC 2011
>Closed-Date:    Sun Sep 04 22:30:55 UTC 2011
>Last-Modified:  Sun Sep 04 22:30:55 UTC 2011
>Originator:     Raphael Kubo da Costa
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
FreeBSD Project
>Environment:
System: FreeBSD gibbon 8.2-STABLE FreeBSD 8.2-STABLE #34: Sat Aug 20 18:41:34 BRT 2011
>Description:
- Update to 1.1.0
- Install .desktop file (new in 1.1.0)
- Depend on xrandr too
- Do not manually pass all the defines in CFLAGS, use gmake instead, which
  can handle EVILWM_CPPFLAGS and EVILWM_LDLIBS correctly.

Port maintainer (lasg@lasg.dk) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- evilwm-1.1.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-wm/evilwm/Makefile,v
retrieving revision 1.19
diff -u -u -r1.19 Makefile
--- Makefile	19 Apr 2008 17:55:51 -0000	1.19
+++ Makefile	4 Sep 2011 21:51:48 -0000
@@ -6,29 +6,31 @@
 #
 
 PORTNAME=	evilwm
-PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTVERSION=	1.1.0
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.6809.org.uk/evilwm/
 
 MAINTAINER=	lasg@lasg.dk
 COMMENT=	Minimalist window manager based on 9wm
 
-USE_XORG=	x11 xpm xext xrender
+USE_GMAKE=	yes
+USE_XORG=	x11 xpm xext xrandr xrender
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 
 MAN1=		evilwm.1
 PORTDOCS=	ChangeLog README TODO
-PLIST_FILES=	bin/evilwm
+PLIST_FILES=	bin/evilwm \
+		${DESKTOPDIR:S,^${PREFIX}/,,}/${PORTNAME}.desktop
 
-CFLAGS+=	-DSOLIDDRAG -DINFOBANNER -DVWM -DSHAPE -DMOUSE -DSNAP \
-		-DSTDIO -DCOLOURMAP -DVERSION=\\\"${PORTVERSION}\\\" \
-		-I${LOCALBASE}/include
-LDFLAGS=	-L${LOCALBASE}/lib -lX11 -lXext
+# X11's include and library path
+CFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
+	${MKDIR} ${DESKTOPDIR}
+	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${DESKTOPDIR}
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 .for f in ${PORTDOCS}
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/x11-wm/evilwm/distinfo,v
retrieving revision 1.12
diff -u -u -r1.12 distinfo
--- distinfo	20 Mar 2011 12:54:33 -0000	1.12
+++ distinfo	4 Sep 2011 21:51:48 -0000
@@ -1,2 +1,2 @@
-SHA256 (evilwm-1.0.0.tar.gz) = 79d227f3af36eb621d6aa9b76d6270cd0bd31aeb5f9c1014723b2bb54fd37dc8
-SIZE (evilwm-1.0.0.tar.gz) = 30048
+SHA256 (evilwm-1.1.0.tar.gz) = cdc763c875b64ee3734f3cb764249e91ec659f550177ec1bb564304260ef0c75
+SIZE (evilwm-1.1.0.tar.gz) = 40309
--- evilwm-1.1.0.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Sep 4 22:20:24 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160468 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: lasg@lasg.dk
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/160468: [PATCH] x11-wm/evilwm: update to 1.1.0
Date: Sun, 4 Sep 2011 22:20:22 UT

 Maintainer of x11-wm/evilwm,
 
 Please note that PR ports/160468 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160468
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: rakuco 
State-Changed-When: Sun Sep 4 22:30:53 UTC 2011 
State-Changed-Why:  
Duplicate of ports/160467. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160468 
>Unformatted:
