Hi,

I'm out of town at the moment but I'll take a look at this sometime next 
week. If you want please submit a PR for this as well.


-- 
Cheers,
Cy Schubert <cy.schub...@komquats.com>
FreeBSD UNIX:  <c...@freebsd.org>   Web:  http://www.FreeBSD.org



In message <20130607085730.ga8...@sh4-5.1blu.de>, Matthias Apitz writes:
> El día Sunday, May 26, 2013 a las 05:50:22PM +0200, Matthias Apitz escribió:
> 
> > Hello,
> > 
> > Today morning, after SVN checkout /usr/ports r319094 and wiping out
> > all old stuff:
> > 
> > # rm -rf /usr/local/*
> > # rm -rf /var/db/pkg/*
> > # rm -rf /compat/linux/*
> > 
> > I've made the following ports:
> > 
> > x11/xorg
> > devel/imake
> > 
> > now the 'imake' works fine to configure, for example graphics/xv;
> > Good News!!!
> 
> It seems that net/vnc tries to compile its own version of the imake
> tool, which is now not working anymore; see attached nohup.out;
> 
>       matthias
> 
> ===>  Building for vnc-4.1.3_5
> cd /usr/ports/net/vnc/work/vnc-4_1_3-unixsrc/unix/xc && make CC=cc CXX=c++ Wo
> rld
> ./config/util/printver.c:15:1: warning: type specifier missing, defaults to '
> int' [-Wimplicit-int]
> main()
> ^~~~
> 1 warning generated.
> 
> Building XFree86 version 4.3.0 (27 February 2003).
> 
> I hope you checked the configuration parameters in ./config/cf
> to see if you need to pass BOOTSTRAPCFLAGS.
> 
> viernes,  7 de junio de 2013, 07:15:59 CEST
> 
> cd ./config/imake && make  -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" clean
> rm -f ccimake imake.o imake
> rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a  tags TAGS make.log \#*
> rm -f -r Makefile.proto Makefile Makefile.dep bootstrap
> rm -f imakemdep_cpp.h
> make  Makefile.boot
> cd ./config/imake && make  -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc"
> making imake with BOOTSTRAPCFLAGS= and CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR=""
>  in config/imake
> cc -o ccimake -DCROSSCOMPILEDIR=\"\"  -O -I../../include -I../../imports/x11/
> include/X11 ccimake.c
> ccimake.c:53:6: warning: implicit declaration of function 'write' is invalid 
> in C99 [-Wimplicit-function-declaration]
>             write(1, crosscompiledir_str, sizeof(crosscompiledir_str) - 1);
>             ^
> 1 warning generated.
> if [ -n "" ] ; then  /cc -E `./ccimake`  -DCROSSCOMPILE_CPP imakemdep.h > ima
> kemdep_cpp.h;  else touch imakemdep_cpp.h; fi
> cc -c  -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c
> cc -o imake  -O -I../../include -I../../imports/x11/include/X11 imake.o
> rm -f ./config/makedepend/Makefile.proto
> ./config/imake/imake -I./config/cf  -s ./config/makedepend/Makefile.proto -f 
> ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend
> objformat: not found
> In file included from Imakefile.c:16:
> In file included from ./config/cf/Imake.tmpl:104:
> ./config/cf/FreeBSD.cf:477:35: error: '#' is not followed by a macro paramete
> r
> #define IncludeMakefile(file) @@# dependencies are in .depend
>                                   ^
> In file included from Imakefile.c:16:
> In file included from ./config/cf/Imake.tmpl:300:
> ./config/cf/Imake.rules:1627:27: warning: empty character constant [-Winvalid
> -pp-token]
>         for flag in ${MAKEFLAGS} ''; do \                               @@\
>                                  ^
> ./config/cf/Imake.rules:1850:35: error: '#' is not followed by a macro parame
> ter
> #define IncludeMakefile(file) @@# dependencies are in .depend
>                                   ^
> In file included from Imakefile.c:16:
> ./config/cf/Imake.tmpl:1982:10: fatal error: ' X11 .rules' file not found
> #include ProjectRulesFile
>          ^
> ./config/cf/Imake.tmpl:1980:35: note: expanded from macro 'ProjectRulesFile'
> # define ProjectRulesFile       Concat3(<,TopLevelProject,.rules>)
>                                         ^
> ./config/cf/Imake.rules:252:23: note: expanded from macro 'Concat3'
> #define Concat3(a,b,c)a/**/b/**/c
>                       ^
> 1 warning and 3 errors generated.
> ./config/imake/imake: Exit code 1.
>   Stop.
> *** [./config/makedepend/Makefile.proto] Error code 1
> 
> Stop in /usr/ports/net/vnc/work/vnc-4_1_3-unixsrc/unix/xc.
> *** [World] Error code 1
> 
> Stop in /usr/ports/net/vnc/work/vnc-4_1_3-unixsrc/unix/xc.
> *** [post-build] Error code 1
> 
> Stop in /usr/ports/net/vnc.
> *** [build] Error code 1
> 
> Stop in /usr/ports/net/vnc.
> -- 
> Matthias Apitz               |  /"\ ASCII Ribbon Campaign: www.asciiribbon.or
> g
> E-mail: g...@unixarea.de     |  \ / - No HTML/RTF in E-mail
> WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
> phone: +49-170-4527211       |  / \ - Respect for open standards
> 


_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to