ports/187617: [PATCH] x11-wm/i3: [SUMMARIZE CHANGES]
Johannes Jost Meixner
xmj at chaot.net
Sat Mar 15 19:50:00 UTC 2014
>Number: 187617
>Category: ports
>Synopsis: [PATCH] x11-wm/i3: [SUMMARIZE CHANGES]
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Mar 15 19:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Johannes Jost Meixner
>Release: FreeBSD 11.0-CURRENT amd64
>Organization:
Goldener Grund OUe
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #4: Sun Mar 9 15:34:03 EET
>Description:
- Backport three patches from http://code.stapelberg.de/git/i3/
- Fixes resourceleak in i3bar and memoryleak in i3
- http://code.stapelberg.de/git/i3/log/
Port maintainer (bapt at FreeBSD.org) is cc'd.
portlint: ok
port test: ok
testport: ok
redports: https://redports.org/buildarchive/20140315193100-15364/
Generated with FreeBSD Port Tools 1.00.2014.03.12 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- i3-4.7.2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 348373)
+++ Makefile (working copy)
@@ -3,6 +3,7 @@
PORTNAME= i3
DISTVERSION= 4.7.2
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://i3wm.org/downloads/
@@ -20,18 +21,19 @@
libcairo.so:${PORTSDIR}/graphics/cairo \
libpangocairo-1.0.so:${PORTSDIR}/x11-toolkits/pango \
libpcre.so:${PORTSDIR}/devel/pcre \
- libxcb-cursor.so.0:${PORTSDIR}/x11/xcb-util-cursor
+ libxcb-cursor.so:${PORTSDIR}/x11/xcb-util-cursor
RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
p5-AnyEvent-I3>=0:${PORTSDIR}/devel/p5-AnyEvent-I3
USE_XORG= x11 xcb
-USES= pkgconfig iconv gmake perl5
-USE_BZIP2= yes
+USES= pkgconfig iconv gmake perl5 tar:bzip2
USE_PERL5= run
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
MAKE_JOBS_UNSAFE= yes
+PATCHDIR= ${FILESDIR}
+
post-patch:
@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/src/config.c
@${REINPLACE_CMD} -e 's|/usr/|${PREFIX}/|g' ${WRKSRC}/i3.config
@@ -55,5 +57,4 @@
${STAGEDIR}${PREFIX}/bin/i3-nagbar \
${STAGEDIR}${PREFIX}/bin/i3-dump-log
-
.include <bsd.port.mk>
--- i3-4.7.2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list