Commit graph

12816 commits

Author SHA1 Message Date
jlam
3fa62526cd Make sure patch doesn't contain any RCS ids other than ours. Lesson
learned: use pkgdiff(1).
2000-07-26 07:23:21 +00:00
jlam
0f8a8f7b2e Regenerate patch-sum. 2000-07-26 07:08:47 +00:00
itohy
c909028645 Print appropriate diagnosis on gethostbyname() failure, rather than dump core.
The result of gethostbyname() is used only for the host string returned by "3"
command, and the diagnosis is warning only.

The problem is reported by Yuji Yamano in PR #10676.
2000-07-26 03:40:53 +00:00
hubertf
d3d16ac67a We aren't FreeBSD 2000-07-26 02:57:49 +00:00
dmcmahill
74c43ea77e argh. left a few too many lines in... 2000-07-25 22:32:25 +00:00
dmcmahill
ca95bb23fd allow generation of shared libs on sparc. The pkg was set to only build static
libs at one time because of needing a -fPIC version of /usr/lib/c++rt0.o.  However,
kde fails to build with only the static libs and a large part of pkgsrc needs a
/usr/lib/c++rt0.o compiled -fPIC anyway.  A -fPIC version of /usr/lib/c++rt0.o
is available on ftp.netbsd.org courtesy of David Brownlee.
2000-07-25 22:31:48 +00:00
fredb
6a0010035f When constructing the +BUILD_INFO file, escape ${ECHO} using "make"'s :Q,
rather than enclosing in quotes. Quotes doesn't work very well if the
BUILD_INFO item already has quotes, as is often the case for ${RESTRICTED}.
2000-07-25 16:21:25 +00:00
agc
45ac002b1b Optimise by setting the EVAL_PREFIX names and directories in MAKEFLAGS, so
that they get passed to sub-makes.
2000-07-25 15:15:47 +00:00
jlam
399b4ca969 Import of lesstif12 containing the LessTif Motif-1.2-compatible libraries
and headers.
2000-07-25 14:44:48 +00:00
jlam
d17567f379 Forgot these patches in previous commit 2000-07-25 14:43:16 +00:00
jlam
a7515ab2eb Update lesstif to 0.91.4. Only minor bug fixes and some improvements
to the Xbae widget set.  As a package, split out the Motif-1.2-compatible
libraries into a separate package.  This package now contains just the
main (Motif-2.0-compatible) LessTif libraries, headers, and documentation.
2000-07-25 14:42:00 +00:00
wulf
1d58744842 Added and enabled new package geneweb-3.06 2000-07-25 13:05:58 +00:00
wulf
1527984c77 Intial commit of geneweb-3.06 - a comprehensive genealogy database application 2000-07-25 13:02:07 +00:00
wulf
d9080a24c1 Added and enabled package baci - Ben-Ari Concurrent Interpreter 2000-07-25 12:51:57 +00:00
wulf
21fd1afdfb Initial commit of baci-20000725, Ben-Ari Concurrent Interpreter 2000-07-25 12:44:33 +00:00
jlam
c50ee366cd Add share/doc/html as in NetBSD.pkg.dist. 2000-07-25 12:33:26 +00:00
jlam
d73354d6e8 Find xpm headers correctly if xpkgwedge is installed. 2000-07-25 08:33:58 +00:00
jlam
b204760232 USE_LIBTOOL instead of USE_PKGLIBTOOL 2000-07-25 08:28:03 +00:00
jlam
a8630979e6 Check for asclock-[0-9]* instead of asclock-* so we match only the asclock
package, and not also asclock-gtk or asclock-xlib if they're installed as
well.
2000-07-25 08:02:56 +00:00
jlam
cba5a6b2b1 Address concern raised in pkg/10268, part 3, by telling user how to get
a working /dev/urandom if it's found not to work.
2000-07-25 07:29:44 +00:00
tron
a2c8743a06 Linux 2.2 is now officially supported by Netscape. 2000-07-25 06:53:13 +00:00
tron
293e628345 Update "communicator" package to version 4.74 and always use strong
encryption except sunos_sparc.
2000-07-25 06:44:28 +00:00
tron
96e298c90a Don't install dynamic Motif Linux binary which isn't even used by
Linux users.
2000-07-25 06:36:25 +00:00
tron
f16b51878b Update "navigator" package to version 4.74 and always use strong
encryption except sunos_sparc.
2000-07-25 06:27:33 +00:00
jlam
f273dfba5e Install the locale files under share/locale, not lib/locale. 2000-07-25 06:19:24 +00:00
jlam
8e83ba14ca Record installation of locale files. 2000-07-25 06:18:47 +00:00
jlam
765e6d695b Use generic GC_push_regs() on mipsel (hpcmips) platforms. Patch applied
from pkg/10674 by Hiroyuki Yanai <fk200329@fsinet.or.jp>.
2000-07-25 05:58:25 +00:00
jlam
c8e75f2b37 Make the ${PREFIX}/etc/CORBA/servers directory. 2000-07-25 05:16:40 +00:00
jlam
0946daa13d Remove ${PREFIX}/etc/CORBA{,/servers} in gnome-libs instead of gnome-core
since in gnome-libs is where the directory location is defined.
2000-07-25 05:14:59 +00:00
jlam
362f1647fc Analogous change to Makefile in libungif: use autoreconf instead of
autoconf.
2000-07-25 04:57:24 +00:00
jlam
2ad25d033c For some reason, running only "autoconf" broke the build when the automake
package is also installed.  But it works when we "autoreconf"igure instead.
2000-07-25 04:55:41 +00:00
jlam
e698a71b1d We depend on gettext-*, so actually find its headers. 2000-07-25 04:50:37 +00:00
jlam
eb318762de @dirrm etc/CORBA/servers and etc/CORBA just like PLIST.SunOS. We don't
seem to remove these directories anywhere else, though an argument could
be made for putting these lines in x11/gnome-libs/pkg/PLIST.
2000-07-25 03:54:50 +00:00
jlam
673964a8fd Disable use of ftello/fseeko on NetBSD, since there are problems with it
(see PR pkg/10655).
2000-07-25 03:39:38 +00:00
jlam
f17994be5f ${PREFIX}/share/pixmaps can be used by things other than gnome-libs,
so don't "@dirrm" it, "just @unexec rmdir ... || true".
2000-07-25 01:50:38 +00:00
jlam
46c7a05b85 Add support for mipsel (hpcmips). Patch taken from PR#10643 by
Hiroyuki Yanai <fk200329@fsinet.or.jp>.
2000-07-25 00:46:58 +00:00
hubertf
a429b241f3 This produces some funny errors:
RESTRICT="foo; bar"

Fix by s/;/,/
2000-07-25 00:25:11 +00:00
dmcmahill
31ede6ba6d add fixes for mips. Fixes recently noted pmax compile problems. 2000-07-24 22:22:29 +00:00
dmcmahill
a9b818f711 - add NOT_FOR_PLATFORM *-*-mips* along with a note on where work is needed for
full support.

-add partial mips support, but still get:
  process.s:177: Warning: MIPS PIC call to register other than $25
  process.s:177: Warning: No .cprestore pseudo-op used in PIC code
2000-07-24 22:04:05 +00:00
dmcmahill
5990554cc2 fix NOT_FOR_PLATFORM line (mips -> mips*) 2000-07-24 21:49:07 +00:00
dmcmahill
270ae1400c add ONLY_FOR_PLATFORM and a comment about what needs to be done to support
additional platforms.
2000-07-24 21:39:14 +00:00
dmcmahill
b6e6e92c6c update to 20000724.
This includes a buffer overflow bug fix in pkg_add which was causing pkg_add
to segfault on teTeX on pmax.  The bug was present on all ports though.  As
far as I can tell this was a non-exploitable overflow.
2000-07-24 21:20:23 +00:00
frueauf
f3dc448cc8 obsolete since its integrated into recent fetchmail. 2000-07-24 21:02:55 +00:00
frueauf
483bd21a39 Update fetchmail and fetchmailconf to 5.4.4.
fetchmail-5.4.4 (Sun Jul 23 15:56:16 EDT 2000), 19172 lines:

* Guenther H. Leber's fix to show expunge parameters for POP3 in fetchmail -V.
* Richard Gooch's fixes to use sigation(2) in sink.c and daemon.c
* Petr Kristof's fix for sslcert configuration in fetchmailconf.
* Jiri Pavolvsky's updated cs.po.
* Cyrille Lefevre <clefevre@citeweb.net>'s patch for IPV6,
  resolving FreeBSD Problem Report ports/19996.
* Added John Summerfield's pop2test to contrib.
* In the fetchmail RPM spec, stop compressing the man pages.  Turns out
  rpm-4.0 does a find(1) over the stuff to be installed and gzip(1)s the
  manpages it finds. This gets messed up by the explicit symlink among
  manpages in the spec file, which rpm redoes and gets all wrong.
* Added Antoine Beaupre's dropdelivered option.

fetchmail-5.4.3 (Sun Jul  2 14:24:28 EDT 2000), 19080 lines:

* Fixed Debian bug #63667, fetchmailconf: doesn't write .fetchmailrc properly.
* RFC2177 IDLE should now be done even when there are no messages.
* Joerg Plate's SSL typo fix.
* Try to limit the damage bad UIDL handling can do by refusing to mess with
  the UIDL state if there has been an error.
* Better isafile test -- bizarrely enough, Linux ptys have S_ISBLK.
* Includes for SSL now use the openssl directory, which has been standard
  since OpenSSL 0.9.3.  If this breaks your build, upgrade your SSL.

fetchmail-5.4.2 (Wed Jun 28 07:21:04 EDT 2000), 19069 lines:

* Julian Haight's fix for his 5.4.1 patch, which created a potential
  memory leak.
* Minor bug fixes for SSL by Wolfram Kleff.
* Be more clever about when we suppress progress dots.

fetchmail-5.4.1 (Tue Jun  6 23:24:22 EDT 2000), 19051 lines:

* Julian Haight added support for arbitrary SMTP RCPT TO: control using:
  --smtpname user@host.  Should be useful for sites running multiple virtual
  domains without local users, such as a cyrus IMAP installation.
* Julian Haight added hostaddr reporting in the "Received: from" clause.
* NT material added to FAQ item O9.
* Commented out the socket-shutdown code that was causing mystery hangs under
  Red Hat 6.2.  We can live with a socket leak (assuming it comes back) nmore
  easily than we can live with fetchmail getting wedged in place.
* Werner Almesberger <almesber@lrc.epfl.ch> sent minor bug fixes for BSMTP.

fetchmail-5.4.0 (Sat May 13 18:24:21 EDT 2000), 18977 lines:

* Matthias Scheler's fix for SSL under IPV6
* Added FAQ material on SSL's "RPNG not seeded" message and on ssh tunnelling.
* Resolved Debian bug  #63667.
2000-07-24 20:58:51 +00:00
rh
3a3e3fa910 Let DEPENDS_TARGET default to 'install' not 'reinstall' for 'make update'.
This should fix the brokenness of resumed updates for those who do not set
DEPENDS_TARGET in their /etc/mk.conf.
2000-07-24 20:23:02 +00:00
martin
934cd4665a Updated pkg to version 0.8.13 (and fixed source location on main site). 2000-07-24 20:10:10 +00:00
jlam
ee9c29bd5f Find freetype headers in new location 2000-07-24 17:15:20 +00:00
jlam
6fa7a4a129 Make this work with new freetype header location and work correctly with
xpkgwedge.
2000-07-24 17:13:29 +00:00
tron
3b7e5a92c6 Fix build broken after update of "freetype-lib" package. 2000-07-24 16:47:22 +00:00
jlam
d6b3864d13 Make all the installed /usr/pkg/etc/rc.d/sshd.sh files match.
Also default to "start" command if run with no arguments.
2000-07-24 16:44:52 +00:00