Commit graph

12787 commits

Author SHA1 Message Date
jlam
c081fc1ffb Modify so that shared lib has same name as static lib. 2000-07-15 08:41:26 +00:00
jlam
9c42304164 Update libxml to 1.8.9. Changes from 1.8.7 are bugfixes and some mods
for convergence between libxml and libxml2 (the development lib).
2000-07-15 08:09:27 +00:00
jlam
b1cd0057fd Add and enable devel/libsigc++ 2000-07-15 08:03:02 +00:00
jlam
3b8bd7e68a libsigc++: a callback system for C++ programs.
Closes PR#10215 by Bernd Sieker <bsieker@freenet.de>.
2000-07-15 08:00:45 +00:00
rh
c0f9663d76 Add and enable bottlerocket 2000-07-15 07:17:24 +00:00
rh
7f275e79ba Conversion of the FreeBSD port of bottlerocket to a NetBSD package as
provided in PR 10594 by Damon Brodie.
2000-07-15 07:14:35 +00:00
rh
1fb5336b71 Initial import of the FreeBSD port of bottlerocket-0.04c, a home
automation software for the X10 firecracker kit.
2000-07-15 07:12:26 +00:00
rh
1a0a198696 Add and enable heyu 2000-07-15 06:54:12 +00:00
rh
77f1e7995f Initial import of x10_heyu-1.29, a home automation software for the X10
CM11A power line transmitter.  Provided in PR 10576 by Damon Brodie.
2000-07-15 06:50:36 +00:00
jlam
a710701f2a Add DIST_SUBDIR=${PKGNAME} since the distfile has no version number.
Update MD5 checksum and remove old distfile from ftp.netbsd.org.
2000-07-15 06:22:16 +00:00
jlam
617af86cc7 Forgot these patches. These patch sources to work after kernel mmap
interface changed.
2000-07-15 06:11:20 +00:00
jlam
565ad3094e Fix module sources after kernel mmap interface change.
Fix error message to say the kernel sources should be for the kernel
you are running.
2000-07-15 06:10:25 +00:00
itojun
55320f2ae8 update to 2.1.1p3.
depend on openssl >= 0.9.5.  see PR 10593.

--- 2.1.1p2 -> 2.1.1p3
20000712
 - (djm) Remove -lresolve for Reliant Unix
 - (djm) OpenBSD CVS Updates:
   - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
     [session.c sshd.c ]
     make MaxStartups code still work with -d; djm
   - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
     [readconf.c ssh_config]
     disable FallBackToRsh by default
 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
   Ben Lindstrom <mouring@pconline.com>
 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
   spec file.
 - (djm) Released 2.1.1p3

20000711
 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
   <tbert@abac.com>
 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
   <mouring@pconline.com>
 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
   from Jim Watt <jimw@peisj.pebio.com>
 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
   to compile on more platforms (incl NeXT).
 - (djm) Added bsd-inet_aton and configure support for NeXT
 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
 - (djm) OpenBSD CVS updates:
   - markus@cvs.openbsd.org  2000/06/26 03:22:29
     [authfd.c]
     cleanup, less cut&paste
   - markus@cvs.openbsd.org  2000/06/26 15:59:19
     [servconf.c servconf.h session.c sshd.8 sshd.c]
     MaxStartups: limit number of unauthenticated connections, work by
     theo and me
   - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
     [session.c]
     use no_x11_forwarding_flag correctly; provos ok
   - provos@cvs.openbsd.org  2000/07/05 15:35:57
     [sshd.c]
     typo
   - aaron@cvs.openbsd.org   2000/07/05 22:06:58
     [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
     Insert more missing .El directives. Our troff really should identify
     these and spit out a warning.
   - todd@cvs.openbsd.org    2000/07/06 21:55:04
     [auth-rsa.c auth2.c ssh-keygen.c]
     clean code is good code
   - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
     [serverloop.c]
     sense of port forwarding flag test was backwards
   - provos@cvs.openbsd.org  2000/07/08 17:17:31
     [compat.c readconf.c]
     replace strtok with strsep; from David Young <dyoung@onthejob.net>
   - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
     [auth.h]
     KNF
   - ho@cvs.openbsd.org      2000/07/08 19:27:33
     [compat.c readconf.c]
     Better conditions for strsep() ending.
   - ho@cvs.openbsd.org      2000/07/10 10:27:05
     [readconf.c]
     Get the correct message on errors. (niels@ ok)
   - ho@cvs.openbsd.org      2000/07/10 10:30:25
     [cipher.c kex.c servconf.c]
     strtok() --> strsep(). (niels@ ok)
 - (djm) Fix problem with debug mode and MaxStartups
 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
   builds)
 - (djm) Add strsep function from OpenBSD libc for systems that lack it

20000709
 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
   Kevin Steves <stevesk@sweden.hp.com>
 - (djm) Match prototype and function declaration for rresvport_af.
   Problem report from Niklas Edmundsson <nikke@ing.umu.se>
 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
   builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
   <jimw@peisj.pebio.com>
 - (djm) Fix pam sprintf fix
 - (djm) Cleanup entropy collection code a little more. Split initialisation
   from seeding, perform intialisation immediatly at start, be careful with
   uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
   Including sigaction() et al. replacements
 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
   <tbert@abac.com>

20000708
 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
   Aaron Hopkins <aaron@die.net>
 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
   Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
 - (djm) Fixed undefined variables for OSF SIA. Report from
   Baars, Henk <Hendrik.Baars@nl.origin-it.com>
 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
   Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
 - (djm) Don't use inet_addr.

20000702
 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
   on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
   Chris, the Young One <cky@pobox.com>
 - (djm) Fix scp progress meter on really wide terminals. Based on patch
   from James H. Cloos Jr. <cloos@jhcloos.com>

20000701
 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
   <vinschen@cygnus.com>
 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
 - (djm) Added check for broken snprintf() functions which do not correctly
   terminate output string and attempt to use replacement.
 - (djm) Released 2.1.1p2
2000-07-15 03:53:46 +00:00
jlam
bd746d8a93 Update guile dependency to >= 1.3.2. 2000-07-15 02:49:52 +00:00
jlam
658d4e0f05 Update dependencies on guile to >= 1.3.2 2000-07-15 02:36:44 +00:00
jlam
83afe41adc Update guile to 1.4. Changes since Guile 1.3.4:
** The module (ice-9 getopt-gnu-style) has been removed.
** New module (ice-9 documentation)
** Debugging facilities for guile script are much improved.
** Improvements to garbage collector
** Speed/efficieny improvements.
** Better compliance to standards.
2000-07-15 02:31:39 +00:00
jlam
f33a677414 Install the Server Programming Interface header files.
Closes PR#10480.
2000-07-15 01:23:56 +00:00
itojun
f604285a03 two changes for non-japanese guys (as the pkgsrc is used by many
non-japanese people):
- use ascii letters, instead of jisx0208, for screen output (like <LI> or <HR>).
- set default help messages to english (not japanese).
2000-07-15 00:36:28 +00:00
jlam
e25e27edc3 USE_LIBTOOL instead of USE_PKGLIBTOOL. 2000-07-14 21:29:06 +00:00
thorpej
f0b91f4881 This works on 1.5[A-Z] 2000-07-14 19:01:31 +00:00
abs
012a2d83ae fix checksums 2000-07-14 18:38:09 +00:00
tron
a300e69f3c Use "printf("%d", ...)" instead of "print ..." when invoking "awk" in
"print-pkg-size-this" or "print-pkg-size-depends" targets to avoid package
sizes like "2.51887e+09" which "expr" can't handle.
2000-07-14 18:37:05 +00:00
jwise
c9a15c2e26 Update to the version which ships with postgresql-7.0.2
Changes since the version shipped with postgresql-7.0:

Mon May 15 22:30:00 BST 2000 peter@retep.org.uk
	- Fixed the message Makefile produces after compiling. It still said
	  about the old Driver class, not the new package. Spotted by
	  Joseph Shraibman <jks@p1.selectacast.net>
2000-07-14 17:25:54 +00:00
hubertf
ff1f4f7f73 Deal with depends dirs properly, esp. if pkglinted is not started in a pkg
dir. Noted in PR 10584 by Damon Brodie <damon@brodiefamily.org>
Bump version to 2.11.
2000-07-14 16:09:26 +00:00
agc
69cbb39071 The previous method of using a make target for finding a prerequisite
package's prefix would not work as part of the environment specification
via MAKE_ENV (as it would not be executed in the correct directory).

Fix this by invoking pkg_info(1) directly, not via an intermediate make(1)
step - this is not as clean, but more effective (i.e. it works).
2000-07-14 16:04:19 +00:00
agc
06a57d66d0 Introduce the mk.conf definition for PRIV_CONF_DIR, which defaults to
${LOCALBASE}/etc, and is the parent directory of the priv package's
user configuration data.

Modify Makefile to pick up this definition, and pass it on as an argument
to the configure script.

Modify the PLIST to include this location, and pre-process the PLIST at
install time to set the correct location.
2000-07-14 12:39:30 +00:00
ad
e303291e92 Add and enable ispell-gaeilge. 2000-07-14 12:18:22 +00:00
ad
96bdfe9563 Irish language support for ispell. 2000-07-14 12:14:49 +00:00
agc
4d5b9b7fa4 Set the correct maintainer for this package. 2000-07-14 11:48:19 +00:00
agc
8f961dc196 Create the ${PREFIX}/etc/priv directory when the package is installed,
pointed out by hubertf.
2000-07-14 11:46:28 +00:00
agc
ef0a803245 Add and enable priv. 2000-07-14 10:54:03 +00:00
agc
c2dc26bcc2 Initial import of priv-1.0-beta, a utility to execute commands as a
different user, into the NetBSD packages collection.
2000-07-14 10:53:26 +00:00
rh
c543aaf9e5 Add and enable aumix 2000-07-14 10:38:09 +00:00
rh
6cb39c789d Initial import of aumix-2.7, a GTK+ audio mixer. 2000-07-14 10:37:18 +00:00
jlam
944cc9204c Don't pick up stray librle.so if it exists. We don't want to build
translation support to/from GIF and RLE format.  Closes PR#10172.
2000-07-14 09:52:45 +00:00
agc
f808842e76 Add a patch so that the 64-bit size (from the stat buffer) is printed using
the correct printf-format. From LeRoy Miller (root@gcc.ansic.net) in PR
pkg/10478.
2000-07-14 08:59:36 +00:00
rh
4f5a8b4817 Update p5-GD to 1.30, fixing PR 10565 by Damon Brodie. Now works again
with our current gd package.

Changes include:
 - now you can create GD::Image objects directly from image DATA
 - reformatted documentation
 - internal release
 - fixed a bad regression test
 - updated for compatibility with libgd 1.8.3
 - WBMP support
 - turned Makefile.PL into a multiple-choice quiz
 - turned libgd patchfile into a perl script
 - updated for compatibility with libgd 1.8.1
 - JPEG support
 - the newFromXXX() functions now accept pathnames
 - patchfile for building libgd as a shared library
 - improvements to the Makefile to help with compilation
 - added more help in compiling and installing to docs
 - added some more libraries to link in, might help unresolved symbol
   problems
2000-07-14 08:53:13 +00:00
tron
c431330de0 Forgot to commit this:
Avoid conflict between "control-center" and "xscreensave-gnome" package.
2000-07-14 07:21:03 +00:00
rh
8410aeda89 Make USE_LIBTOOL depend on libtool-1.3.5nb4 or higher to make sure a C++
compatible version is used.
2000-07-14 06:55:26 +00:00
jlam
4bc2a8c588 USE_LIBTOOL instead of USE_PKGLIBTOOL. 2000-07-14 06:53:57 +00:00
jlam
dbadce17fa Force GTL to use SGI STL as the egcs-1.1.2 copy of the STL is not
sufficient.
2000-07-14 06:51:16 +00:00
minoura
df8c3546fd Support XAW_TYPE=standard. 2000-07-14 05:06:37 +00:00
jlam
65ba05a599 Forgot these patches 2000-07-14 04:44:53 +00:00
jlam
6816c67e9c Update postgresql to 7.0.2. Relevant changes from 7.0:
* Enhance rc.d/pgsql.sh script to accept start/stop/restart.
* Add fixes for alpha from Kevin P. Neal <kpn@neutralgood.org> in PR#10543.

  XXX Includes a patch which removes inlining of the alpha's TAS function.
  XXX This is apparently some code-gen bug in GCC for alpha.

* Fix many CLUSTER failures (Tom)
* Allow ALTER TABLE RENAME works on indexes (Tom)
* Fix plpgsql to handle datetime->timestamp and timespan->interval (Bruce)
* New configure --with-setproctitle switch to use setproctitle() (Marc, Bruce)
* Fix the off by one errors in ResultSet from 6.5.3, and more.
* jdbc ResultSet fixes (Joseph Shraibman)
* optimizer tunings (Tom)
* Fix create user for pgaccess
* Fix for UNLISTEN failure
* Reduce COPY IN lock level (Tom)
* Change libpqeasy to use PQconnectdb() style parameters (Bruce)
* Fix pg_dump to handle OID indexes (Tom)
* Fix small memory leak (Tom)
* Solaris fix for createdb/dropdb (Tatsuo)
* Fix for non-blocking connections (Alfred Perlstein)
* Fix improper recovery after RENAME TABLE failures (Tom)
* Copy pg_ident.conf.sample into /lib directory in install (Bruce)
* Add SJIS UDC (NEC selection IBM kanji) support (Eiji Tokuya)
* Fix too long syslog message (Tatsuo)
* Fix problem with quoted indexes that are too long (Tom)
* JDBC ResultSet.getTimestamp() fix (Gregory Krasnow & Floyd Marinescu)
* ecpg changes (Michael)
2000-07-14 04:44:11 +00:00
jlam
225207e1a9 Add NO_MTREE so installation doesn't pollute X11BASE with a lot of
unnecessary, empty directories.
2000-07-14 04:22:41 +00:00
wiz
1be090ca43 add (commented out) armv2-netbsd 2000-07-13 22:15:40 +00:00
bjh21
852c8d73fd cross-armv2-netbsd: NetBSD/arm26 cross-build environment (rather experimental) 2000-07-13 21:39:11 +00:00
martin
b75dc92e46 Update pkg to version 0.37b4.1 2000-07-13 20:54:01 +00:00
jlam
cd21254693 Note new "functional" library 2000-07-13 18:27:42 +00:00
jlam
aa00c03e51 Update boost to 1.16.1. Bugfixes, new "functional" library, and better
documentation.
2000-07-13 18:25:32 +00:00