summaryrefslogtreecommitdiff
path: root/editors/mflteco/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-12-27Clean up legacy C.dholland1-2/+3
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-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2008-04-07Fix DESTDIR. Do not use LOCALBASE.joerg1-13/+9
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-14/+15
their files via a custom do-install target.
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-2/+2
From Sergey Svishchev in private mail.
2006-07-06In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org",jlam1-2/+2
not "netbsd.org".
2005-12-28Mark C. Henderson's port of Matt Fichtenbaums TECO for Ultrix.is1-0/+34