summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2003-11-20Bump PKGREVISION for recent changes. [Use new grf ioctl()'s.]fredb1-2/+2
2003-11-20Fix missing prototype for memcpy().fredb2-1/+14
2003-11-20Switch to the "new" grf interface -- new in NetBSD 1.5! -- becausefredb2-3/+12
GRF_COMPAT is currently broken on NetBSD 1.6ZF.
2003-11-12PKGREVISION++ due to devel/popt update.salo8-15/+16
2003-11-11Make patches apply again; use sed script in pre-buildwiz15-253/+174
to remove stuff after #endif to avoid RCS problems with patches (hi christos!).
2003-11-11Remove include/kword afterwards.kleink1-1/+2
2003-11-11Update to 1.35, since 1.33 is not available any longer.wiz11-63/+68
Changes: Version 1.34 The array bound checking for the x10sched.conf file was missing. Certain noise on the line would cause repetitive bytes to fill the buffer. relay.c code was tightened to look for this. The spool file is truncated after 1 million bytes. The jumpbuf in xread.c was getting corrupted, causing the second trigger to hang. That's fixed. Relay.c checks every 10 minutes for the need to change to daylight savings time. It changes the clock if needed. Added the ability to run two CM11's. Each needs it's own config file. The tty device is used to differentiate the spool files. Add the keywords "option" and "alias" to the config file to help ensure that it is parsed properly. Version 1.34beta6 corrected x10.h "endif" with trailing coment Added patch from "Tony Machon" <heyu@digitaldynamics.us> that allows use of config file aliases in the x10sched file. Changed device to 0x0 when doing , alloff or lighston or lightsoff per patch provided by rrauenza<%>shroop.net. Thanks to Michael Skora <mike@alienbrain.net>, there is a way to send just the address or just the function. Version 1.34beta7 Added a siginterrupt(2) call so the alarm(2) calls will correctly abort the read(2) calls. Added local.h as a place to put local config defines (such as USESIGINT). Configure creates this as neededd. Did more cleanup so that there won't be hangs when sending cm11 directives that have a checksum of 0x5a. Added "relay" mode so the relay can be studied in the fore-ground, ala 'strace ./heyu -v relay'. Still need to add verbose entries to take advantage of the -v option. Added code to check the "write lock" file when evaluating that damned 0x5a that can be generated out of the blue as well as being used as a checksum. Version 1.34beta7.4 Corrected the munlock function. It was being used inconsistently, sometimes needing a full lock string, other times not. The tty device was deleted in one case. Version 1.34beta7.5 Still having problems with resends involving 0x5a Updated FAQ Added openbsd option to Configure. Version 1.34beta7.6 Cleaned up x10.c compile warnings. Version 1.34beta7.7 Finally realized that the best wording was heyu turn c1 up 10 heyu turn c1 down 5 Version 1.35 Final Version. Added external program trigger based on suggestion and sample code from chuck@liderbug.com Added heyuhelper script to be called when trigger is detected. Updated documentation Added HELPER to x10.h file.
2003-11-11Use DIST_SUBDIR=${PKGNAME} (not PKGNAME_NOREV)wiz2-9/+11
since the dictionaries used are not versioned and independent of the executable. Bump PKGREVISION to 2 since the dictionaries have been updated.
2003-11-07two more patch files.christos2-0/+123
2003-11-07- kill gcc-3 preprocessor warnings about #{else,endif} TAGchristos12-138/+499
- exit with the child's exit value and with non zero on error
2003-11-07Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-10-27And another patch to get Linux working... sigh ...reinoud2-1/+28
2003-10-27(AHUM) ... this time i hope it will work fine; my excuses... its late :(reinoud1-0/+12
2003-10-27Argh! small patch added; thanks to Dave Huang it turned out thatreinoud1-3/+2
NetBSD/i386-currnet with gcc 3.3.2-nb1 was having trouble with two casts; they are harmless but need -fno-strict-aliasing to get it to compile.
2003-10-27Patch udfclient so it will compile again under NetBSD-current wich hasreinoud4-34/+6
changed scsipi headers and incorporating the submitted patches. It also gives Linux SCSI access to the SCSI sense code! Esp. Linux users and NetBSD-current users will benefit.
2003-10-26Make the pkg compile for arches where char is unsigned.kristerw3-1/+31
2003-10-25Correct previous commit to use the correct DIST_SUBDIR.kristerw1-2/+2
2003-10-25The author has released a new version, but used the same name for thekristerw1-2/+3
distfile. grr. Use the distfile from the MASTER_SITE_BACKUP for now. Fixes PR pkg/23000.
2003-10-20With newest versions of X suse_libc5 is needed, otherwise the setup processmrauch1-1/+2
will hang. Reported by Martin Schmitz on current-users (and confirmed by others).
2003-10-19no need to #include <malloc.h>.grant5-1/+53
fixes build on FreeBSD.
2003-10-18Fit into 24 linescjep1-7/+2
2003-10-16Add koffice-devel.wiz1-1/+2
2003-10-16The master site no longer has the source tar-ballmrauch1-3/+2
(and now returns a website instead of Error 404). Use the copy on my server.
2003-10-14Use valid version number.salo1-3/+4
2003-10-14Update to udfclient.ro1-p1 patching a compilation error on 32 bits systems.reinoud2-6/+6
2003-10-13Update to 1.3.5:wiz2-6/+6
1.3.5: * Added a -x option to disable extended system commands * Added a -b option to supress printing the banner
2003-10-10Apply a patch based on PR pkg/22798 to allow this to install properlyjschauma2-1/+27
on Darwin.
2003-10-09Added five patches so koffice would build with newer gcc 3.3.1.reed6-1/+195
The first four patches come directly from KDE's cvs for KOFFICE_1_2_BRANCH. The patch-ae comes from a KDE bug report. I did not bump the revision, because no features changed -- this just makes it build on some platforms that couldn't build before. It is said that these fixes use a non-standard C++ header and maybe may not work with some compilers.
2003-10-08Since we're already patching Makefile to not install libdialog.a, patchdanw2-16/+24
it further to not even build it, and just link the objects in directly, to save us from having to drag in libtool so the library gets ranlibbed properly on darwin. PR 20487
2003-10-05Distribution site for distfile has changed.mrauch1-2/+2
2003-10-04Fix a buglet in this version -- libkarbonmsodimport.so was exporting the wrongmycroft2-1/+15
name for the init function.
2003-10-04A package for the current development version of koffice -- 1.2.93.mycroft4-0/+3487
XXX We need a wv2 pkg to enable Word document importing.
2003-10-03Make the pkg install on arm (the file layout in the arm tar ballkristerw1-1/+8
is different from the i386 one).
2003-10-01Remove duplicated entries for dnetc-netbsd-arm32.tar.gz.kristerw1-3/+1
2003-09-30This Linux binary runs under Linux too.reed1-1/+2
(Okay'd by maintainer, mrauch.)
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam9-18/+18
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant9-18/+18
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-26Give package a nicer version number. Closes PR 22969 by tv.wiz1-2/+2
2003-09-25sortgrant1-2/+2
2003-09-23Add udfclient package.reinoud1-1/+2
2003-09-23Initial import of udfclient package written by Reinoud Zandijk reinoud4-0/+31
(reinoud@netbsd.org). It features a read-only userland implementation for now and is accompanied by small helper programs that can describe the CD/DVD media into detail.
2003-09-22Updated screen to 4.0.1. No log of changes available, but as thehubertf2-5/+5
distfile has vanished from the master site, this may be security\ related.
2003-09-22Fix build on Solaris and FreeBSD-2.1.5. From Jonathan Perkin in PR 22890.wiz3-2/+28
2003-09-22Fix build on Solaris, based on PR 22889 by Jonathan Perkin.wiz3-2/+25
2003-09-22Fix build on Solaris, from Jonathan Perkin in PR 22886.wiz3-32/+19
2003-09-22Fix compilation on Solaris, from Jonathan Perkin in PR 22887.wiz2-1/+21
2003-09-22Fix build on Solaris. From Jonathan Perkin in PR 22885.wiz1-1/+7
2003-09-22Fix build on Solaris. From Jonathan Perkin in PR 22884.wiz3-23/+18
2003-09-22Fix build and install on Solaris. From Jonathan Perkin in PR 22883.wiz3-17/+20
2003-09-22Fix off-by-one in date output. Bump PKGREVISION.wiz3-2/+26