This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP] gtkperf 0.40


On Fri, Feb 27, 2015 at 12:37 PM, Yaakov Selkowitz
<yselkowitz@cygwin.com> wrote:
> On Fri, 2015-02-27 at 08:49 -0500, Michael DePaulo wrote:
>> The benefit to Cygwin is that we will have a commonly used[1]
>> benchmark for testing Cygwin/X performance.
>>
>> Thank you Jon Turney for helping me package this.
>>

Now at revision c81e08d
https://github.com/mikedep333/gtkperf-cygport

>> https://github.com/mikedep333/gtkperf-cygport
>> Currently at commit e707eaa
>
> Why the NO_AUTOPOINT=1?

Otherwise, you run into this problem with the very old autotools:

make  all-recursive
make[1]: Entering directory '/usr/src/gtkperf-cygport/gtkperf-0.40-1.i686/build'
Making all in intl
make[2]: Entering directory
'/usr/src/gtkperf-cygport/gtkperf-0.40-1.i686/build/intl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory
'/usr/src/gtkperf-cygport/gtkperf-0.40-1.i686/build/intl'
Making all in po
make[2]: Entering directory
'/usr/src/gtkperf-cygport/gtkperf-0.40-1.i686/build/po'
make[2]: *** No rule to make target 'Makevars', needed by 'Makefile'.  Stop.
make[2]: Leaving directory
'/usr/src/gtkperf-cygport/gtkperf-0.40-1.i686/build/po'
Makefile:363: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/src/gtkperf-cygport/gtkperf-0.40-1.i686/build'
Makefile:273: recipe for target 'all' failed
make: *** [all] Error 2
*** ERROR: make failed

I added a 3 line comment about this.

>
> You should also change the following:
>
> -SRC_URI=http://downloads.sourceforge.net/gtkperf/gtkperf_0.40.tar.gz
> +HOMEPAGE="http://gtkperf.sourceforge.net/";
> +SRC_URI="mirror://sourceforge/gtkperf/gtkperf_${VERSION}.tar.gz"
>
> ${VERSION} should be used in SRC_URI to prevent mistakes when (if?) this
> package gets a new version upstream.

Done.

-Mike


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]