Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-02-15 | Modlar Xorg support. | joerg | 1 | -2/+4 | |
2006-12-15 | Mechanically replace all includes of buildlink3.mk of the following | joerg | 1 | -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-17 | Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. | wiz | 1 | -2/+2 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -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-11 | Convert to buildlink3. | snj | 1 | -6/+6 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-04-02 | Add USE_INET6 to ${BUILD_DEFS}, mainly so that this package gets listed in | fredb | 1 | -2/+2 | |
the top-level "README-IPv6.html". | |||||
2003-03-03 | It's IMAKE_MAN_DIR not IMAKE_MAN_PATH. Sheesh. | jschauma | 1 | -2/+2 | |
2003-03-03 | Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more | jschauma | 2 | -4/+4 | |
portable. Bump PKGREVISION accordingly. | |||||
2002-10-21 | Convert to buildlink2. | wiz | 1 | -6/+6 | |
2002-03-15 | Remove a stray semi-colon. The bug might have led to the program coring | fredb | 2 | -4/+4 | |
when viewing PNG's in low-memory situations. | |||||
2002-03-13 | Binding "Ctl-P" to mime_hack(png,uue) doesn't work, because Ctl-P is | fredb | 2 | -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-13 | Give all packages which depend on "png" a version bump, and update | fredb | 1 | -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-02 | Use wildcard dependence on "faces" package. | tron | 1 | -2/+2 | |
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -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-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -4/+4 | |
2001-08-15 | Bump version to 1.0nb7 for a couple of gratuitious changes: | fredb | 5 | -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-25 | Solarias has "sendmail" in "/usr/lib" and not in "/usr/sbin". | tron | 2 | -9/+14 | |
2001-07-24 | Make this package work under Solaris. | tron | 2 | -6/+11 | |
2001-05-22 | Update dependency on png to >=1.0.11 because of the shlib major bump. | wiz | 1 | -2/+2 | |
Noted by Frederick Bruckman. | |||||
2001-04-19 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -4/+2 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-26 | Update do_png() to no longer use the deprecated "libpng" functions. | fredb | 2 | -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-12 | Don't try to connect to alternate IP addresses of the news server if the | tron | 3 | -8/+10 | |
user cancelled the operation. Bump version number to "1.0nb6". | |||||
2001-03-10 | Further improvement of IPv6 patches: | tron | 4 | -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-04 | Because the minor number of the PNG library was increased packages compiled | tron | 1 | -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-25 | Fix another bug in IPv6 support. Bump version number to 1.0nb4. | tron | 3 | -24/+26 | |
2001-02-24 | Bump the version number to 1.0nb3 after major rework of IPv6 patch: | tron | 6 | -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-23 | Add IPv6 support and bump version number to 1.0nb2. | tron | 26 | -6/+531 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-08-23 | Use "USE_XPM" option instead of direct dependence on the "xpm" package. | tron | 1 | -3/+3 | |
2000-08-01 | Skip bogus "POSIX_SOURCE" symbol definition under NetBSD because it | tron | 2 | -1/+19 | |
causes build failures under NetBSD 1.5A or newer. | |||||
2000-03-21 | Because the minor of "libpng" was bumped we must sure that packages | tron | 1 | -2/+2 | |
compiled for the update "png" package depend on it. | |||||
2000-02-09 | Use "png>=1.0.3" instead of "png-*" in dependence list. | tron | 1 | -2/+2 | |
2000-02-09 | Use wildcard dependence for "png" package. | tron | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-11-25 | Work around for imake generated Makefile taking -lWidgets to be the shared | fredb | 2 | -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-19 | s/DOMAIN_NAME/KNEWS_DOMAIN_NAME/ to make it more obvious which package | agc | 1 | -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-07 | Remove me as maintainer of those packages. | tron | 1 | -2/+2 | |
1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -1/+3 | |
displayed using the -B option to pkg_info(1). | |||||
1999-07-24 | Allow user to specify a FQDN in resource "Knews.mailName". | tron | 2 | -1/+32 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+4 | |
1999-04-23 | Fix run time library search path. | tron | 1 | -6/+4 | |
1999-03-14 | Update for "knews" package to version 1.0b1 supplied by Frederick Bruckman | tron | 9 | -138/+56 | |
in PR pkg/7151: - XFace support. - Misc. bugfixes based on patches from Matthias Scheler, Christian Bauernfeind and Greg Ubben. | |||||
1999-03-08 | s/make/${MAKE}/g | agc | 1 | -2/+2 | |
1999-03-04 | Update dependence for "png" package. | tron | 1 | -2/+2 | |
1999-01-25 | Add "x11" to category list. | tron | 1 | -2/+2 | |