Age | Commit message (Expand) | Author | Files | Lines |
2002-08-27 | @@PREFIX@@ -> @PREFIX@, as this is more consistent with other | grant | 2 | -14/+14 |
2002-07-06 | Update "inn" package to version 2.3.3. Changes since version 2.3.2: | tron | 4 | -28/+19 |
2002-07-06 | Automatically create a "news" account suitable for running INN on | tron | 1 | -1/+5 |
2002-06-26 | Substitute a couple of `mkdir' by `${MKDIR}'. | seb | 1 | -2/+2 |
2002-06-23 | Use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround. | jlam | 1 | -4/+4 |
2002-05-15 | Remove version number from text, and fmt(1). | wiz | 1 | -8/+9 |
2002-04-20 | On arm32, use gcc-2.95.3 to avoid internal egcs errors. | cjep | 1 | -1/+5 |
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -3/+3 |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 5 | -4/+4 |
2001-10-20 | Ups, forgot an \ at the end of a line. | veego | 1 | -2/+2 |
2001-10-19 | You can't create more then one directory with ${INSTALL_DATA_DIR} on | veego | 1 | -2/+4 |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 |
2001-09-12 | Use "pgp" binary found by "configure" in "pgpverify" instead of hard coded | tron | 2 | -1/+15 |
2001-07-29 | Redirect standard output to "/dev/null" when starting "rc.news" to avoid | tron | 1 | -2/+7 |
2001-07-16 | Add "--enable-setgid-inews" to "CONFIGURE_ARGS" because "inews" is | tron | 1 | -1/+2 |
2001-07-10 | Update "inn" package to version 2.3.2. Changes since version 2.3.1: | tron | 4 | -16/+20 |
2001-05-10 | Add missing "shutdown" keyword in startup file. | tron | 1 | -1/+2 |
2001-04-19 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -3/+5 |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -13/+11 |
2001-04-09 | PREIX -> PREFIX, per PR 12587 | hubertf | 1 | -2/+2 |
2001-03-01 | Mechanical changes to use ${PKG_PREFIX} instead of substituting for | jlam | 2 | -5/+4 |
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -3/+3 |
2001-02-20 | Add missing "REQUIRE:" and "PROVIDE:" headers. | tron | 1 | -1/+4 |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 |
2001-02-13 | pull latest IPv6 patch. should fix PR 12184. | itojun | 2 | -4/+4 |
2001-02-08 | Update "inn" package to version 2.3.1. Changes since version 2.2.3: | tron | 14 | -222/+157 |
2001-02-06 | Unify format of MESSAGEs, and include RCS Ids. | wiz | 1 | -0/+5 |
2001-01-26 | etc/rc.d cleanup: rename *.sh -> * | hubertf | 2 | -4/+4 |
2001-01-04 | The way that shared objects were handled in the PLISTs and bsd.pkg.mk was | agc | 1 | -1/+5 |
2000-09-01 | Update to 2.2.3. Fixes PR#10932. | veego | 7 | -42/+38 |
2000-08-27 | Use new PERL5 variable instead of ${LOCALBASE}/bin/perl. | jlam | 1 | -5/+5 |
2000-08-17 | USE_PKGLIBTOOL -> USE_LIBTOOL | wiz | 5 | -9/+42 |
2000-07-03 | Regen patch-ac which failed to apply before. | veego | 2 | -10/+6 |
2000-07-03 | test(1) -e doesn't work on Solaris so use -f instead. | veego | 1 | -2/+2 |
2000-07-03 | Make it work on Solaris (fix the sendmail path). | veego | 1 | -2/+10 |
2000-06-01 | s/USE_LIBTOOL/USE_PKGLIBTOOL/ | rh | 1 | -2/+2 |
2000-02-27 | List me as maintainer of this package. | tron | 1 | -2/+2 |
2000-02-27 | Update "inn" package to version 2.2.2. Changes since version 2.2: | tron | 5 | -28/+30 |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 |
1999-10-07 | Remove me as maintainer of those packages. | tron | 1 | -2/+2 |
1999-09-30 | Remove build dependence on "bison" package because the "configure" script | tron | 3 | -6/+13 |
1999-08-24 | Make sure that "bison" binary from package sources is used. | tron | 1 | -2/+2 |
1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -1/+3 |
1999-07-29 | Because INN fails at many places when its binaries are not installed in | tron | 5 | -129/+131 |
1999-07-29 | Install INN binaries to "${LOCALBASE}/libexec/inn". Only "inews" is | tron | 5 | -112/+121 |
1999-07-26 | Create configuration files in "${PREFIX}/etc/nntp" automatically so that | tron | 3 | -4/+21 |
1999-07-24 | Use "su" with "-c" so that it works for accounts with login shell other | tron | 1 | -2/+2 |
1999-07-24 | "rc.news" should be started with "su news" of course. | tron | 1 | -2/+2 |
1999-07-21 | We want to start "rc.news" and not "inndstart" of course. | tron | 1 | -3/+3 |
1999-07-21 | "make install" could clobber files in "${INN_DATA_DIR}/etc" while | tron | 3 | -4/+31 |