summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-26Add a patch that fixes a problem with some quoted chars and cgibins.wiz3-2/+36
Patch provided by mrg -- thanks! Bump PKGREVISION.
2002-10-26Use daemon:other for SunOSbouyer8-31/+943
Fix sed command to disable pam checks to avoid an empy for loop in configure Add configure check for setlogin(), and use it in daemon/slave.c Need to define BSD_COMP before including sys/ioctl.h on SunOS to get BSD ioctls.
2002-10-26Xaw may need xpm, add support for this in configure.bouyer4-32/+1563
2002-10-26Correct XPM include and lib paths.bouyer2-10/+20
2002-10-26Remove a NetBSD-specific check, all systems use ${LOCALBASE} in pkgsrc world.bouyer2-11/+15
2002-10-26note update of www/bins to 1.1.18dmcmahill1-1/+2
2002-10-26update to bins-1.1.18. Changes are:dmcmahill5-70/+14
BINS 1.1.18 ----------- - joi templates has been updated by Joachim Kohlhammer : * The Albumtree works now correctly, even the thumbnail for the root-album works, i.e. no more broken images. * New icon for the albumtree. * Redesign of the image-view. The icons moved to the left border. * Leave was renamed to Home; the variable in the template is now called HOME_LINK. The icon was changed to a little house. The old icon is still included. * If the option pathImgNum is set, the image-view shows (Image/Imagecount) in the path. * The path contains a icon for each level (corresponding to the type of the level (albumtree, album, image)) if the variable pathShowIcon is set to 1. * In the Thumbnailview the bar with the next/prev-buttons shows only if there are two or more pages. If the bar shows, it now has a grey background. * The "cycling" of the thumbnailpages and the imageviews can be disabled by setting the options thumbnailPageCycling and imagePageCycling to 1. - If only one Thumbnailpage exists, the navigation bar shows "Thumbnail Page" instead of "Thumbnail Page 1". (from Joachim Kohlhammer's patch) - select LATIN1 as default encoding on systems lacking the locale command (like *BSD systems) (patch from Dan <mcmahill at mtl.mit.edu>). - added new parameter emptyAlbumDesc to get rid of the "No long/short description available" message if no description was set. - added Spanish translation. (thanks to David Barroso).
2002-10-26Note update to freetds-0.60.grant1-1/+2
2002-10-26Update to freetds-0.60.grant6-30/+41
Changes since 0.53 include: * Much improved support for Microsoft servers, including SQL Server 2000 datatypes and domain logins. * Support and convertibility of all major datatypes. * Much expanded coverage of the ODBC API. * An all-new BCP implementation, including host variable support. * Character set conversions, via the iconv library. * Threadsafe operation.
2002-10-26Fix whitespace.seb1-2/+1
2002-10-26Provide buildlink2.mk.seb1-0/+25
2002-10-26be quiet during `make clean'.grant1-2/+2
2002-10-26rename phoenix Linux binary package to `phoenix-linux' and allowgrant3-670/+671
it to co-exist with natively built phoenix.
2002-10-26Don't compile/install libmd5 on solaris, there is one in /usr/lib whichbouyer7-28/+102
seems good enouth, and using libwww's one breaks other system lib (librt).
2002-10-26Solaris's iconv library doesn't work here, add INCOMPAT_ICONV= SunOS-*-*bouyer2-2/+6
2002-10-26Also need @X_EXTRA_LIBS@ for X libraries.bouyer2-4/+4
2002-10-26Don't hardcode MAKEINFO as /usr/bin/makeinfobouyer2-12/+3
2002-10-26termios and UTMP fixes for Solaris.bouyer4-9/+32
2002-10-26According to Avon Barksdale <avon@flatlet.net>, the casting of NULL to (void *)frueauf2-15/+24
in the execl call is to make sure it is 64 bit on 64 bit archs. Not verified by myself since I have no 64bit arch to test on. Patch provided in private email.
2002-10-26Note update to less-378.grant1-1/+2
2002-10-26Update to less-378.grant2-7/+8
Changes since less-376: * Bug fixes: Default buffer space is now 64K as documented. Search highlighting works properly when used with -R. Windows version works properly when input file contains carriage returns. Clean up some compiler warnings. See the NEWS file for the full list of changes. Update MASTER_SITES and HOMEPAGE.
2002-10-26Note update to fileutils-4.1.11.grant1-1/+2
2002-10-26Update to fileutils-4.1.11.grant3-34/+42
Changes since 4.1.8 include: * miscellaneous bug fixes * additional dircolors entries * documentation fixes See the ChangeLog for the full list of changes.
2002-10-26GNU make with its support of micro- and nano-second timestamp and stat(2)seb1-14/+16
related information keeps pestering me while building this package on Solaris. So... - Replace WRKDIR and SRCDIR hack with CONFIGURE_DIRS and BUILD_DIRS tuning: automake-*-override can now properly do their job. - Prevent gperf invocation with the right touch command in pre-configure target. - Create BUILD_DIRS in pre-configure target.
2002-10-26from the koffice site:drochner2-1/+57
21th October 2002 - Fix available for KSpread's crash A fix is available for kspread's crashes when working with long text which overlaps several cells or when working with merged cells.
2002-10-26install the README file - the only piece of documentation availabledrochner2-3/+7
(requested by Hubert F.)
2002-10-26Solaris's yacc doesn't work too well here, use bison on SunOS.bouyer4-12/+24
Solaris doesn't have yy_size_t, use int instead on SunOS.
2002-10-26Need more libraries for X11 on Solaris.bouyer2-5/+14
2002-10-26Solaris's /bin/sh doesn't likebouyer1-1/+3
for file in ${CODEC_FILES}; do when CODEC_FILES is empty. .if out this part of the code if CODEC_FILES is not defined or is empty.
2002-10-26Fixes for Solaris:bouyer2-2/+10
Add links in ksysguard/ksysguardd/Solaris/ /bin/sh and grep works in a different way, need a different BUILDLINK_FILES_CMD
2002-10-26Fixes for Solaris:bouyer5-6/+40
Add libgcc to libraries list Set KDED_WORKAROUND for non-NetBSD case too Solaris's grep and sh works in a different way, we need a different BUILDLINK_FILES_CMD Fix typos in c++ file in !netbsd case Use CXXLINK for linking c++ libraries
2002-10-25Add buildlink2.mk.wiz1-0/+20
2002-10-25Note addition of python-mode-4.6 as devel/python-modecjep1-1/+2
2002-10-25Add and enable python mode.cjep1-1/+2
2002-10-25Initial import of python-mode 4.6 into the NetBSD packages collectioncjep5-0/+49
as devel/python-mode. This package provides an Emacs editing mode for Python code.
2002-10-25Clean up a bit. Only installs shell scripts, so USE_X11 and amanda-common'swiz1-3/+1
buildlink2.mk are not needed.
2002-10-25Convert to buildlink2. Actually, pretty easy when one considers it only ↵wiz1-3/+2
installs shell scripts. While here, remove USE_X11, since it has no point for shell scripts.
2002-10-25Convert to buildlink2.wiz1-4/+3
2002-10-25Convert to buildlink2.wiz2-5/+6
2002-10-25Unused.wiz1-89/+0
2002-10-25Convert to buildlink2.wiz1-5/+6
Remove dependency on readline -- it does not get used, contrary to what a comment (which has now been annotated) here says.
2002-10-25Slight cleanups.wiz1-8/+3
2002-10-25Add buildlink2.mk.wiz1-0/+20
2002-10-25Convert to buildlink2.wiz1-4/+5
Remove dependency on readline -- it does not get used, contrary to what a comment (which has now been annotated) here says.
2002-10-25Add buildlink2.mk.wiz1-0/+27
2002-10-25buildlink1 -> buildlink2.wiz3-10/+9
2002-10-25buildlink1 -> buildlink2. Use texinfo.mk so that deinstall and binary ↵wiz1-4/+7
packages work.
2002-10-25buildlink1 -> buildlink2.wiz4-14/+14
2002-10-25Prefer BUILDLINK_PREFIX.* to BUILDLINK_DIR.wiz1-2/+2
2002-10-25buildlink1 -> buildlink2.wiz4-16/+15