Date: Tue, 17 Jan 2012 18:46:00 +0100 (CET) From: Niclas Zeising <zeising@daemonic.se> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/164250: [MAINTAINER] [PATCH] typo fix in x11-wm/scrotwm Makefile Message-ID: <201201171746.q0HHk0F4038231@vincent.daemonic.se> Resent-Message-ID: <201201171750.q0HHoEcX000800@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164250 >Category: ports >Synopsis: [MAINTAINER] [PATCH] typo fix in x11-wm/scrotwm Makefile >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: Tue Jan 17 17:50:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Niclas Zeising >Release: FreeBSD 9.0-BETA2 amd64 >Organization: >Environment: System: FreeBSD vincent.daemonic.se 9.0-BETA2 FreeBSD 9.0-BETA2 #0 r225368: Sat Sep 3 22:13:26 CEST 2011 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64 >Description: Attached patch fixes a typo in x11-wm/scrotwm which made scrotwm fail to launch. Portrevision is bumped so everyone recompiles with the fix. >How-To-Repeat: >Fix: --- x11-wm.scrotwm.typofix.diff begins here --- Index: x11-wm/scrotwm/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-wm/scrotwm/Makefile,v retrieving revision 1.13 diff -u -d -r1.13 Makefile --- x11-wm/scrotwm/Makefile 16 Jan 2012 19:11:05 -0000 1.13 +++ x11-wm/scrotwm/Makefile 17 Jan 2012 06:01:46 -0000 @@ -7,6 +7,7 @@ PORTNAME= scrotwm PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= https://opensource.conformal.com/snapshots/scrotwm/ EXTRACT_SUFX= .tgz @@ -37,7 +38,7 @@ do-build: ${CC} ${CFLAGS} -I${LOCALBASE}/include \ -I${WRKSRC}/freebsd -lutil -L${LOCALBASE}/lib -lX11 -lXrandr \ - -lXtst -DSWM_LIB=\"${PREFIX}/lib/libwmhack.so\" \ + -lXtst -DSWM_LIB=\"${PREFIX}/lib/libswmhack.so\" \ -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c ${CC} ${CFLAGS} -I${LOCALBASE}/include -shared -fpic -DPIC \ -o ${WRKSRC}/libswmhack.so ${WRKSRC}/lib/swm_hack.c --- x11-wm.scrotwm.typofix.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201171746.q0HHk0F4038231>