Commit graph

36159 commits

Author SHA1 Message Date
salo
21fe715c2b Add missing buildlink2.mk file for graphics/gdk-pixbuf, +USE_BUILDLINK2. 2002-12-08 03:24:26 +00:00
salo
b0ae4208b0 Add missing buildlink2.mk file for graphics/glu. 2002-12-08 02:44:13 +00:00
salo
9f45607ded +USE_X11BASE. 2002-12-08 02:28:50 +00:00
salo
5c7486beb8 +USE_BUILDLINK2 (hi wiz!). 2002-12-08 02:17:45 +00:00
salo
4f89470519 Set correct WRKSRC, delint. 2002-12-08 02:13:30 +00:00
mrg
674571ffd7 the solaris dynamic linker is called /usr/lib/ld.so.1, not /usr/lib/ld.so.
the latter is the a.out dynamic linker.  as we're using the ELF navigator,
look for the ELF dynamic linker.
2002-12-08 01:54:19 +00:00
salo
34894084da USE_BUILDLINK_ONLY->USE_BUILDLINK2, require pthread library. This fixes build
on systems where pthread library was not yet installed.
2002-12-08 01:30:23 +00:00
salo
a753dfec6d Fix WRKSRC after PKGREVISION bump. (hi wiz!) 2002-12-08 00:53:19 +00:00
chris
8efd0878c6 Note update of cyrus imapd to 2.1.11. 2002-12-08 00:48:46 +00:00
chris
d9f25bba76 Update cyrus-imapd to 2.1.11.
This includes the fix for the recent buffer overflow.

Note that IPv6 patch doesn't work, I've not had the time to look into this,
but felt that being a security fix I should get the update done.

Also note that if you define CYRUS_DB_RECOMMENDED in your build environment
it will build using the cyrus mailing list recommended defaults for the
database settings.
2002-12-08 00:39:42 +00:00
salo
76980c0e64 Add missing buildlink2.mk file for graphics/glu. 2002-12-08 00:24:44 +00:00
chris
fffac0a2c3 Note update of sylpheed-claws to 0.8.6 2002-12-08 00:17:46 +00:00
chris
ae38110356 Update sylpheed-claws to 0.8.6.
Use Apache 2 mime.types file.

Make the differences between the sylpheed and sylpheed-claws Makefile as
minimal as possible.  Note that we now use gdk-pixbuf, rather than imlib.

Smoke tested only, IE it works with my cyrus imap server enough to read and
send mail.
2002-12-08 00:15:22 +00:00
salo
a0eee6a109 Include buildlink.mk file for x11/gnome-libs instead of DEPENDS. 2002-12-08 00:06:08 +00:00
jmmv
edf4f26c5c -curl-7.10.2 2002-12-07 23:40:22 +00:00
jmmv
3546e36a99 Note curl update to 7.10.2 2002-12-07 23:39:50 +00:00
jmmv
70adb306d2 Trivially update to curl 7.10.2.
Changes since 7.10.1:
- Dave Halbakken added curl_version_info to lib/libcurl.def to make libcurl
  properly build with MSVC on Windows.
- Doing HTTP PUT without a specified file size now makes libcurl use
  Transfer-Encoding: chunked.
- Bug report #634625 identified how curl returned timeout immediately when
  CURLOPT_CONNECTTIMEOUT was used and provided a fix.
- Lehel Bernadt found out and fixed. libcurl sent error message to the debug
  output when it stored the error message.
- Avery Fay found some problems with the DNS cache (when the cache time was
  set to 0 we got a memory leak, but when the leak was fixed he got a crash
  when he used the CURLOPT_INTERFACE with that) that had me do some real
  restructuring so that we now have a reference counter in the dns cache
  entries to prevent an entry to get flushed while still actually in use.
  I also detected that we previously didn't update the time stamp when we
  extracted an entry from the cache so that must've been a reason for some
  very weird dns cache bugs.
- Downgraded automake to 1.6.3 in an attempt to fix cygwin problems. (It
  turned out this didn't help though.)
- Disable the DNS cache (by setting the timeout to 0) made libcurl leak
  memory. Avery Fay brought the example code that proved this.
- Upgraded to autoconf 2.54 and automake 1.7 on the release-build host.
- Kevin Roth made the command line tool check for a CURL_CA_BUNDLE environment
  variable (if --cacert isn't used) and if not set, the Windows version will
  check for a file named "curl-ca-bundle.crt" in the current directory or the
  directory where curl is located. That file is then used as CA root cert
  bundle.
- Avery Fay pointed out that curl's configure scrip didn't get right if you
  used autoconf newer than 2.52. This was due to some badly quoted code.
- Emiliano Ida confirmed that we now build properly with the Borland C++
  compiler too. We needed yet another fix for the ISO cpp check in the curl.h
  header file.
- Yet another fix was needed to get the HTTP download without headers to work.
  This time it was needed if the first "believed header" was read all in the
  first read. Test 306 has not run properly since the 11th october fix.
- Zvi Har'El pointed out a problem with curl's name resolving on Redhat 8
  machines (running IPv6 disabled). Mats Lidell let me use an account on his
  machine and I could verify that gethostbyname_r() has been changed to return
  EAGAIN instead of ERANGE when the given buffer size is too small. This is
  glibc 2.2.93.
- Albert Chin helped me get the -no-undefined option corrected in
  lib/Makefile.am since Cygwin builds want it there while Solaris builds don't
  want it present. Kevin Roth helped me try it out on cygwin.
- Nikita Schmidt provided a bug fix for a FOLLOWLOCATION bug introduced when
  the ../ support got in (7.10.1).
- Fabrizio Ammollo pointed out a remaining problem with FOLLOWLOCATION in
  the multi interface.
- Richard Cooper's experimenting proved that -j (CURLOPT_COOKIESESSION) didn't
  work quite as supposed. You needed to set it *before* you use
  CURLOPT_COOKIEFILE, and we dont' want that kind of dependencies.
- Andrés García provided corrections for erratas in four libcurl man pages.
- Starting now, we generate and include PDF versions of all the docs in the
  release archives.
- Trying to connect to a host on a bad port number caused the multi interface
  to never return failure and it appeared to keep on trying forever (it just
  didn't do anything).
- Downloading HTTP without headers didn't work 100%, some of the initial data
  got written twice. Kevin Roth reported.
- Kevin Roth found out the "config file" parser in the client code could
  segfault, like if DOS newlines were used.
2002-12-07 23:38:56 +00:00
jmmv
177ec2a637 gtkmm-2.0.2 -> gtkmm-2.1.0 2002-12-07 22:41:00 +00:00
cjep
0ef4e76f17 Missing from last commit. 2002-12-07 21:36:59 +00:00
cjep
208af56920 Make this package happier on Solaris. Thanks to Pierre Bourgin.
Fixs PR#18953
2002-12-07 21:34:04 +00:00
cjep
0db91836b9 Add an entry for WDM_MANAGERS. 2002-12-07 21:23:25 +00:00
cjep
9e8bc1b93f Initial import of wdm 1.20 into the NetBSD packages collection as
x11/wdm.

wdm is a modification of XFree86's xdm package for graphically handling
authentication and system login. Most of xdm has been preserved (XFree86
3.3.2.3) with the Login interface based on a WINGs implementation using Tom
Rothamel's "external greet" interface.

Supplied by cdi (cdi at mawhrin dot net) in PR#19317. Thanks!
2002-12-07 21:20:44 +00:00
cjep
f9ee54d2f4 Add and enable wdm. 2002-12-07 21:19:19 +00:00
cjep
210d46d432 Initial import of wdm 1.20 into the NetBSD packages collection as
x11/wdm.

wdm is a modification of XFree86's xdm package for graphically handling
authentication and system login. Most of xdm has been preserved (XFree86
3.3.2.3) with the Login interface based on a WINGs implementation using Tom
Rothamel's "external greet" interface.
2002-12-07 21:18:33 +00:00
kristerw
6423abb30e Note update of xmame and xmess. 2002-12-07 21:06:31 +00:00
kristerw
050a854705 The workaround for gcc problems on sparc and arm was a bit too draconian.
Change it to only disable the macros that do massive unrolling (instead
of disable all optimization).

PKGREVISION++
2002-12-07 20:59:52 +00:00
cjep
fd4c74204b Spelling nit. 2002-12-07 20:22:16 +00:00
cjep
6e47a400fd Initial import of tcpreplay 1.2a into the NetBSD packages collection
as net/tcpreplay.

tcpreplay is a tool to replay saved tcpdump or snoop files at arbitrary
speeds. It allows you to recreate real network traffic from a real network
for use in testing. For example, it can be used to test Intrusion
Detection Systems.
2002-12-07 20:21:54 +00:00
cjep
1f96d1b1df Initial import of tcpreplay 1.2a into the NetBSD packages collection
as net/tcpreplay.

tcpreplay is a tool to replay saved tcpdump or snoop files at arbitrary
speeds. It allows you to recreate real network traffic from a real network
for use in testing. For example, it can be used to test Intrusion
Detection Systems.
2002-12-07 20:20:25 +00:00
ad
ea522adfe3 Add & enable raidutil. 2002-12-07 19:59:28 +00:00
ad
3f117199b7 Initial import of raidutil-3.31.
DPT/Adaptec control utility for use with EATA and I2O controllers.
2002-12-07 19:58:57 +00:00
cjep
80a8bd2f09 vmsbackup note. 2002-12-07 19:56:51 +00:00
drochner
8f25dedd82 some updates 2002-12-07 18:55:13 +00:00
drochner
95a1dc8c68 update to 1.8.23
changes:
HTMLDOC now supports a full alpha channel in PNG files.
HTMLDOC now reports an error when a table, image, or section of text
 overflows into an adjacent table cell or off the right edge of the page.
The NEW SHEET page comment now breaks on N-up boundaries when N is
 greater than 1.
bugfixes
2002-12-07 18:53:13 +00:00
cjep
dc57ef4408 Initial import of xeukleides 0.9.0 into the NetBSD packages collection
as math/xeukleides.

This is a graphical frontend for eukleides.

Supplied by ich (tsadowski at gmx dot net) in PR#19091. Thanks!
2002-12-07 18:15:11 +00:00
cjep
9facd78553 Add and enable xeukleides. 2002-12-07 18:14:30 +00:00
cjep
6df2bb1158 Initial import of xeukleides 0.9.0 into the NetBSD packages collection
as math/xeukleides.

This is a graphical frontend for eukleides.

Supplied by ich (tsadowski at gmx dot net) in PR#19091. Thanks!
2002-12-07 18:13:51 +00:00
drochner
05397d454f update to 0.13
changes:
Bugfixes, more solid CMF & Plone support, wikimail enhancements, skins
re-organization.
2002-12-07 18:04:12 +00:00
drochner
c00f2e88fc update to 1.16
changes:
- More graphics widgets (shaded polygon, dotbox, slidebox).
- Aaron Watters' advanced paragraph formatter and its parser.
- Alex Martelli's improvements to pyRXP.
- Jerome Alet's recording canvas.
- Additions to pythonpoint.
- New flowable ParagraphAndImage.
- Speedups and fixes.
2002-12-07 18:02:03 +00:00
cjep
62d45f9eb2 Initial import of eukleides 0.9.0 into the NetBSD packages collection
as math/eukleides.

A Euclidean drawing language compiler which allows one to typeset
geometry figures within a (La)TeX document. This program is also useful
to convert such figures into EPS format or into various other vector
graphic formats.

Supplied by ich (tsadowski at gmx dot net) in PR#19090. Thanks!
2002-12-07 17:59:25 +00:00
cjep
e2adf39bc4 Initial import of eukleides 0.9.0 into the NetBSD packages collection
as math/eukleides.

A Euclidean drawing language compiler which allows one to typeset
geometry figures within a (La)TeX document. This program is also useful
to convert such figures into EPS format or into various other vector
graphic formats.

Supplied by ich (tsadowski at gmx dot net) in PR#19090. Thanks!
2002-12-07 17:56:50 +00:00
cjep
dc95be2f79 Add and enable eukleides. 2002-12-07 17:56:03 +00:00
drochner
a86669188d update to 2.01
changes:
Redesigned the text extraction process:
  - process the text into "reading order"
  - added a "-layout" flag to pdftotext to switch back to the old
    style, where physical layout is maintained
  - use of the "-raw" flag is no longer recommended
Added the -reload option for xpdf (in remote mode).
Added support for external CID fonts; added the displayCIDFontT1 and
  displayNamedCIDFontT1 commands to the xpdfrc file.
Handle the case of moveto/newpath/clip, which defines an empty
  clipping region (just like moveto/closepath/clip).
Accept XYZ link destinations with missing array elements.
Accept bogus font names based on "Symbol": Symbol,{Bold,Italic,
  BoldItalic}.
Set the busy cursor in the find dialog while searching.
Allow ToUnicode CMaps to use fewer than four hex digits in the Unicode
  char indexes.
+bugfixes
2002-12-07 17:49:43 +00:00
jmmv
c06a05fdb0 Note readline update to 4.3. 2002-12-07 17:45:55 +00:00
jmmv
cdfe238d80 - readline-4.3 2002-12-07 17:41:28 +00:00
jmmv
e85877b913 Update readline to 4.3.
Changes in this version are mostly bugfixes; some new functionality
has been added as well. For an exhaustive list of changes, please
look at the CHANGES file included in the distribution.
2002-12-07 17:39:47 +00:00
seb
0a1888108c Partially revert to behavior of revision 1.1100 wrt MESSAGE_SRC:
only if if MESSAGE_SRC and MESSAGE are _not_ already set fall back to setting
MESSAGE_SRC to ${PKGDIR}/MESSAGE if it exists.

This fix builds of mail/sendmail{,811}/.
2002-12-07 16:03:12 +00:00
cjep
976a6867e1 whitespace nit. 2002-12-07 15:40:49 +00:00
cjep
b6d029464a Use CONFIG_GUESS_OVERRIDE. Makes this package build on mipsel. 2002-12-07 15:40:19 +00:00
cjep
a2904a545f pkglint whitespace complaint. 2002-12-07 15:38:48 +00:00