Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
.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.
|
|
to _after_ include of bsd.pkg.mk, where it has a fighting
chance to actually work. Minor clean-ups.
|
|
- 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
|
|
|
|
Changes include:
* Y2K bug fix
* various other bug fixes
* some security (intrusion) fixes
* client socket fd randomization
|
|
documentation.
|
|
|
|
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.)
|
|
- - 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.)
|
|
Changes: mainly bugfixes; new pth.m4 Autoconf macro file.
|
|
|
|
|
|
fixes pr 9106 by abs@netbsd.org.
|
|
|
|
|
|
- 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. :-)
|
|
|
|
|
|
Matthias Drochner <M.Drochner@fz-juelich.de>
|
|
|
|
bumped version number
|
|
@group lines from PLIST; set file ownership and permissions with install
instead of chown and chmod.
|
|
|
|
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.
|
|
automatically let "bsd.pkg.mk" do it again.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
come from FreeBSD.
|
|
a '$' or a ':', bumped version number
|
|
Noted by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
at 4.61.
Since the Makefiles for navigator and communicator contained so much duplicate
magic, move all the magic to navigator/Makefile.common.
|
|
|
|
|
|
"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.
|
|
|
|
Leading/trailing whitespace
Trailing '.'
Leading '(a|an) ' (case insensitive)
|
|
NetBSD patching, and use ${ID} in preference to "id".
|
|
|