Index: head/x11/i3status/Makefile =================================================================== --- head/x11/i3status/Makefile (revision 432818) +++ head/x11/i3status/Makefile (revision 432819) @@ -1,33 +1,34 @@ # $FreeBSD$ PORTNAME= i3status PORTVERSION= 2.11 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://i3wm.org/i3status/ MAINTAINER= bapt@FreeBSD.org COMMENT= Small program for generating a status bar LICENSE= BSD3CLAUSE OPTIONS_DEFINE= PULSEAUDIO LIB_DEPENDS= libconfuse.so:devel/libconfuse \ libyajl.so:devel/yajl CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USES= gmake tar:bzip2 PULSEAUDIO_EXTRA_PATCHES_OFF= ${FILESDIR}/no-pulseaudio.diff PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/i3status.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/i3status ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/man/i3status.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/i3status.conf ${STAGEDIR}${PREFIX}/etc/i3status.conf.sample .include Index: head/x11/i3status/files/patch-src_print__cpu__temperature.c =================================================================== --- head/x11/i3status/files/patch-src_print__cpu__temperature.c (nonexistent) +++ head/x11/i3status/files/patch-src_print__cpu__temperature.c (revision 432819) @@ -0,0 +1,11 @@ +--- src/print_cpu_temperature.c.orig 2017-01-30 07:58:44 UTC ++++ src/print_cpu_temperature.c +@@ -13,7 +13,7 @@ + #include + #include + #include +-#define TZ_ZEROC 2732 ++#define TZ_ZEROC 2731 + #define TZ_KELVTOC(x) (((x)-TZ_ZEROC) / 10), abs(((x)-TZ_ZEROC) % 10) + #define TZ_AVG(x) ((x)-TZ_ZEROC) / 10 + #endif Property changes on: head/x11/i3status/files/patch-src_print__cpu__temperature.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property