summaryrefslogtreecommitdiff
path: root/news
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig2-10/+10
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig3-15/+15
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-12-02Convert to options framework.wiz2-12/+15
2005-12-01Convert to options framework.wiz2-14/+25
Fix a pkglint quoting warning while here. XXX: openldap option disabled, since package does not compile with it. XXX: package should use PKG_SYSCONFDIR and rc.d script frameworks.
2005-12-01Fix lots of pkglint warnings.wiz2-39/+39
2005-12-01Remove "${CC}" with ${CC:Q}.wiz1-2/+2
2005-12-01Remove obsolete and unused USE_INN from BUILD_DEFS.wiz1-3/+1
2005-12-01Convert to options framework.wiz2-8/+18
2005-11-22This package conflicts with the "libradius" package because oftron1-2/+2
"radius.conf.5".
2005-11-19Added patch-aj, which fixes PR 32114.rillig2-1/+40
2005-11-03cg's autoconf tests never check headers, so adding HAVE_STDARG_H checktv2-1/+15
is somewhat nontrivial. To make this build on a gcc3 system without one of the functions in snprintf.c, also allow __STDC__ to be a flag indicating availability of <stdarg.h>.
2005-10-15Update MASTERSITES and HOMEPAGE to use http://home.comcast.net/~bobyetman/tonio1-3/+3
Fix PR 31821
2005-10-07Remove the --mandir CONFIGURE_ARGS setting as this is now donereed1-2/+1
for GNU_CONFIGURE automatically. (This has been in my personal pkgsrc for a while.)
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-2/+2
NO_BUILD, USE_LIBTOOL.
2005-09-27Relinquish maintainershipmjl1-2/+2
2005-09-22Add missing manual pages to package list. Bump package revision becausetron2-3/+36
of this.
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig2-4/+4
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-24This package does link to the perl libraries, so re-addkristerw1-1/+2
perl5/buildlink3.mk.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-19depends should be ../../<category>/<pkg>grant1-3/+3
2005-07-18TOOLS_GZIP_CMD now only holds the path to gzip, so no need to strip offjlam1-2/+2
arguments anymore.
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-3/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam2-6/+4
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-07-15The workref fix in previous commit did not work on NetBSD 1.6; itskristerw1-3/+3
make does not understand the "W" option in :C modifiers, and it handles substitution in strings containing spaces somwheat differently. Bump PKGREVISION.
2005-07-08Prevent paths to the build directories from being included in the package.kristerw3-9/+13
Bump PKGREVISION.
2005-06-27Don't compile package source "gzip" options into the binaries.tron1-3/+3
Bump package revision once more.
2005-06-24Instead of setting ac_cv_path_VARNAME, which is a GNU autoconf cachejlam1-8/+9
variable name that can change between autoconf versions, just set VARNAME, which should always be correct. Also, note that inn needs yacc to build, and uses gzip in the installed scripts. Bump the PKGREVISION to 4.
2005-06-23Prevent paths to the build directories from being included in the package.kristerw1-2/+8
Bump PKGREVISION.
2005-06-20Prevent paths to the build work directories being included in the package.kristerw3-8/+120
Solves PR pkg/30512. Bump PKGREVISION.
2005-06-17Add missing RCS Id tag to patch-bd.hira2-2/+4
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam2-8/+8
${PREFIX}.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-06-09Update to version 1.11.3salo2-7/+6
Changes: ### SECURITY BUGFIXES - Fetchnews did not detect timeouts while it was downloading an article header, which malicious upstream servers could exploit to mount a denial of service attack against the fetchnews client. See leafnode-SA-2005-02.txt. CVE Name: CAN-2005-1911 ### BUGFIXES - Bugfix sed expression in makesubst script. (Reported by Jeff Zacharias.) ### CHANGES - texpire now tags the message.id expired count with "message.id" rather than "total:" to avoid misleading the user who assumes that "total:" would have to be the sum of the group counts. See also the FAQ change below. SourceForge bug #1215453. - When debugmode and verbose mode are set, leafnode programs now print a warning to stdout that the user should check syslog.conf and the syslog output rather than the screen print for debugging and sleeps for three seconds. ### DOCUMENTATION - Add FAQ entry to explain discrepancies between texpire group counts and message.id expired articles counts. - Add FAQ entry to explain influence of Gnus' gnus-read-active-file setting on lost subscriptions, and extend stop fetchnews from unsubscribing FAQ. Debian bug #307685. - Drop FAQ entry on license issues as some parts of leafnode are in fact GPLd. - Drop FAQ entry on why old articles aren't posted, obsolete since 1.9.33. - INSTALL and INSTALL_de have been polished. - Add a hint that syslog.conf must be edited to config.example. - leafnode(8) mentions that LIST ACTIVE keeps an existing subscription fresh. CVS: ---------------------------------------------------------------------- ---------------------------------------------------------------------- distinfo CVS: ----------------------------------------------------------------------
2005-05-23Removed trailing white-space.rillig3-3/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam3-6/+6
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-13Upgrade to 1.11.2:kim3-17/+17
* Fix segfault when timeout or connection reset encountered while article header is read. * fetchnews will no longer re-fetch the active file for a server if it has been completely received even if fetching articles from this server encounters a problem. Long-standing bug. Debian bug #70052. * fetchnews will now properly mark the active for complete re-fetch if it says so. Previously, it forgot the mark in some circumstances. A problem fetching the active file or descriptions for a newly added server will now mark the active for re-fetch even if articles have successfully been retrieved from the same server. * Fix use-after-free segfault when server dies while body is being received. * Support quoted strings on the right hand side of configuration lines. * Support IPv6 in fetchnews as well. * In LIST ACTIVE/GROUP, keep group interesting in spite of being pseudo (which includes empty) as long as it is interesting. Avoids unsubscription of low-traffic groups that fall empty.
2005-05-09Do not use libcompat on Darwin.minskim1-2/+2
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-26Update from maintainer of package sent via PR #30059. (I only testedreed2-7/+6
build and install.) Update to 0.27.1 version. Changes from ChangeLog: 2004-12-20 v0.27.1: * Fix error in configure script when printing exceptions not found message, du e to unquoted string. (Reported by M.J. Soft) * Fix -G* when NGETCACHE != NGETHOME. (Reported by Steven Adeff) * Fix midinfo and newsgroups files not honoring NGETCACHE/cachedir setting. (R eported by Christian Marillat) * Allow absolute paths in --text=mbox:<filename>. (Requested by Volker Wysk) * Support tab as the field separator in XPAT results, for Newsplex server supp ort. (Requested by Mark Blain) * -a no longer gives an error if the server doesn't support LIST NEWSGROUPS(wh ich retrieves newsgroup descriptions.) * Fix printing a warning when loading newsgroups list which contains descripti ons of groups which no server actually carries. (Reported by Frederick Bruckman) * Fix problems loading group descriptions from newsgroups list which contain t abs. (Reported by Frederick Bruckman)
2005-04-22Remove newscache -- very outdated version that does not build with gcc3,wiz11-196/+1
and no taker for updating the package. Code has diverged a lot, so making a new package for the program is probably the same (or less) work as starting from this version.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv11-22/+11
2005-04-11ensure that pkgsrc CFLAGS are used. Changes approved by recht.schwarz3-8/+24
2005-04-11updated nn to 6.6.5. Changes approved by recht.schwarz4-18/+18
2005-04-01Oops, RCSid included in diff in previous...kim2-12/+7
2005-04-01Macros defined in "config.h" cause prototypes in <strings.h> to break,kim5-14/+67
so include the latter before the former.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz2-6/+2
useful.
2005-03-18Correct previous: The end of life webpage still exists at a differenttv1-3/+3
location; point HOMEPAGE there. Alter MASTER_SITES to provide a couple actually usable mirrors.
2005-03-18Unset HOMEPAGE; it's now owned by a domain squatter.tv1-2/+2