Commit graph

11633 commits

Author SHA1 Message Date
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
mycroft
a98e0596e4 Oops; fix dimwittedness in previous. 2000-05-07 02:46:41 +00:00
jlam
9ed9b1e95a Disable vfghostscript. It's been superseded by print/ghostscript-x11. 2000-05-07 02:45:11 +00:00
mycroft
0f4477bce5 One more patch... 2000-05-07 02:12:39 +00:00
jlam
582a02f348 Correct dependencies to find all applicable versions of ghostscript.
If ghostscript isn't installed, then install ghostscript-x11 as it
will always work.
2000-05-07 02:11:16 +00:00
jlam
82c2034fab Add and enable ghostscript, ghostscript-fonts, ghostscript-nox11, and
ghostscript-x11.  Disable ghostscript5 and ghostscript5-x11.
2000-05-07 02:09:13 +00:00
jlam
613b43bd18 ghostscript-x11-6.01: this package is a superset of the ghostscript-nox11
package and includes support for outputting to X11 display devices.
2000-05-07 02:05:23 +00:00
jlam
9ede053160 ghostscript-nox11-6.01: Changes from 5.50 include many bug fixes, and
better support for several color printers.  Incorporates the "bonk"
color HP printer drivers.  Also includes support for the Japanese
Vector Font library for JPDF display and for various Japanese printers.

Many thanks to itohy@netbsd.org for providing the VFlib patches.
Closes PR#9998.
2000-05-07 02:04:33 +00:00
jlam
d8f2a332fc ghostscript-fonts-6.0: Postscript fonts for 6.x series of ghostscript. 2000-05-07 02:03:37 +00:00
jlam
a174b43041 ghostscript-6.01: this package is an alias for ghostscript-x11 to
facilitate correct dependencies involving older versions of ghostscript
for binary packages.
2000-05-07 02:02:23 +00:00
hubertf
5b891053b8 Add $PKG_ADMIN, "just in case this is used somewhere" :-) 2000-05-07 01:58:41 +00:00
mycroft
e7ba122fb5 Fix path oddness. 2000-05-07 01:25:45 +00:00
mycroft
abc51e6154 Regen. 2000-05-07 01:18:53 +00:00
mycroft
47ffb78caf size_t is unsigned long, not unsigned int. 2000-05-07 01:17:55 +00:00
tron
544e89dbeb Sync with change of "${DIST_SUBDIR}". 2000-05-05 21:00:28 +00:00
hubertf
d9be89e472 fix ELF linking (for X libs) 2000-05-05 20:54:56 +00:00
itojun
e95b1dd3f1 upgrade to 1.06.
no changelog available in the tar.gz file.  IIRC, the change was
about MX search order.
2000-05-05 18:37:57 +00:00
hubertf
4cc1e0c81a This works fine on NetBSD. 2000-05-05 15:30:42 +00:00
hubertf
497f9e71a1 use X11BASE properly, fix for ELF, and move to LOCALBASE 2000-05-05 15:25:16 +00:00
wulf
8066457cc4 Update kdevelop to 1.2 2000-05-05 13:51:40 +00:00
hubertf
59e76933b7 Upgrade to V0.12. Changes:
- All C++ style comments have been replaced by C style comments
- Incoming connections are now accepted again (lame bug created in 0.11 fixed)
- Slashes are replaced by backslashes in downloaded files names
- Downloaded files are no more created before we actually receive data for them
- Queued downloads can now be reordered by drag and drop
- Queued downloads can now be started at any time (using right mouse button on
  them)
- Active downloads can now be forced to push mode, moved back to the queue,
  or killed (with the output file removed) using right mouse button on them
- Preferences and configuration are now saved in a directory instead of a
  single file. You can choose the path of the directory to be used by setting
  the GTA_GNUTELLA_DIR environment variable before running gtk-gnutella.
  By default it will be ~/.gtk-gnutella/
- Estimated TR (Time Remaining) is displayed while downloading files
- Catched hosts are now saved in clear text in a separate file:
  GTA_GNUTELLA_DIR/hosts
- Catched hosts can be imported from and exported to any text file (using
  right mouse button on the gnutella host catcher)
- Gtk-Gnutella should now compile (using gcc) and run on more processors
- A few memory leaks removed, but some remain (I don't know where yet)
- Serious bug that made Gtk-Gnutella send garbage when the sendqueue for slow
  nodes excedeed 1024 bytes has been fixed
- Completed download files are now moved to a different directory, that can be
  choosen in the config screen
- Gtk-Gnutella now remembers the position and the size of the window
- Automatic sorting of search results can be stopped by right clicking in the
  search results list (GTK doesn't seem to handle well auto sorting)
2000-05-05 13:43:07 +00:00
veego
8c1ac9e4e0 Add support to build it on Solaris. 2000-05-05 12:08:37 +00:00
tron
e4568232c9 Add missing trailing slash to entry in master site list. 2000-05-05 06:26:59 +00:00