summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-01-06Make this Makefile work again.wennmach1-3/+2
A block of garbage was imported by someone in version 1.6 and somebody else removed the wrong pieces in version 1.7. And if someone (or somebody else) wants to replace awk by ${AWK}, please test thoroughly before committing. Thomas Klausner (wiz@netbsd.org) pointed me to this broken Makefile.
2000-01-06Convert to "standard" form:fredb1-2/+4
.include "../../mk/bsd.prefs.mk" _tests_ .include "../../mk/bsd.pkg.mk" This incidently causes the BUILD_DEFS (pkg_info -B foo) in the binary package to be set correctly.
2000-01-06Add -ltermcap for NetBSD-1.3*. Move test for USE_SOCKS=fredb1-21/+26
to _after_ include of bsd.pkg.mk, where it has a fighting chance to actually work. Minor clean-ups.
2000-01-06Update xsane to 0.48. Changes are as follows:rh6-43/+8
- No longer requires patches ac and ad thanks to author's quick reaction to feedback. xsane-0.46 -> 0.47: ------------------- - if helpfile viewer is netscape-remote and netscape is not running it is started - replaced ENODATA (used for EOF detection in xsane-rc-io and xsane-device-preferences) by XSANE_EOF (=-1) (ENODATA is not defined on all systems) - If faxproject does not exist, project data entries are made insensitive and buttons "send project" and "delete project" are replaced by "create project" - Added missing "&" in xsane_device_preferences_save_values: xsane_rc_io_w_array(w, &len, (void **) &word_array, (WireCodecFunc) xsane_rc_io_w_word, sizeof(SANE_Word)); that cause segmentation fault when writing bool, int or fixpoint arrays. xsane-0.47 -> 0.48: ------------------- - "START" button is made insensitive in fax mode if project does not exist. - Preview window is created at the same time as the main dialog and it is destroyed at program end. Disabling "show preview" hides the preview window. This way the preview window placement does work correct. - set default values in xsane_device_preferences_load_file(char *filename) before reading the saved values, show_preview default = true - Mouse pointers display relevant mode icons in preview window now. - In copy mode the maximum selectable size that fits to the selected printer is drawn by a rect now. Selection is limited to the printer size. - if no local xsane.rc, xsane-style.rc or DEVICE.drc file exists it is loaded from SANE_DATA_DIR/xsane - all xsane rc files are placed in a subdirectory xsane now (~/.sane/xsane, SANE_DATA/DIR/xsane) - temporary files (previews, conversions) are saved in /tmp (defined in SANE_PATH_TMP in xsane.h) now - added window decoration icon (top left) to each xsane window (does work with kwm, does not work with fvwm2) - added warning icon and error icon - removed xsane_files_exit_callback, now xsane_scan_win_delete is used for all exit program calls - conversion-* and preview-* files are created with permission "-rw-------", images- and project-files are created with "preferences.image_umask" xsane.rc and *.drc are created with XSANE_DEFAULT_UMASK defined in xsane.h
2000-01-06DEPENGS --> DEPENDSrh1-2/+2
2000-01-06Update delegate to 5.9.12rh2-5/+5
Changes include: * Y2K bug fix * various other bug fixes * some security (intrusion) fixes * client socket fd randomization
2000-01-06Update gif2png to 2.3.0. This version cleans up some glitches in therh2-4/+4
documentation.
2000-01-06Document USE_MESA=, for battleball.fredb1-1/+7
2000-01-06Prevent windows from "oscillating" and walking off the screen byfredb1-0/+19
nop'ing XResizeWindow. This makes it act nearly as if -noresize is always given on the command line. Oddly enough, this permits you to resize the window freely. (All "resize" does is attempt to scale the vertical for you. Without it, you can make the window tall enough to show a black bar on the bottom--that's all.)
2000-01-06Update to battleball-2.1.fredb7-122/+30
- - Now compiles "out of the box" with g++ 2.8.0 and later. - - Game window is now taller, for a better view. - - Now alway double-buffered. - - OpenGL rendering mode. (Disabled by default in the package. Set USE_MESA=YES to build in support for Mesa.)
2000-01-06pth-current updated to 1.3a2wiz7-34/+33
Changes: mainly bugfixes; new pth.m4 Autoconf macro file.
2000-01-06Add ac3decabs1-1/+2
2000-01-06ac3dec-0.5.6 package from David Maxwell (ac3 audio decoding tools)abs8-0/+58
2000-01-06protect some more wildcard dependencies from interacting with the shell.hubertf1-2/+2
fixes pr 9106 by abs@netbsd.org.
2000-01-06Add argument so that the shared library is found under ELF systemsdarcy1-2/+2
2000-01-06fix grammarabs1-1/+1
2000-01-06Update to 1.7. Changes:hubertf2-4/+5
- Bugfix from Matthias Drochner WRT handling of WRKSRC - url2pkg is now under CVS maintainance (othersrc/usr.bin/url2pkg), but since there's no gateway for that to ftp/http, esp. none without versioning), the old distribution site is kept. I still wanted to point this out. :-)
2000-01-06protect some RCS IDshubertf1-3/+3
2000-01-06fix rcs idhubertf1-3/+5
2000-01-06fix setting of WRKSRC, fromfeyrer1-4/+4
Matthias Drochner <M.Drochner@fz-juelich.de>
2000-01-06oops. moved patches-aa to patches/patches-aawiz1-1/+1
2000-01-06added warning that @owner, @group and @mode in PLIST are deprecated;wiz2-3/+8
bumped version number
2000-01-06removed unnecessary (and perhaps even deprecated) @mode, @owner, andwiz2-11/+4
@group lines from PLIST; set file ownership and permissions with install instead of chown and chmod.
2000-01-06mention in comment for USE_GIF that it's also used by tiffwiz1-1/+2
2000-01-06tiff library upgraded from 3.5.2 to 3.5.4. LZW compression part is nowwiz11-28/+127
optional and controlled by USE_GIF in mk.conf, decompression is unchanged. Comment for USE_GIF in mk.conf has been updated. Some HTML documentation gets installed now, too. Changes: A Y2K bugfix in ras2tiff, removal of LZW compression, new Pixar tags, and Adobe ZIP support, as well as removal of some compiler warnings and minor fixes.
2000-01-05Because the custom "do-install" target doesn't compress the manual pagestron1-2/+1
automatically let "bsd.pkg.mk" do it again.
2000-01-05Add and enable gnapster.rh1-1/+2
2000-01-05Initial import of gnapster-1.3, a GNOME napster client.rh7-0/+50
2000-01-05Add missing dependence on "libglade" package.tron1-1/+2
2000-01-05Use unrestrict "gkermit" package for kermit file transfers.tron3-7/+7
2000-01-05Remove directory "share/doc/gkermit" during deinstallation.tron1-1/+2
2000-01-05Install "README" to "${PREFIX}/share/doc/gkermit" as usual.tron2-4/+5
2000-01-05Note that the debugging procedure not only applies to packages thathubertf1-5/+6
come from FreeBSD.
2000-01-05check for known RCS tags only, instead of all strings between a '$' andwiz2-4/+4
a '$' or a ':', bumped version number
2000-01-05Use += consistently for assigning any DEPENDShubertf1-4/+4
Noted by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2000-01-05Clarify that the aperture driver is for NetBSD/i386.jlam1-1/+1
2000-01-05Add and enable aperture.jlam1-1/+2
2000-01-05XFree86 Framebuffer "aperture" driver for NetBSDjlam9-0/+130
2000-01-05install info files correctly, make binary package workwiz4-5/+28
2000-01-05remove unnecessary PLIST magicwiz1-5/+1
2000-01-05Add missing dependence on "python" package.tron1-1/+3
2000-01-05Add quotes round one place where it may be useful, and add a "plist"hubertf1-2/+3
target to create the PLIST on the fly. (This is just an alias for the existing ${PLIST} target, but with that you have to type the full path which is inconvenient).
2000-01-05Update to 4.7 - this is except for the SunOS version which seems to have endedabs9-278/+174
at 4.61. Since the Makefiles for navigator and communicator contained so much duplicate magic, move all the magic to navigator/Makefile.common.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs601-601/+601
2000-01-05Add and enable libirc.agc1-1/+2
2000-01-05Import libirc into the NetBSD packages collection.agc7-0/+58
"libirc is a C-library for the IRC protocol. It simplifies the task of writing a bot or client. A very simple example comes with the package, demonstrating how it is used. Perfect for those who wish to write bots, irc clients (especially if you want to integrate IRC with some other Internet software). The programming language is C." Note, however, that this package lacks any form of documentation.
2000-01-05replace `bin/${PKGNAME}' with `bin/screen-3.9.5', as the former doesn't work.lukem1-2/+2
2000-01-05Check pkg/COMMENT a little more closely, and generate warnings on:abs3-7/+17
Leading/trailing whitespace Trailing '.' Leading '(a|an) ' (case insensitive)
2000-01-05Make this package compile and run on Solaris - undo some over-aggressiveagc3-12/+19
NetBSD patching, and use ${ID} in preference to "id".
2000-01-05Make this install properly on Solaris.agc2-7/+8