2007-11-14 03:27:37 by Min Sik Kim | Files touched by this commit (2) |
Log message: Honor LDFLAGS. |
2007-01-03 22:09:55 by Roland Illig | Files touched by this commit (1) |
Log message: Shortened the Makefile a bit, cleaned up the code, removed unnecessary code, made the PAPERSIZE check at load time, removed automatic stripping of the binary files. |
2006-10-01 17:10:00 by Roland Illig | Files touched by this commit (1) |
Log message: The .gz extension for manual pages need not be given in the PLIST. |
2006-09-09 04:46:09 by OBATA Akio | Files touched by this commit (33) |
Log message: Rename variable MAKEFILE to MAKE_FILE. |
2006-05-06 05:43:04 by Jeremy C. Reed | Files touched by this commit (1) |
Log message: Do not depend on papersize. It can be installed later if desired. The page size at build time is based on PAPERSIZE tunable. Bump PKGREVISION. |
2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597) |
Log message: Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile. |
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html |
2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273) |
Log message: Get rid of USE_PERL5. The new way to express needing the Perl executable around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. |
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message: Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. |
2005-03-24 22:13:04 by Thomas Klausner | Files touched by this commit (241) |
Log message: Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be useful. |