ports/160467: [PATCH] x11-wm/evilwm: update to 1.1.0

Raphael Kubo da Costa kubo at profusion.mobi
Sun Sep 4 22:10:01 UTC 2011


>Number:         160467
>Category:       ports
>Synopsis:       [PATCH] x11-wm/evilwm: update to 1.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 04 22:10:00 UTC 2011
>Closed-Date:
>Last-Modified:
>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
- Depend on xrandr too
- Do not pass all the defines manually, use gmake instead, as it can handle the flags set
  in EVILWM_CPPFLAGS and EVILWM_LDLIBS
- Install .desktop file

Port maintainer (lasg at 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:56:22 -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 at 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:56:22 -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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list