Commit graph

30472 commits

Author SHA1 Message Date
mycroft
2e64fe73f4 Fix LP64 botch. 2002-07-19 04:23:48 +00:00
mycroft
2f4d75c04a Sync. 2002-07-19 04:18:49 +00:00
mycroft
0110369d5b Fix spurious warnings. 2002-07-19 04:18:40 +00:00
mycroft
6f1e69c9bb Fix LP64 errors. 2002-07-19 04:18:25 +00:00
mycroft
0d79c339e3 Fix LP64 botch. 2002-07-19 04:09:26 +00:00
mycroft
602494a0d8 Get the path right... 2002-07-19 03:48:14 +00:00
mycroft
ddd6759b83 Fix LP64 bugs in testgthread, so `make check' works. 2002-07-19 03:47:00 +00:00
mycroft
26b2b82afd Fix LP64 printf() problems. 2002-07-19 03:22:17 +00:00
mycroft
3c36be9012 Fix obvious LP64 problems. 2002-07-19 03:14:31 +00:00
mycroft
1f90303f21 Sync. 2002-07-19 03:08:26 +00:00
mycroft
0c063ed01f Pull in string.h and stdlib.h as appropriate to eliminate LP64 warnings/errors. 2002-07-19 03:08:09 +00:00
mycroft
7592e868cc Pull in unistd.h to get the real vfork(). 2002-07-19 03:07:35 +00:00
schmonz
4acf5a5358 Use CONFIG_{GUESS,SUB}_OVERRIDE to fix build problem on Darwin, noted by
Randy Beaudreault <maccult@pacbell.net>.
2002-07-19 03:07:21 +00:00
mycroft
cd7ad57e0c -fno-common is not necessary on NetBSD/alpha (or any ELF platform, really). 2002-07-19 03:07:15 +00:00
hubertf
c3b2654e3b Enable compface, per PR 17541 2002-07-19 02:34:34 +00:00
hubertf
cc7b2e1018 Add compface 1.4: 48x48x1 image compression and decompression (X-face utility)
The programme (two programmes really - but they're just links to each
other) converts 48x48x1 images to and from a compressed format.  The
uncompressed images are expected to contain 48x48/4 (576) hex digits.
All other characters and any `0's followed by `X' or `x' are ignored.
Usually the files are 48 lines of "0x%04X,0x%04X,0x%04X,".  The
compressed images contain some number of printable characters.  Non
printable characters, including ` ' are ignored.  The purpose of the
programme is to allow the inclusion of face images within mail headers
using the field name `X-face: '.

Submitted by Osamu OISHI <oishi@alef.ims.ac.jp> in PR 17541
2002-07-19 01:13:52 +00:00
heinz
8d35e04c67 Correct wrong detection of /dev/random in GnuPG 1.0.7 on NetBSD.
Bumped PKGREVISION to 1, changed PLIST accordingly and added 2 patches
for configure and configure.ac. Patches were sent to gnupg-bugs@gnu.org.
Thomas Klausner approved.
2002-07-18 20:44:52 +00:00
mycroft
9605e1f134 Do not use _mktemp(). There is no prototype for it, so it is not safe to use
on 64-bit systems.
2002-07-18 18:01:55 +00:00
wiz
df4fb50eb8 Add and enable kcfonts. 2002-07-18 16:20:20 +00:00
wiz
34366e40d1 Initial import of kcfonts, a Chinese font collection.
Based on PR 13913 by Kevin Lo, with some cleanup by me.

Kcfonts is a suit of chinese Ming Fanti fonts for X-window.
Kcfonts' fonts are contributed by Kau Chauo Information CO. to all
TANet users running on PC. Thanks Chin-Hao Tsai <c-tsai@uiuc.edu>, who
converted it to the style of ETen's fonts. Now you can use kcfonts &
crxvt to view Chinese by BIG5 encoding.
2002-07-18 16:19:02 +00:00
wiz
3fa5e9ae06 Buildlinkify. Might fix bulk build problem. 2002-07-18 15:51:16 +00:00
abs
29c5df047a Fix build on Linux. No change to NetBSD or SunOS, so no PKGREVISION bump. 2002-07-18 14:18:48 +00:00
seb
285b3ac294 Add support for Solaris via the kstat(3) facility.
Provided in PR pkg/17521 by Lubomir Sedlacik <salo@Xtrmntr.org>.
2002-07-18 12:57:56 +00:00
agc
7788a354e2 Make this compile - fixes a problem in the bulk build. 2002-07-18 12:48:51 +00:00
hubertf
2347a7999a Update slypheed to 0.8.0. Changes:
* 0.8.0

    * The "Paste as quotation" feature has been implemented.
    * The "Action" feature (function to pass contents of messages to external
      programs) has been added.
    * Automatic line-wrapping on input has been enabled.
    * The Japanese encoding conversion routine has been rewritten and libkcc
      has been removed.
    * The MIME encode/decode routines based on fetchmail have been rewritten.
    * The IMAP response parser has been improved.
    * The authentication method on SMTP AUTH can be forced.
    * The receive error dialog can be disabled.
    * The option to change the displayed message automatically with cursor
      key on the summary view has been added.
    * The copy and paste problem in MIME mode has been mostly fixed.
    * Some other minor bugfixes and improvements have been made.

* 0.7.8

    * The feature to leave messages on POP3 server for specified days has
      been implemented.
    * The SSL preferences which was broken at the previous version has been
      fixed.

* 0.7.7

    * The 'Redirect' (aka Bounce) feature has been implemented.
    * IMAP4 / POP3 STARTTLS command has been enabled.
    * NNTP over SSL has been enabled.
    * The sorting order of the summary view became persistent.
    * The 'Expand / Collapse all threads' feature have been added.
    * The sorting order of the folder tree became case insensitive.
    * The common / account preferences button has been removed from the
      toolbar.
    * Some fixes and improvements for MIME view have been made.
    * The behavior of the toggle menu of 'Folder tree' and 'Message view'
      have been fixed.
    * The behavior of address completion has been fixed.
    * A bug in the header MIME encoding routine on Japanese locale has been
      fixed.
    * Some other bugfixes have been made.


Submitted by dawszy@polnet.wroc.pl in PR  17632.
2002-07-18 12:16:59 +00:00
wiz
09a1ab3f7a End sentence with a dot. 2002-07-18 11:23:39 +00:00
wiz
19d521d824 Add and enable incm. 2002-07-18 11:23:00 +00:00
agc
bc64335ffa Apply patches from Johnny Lam to let pth and pth-syscall co-exist. 2002-07-18 11:22:00 +00:00
agc
358a65874e Correct two indentation nits 2002-07-18 10:21:18 +00:00
agc
526a5687e2 Add USE_X11BASE - should fix problem in bulk build. 2002-07-18 09:52:14 +00:00
agc
c7eec13668 Copy the install-sh and mkinstalldirs scripts, rather than
symbolically linking them, since the GNU configure script uses test -f
to test for their presence.
2002-07-18 09:31:50 +00:00
agc
d4409bf817 Use the new CONFIG_GUESS_OVERRIDE and CONFIG_SUB_OVERRIDE mechanisms.
Patch i386 configuration to recognise netbsdelf - more architecture
changes are necessary here.
2002-07-18 09:17:26 +00:00
agc
13ee89e691 Don't patch one file multiple times - merge the changes into one
patch file.

Use the new CONFIG_SUB_OVERRIDE and CONFIG_GUESS_OVERRIDE mechanisms.

Recognise netbsdelf on i386 platforms - more mods will be necessary for
different platforms.
2002-07-18 09:08:27 +00:00
skrll
49ed29026e Improve this. 2002-07-18 07:32:01 +00:00
grant
a736b5ccd9 use @X11BASE@ in xfstt.1 instead of '/usr/X11R6' - yuck! 2002-07-18 05:24:49 +00:00
rh
db7a881c68 Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION
2002-07-18 02:19:24 +00:00
lukem
93b726dd32 it's better to REQUIRE LOGIN rather than DAEMON, because a bunch of services
which rely upon authdaemond really shouldn't start until after LOGIN.
2002-07-18 01:48:09 +00:00
cjs
37230c83e7 Don't hard-code PGHOME; get it from the passwd file. 2002-07-18 01:40:07 +00:00
dmcmahill
0a85289c68 remove item which has been done :) (flags to include/exclude NO_BIN_ON_{FTP,CDROM}) 2002-07-18 01:00:53 +00:00
dmcmahill
72c21b2fc7 repair compilation on pre gcc-2.95.* systems broken by last commit.
Should still work on gcc-2.95.* systems.
2002-07-18 00:54:36 +00:00
abs
406b1db830 Updated speedtouch to 1.1 [abs 2002-07-18]
New version works fully under NetBSD 1.6_BETA, and also works on
	some systems which failed to communicate with the USB modem correctlyt
	under earlier versions. Additional fix to pkg/17531
2002-07-18 00:10:07 +00:00
rh
bd61c0404b Set localstatedir so the scrollkeeper database gets updated correctly
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST
Bump PKGREVISION
2002-07-17 23:56:06 +00:00
itojun
45e69da140 parse T_AAAA responses. patch sent to wietse. 2002-07-17 22:34:45 +00:00
rh
249b315082 Patch scrollkeeper_localstatedir to make it point to the correct location
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST
Bump PKGREVISION
2002-07-17 22:21:37 +00:00
wiz
0a9fcd138f Work around different suse versions -> different subdirs by explicitly
setting DIST_SUBDIR to '.', like opera* do.
2002-07-17 20:53:23 +00:00
wiz
f37549ed1e Ups, fix botch in sort -> ${SORT}. 2002-07-17 18:29:09 +00:00
wiz
12fe0a2d5b Give this a chance of working on xpkgwedged systems.
Not on 1.6 or -current, though, since it has C++ bugs that need fixing.
2002-07-17 18:22:23 +00:00
wiz
b0e0a9b696 Add a message that this package needs fontenc.h. 2002-07-17 18:13:48 +00:00
wiz
25b679d7ae Fix depends line -- needs emacs21. 2002-07-17 17:59:34 +00:00
wiz
bb9557b8ad Some dirs are shared with GConf2. 2002-07-17 17:50:11 +00:00