Commit graph

14464 commits

Author SHA1 Message Date
itojun
a4ca7a34ff dd LICENSE (as per discussions on packages@netbsd.org 2000-10-10 09:52:00 +00:00
itojun
dfa8b72de9 aupdate to 2000/10/10a.
- always use random number from /dev/urandom, instead of random(3).
- OpenSSL dependency is simplified - just use USE_SSL, and assume that
  RSA function is there.  pkgsrc does not really support intermediate
  netbsd-current codebase.  per discussion on packages@netbsd.org.

approved by packages@netbsd.org
2000-10-10 09:47:50 +00:00
hubertf
0d24c431f5 tk is in x11/tk for some time now (why wasn't this detected earlier?) 2000-10-09 18:04:37 +00:00
hubertf
661847429b tcl is in lang/tcl now (why wasn't this detected earlier???) 2000-10-09 18:02:54 +00:00
tv
19a0aec347 Okay, do this the Hard Way. Activate the size_t instantiation block if
one of __alpha__ or __sparc64__ are defined.  I'll look into a better fix
later.
2000-10-09 15:55:26 +00:00
abs
53df6acd41 Update global to 4.0.1 - patches from Hubert. Fixes security issue. 2000-10-08 23:25:30 +00:00
is
554becefd3 faxspool needs pbmtext. 2000-10-08 20:36:33 +00:00
dmcmahill
2c85d0085e direct the patch to the right place (the original file, not the link
created during configure).
2000-10-08 18:36:35 +00:00
hubertf
8f4eb4a490 Update to 1.39, to work around changed distfiles with same name.
Fixes PR 11168 by Alaric Snell <alaric@alaric-snell.com>

Changes:

Version 1.39: Sept 29 '00
*Changed - proc transform renamed as proc processdata ('transform' still
 works)
*Changed - script syntax - references to undeclared @variables are now left
 alone. Formerly they had resulted in syntax errors.
*Added - proc areadef - autorange - if nearest= is omitted a reasonable
 default will be used for numeric data. Formerly it defaulted to exact min
 and max, which was usually not desirable. It is now possible to say
 nearest=exact to get exact min and max, should that be wanted.
*Added - proc areadef - categories - a new attribute called
 'catcompmethod', to control the details of how category comparisons are
 done.
*Added - proc areadef - now sets variables XMIN, XMAX, YMIN, and YMAX
*Fixed bug - proc areadef - autorange - problems with negative numbers;
*Added - proc axis - 'stubs increment' with no following value gives a
 reasonable default increment. So does 'stubs inc 0'.
*Added - proc bars - barwidthfield and bwfscale for data-driven bar widths
*Added - proc datesettings - several new options for omitting weekends
*Fixed bug - proc getdata - choking on long path names. Increased sizes of
 many buffers throughout.
*Fixed bug - proc getdata field names - a name beginning with a number such
 as 16kHz was being interpreted as an integer field number.
*Added - proc processdata - new actions 'breaks' to do break processing on
 data sets, and related action 'breakreset'.
*Added - proc rangebar - when using meanmode, plotfields may now be used
 for getting a mean, standard deviation, and optionally an N value.
*Changed - proc rangebar - variable NVALUES is now always set, even if
 nothing was plotted (it will be zero in this case).
*Added - proc rangebar - new attributes showbriefstats, showstatsfile,
 briefstatstag to make a file holding computed statistical info that can be
 used by other programs
*Added - proc rangebar - allow 'none' for outliernearsym and outlierfarsym,
 for when displaying outliers using only labels or line segments.
*Added - proc rangebar - a new attribute called 'skipmed', to omit median
 and percentiles calculation when only means and standard deviations are
 needed (a performance consideration).
*Fixed bug - proc rangesweep - bug involving the use of 'select'
*Added - new function - $dataitem(), to access a single data item from the
 current data set by row and field position.
*Added - command line / proc page - the options -croprel and -crop
*Changed - ploticus temp file naming now uses shorter names
*Added - user-contributed RPM spec file. See the Download page under
 Accessories.
*Changed - makefile & build - copied gd_io.h to the gd16 subdirectory for
 successful solaris 'make' build
*Added - MP/ix added to Makefile
*Changed - gallery example EPS or Postscript files will no longer be stored
 on the web site, except for the pltab examples.
*Changed - ploticus manual in postscript form will no longer be maintained
 or distributed.

Version 1.38: Jun 9 '00
*It is now possible to set the directory used for temp files, using a new
 config attribute tmpdir.
*under cygwin, problems have been reported with pltab writing postscript to
 standard output. Workaround is to use pltab -o
2000-10-08 18:27:09 +00:00
hubertf
0d864eeaf6 Fix nmap to work with our non-standard DLT_PPP_* values.
Patches mostly by Itojun.
2000-10-08 15:06:08 +00:00
hubertf
92756e88e1 Make pkgsrc works work even if PKG_PATH is set, by passing an empty
PKG_PATH to all pkg_* commands.

XXX things like bin-install aren't ready for PKG_PATH set anyways
2000-10-08 13:59:10 +00:00
tron
293ff04908 Update home page URL. 2000-10-08 07:05:39 +00:00
dmcmahill
33742c6399 fix typo in header file which shows up on sparc and mips machines. 2000-10-07 21:30:13 +00:00
kim
a01ef86771 Update to irrd-2.0.0.20000822 for Y2K. 2000-10-07 19:24:13 +00:00
mason
31fb34f5f5 Fix obvious typo which breaks startup. 2000-10-07 16:19:17 +00:00
kei
1236e90f44 Updated samba pkg to 2.0.7.1.3 (original version is 2.0.7-ja-1.3). Patch
supplied by Osamu OISHI <oishi@ims.ac.jp>.


Changes from 2.0.7.1.2a to 2.0.7.1.3:

- fixed bug that caused garbled output in browsing when
  Samba was LMB.

- fixed bug that wrong file name length is sent to client in
  short file name.  It fixes bug that MS Access cannot run
  under NT4 environment.

- multibyte characters are now allowed at fstype in
  smb.conf.

- fixed bug that wrong string length is sent to client when
  multibyte characters are used in Volume name.

- fixed bug that one extra memory block allocated in every
  time and wasted it.

- included tools for administrating e.g. Coding System
  modifier, replacement of `ls' or `cd' when CAP/HEX Coding
  System is used.

- fixed bug about utmp.
2000-10-07 13:58:30 +00:00
tv
d018ed3708 Add fix for alpha; explicitly instantiate Vector<size_t>, as size_t is
"unsigned long" on alpha.  Nuke instantiation of Vector<unsigned int>
and finish the halfassed LP64 fix that's already here by changing a
Vector<unsigned int> to Vector<size_t> in the code.
NOT TESTED but appears to fix the problem for alpha; tested not to cause
problems on i386.
2000-10-07 02:03:24 +00:00
dmcmahill
d5b8bb9657 Don't use -O2 on a particular problem file on mipsel. Makes this work on
pmax.
2000-10-06 15:23:46 +00:00
agc
f994d552f0 Regenerate to pick up the changes for xpkgwedge co-existence. 2000-10-06 14:06:46 +00:00
agc
4c63c5f05f Make this package work with xpkgwedge installed, by passing MOTIFBASE
through the environment, and using the value in the configure script.
2000-10-06 14:05:50 +00:00
agc
e3d56002eb Pass --with-motif argument to configure, "just so that it knows"
Add -Dunix to CFLAGS
Pass MOTIFBASE down through the environment, so that the configure
script can pick this up, and find lesstif if xpkgwedge is installed.
2000-10-06 14:04:07 +00:00
agc
8d7f22e654 Only grab global symbols from object files. 2000-10-06 11:08:31 +00:00
pooka
c3fdea4ac3 make this build on alpha 2000-10-06 10:30:12 +00:00
jlam
6f591c2d2b Add a "test" target to check that the thread library actually works by
calling the library's own test target.
2000-10-06 09:03:17 +00:00
jlam
08322b85c2 Honor CFLAGS passed in from the environment. 2000-10-06 06:40:33 +00:00
dmcmahill
4c258f3168 make this work on 1.4.x systems which don't include getopt_long 2000-10-06 03:17:09 +00:00
jlam
2af0082fc4 Honor CFLAGS passed in from environment. 2000-10-06 01:38:50 +00:00
jlam
b371751250 Bump dependency on gettext to >=0.10.35nb1. For some reason, this was
missed in the sweep.
2000-10-06 01:27:38 +00:00
jlam
4cd24c8ed6 Don't explicitly set CDEBUGFLAGS. It's automatically set by NetBSD.cf to
something that works on that platform.
2000-10-06 01:15:42 +00:00
jlam
1329db84bc Honor CFLAGS passed in from environment. 2000-10-06 00:04:56 +00:00
agc
8e05467c48 Make this program work on ELF as well as a.out
The somewhat bizarre "patching" method was used because I rewrote the
routine which grabs global text symbols from an object file, and this
should be independent of a.out or ELF. The result bears no similarity
to what was there before, so I decided to keep the original file with
a "-dist" suffix.
2000-10-05 15:08:54 +00:00
hubertf
3f9d573519 This pkg is only for NetBSD 1.4 and 1.4.[12], no need on 1.4.3.
Pointed out by Havard.
2000-10-05 14:11:57 +00:00
fredb
fcb6b8be9d Make USE_RSAREF2=NO the default. Missed this one on the last sweep. 2000-10-05 14:07:37 +00:00
abs
97d91beea9 Update to 2.27
lintpkgsrc: Remove over enthusiastic setting of {'PKGSRCDIR'} = '/usr/pkgsrc';
2000-10-05 10:29:49 +00:00
martin
e5e7f6b81c Add build dependency for 'zip' (to create .jar files).
Noticed by Gary Duzan.
2000-10-05 10:27:27 +00:00
martin
c2df2e8041 Try chasing the changing pkgs on xemacs.org (this time: sync with ftp
mirror directory on ftp.netbsd.org)
2000-10-05 09:37:06 +00:00
martin
6338154d7e Some distfiles on xemacs.org have changed in-place.
Move distfiles to a different location and bump pkg version number
(as suggested by agc).
2000-10-05 09:23:07 +00:00
jlam
e99e7432bf Make this compile if xpkgwedge is installed. 2000-10-05 05:53:35 +00:00
jlam
ed8bfabafb Adapt to new unzip code in bsd.pkg.mk. 2000-10-05 04:44:59 +00:00
jlam
30a62d603a Fix extraction so we don't extract things, delete them, then extract
only what we want.
2000-10-05 04:25:59 +00:00
martin
29d91b1404 Add dependency for jpeg. It will be picked up if installed by the configure
script and I don't consider it too much bloat (hey, this is emacs, so...)
2000-10-04 20:08:55 +00:00
jlam
e1b9b6b6d0 Make the binary package so the same thing as a "make install": put the
#include <xpkgwedge.def> at the start of the host.def file.
2000-10-04 19:02:31 +00:00
itojun
251169058f regen with new patch 2000-10-04 16:37:13 +00:00
itojun
2de4d4425f make it buildable on alpha (need string.h) 2000-10-04 16:36:58 +00:00
christos
36ec1cc650 update checksum 2000-10-04 15:22:41 +00:00
christos
753fd1d260 mmm, linux: let's see where db.h hides in RH7
is it in <db_185.h>? no
is it in <db/db.h>? no
is it in <db1/db.h>? yes
and for a good measure they've renamed libdb.a to libdb1.a to make sure
that they break linking, not just compiling.
2000-10-04 15:22:10 +00:00
hubertf
b92dd5fcc3 Add & enable c++rt0 2000-10-04 15:13:38 +00:00
hubertf
e2c770a4f7 The default NetBSD/sparc /usr/lib/c++rt0.o is compiled -fpic. This
means it can only handle offsets up to a certain size, and can fail
to work in large programs. Compiling -fPIC allows larger offsets
and should permit large programs to function.

This package allows most of pkgsrc on NetBSD/sparc 1.4.x systems.

XXX I *think* that libtool needs to be rebuilt after installing this!
2000-10-04 15:13:03 +00:00
rh
47d3833a9e Fix package dependency location: 'tk' is *not* in lang/tcl! 2000-10-04 13:19:59 +00:00
jlam
2acf9e82f3 Add lbp8, the Canon LBP-8 printer device driver. This was not built before
because I incorrectly thought it was part of the Canon LIPS III driver code.
Many thanks to Jukka Marin <jmarin@pyy.jmp.fi> for pointing this out.
2000-10-04 13:17:07 +00:00