-
Does this package have OS version restrictions? yes
Which section does it belong in? 10.4
Have you built it with -m --build-as-nobody? yes
Update gcc44 packaging to new 4.4.2 release with reduced gcc44.patch.
2009-10-16 00:58:15 UTC in Fink
-
This should be now contain an "Architecture: powerpc, i386" line since the package is hard coded to build 32-bit with this info. Also, it is beyond me why anyone should need a g77 package. The current gfortran compiler should be fully backward-compatible provided the correct options are invoked while compiling legacy fortran code.
2009-10-08 15:37:35 UTC in Fink
-
I guess darwin10's headers are automatically drawing the #include in.
2009-09-15 20:45:39 UTC in NEdit
-
A good starting list would be to scan for...
"cast to pointer from integer of different size"
"initialization makes pointer from integer without a cast"
"array subscript is above array bounds" (for FSF gcc compilers)
"dereferencing type-punned pointer will break strict-aliasing rules"
"type-punning may break strict-aliasing rules".
2009-08-31 19:42:22 UTC in Fink
-
I would be very help if the -m mode in fink would check for a few critical compiler warnings and alert the builder that they should be fixed. Specifically, I would have the output from the CompileScript scanned for the text "cast to pointer from integer of different size" and "initialization makes pointer from integer without a cast". If any are reported fink could provide a short useful message...
2009-08-31 19:20:40 UTC in Fink
-
It looks like the biggest problem here is that we will need to add and support an openjdk package for this option to revive the pdftk package.
2009-08-31 14:47:47 UTC in Fink
-
The java-1.6.0-openjdk-securitypatches.patch is too big to post here.
2009-08-31 13:36:42 UTC in Fink
-
This contains all of the specfiles and patches used by Fedora for their pdftk package that uses itext.
2009-08-31 13:24:29 UTC in Fink
-
The edit-5.6-cvs20081118 tarball used by debian contains a number of compilation errors of the form...
cc -O -no-cpp-precomp -mdynamic-no-pic -DNO_XMIM -I/usr/X11R6/include -I/sw/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -I/sw/include -c -o prefFile.o prefFile.c
prefFile.c: In function 'stringToPref':
prefFile.c:356: warning: cast from pointer to integer of different size
prefFile.c:358...
2009-08-29 04:28:12 UTC in NEdit
-
The current lesstif 0.95.2 release causes nedit 5.5 to bus error when pasting text under i386-apple-darwin and powerpc-apple-darwin while x86_64-apple-darwin works fine. This is because a set of braces from the original debian patches for fixing the 64-bit problems in lesstif were omitted when the patch was applied to lesstif cvs. The following change restores the missing braces and eliminates...
2009-08-28 13:17:35 UTC in LessTif