Age | Commit message (Expand) | Author | Files | Lines |
2002-09-10 | Since the major of libiconv was increased during the update to 1.8, | wiz | 1 | -1/+2 |
2002-09-04 | Remove work arround for bug in buildlink2 framework which was fixed | tron | 1 | -6/+1 |
2002-09-03 | Add work arround for bug in buildlink2 framework described in PR pkg/18156. | tron | 1 | -1/+6 |
2002-08-25 | Use buildlink2 instead of buildlink1. | jlam | 4 | -39/+12 |
2002-06-15 | ${USE_NCURSES} needs to be set before "../../devel/ncurses/buildlink.mk", | fredb | 1 | -3/+3 |
2002-06-15 | Add a knob to force build with "ncurses", and count on all the | fredb | 1 | -8/+9 |
2002-05-29 | Update "mutt" package to version 1.4. Visible changes since version | tron | 15 | -301/+164 |
2002-03-23 | Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467. | yyamano | 1 | -2/+2 |
2002-01-30 | * Use the general INSTALL/DEINSTALL scripts | jlam | 3 | -145/+10 |
2002-01-02 | Update "mutt" package to version 1.2.5.1. The new version fixes a remotely | tron | 2 | -5/+5 |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 4 | -3/+3 |
2001-10-27 | Remove commented USE_LIBINTL definitions ... we already use the | jlam | 1 | -2/+1 |
2001-10-18 | Add fix for mutt bug#828 (mail transport agent invoked without stdout and | tron | 2 | -1/+20 |
2001-07-13 | In package Makefiles, create FILES_SUBST instead of duplicating sed | jlam | 2 | -3/+5 |
2001-07-12 | Use "cmp -s" instead of "diff -q" to compare configuration files because | tron | 1 | -2/+2 |
2001-06-20 | Whitespace changes to make things line up nicely. | jlam | 1 | -12/+12 |
2001-06-20 | Move sample Muttrc and mime.types to ${PREFIX}/share/doc/mutt/samples, and | jlam | 3 | -3/+128 |
2001-06-20 | Remove build dependencies on autoconf and automake. Convert to use | jlam | 1 | -22/+40 |
2001-06-20 | Remove explicit passing of -I$(includedir) to compiler during build. | jlam | 3 | -1/+29 |
2001-06-12 | LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if | jlam | 1 | -3/+3 |
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+3 |
2001-05-10 | PR 12890, from john heasley <heas@shrubbery.net> | agc | 2 | -1/+19 |
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -13/+11 |
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -4/+4 |
2001-02-26 | Use "PKGLOCALEDIR" instead of "LOCALEDIR". | tron | 2 | -22/+21 |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 |
2001-02-13 | Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with | tron | 2 | -22/+22 |
2001-02-12 | Remove unnecessary "ALL_TARGET" and cleanup a bit. | tron | 1 | -13/+12 |
2001-02-07 | Fix a few more paste-o's. | fredb | 1 | -3/+3 |
2001-02-05 | Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make | tron | 1 | -3/+3 |
2001-01-10 | Make LP64 fix work on Solaris. | tron | 2 | -5/+13 |
2001-01-10 | "LOCALEBASE" gets defined in "bsd.pkg.mk" now. | tron | 1 | -7/+2 |
2000-11-22 | fix last commit (add missing $) | hubertf | 1 | -2/+2 |
2000-11-21 | Fix broken build on systems which use the "gettext-lib" package. | tron | 1 | -3/+3 |
2000-11-09 | do not hardcode locale subdir to /usr/pkg/share/locale, or it will choke | itojun | 6 | -84/+6 |
2000-11-02 | more locale directory hardcoding. suggested by lamj | itojun | 4 | -1/+69 |
2000-11-02 | hardcode internationalized message file direcotry to ${PREFIX}/share/locale. | itojun | 3 | -3/+17 |
2000-11-02 | NEED_NCURSES check doesn't have to be below bsd.pkg.mk inclusion any more | wiz | 1 | -5/+5 |
2000-07-31 | The gettext package gained a shared library. For all packages which | jlam | 1 | -2/+2 |
2000-07-29 | Update "mutt" package to version 1.2.5. Changes since version 1.2.4: | tron | 2 | -4/+4 |
2000-07-28 | Add USE_CURSES for packages that need curses functionality that only | wiz | 1 | -22/+5 |
2000-07-28 | RCS police | wiz | 2 | -2/+4 |
2000-07-10 | Add dependence on "gettext" package because the "mutt" binary might get | tron | 1 | -1/+2 |
2000-07-07 | Update "mutt" package to version 1.2.4i. This is just a bug fix release. | tron | 2 | -4/+4 |
2000-06-22 | Fix LP64 bug in MD5 code which broke IMAP CRAM-MD5 authentification. | tron | 2 | -1/+25 |
2000-06-21 | Update "mutt" package to version 1.2.2i. This is just a bug fix release. | tron | 4 | -15/+10 |
2000-06-14 | don't include bsd.prefs.mk twice | wiz | 1 | -2/+1 |
2000-06-14 | Use the defines from bsd.pkg.mk, don't start subshells. | hubertf | 1 | -3/+3 |
2000-06-09 | Make it compile on 1.4Y+ even if ncurses are installed. | wiz | 1 | -2/+10 |