pkgsrc/editors/mflteco/distinfo
dholland 4a861a6f6b Clean up legacy C.
Now passes gcc -Wall -Wextra -Wmissing-declarations -Wwrite-strings on gcc45.
May build with clang now too.

Changes:
   - use standard headers
   - don't declare own errno, fopen(), getenv(), or malloc()
   - declare own functions
   - declare void functions void
   - avoid implicit int
   - use C89
   - use some const
   - use some static
   - fix signed/unsigned mismatches
   - call execl() properly
   - don't cast return value of malloc
   - initialize struct sigaction correctly
   - use <ctype.h> functions correctly
   - don't index arrays with (signed) char
   - don't put function declarations inside function bodies
   - patch up two uninitialized variables
   - silence some compiler warnings that are not bugs
   - remove some unused objects
and:
   - add patch comments for preexisting patches
   - correct some minor pkglint

As a couple of these things fixed bugs (e.g. the execl calls), bump
PKGREVISION.
2012-12-27 06:13:20 +00:00

19 lines
1.1 KiB
Text

$NetBSD: distinfo,v 1.3 2012/12/27 06:13:20 dholland Exp $
SHA1 (mflteco.tar.gz) = d32206d961fa7068afa5a36cf9e688a018622c11
RMD160 (mflteco.tar.gz) = 993ea515f87c17bafc763e3d7dcd55130cf7e83e
Size (mflteco.tar.gz) = 80566 bytes
SHA1 (patch-aa) = 5dc29c16e9359a13869eb77d5a22bad70d1758ce
SHA1 (patch-ab) = 2cbe2704775cdadbffadd24d9473a8707fd004e9
SHA1 (patch-ac) = 756afc8dc0cd82112f5b23731158fe64ae6b328c
SHA1 (patch-ad) = 48abfc5681209efedac5a1bda9c03371a0f85760
SHA1 (patch-ae) = b8c2d78b6c04a9c819635c7ee3bc1e0b26130e5c
SHA1 (patch-te__data.c) = 86e1a8cb4a42c4d679df8931173b5651df30b35e
SHA1 (patch-te__exec0.c) = 91598104b0088a4cd16b2296a3ac9e97ace500c2
SHA1 (patch-te__exec1.c) = bda2147de4d814fc57d31bc24f7406542478d162
SHA1 (patch-te__fxstub.c) = 5821a4b9d97b1385efe351e9588938b662329239
SHA1 (patch-te__main.c) = 7539eb9840b6611b4d283d5f49d4f107bc0f1999
SHA1 (patch-te__srch.c) = f16a8c589b53ab639466fd3cfd9909685dff9d1b
SHA1 (patch-te__subs.c) = 311416b3984b796b49abd74f44311dcbd90af075
SHA1 (patch-te__utils.c) = 99cddefd89fa40f0f60a1b197a57477d69799cff
SHA1 (patch-te__window.c) = 01a159d93d812fa3d40c6bc09b5575b050dac918