- Fix build with clang - Support PLIST_FILES - Strip binaries Remove file: pkg-plist
Responsible Changed From-To: freebsd-ports-bugs->beech I'll take it
Does not build with either clang or gcc, exits with the following error: flguppy.cc: In constructor 'GlAreaUI::GlAreaUI()': flguppy.cc:1720: warning: deprecated conversion from string constant to 'char*' gmake[1]: *** [Glarea.o] Error 1 http://tom1.akherb.com/tb/errors/9-FreeBSD/flounder-0.40_15.log Beech
Here is the corrected patch.
On Thursday 13 December 2012 01:57:53 KATO Tsuguru wrote: > Beech Rintoul (beech@freebsdnorth.com) wrote: > > Now the new patch fails: > > > > ===> Patching for flounder-0.40_15 > > ===> Applying FreeBSD patches for flounder-0.40_15 > > 1 out of 1 hunks failed--saving rejects to src/Glarea.cc.rej > > => Patch patch-Glarea.cc failed to apply cleanly. > > Perhaps "-p" (pathname strip count) option for patch command would > be wrong. This can cause problems when patch tries to create files > into subdirectory. > > The patch would be applied cleanly by following either of the > examples below: > > % cat science_flounder.diff | patch -p -d $PORTSDIR > % cat science_flounder.diff | patch -p1 -d $PORTSDIR/science > % cat science_flounder.diff | patch -p2 -d $PORTSDIR/science/flounder Please send me the latest patches (attach, not inline). The mail may be corrupting the patch. Beech
On Thursday 13 December 2012 01:57:53 KATO Tsuguru wrote: > Beech Rintoul (beech@freebsdnorth.com) wrote: > > Now the new patch fails: > > > > ===> Patching for flounder-0.40_15 > > ===> Applying FreeBSD patches for flounder-0.40_15 > > 1 out of 1 hunks failed--saving rejects to src/Glarea.cc.rej > > => Patch patch-Glarea.cc failed to apply cleanly. > > Perhaps "-p" (pathname strip count) option for patch command would > be wrong. This can cause problems when patch tries to create files > into subdirectory. > > The patch would be applied cleanly by following either of the > examples below: > > % cat science_flounder.diff | patch -p -d $PORTSDIR > % cat science_flounder.diff | patch -p1 -d $PORTSDIR/science > % cat science_flounder.diff | patch -p2 -d $PORTSDIR/science/flounder Please send the latest patches (attach, not inline). Mail may be corrupting the patch. Beech
State Changed From-To: open->closed Committed, Thanks!