From owner-svn-ports-head@freebsd.org Mon Dec 26 12:33:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD859C64700; Mon, 26 Dec 2016 12:33:22 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward1p.cmail.yandex.net (forward1p.cmail.yandex.net [IPv6:2a02:6b8:0:1465::11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 681BC1F3C; Mon, 26 Dec 2016 12:33:22 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [37.140.190.28]) by forward1p.cmail.yandex.net (Yandex) with ESMTP id 972C520EA9; Mon, 26 Dec 2016 15:33:08 +0300 (MSK) Received: from smtp3o.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3o.mail.yandex.net (Yandex) with ESMTP id B33962940E7A; Mon, 26 Dec 2016 15:33:02 +0300 (MSK) Received: by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id uQPvMCIQPh-WuqOwCgf; Mon, 26 Dec 2016 15:32:56 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0 Subject: Re: svn commit: r429459 - head/x11/xcalib To: "Jason E. Hale" , Boris Samorodov References: <201612251953.uBPJrvr5085124@repo.freebsd.org> Cc: ports-committers , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" From: Boris Samorodov Message-ID: <230527ed-6419-331d-d4c0-2d88a18dd3b6@passap.ru> Date: Mon, 26 Dec 2016 15:32:54 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2016 12:33:22 -0000 26.12.2016 05:17, Jason E. Hale пишет: > On Sun, Dec 25, 2016 at 2:53 PM, Boris Samorodov wrote: >> Author: bsam >> Date: Sun Dec 25 19:53:57 2016 >> New Revision: 429459 >> URL: https://svnweb.freebsd.org/changeset/ports/429459 >> >> Log: >> x11/xcalib: Fix permission of the executable. >> >> Modified: >> head/x11/xcalib/Makefile >> >> Modified: head/x11/xcalib/Makefile >> ============================================================================== >> --- head/x11/xcalib/Makefile Sun Dec 25 19:24:16 2016 (r429458) >> +++ head/x11/xcalib/Makefile Sun Dec 25 19:53:57 2016 (r429459) >> @@ -3,6 +3,7 @@ >> >> PORTNAME= xcalib >> PORTVERSION= 0.9.0 >> +PORTREVISION= 1 >> CATEGORIES= x11 graphics >> MASTER_SITES= SF/openicc/xcalib/xcalib%200.9/ >> >> @@ -22,7 +23,7 @@ PLIST_FILES= bin/${PORTNAME} >> OPTIONS_DEFINE= DOCS EXAMPLES >> >> post-patch: >> - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ >> + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' -e 's|0644|0555|g'\ >> -e 's|CFLAGS =|CFLAFS ?=|g' -e 's|/usr/X11R6|${LOCALBASE}|g' \ > > I know it's not something you changed here, but isn't that supposed to > be CFLAGS, not CFLAFS? Fixed in 429502. Thanks! > >> ${WRKSRC}/Makefile >> @${REINPLACE_CMD} -e 's|if(i=0)|else|g' ${WRKSRC}/xcalib.c >> -- WBR, bsam