summaryrefslogtreecommitdiff
path: root/news/knews
AgeCommit message (Collapse)AuthorFilesLines
2001-03-12Don't try to connect to alternate IP addresses of the news server if thetron3-8/+10
user cancelled the operation. Bump version number to "1.0nb6".
2001-03-10Further improvement of IPv6 patches:tron4-47/+80
- Make IPv6 addresses (not names) work. You still need to specify the port number explicitly in this case. - Fix bug in connection loop which caused PR pkg/12329. The version number is bumped to "1.0nb5".
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-02-25Fix another bug in IPv6 support. Bump version number to 1.0nb4.tron3-24/+26
2001-02-24Bump the version number to 1.0nb3 after major rework of IPv6 patch:tron6-74/+107
- No busy loops when connecting to the NNTP server. - Handle multiple records return by getaddrinfo(3) at the proper location. - Avoid unnecessary socket creations and deletions by always passing the correct address family to open_socket().
2001-02-23Add IPv6 support and bump version number to 1.0nb2.tron26-6/+531
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-3/+3
2000-08-01Skip bogus "POSIX_SOURCE" symbol definition under NetBSD because ittron2-1/+19
causes build failures under NetBSD 1.5A or newer.
2000-03-21Because the minor of "libpng" was bumped we must sure that packagestron1-2/+2
compiled for the update "png" package depend on it.
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron1-2/+2
2000-02-09Use wildcard dependence for "png" package.tron1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-25Work around for imake generated Makefile taking -lWidgets to be the sharedfredb2-1/+24
library installed by the afterstep-current package, instead of knews' own libWidgets.a. Why does $(LDPRELIBS) come in before $(OBJS) anyway?
1999-10-19s/DOMAIN_NAME/KNEWS_DOMAIN_NAME/ to make it more obvious which packageagc1-13/+13
uses this definition. Also s/DOMAIN_FILE/KNEWS_DOMAIN_FILE/ in the package Makefile, and document it in mk.conf.example.
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+3
displayed using the -B option to pkg_info(1).
1999-07-24Allow user to specify a FQDN in resource "Knews.mailName".tron2-1/+32
1999-07-09Add package patch checksum files.agc1-0/+4
1999-04-23Fix run time library search path.tron1-6/+4
1999-03-14Update for "knews" package to version 1.0b1 supplied by Frederick Bruckmantron9-138/+56
in PR pkg/7151: - XFace support. - Misc. bugfixes based on patches from Matthias Scheler, Christian Bauernfeind and Greg Ubben.
1999-03-08s/make/${MAKE}/gagc1-2/+2
1999-03-04Update dependence for "png" package.tron1-2/+2
1999-01-25Add "x11" to category list.tron1-2/+2
1999-01-25Two fixes by Christian Bauernfeind:tron2-0/+48
- fix broken tabulator rendering - fix a typo
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc5-0/+10
1998-07-15Fix dependence for "png" package.tron1-2/+2
1998-07-04Update xpm to 3.4k.mycroft1-2/+2
1998-07-04Update libjpeg to v6b.mycroft1-2/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-3/+1
1998-06-03Include bsd.prefs.mk, in case variables are set in /etc/mk.confagc1-1/+3
1998-04-22Fix comment about "DOMAIN_NAME".tron1-3/+3
1998-04-22Update package to "knews-1.0b0".tron7-21/+76
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-2/+2
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-01-30Modify individual package Makefiles to use the new way of specifyingagc1-2/+2
shared object dependencies (LIB_DEPENDS).
1998-01-29Fix "MAINTAINER".tron1-2/+2
1998-01-24portlint: add RCS Idhubertf1-0/+1
1998-01-24portlint: fix RCS Id and WRKSRC, remove unneeded USE_X11hubertf1-3/+3
1997-12-17Add some more documentation on DOMAIN_NAME.hubertf1-3/+5
1997-12-17A X11 newsreader with support for threading and MIMEhubertf9-0/+95
closes PR 4611 by Matthias Scheler <tron@lyssa.owl.de>.