Commit graph

11505 commits

Author SHA1 Message Date
jlam
7753d043b9 xdialog - X11 drop-in replacement for the curses dialog program 2000-05-10 04:13:02 +00:00
itohy
e91fed376c Confirmed it works on alpha, but ..., alas, my DEC 3000
broke down and I can't test it on alpha any longer.

"make test" will fail without fix of PR #10065.
2000-05-09 23:36:43 +00:00
itohy
27dd813e08 Fix installation of info dir.
Add gforth.el.
Fix @dirrm order.
2000-05-09 23:33:40 +00:00
pooka
c292b6f4c0 Don't build mutt-current 2000-05-09 22:24:18 +00:00
pooka
44bd0d4ca5 Disable mutt-current for the moment, it has developed into a stable
release.
2000-05-09 22:23:27 +00:00
tron
1298255322 Patch to enable remote support supplied by Mario Kemper in private E-Mail. 2000-05-09 22:07:16 +00:00
tron
931958ed2e Add a note why we need an explicit dependence on "guile". 2000-05-09 22:00:05 +00:00
jwise
ee03d8df13 Bring into line with the new java world order.
Only package left to do is jakarta, which will be done as part of an upgrade
to jakarta-3.1 tonight or tomorrow.

Also, look for a swing package to be committed tonight or tomorrow -- if we
can't have JDK 1.2 right now, we can at least have swing...
2000-05-09 21:02:35 +00:00
jwise
899dcd7aa0 Since we no longer override ${PREFIX}, we no longer need NO_MTREE= 2000-05-09 20:54:42 +00:00
jwise
5c3abe2afe Bring into line with the new java world order. 2000-05-09 20:53:18 +00:00
jlam
27b68f1613 Add and enable boost. 2000-05-09 20:44:44 +00:00
jlam
7532144db0 boost 1.14.1: free C++ libraries designed to work well with standard libs 2000-05-09 20:44:04 +00:00
jwise
505f25ae52 Adapt to the new location of the jsdk 2.0 jar file.
BTW, the JServ jar does not go in ${PREFIX}/lib/java as it is a private
implementation of the interfaces from jsdk.jar and should not be used
directly.  Should it turn out that packages are using it directly, it
will be moved.
2000-05-09 20:23:42 +00:00
jwise
51f78e69f2 Adapt this to the new java package world order.
While here, don't install the whole jsdk20 environment, as this is an older
version, and is generally useful only in order to get the jsdk20 jar file
for building jserv.  This means we no longer install the bin/servletrunner
test harness, and we no longer install the jsdk source.

Users interested in these would be better off looking at the current jsdk
(pkgsrc/www/jakarta-tomcat), or jsdk2.1, which does not currently have
a package, but is at least rather less obsolete...

jserv will be adapted to use the new paths for this in a separate commit,
in a few minutes.
2000-05-09 20:12:46 +00:00
dmcmahill
9ef2468e10 add dependency on guile. This is required for arch's which don't get
guile through devel/libgtop.
This fixes PR pkg/10074.

Thanks to Matthias Scheler <tron@netbsd.org> for the fix.
2000-05-09 20:07:15 +00:00
jwise
75f26207f2 Begin unification of install paths for java based packages. Scheme is:
* binaries which are not JVM dependent go in ${PREFIX}/bin

      * jar/zip/etc files for use by java programs go in
	${PREFIX}/lib/java

      * examples for java packages go in ${PREFIX}/share/examples/java

      * documentation for java packages go in ${PREFIX}/share/doc/java

JVMs go in their own directories, right now ${PREFIX}/{java,kaffe}, which
is necessary so that multiple JVMs can be installed concurrently, and so
that the miriad packages which count on ${JAVA_HOME} pointing to a JVM
install will DTRT.

Most java packages already use something similar or can be adapted easily.
Java packages such as Jakarta with large amounts of private java will need
to be addressed separately.
2000-05-09 18:30:12 +00:00
tron
211c58050d Remove obsolete entry for "MUTT_INTERNATIONAL". 2000-05-09 18:12:40 +00:00
tron
0dfb2cc3c9 Update "mutt" package to version 1.2i - there is not crippled version any
more. Change since version 1.0.1i:
- heavily improved IMAP support (thanks to Brandon Long
  and Brendan Cully for their work),
- support for using IMAP over SSL (thanks to Tommi
  Kommulainen),
- a completely changed interface for configuring mutt's
  PGP support.  It's now format-based, and much more
  flexible than it used to be in the past.
- a split of the old edit-message command into
  resend-message and edit-message.  While the former gives
  you what could be described as "recall from arbitrary
  folders", the latter can be used to low-level modify
  messages.
- the weeding paradigma has changed.  Instead of options
  controlling weeding behaviour for all kinds of purposes,
  there is one global $weed option which is toggled when
  you use what used to be known as display-headers (now
  display-toggle-weed).  That is, you have some kind of
  "WYSIWYG" support with weeding.
- we have a muttrc (5) manual page now, and it's even
  up-to-date.
- you can better control your messages' header and
  envelope from headers
- the message commands on the attachment menu have been
  rewritten.  Just try replying to an attachment, and
  you'll see what happens. ;-)
- mailing list support has changed.  You may wish to
  rename your "lists" commands to "subscribe".  But please
  read README.UPGRADE before!
- Bug fixes of all sorts.
2000-05-09 18:09:06 +00:00
itojun
a4d7cf0c6c make build of EXTRA_FONTS conditional by NO_EXTRA_FONTS (default: build all).
generate PLIST dynamically.
pointed out by: tron@zhadum.de (Matthias Scheler)
2000-05-09 17:16:18 +00:00
itojun
b39a4cc026 don't remove these entries, these extra entries in PLIST are for
EXTRA_FONTS (or can I put these jumbo Asian fonts into default packaging?).
2000-05-09 16:34:50 +00:00
tron
210311feb7 Use wildcard dependence for "t1lib" package. 2000-05-09 16:12:42 +00:00
tron
9ee105aa56 Remove incorrect entries for several fonts which are not installed. 2000-05-09 15:10:50 +00:00
dmcmahill
2e00fedc28 fixes for mips machines. Use 'uname -p' instead of 'uname -m'.
This fixes PR 7573 reported by Simon Burge and redundant PR 9950
reported by me (oops).
2000-05-09 14:24:38 +00:00
dmcmahill
f24e1227c9 fix build for mips. The bug was some bogus configure checks for processor
type (the output of which were never used anyway).
2000-05-09 14:04:28 +00:00
abs
6642be2b54 Add NS_USE_BSDI to allow people to select the i386 BSDI binary for navigator
and communicator. Also rename PLIST files to reflect the real OS, and include
${BINNAME} (navigator/communicator)
2000-05-09 13:23:19 +00:00
agc
1a4c383f88 Revert previous change - use one set of sources, for maintenance reasons,
across -current pkgsrc and the 1.4 branch.
2000-05-09 11:15:59 +00:00
tron
9c926a11df Reorder things properly. 2000-05-09 08:32:09 +00:00
tron
ae2880dc06 Make sure that the package uses either "Xaw3d" or "Xaw-Xpm" but not
standard "Xaw" which won't work.
2000-05-09 08:30:49 +00:00
tron
925698fa15 Provide checksum for i386 128-bit key version. 2000-05-09 07:15:02 +00:00
tron
c4c5f9dc44 Don't define "NS_ENCRYPTION" before including "pkgsrc/mk/bsd.prefs.mk" so
that a "NS_ENCRYPTION?= ..." in "/etc/mk.conf" will work.
2000-05-09 07:12:57 +00:00
fredb
34ab3112b6 Enable socks supports and associated logic (no socks with slang).
Add a test for BSD color capable curses, but leave the default at
slang. It builds with curses, but I can't get any color out of it.
2000-05-09 00:54:58 +00:00
drochner
1886fd75a7 update to 5.1.0
too many changes to list here - see the CHANGES file
2000-05-08 17:29:06 +00:00
drochner
07cc535eb1 update to 1.0.1
Changes from 1.0:
- A few bug Fixes.
- lenIV=-1 is now handled. According to an undocumented Adobe convention
  lenIV=-1 indicates suppressing of charstring encryption.
- Patches to compile t1lib und MS Visual C++ 6.0. In case something goes
  wrong, please contact Nakano Hideo (hideo@mb.infoeddy.ne.jp).
2000-05-08 17:23:46 +00:00
drochner
ad357825f8 update to 3.0
too many changes since 2.01 to list here, the most visible for me is that it
is libtoolized - see doc/changes.txt for the rest
2000-05-08 17:13:19 +00:00
sakamoto
2e4b236d34 Support GTAGS. patch from global-3.55. 2000-05-08 11:52:12 +00:00
itohy
6248514f30 Just fix the comment. Don't mind. :)
I should have corrected this earlier,
but I was in ENETUNREACH during holidays.
2000-05-08 05:20:51 +00:00
hubertf
15c1936b49 Update to 2.7.3. Changes: countless.
I hoped that the transparent mode would work better, but it doesn't. :(
2000-05-08 03:25:20 +00:00
fredb
2a225916a3 Document LYNX_SCREEN_LIB for lynx (actually, only lynx-current for now). 2000-05-08 02:01:45 +00:00
fredb
f54cd12dfe Update to 2.8.3rel.1. Minor bug-fixes and tweaks since 2.8.3pre.7.
This version is considered to be release quality, but I'm putting
this under lynx-current pending integration of ipv6 support. Also,
socks is said to be broken in this release.

Add a hook to use "ncurses" for the screen library -- currently
the only way to get color-style support, or "curses" -- for the
day when NetBSD curses supports color. "slang" remains the default.
2000-05-08 01:46:55 +00:00
tron
eef0074339 Add and enable "xmradio". 2000-05-07 20:50:36 +00:00
tron
cfe0f6fd42 Initial import of new "xmradio" package:
Radio applicaton for Brooktree 848 compatible TV cards
2000-05-07 20:49:44 +00:00
tron
48049d1775 Add and enable "fxtv" package. 2000-05-07 20:38:44 +00:00
tron
d3ab19ccaa Initial import of new "fxtv" package:
TV display application for Brooktree 848 compatible TV cards
2000-05-07 20:34:13 +00:00
fredb
89841782e7 Provide checksum for i386 128-bit key version. 2000-05-07 16:12:07 +00:00
wulf
bb33f44762 Oops, corrected placement of gd.h declaration 2000-05-07 13:55:17 +00:00
wulf
56bb68adc5 Fixed build problem and updated rrdtool to version 1.0.21 2000-05-07 12:50:51 +00:00
mycroft
846588c0e3 Redefine INIT_SUBTARGET_OPTABS, so that references to __[df]toull are not
generated.
2000-05-07 12:21:23 +00:00
msaitoh
c4354bc45b Jump to PTL-2.1.2
Changes between PTL2-current-990622 and PTL-2.1.2

	* support NetBSD/arm32.

	* fix a configure.in bug which fails if $MACHINE != $MACHINE_ARCH.

	* src/io_udp.c (send_timedwait, sendto_timedwait,
 	sendmsg_timedait): While underlying system calls return with
 	EWOULDBLOCK, continue writing.

	* src/signal.c (_pthread_signal_init): On system that PTL can set
 	the stack pointer without using sigstack(), SIGUSR2 can be used
 	for user's purpose.

	* src/internal.h (END_CRITICAL): fixed: signal interruptions are
 	lost in certain situation theoretically.

	* src/io.c: use O_NONBLOCK rather than O_NDELAY in SunOS5.

	* Util/Makefile.in: version number of libPTL.so is changed to 2.0.

	* src/specific.c (pthread_key_create, pthread_setspecific): if
 	fail to allocate the memory, returns ENOMEM.

	* src/cond.c, src/mutex.c, include/sys/types.h: pthread_mutex_t
 	and pthread_cond_t are changed from `pointer to struct' to
 	`struct'.

	* src/cond-attr.c, include/sys/types.h: pthread_condattr_t is
 	changed from integer handle to struct.

	* src/cond.c, src/mutex.c, src/pthread.c:
 	pthread_{mutex_,cond_,}setname_np returns ENOMEM if malloc()
 	returns NULL.

	* src/cancel.c (pthread_setcancelstate): if FLAG_CLEANUP_HANDLER
 	is set, do not call pthread_exit() even if PTHREAD_CANCEL_ENABLE
 	is specified and the thread is already cancel requested.

	(pthread_testcancel): similar to above.

	* src/internal.h (FLAG_CLEANUP_HANDLER): this flag shows that the
 	thread is currently executing cleanup handlers.

	* src/sched.c (after_csw): Clear FLAG_DO_CANCEL flag before
 	executing cleanup handlers to prevent entering executing cleanup
 	handlers loop.

	* src/io.c (_pthread_pdb_iostat): Implement `iostat' command into
 	PDB.
2000-05-07 11:18:19 +00:00
wiz
571add49c8 remove $Id$ from patch. This one's really weird now. 2000-05-07 11:10:04 +00:00
rh
58cc002636 Update gcombust to 0.1.32. Changes include a compability fix for the
latest mkisofs, smaller bugfixes, ja, fr and ko language updates.
2000-05-07 11:07:27 +00:00