Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 2016 15:32:54 +0300
From:      Boris Samorodov <bsam@passap.ru>
To:        "Jason E. Hale" <jhale@freebsd.org>, Boris Samorodov <bsam@freebsd.org>
Cc:        ports-committers <ports-committers@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>
Subject:   Re: svn commit: r429459 - head/x11/xcalib
Message-ID:  <230527ed-6419-331d-d4c0-2d88a18dd3b6@passap.ru>
In-Reply-To: <CAJE75NEvLCD1bmMNj_wh3moJ17a_UbONSdGh_a3%2BxxbH4QghGw@mail.gmail.com>
References:  <201612251953.uBPJrvr5085124@repo.freebsd.org> <CAJE75NEvLCD1bmMNj_wh3moJ17a_UbONSdGh_a3%2BxxbH4QghGw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
26.12.2016 05:17, Jason E. Hale пишет:
> On Sun, Dec 25, 2016 at 2:53 PM, Boris Samorodov <bsam@freebsd.org> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?230527ed-6419-331d-d4c0-2d88a18dd3b6>