summaryrefslogtreecommitdiff
path: root/news/knews
AgeCommit message (Collapse)AuthorFilesLines
2007-09-07Convert packages that test and use USE_INET6 to use the options frameworkjlam1-3/+8
and to support the "inet6" option instead. Remaining usage of USE_INET6 was solely for the benefit of the scripts that generate the README.html files. Replace: BUILD_DEFS+= USE_INET6 with BUILD_DEFS+= IPV6_READY and teach the README-generation tools to look for that instead. This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code to continue to support USE_INET6 for pkgsrc-wip until it has been nuked from there as well.
2007-02-15Modlar Xorg support.joerg1-2/+4
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-2/+2
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-11Convert to buildlink3.snj1-6/+6
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-04-02Add USE_INET6 to ${BUILD_DEFS}, mainly so that this package gets listed infredb1-2/+2
the top-level "README-IPv6.html".
2003-03-03It's IMAKE_MAN_DIR not IMAKE_MAN_PATH. Sheesh.jschauma1-2/+2
2003-03-03Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma2-4/+4
portable. Bump PKGREVISION accordingly.
2002-10-21Convert to buildlink2.wiz1-6/+6
2002-03-15Remove a stray semi-colon. The bug might have led to the program coringfredb2-4/+4
when viewing PNG's in low-memory situations.
2002-03-13Binding "Ctl-P" to mime_hack(png,uue) doesn't work, because Ctl-P isfredb2-1/+39
already bound to "scroll up". Leave unshifted Ctl-P and Ctl-N to scroll up and down, but let Shift-Ctl-P display a uuencoded PNG file.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-3/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-12-02Use wildcard dependence on "faces" package.tron1-2/+2
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-08-15Bump version to 1.0nb7 for a couple of gratuitious changes:fredb5-3/+222
Implement percent ('%') filename expansion in the "pipe" widget of the save/pipe dialog. Especially useful for setting Knews*shellfield.buffer in ${XENVIRONMENT}. Count articles for save/pipe command as "1 of N", "2 of N", and so on.
2001-07-25Solarias has "sendmail" in "/usr/lib" and not in "/usr/sbin".tron2-9/+14
2001-07-24Make this package work under Solaris.tron2-6/+11
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-26Update do_png() to no longer use the deprecated "libpng" functions.fredb2-1/+141
"knews" was dumping core when trying to display a PNG image inline, and now it doesn't. Note: "Ctl-P" for UU encoded PNG's is a no-op (unrelated problem). You'll need to have a message with a properly mime-encoded PNG image in order to see do_png() go to work.
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