Commit graph

11505 commits

Author SHA1 Message Date
wennmach
1261e4049b This patch works around the problem that "make" requires root
privileges while building kpathsea.
2000-04-28 09:04:57 +00:00
wennmach
602dcdc429 Updated octave to 2.0.16.
Changes since 2.0.13: (besides numerous bug fixes)
- New math functions: besselh, airy
- New functions: is_complex, isnumeric, isfinite, rehash, graw
- The Bessel functions now accept complex values for the argument
    and any real value for the order.
- New "finance" category
- ~30 new functions in "signal"
- Numerous new functions in "statistics" category, including
    new "distributions", "models", and "tests" directories
- If LOADPATH contains a doubled colon, the default path is inserted
    in its place.  This is similar to the substitution that also takes
    place for leading or trailing colons in the LOADPATH.
- Loops of the form `for i = STRING ... endfor' are now allowed.
... and much more.

Closes PR8421.
2000-04-28 08:59:35 +00:00
itojun
11c573d7a2 upgrade to 0.86.
0.85 -> 0.86 changes:

* Changes in lib
** Fix bug of exec-timeout command which may cause crush.
** Multiple same policy for "access-list", "ip prefix-list, "as-path
access-list", "ip community-list" is not duplicated.
** It used to be "ip prefix-list A.B.C.D/M" match routes which mask >=
M.  Now default behavior is exact match so it only match routes which
mask == M.
* Changes in bgpd
** "match ip address prefix-list" is added to route-map.
** A route without local preference is evaluated as 100 local preference.
** Select smaller router-id route when other values are same.
** Compare MED only both routes comes from same neighboring AS.
** "bgp always-compare-med" command is added.
** Now MED value is passed to IBGP peer.
** When neighbor's filter is configured with non-existent access-list,
as-path access-list, ip prefix-list, route-map.  The behavior is
changed from all permit to all deny.
* Changes in ospfd
** Fix bug of external route tag byte order.
** OSPF Neighbor deletion bug which cause crush is fixed.
** Some route calculation bug are fixed.
** Add sanity check with router	routing table.
** Fix bug of memory leak about linklist.
** Fix bug of 1-WayReceived in NSM.
** Take care of BIGENDIAN architecture.
** Fix bug of NSM state flapping between ExStart and Exchange.
** Fix bug of Network-LSA originated in stub network.
** Fix bug of MS flag unset.
** Add to schedule router_lsa origination when the interface cost
changes.
** Increment LS age by configured interface transmit_delay.
** distribute-list is reimplemented.
** Fix bug of refresh never occurs.
** Fix bug of summary-LSAs reorigination.  Correctly copy
OSPF_LSA_APPROVED flag to new LSA. when summary-LSA is reoriginatd.
** Fix bug of re-origination when a neighbor disappears.
** Fix bug of segmentation fault with DD retransmission.
** Fix network-LSA re-origination problem.
** Fix problem of remaining withdrawn routes on zebra.
* Changes in ripd
** Do not leave from multicast group when interface goes down bug is
fixed.
* Changes in zebra
** Remove client structure when client dies.
** Take care static route when interface goes up/down.
2000-04-28 08:36:54 +00:00
rh
9f063f0211 Fix location of tk-postgresql 2000-04-28 06:50:13 +00:00
itojun
fc35e86890 BUILD_DEFS+=USE_INET6, just for
ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/README-IPv6.html
2000-04-28 06:43:00 +00:00
mycroft
8e94d6ada1 Wrap ${CC} and ${LD} in quotes -- in case they are multiple words. 2000-04-28 02:20:21 +00:00
garbled
478a1a3ec4 Remove quicklist entirely from databases. Oops. 2000-04-28 00:42:55 +00:00
garbled
0f51d6221c Remove this package.. it allready exists in misc. 2000-04-28 00:41:24 +00:00
garbled
2cf3291723 Update this pkg to 0.8.6.. 2000-04-28 00:34:59 +00:00
mycroft
2964322450 Turn off the cursor.
Also, delete some changes we don't actually need.
2000-04-27 20:44:20 +00:00
mycroft
748ee079bd Use mvhline(). 2000-04-27 17:03:45 +00:00
mycroft
aec8cf3496 Work around compiler bug exposed by previous change.
Also remove explicit refreshes.
2000-04-27 16:45:11 +00:00
itojun
440d75724a make it work with openssl-0.9.5a.
cope with PATENTEDOPENSSLSRC environment (mk.conf needs to be set)
2000-04-27 14:55:54 +00:00
bad
edf75fc2c5 Upgrade JDB to 1.7.
From the change log:
1.7,  5-Jan-00
- NEW: dbcolize now detects and rejects lines that contain embedded
	copies of the field separator
- NEW: configure tries harder to prevent people from improperly
	configuring/installing jdb
- NEW: tcpdump_to_db converter (incomplete)
- NEW: tabdelim_to_db converter:  from spreadsheet tab-delimited files to db
- BUG FIX:  dbjoin used to produce incorrect output if there
	were extra, unmatched values in the 2nd table.
- BUG FIX:  the sample commands in the usage strings
	now all should explicitly include the source of data
	(typically from "cat foo.jdb |").
- DOCUMENTATION BUG FIX: dbcolmovingstats had incorrect sample output.

1.6, 24-May-99
- NEW: dbsort, dbstats, dbmultistats now run in constant memory
	(using tmp files if necessary)
- NEW: dbcolmovingstats does moving means over a series of data
- NEW: dbcol has a -v option to get all columns except those listed
- NEW: dbmultistats does quartitles and medians
- NEW: dbstripextraheaders now also cleans up bogus comments
	before the fist header
- BUG FIX: dbcolneaten works better with double-space-separated data
2000-04-27 14:44:27 +00:00
mycroft
c1e1cf4688 Fix LP64 problems. 2000-04-27 14:44:23 +00:00
tron
27eb7db10f Update lesstif package to version 0.90.0 based on patches supplied by
Mark Davies in PR pkg/9915. Changes since version 0.89.9:
- XbaeMatrix : work in progress for making rows resizable. This is
  already in place for columns, it is one of the requirements for being
  able to handle different fonts. This may break binary compatibility
  with previous releases.
- Various XmText bugfixes.
- Add Xm/MenuT.h trait include file, required for Xmt 2.1.3.
- XbaeMatrix : two bugfixes related to use of global variables (auch).
- CascadeButtons : if we set the sub-menu on a menubar there is no need
  to refresh.
- All over : remove reference to timers we've nuked with
  XtRemoveTimeOut().
- XmList (XmEXTENDED_SELECT) - the selected_item_count was always coming
  back as 1
- ImageCache : add None symbolic name for transparency.
- XmTextFieldSetSelection - do not allow the start or end position to be
  greater than the current length.
- Make Labels handle bitmaps in the version 2 case only
- XmRowColumn : Give the focus to the root when we don't know were else
  to put it
- SelectionBox has a class method called list_callback. In our FileSB
  class initialization this field was missing. This was causing FileSB
  sub-classing problems.
- Do not activate an accelerator belonging to an un-managed widget. (DDD)
- Mnemonics were being installed and un-installed based on a different
  set of rules.
- Make label handle pixmaps with a depth of 1.
- Xbae : consistent use of ANSI C prototypes.
- Several bugfixes to RPM configuration file (lesstif.spec).
- Work in progress for making Xbae widgets threadsafe.
- XmListReplaceItemsPosUnselected doesn't replace last item due to the
  test being performed as if position were 0 based rather than 1 based.
- DragBS : don't tell bcopy to copy a negative length.
- Various fixes for compiler warnings.
- DragBS : _XmWriteDragBuffer also seems to have difficulties - it
  doesn't work if the 'size' is bigger than 1000, because someone had the
  bright idea of hardcoding 1000 in as the maximum possible size.
- Convert web pages to using JPEG instead of GIF.
- Add Builder Xcessory example files for Xbae widgets. With these you
  should be able to import the Xbae widgets onto the BX palette.
- Print a couple of warnings if someone calls Mrm thinking it might
  actually do something.
- Clean up website text consistency.
- Fix XmListYToPos().
- Get rid of
- Our sample system.mwmrc wasn't correct.
- Manager.c : virtual key accelerator handler.
- lesstif.spec : make sure the include files for Xbae, Xlt make it in.
- lesstif.spec : split the "devel" RPM into two - the "devel" RPM keeps
  the development stuff (include files etc), the new "static" RPM
  contains the static libraries.
2000-04-27 13:14:47 +00:00
rh
035a058a0a Update pgaccess to 0.98.5. Changes are bugfixes and a few more language
translations.
Depend on tk-postgresql instead of postgresql and fix location of pgtksh
to make this work again (after the restructuring of our postgres package
layout).
2000-04-27 08:24:17 +00:00
mrg
3178d26ebe err, fix previous. 2000-04-27 07:32:59 +00:00
mrg
7c905c721a update to bozohttpd 5.04. this fixes a couple of bugs, and adds virtual
hosting support.  and a few more content-types, too..
2000-04-27 07:29:33 +00:00
kim
282eddb14d add and enable xcal 2000-04-27 06:47:24 +00:00
kim
6308f41a9d xcal-4.1 is a calendar program with alarms and a notebook 2000-04-27 06:46:44 +00:00
tron
ffbd48cf42 Switch to "USE_SSL". 2000-04-27 06:46:02 +00:00
tron
a844077535 Switch to "USE_SSL". 2000-04-27 06:34:44 +00:00
kim
e4bd311987 Make %F work in messages. 2000-04-27 03:53:49 +00:00
jlam
2f256ebbf7 Make use of USE_SSL. 2000-04-27 03:29:42 +00:00
kim
1355557ca2 Yeah, and do this... 2000-04-27 01:16:00 +00:00
kim
b47fe97954 Document POSTFIX_PCRE and POSTFIX_VERP. 2000-04-27 01:10:00 +00:00
kim
0edaa1e40f Add optional support for Perl Compatible Regular Expressions (POSTFIX_PCRE)
and Variable Envelope Return Paths (POSTFIX_VERP).  Handle MANINSTALL using
separate PLIST.{catinstall,maninstall} files.  Record the setting of all 3.
2000-04-27 01:05:06 +00:00
tron
7c424ae5f6 Add suport for IMAP and POP3 via SSL. 2000-04-26 22:10:47 +00:00
kim
24fbe163eb Update to pcre-2.08, notable changes:
1. When startoffset was not zero and the pattern began with ".*", PCRE
was not trying to match at the startoffset position, but instead was
moving forward to the next newline as if a previous match had failed.

2. pcretest was not making use of PCRE_NOTEMPTY when repeating for /g
and /G, and could get into a loop if a null string was matched other
than at the start of the subject.
2000-04-26 21:59:53 +00:00
tron
66c3710e5d Switch to "USE_SSL". 2000-04-26 21:18:53 +00:00
tron
830466defc Use "SSLBASE" instead of "SSLDIR". 2000-04-26 21:16:26 +00:00
tron
efb6064cd3 Rename "SSL_DIR" variable to "SSLBASE" to be consistent with e.g.
"USE_MOTIF".
2000-04-26 21:16:10 +00:00
tron
5fdb95e86b Switch to "USE_SSL". 2000-04-26 21:10:07 +00:00
tron
70f8a03a2f Add new option "USE_SSL" for packages which require a SSL library. An
OpenSSL installation from "cryptosrc" is automatically utilizied. If
none is available the "openssl" package is used.
2000-04-26 21:09:02 +00:00
sakamoto
b804cbd46a Update port2pkg to 1.4
Changes:
	Support PORTNAME/PORTVERSION variables.
2000-04-26 16:18:58 +00:00
agc
8ec6999a53 Place the distfile in its own unique directory, since maintenance
release numbers are not added to the distfile name.
2000-04-26 15:42:55 +00:00
tron
6bfd44c5af Forgot to update master site list. 2000-04-26 14:13:30 +00:00
tron
0fefb76748 Don't clobber permission of "/var/run" during installation. 2000-04-26 13:00:16 +00:00
hubertf
248b960960 Make this actually compile on recent NetBSD systems:
* force "bison -y" *via $YACC)
 * undefine _POSIX_C_SOURCE, needed to get S_ISLNK defined in <sys/stat.h>
2000-04-26 12:51:35 +00:00
hubertf
de7d269154 Define rdmsr() etc. only for __NetBSD_Version__ < 104240000.
At least right now, they're clashing with the definitions in
cpufunc.h (as the comment in the file even said :-)
2000-04-26 12:15:59 +00:00
hubertf
b9fb70abda Pull in some prototypes & headers to make this actually compile 2000-04-26 11:59:16 +00:00
agc
1f0322c72d Add a HOMEPAGE, and add two definitions to make this package compile
on Solaris.
2000-04-26 09:17:24 +00:00
garbled
27224d90b0 Add and enable quicklist 2000-04-26 06:37:37 +00:00
garbled
8246c51960 Add pkg for quicklist 0.8.6:
a GTK free-form database, that is easy to use.
2000-04-26 06:36:31 +00:00
hubertf
0988c681f9 defuzz 2000-04-26 03:30:26 +00:00
hubertf
bda7724938 * link in libjpeg (ELF issue?)
* be more liberal about gd version
2000-04-26 03:21:35 +00:00
hubertf
dc67579a96 Use -Wl,-R... to please our linker (ELF issue) 2000-04-26 03:09:30 +00:00
tron
3bd499e478 Don't use "MOTIFBASE" if "USE_MOTIF" was not defined. Patch supplied by
John Darrow in PR pkg/9914.
2000-04-25 20:19:56 +00:00
thorpej
26ad50d3ee If PATENTEDOPENSSLSRC is present in the build environment, then
assume that a full (i.e. "with RSA") OpenSSL installation already
exists on the system (and thus a dependency on ../security/openssl
is not needed).
2000-04-25 19:10:10 +00:00