Age | Commit message (Expand) | Author | Files | Lines |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -1/+2 |
2004-07-24 | regenerate patches with pkgdiff so they apply cleanly with | grant | 10 | -48/+49 |
2004-07-07 | Fix configuration parsing problem in "inndstart" which caused it to | tron | 2 | -1/+22 |
2004-06-08 | Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from | cjep | 1 | -1/+2 |
2004-06-02 | Don't try to setuid(geteuid()) in "rnews" under NetBSD which is documented | tron | 2 | -1/+19 |
2004-06-02 | Update INN package to version 2.4.1. Major changes since version 2.3.x: | tron | 9 | -171/+104 |
2004-05-23 | Apply IPv6 patch only if we really want IPv6 support because the patch | tron | 1 | -7/+10 |
2004-05-22 | Introduce and use two new variables: | jschauma | 1 | -17/+19 |
2004-04-23 | mk/bsd.pkg.install.mk now automatically registers | reed | 1 | -2/+1 |
2004-04-11 | Convert to buildlink3. | snj | 1 | -3/+3 |
2004-03-16 | Bl3ify inn (and remove bl2.mk file since newsx is the only user). | cube | 2 | -25/+19 |
2004-02-01 | In the new compiler selection framework, GCC_REQD is appended to, not | jlam | 1 | -2/+2 |
2004-01-24 | Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler | kristerw | 1 | -2/+2 |
2003-09-17 | get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or | grant | 1 | -2/+2 |
2003-09-12 | kill all references to gcc.buildlink2.mk and compiler.mk, and define | grant | 1 | -2/+2 |
2003-07-29 | Sort sections. | wiz | 1 | -5/+5 |
2003-07-29 | Apply another part of pkgsrc-wip/wip/newsx/news.inn.patch, | wiz | 1 | -4/+3 |
2003-07-29 | Apply patch pkgsrc-wip/newsx/news.inn.patch: | wiz | 6 | -3/+59 |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 |
2003-06-11 | Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while | abs | 1 | -2/+2 |
2003-06-02 | Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3 | abs | 1 | -2/+2 |
2003-05-13 | Update "inn" package to version 2.3.5. Changes since version 2.3.4: | tron | 3 | -16/+17 |
2003-03-23 | Update "inn" package to version 2.3.4. Changes since version 2.3.3: | tron | 2 | -8/+11 |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+2 |
2002-10-13 | Honor environment variable "INN_SPOOL" documented in the description file. | tron | 1 | -2/+3 |
2002-09-29 | There is also a /var/news/spool/archive directory we need to handle. | jlam | 1 | -2/+2 |
2002-09-29 | * buildlink1 -> buildlink2 | jlam | 6 | -89/+49 |
2002-09-24 | Complete standardization of messages according to latest pkglint. | wiz | 1 | -3/+3 |
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 |