summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-12-08Fix PR#19323 from Ryo Hayaskacjep1-1/+2
2002-12-08Note sysbuild update to 1.3jmmv1-1/+2
2002-12-08Update sysbuild to 1.3.jmmv4-29/+83
Changes since 1.2: - Fixed several bugs in fast mode `-f' (directories were cleaned even if this flag was given, so it was of no use). - Ability to keep tools while cleaning (KEEP_TOOLS variable); rebuild them only when necessary (not found). - When directly calling "make" or "config", use the binaries in the TOOLDIR directory, not the ones of the current system. - Fixed a typo in usage (pointed by Sergio Jiménez).
2002-12-08Fix PR#19324 from Ryo Hayasaka.cjep1-1/+2
2002-12-08fixup buildlink stuff - mostly by salohubertf1-2/+5
2002-12-08Add missing buildlink2.mk file for converters/libiconv.salo1-1/+2
Addresses PR pkg/19268.
2002-12-08note addition of cad/covered-current-20021127dmcmahill1-1/+2
2002-12-08add and enable covered-currentdmcmahill1-1/+2
2002-12-08initial import of covered-current-20021127.dmcmahill4-0/+50
This is a development snapshot. Packages of the released/stable versions will be imported as 'cad/covered' when available. Covered is a Verilog code coverage analysis tool that can be useful for determining how well a diagnostic test suite is covering the design under test. Typically in the design verification work flow, a design verification engineer will develop a self-checking test suite to verify design elements/functions specified by a design's specification document. When the test suite contains all of the tests required by the design specification, the test writer may be asking him/herself, "How much logic in the design is actually being exercised?", "Does my test suite cover all of the logic under test?", and "Am I done writing tests for the logic?". When the design verification gets to this point, it is often useful to get some metrics for determining logic coverage. This is where a code coverage utility, such as Covered, is very useful. Please note that this package is a development snapshot and while it contains the latest and greatest features, it may be buggy as well. There is a seperate package which is made of the stable releases.
2002-12-08+USE_X11.salo2-2/+4
2002-12-08s/USE_X11BASE/USE_X11/, *sigh*.salo1-2/+2
2002-12-08Add missing buildlink2.mk file for graphics/gdk-pixbuf, +USE_BUILDLINK2.salo1-1/+3
2002-12-08Add missing buildlink2.mk file for graphics/glu.salo1-1/+2
2002-12-08+USE_X11BASE.salo1-1/+2
2002-12-08+USE_BUILDLINK2 (hi wiz!).salo1-1/+2
2002-12-08Set correct WRKSRC, delint.salo1-2/+4
2002-12-08the solaris dynamic linker is called /usr/lib/ld.so.1, not /usr/lib/ld.so.mrg1-2/+2
the latter is the a.out dynamic linker. as we're using the ELF navigator, look for the ELF dynamic linker.
2002-12-08USE_BUILDLINK_ONLY->USE_BUILDLINK2, require pthread library. This fixes buildsalo1-2/+4
on systems where pthread library was not yet installed.
2002-12-08Fix WRKSRC after PKGREVISION bump. (hi wiz!)salo1-2/+2
2002-12-08Note update of cyrus imapd to 2.1.11.chris1-2/+3
2002-12-08Update cyrus-imapd to 2.1.11.chris4-28/+26
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-08Add missing buildlink2.mk file for graphics/glu.salo1-1/+2
2002-12-08Note update of sylpheed-claws to 0.8.6chris1-1/+2
2002-12-08Update sylpheed-claws to 0.8.6.chris3-28/+404
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-08Include buildlink.mk file for x11/gnome-libs instead of DEPENDS.salo1-3/+2
2002-12-07-curl-7.10.2jmmv1-2/+1
2002-12-07Note curl update to 7.10.2jmmv1-1/+2
2002-12-07Trivially update to curl 7.10.2.jmmv2-6/+5
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-07gtkmm-2.0.2 -> gtkmm-2.1.0jmmv1-2/+2
2002-12-07Missing from last commit.cjep1-0/+83
2002-12-07Make this package happier on Solaris. Thanks to Pierre Bourgin.cjep12-280/+370
Fixs PR#18953
2002-12-07Add an entry for WDM_MANAGERS.cjep1-1/+6
2002-12-07Initial import of wdm 1.20 into the NetBSD packages collection ascjep1-1/+2
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-07Add and enable wdm.cjep1-1/+2
2002-12-07Initial import of wdm 1.20 into the NetBSD packages collection as cjep4-0/+89
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-07Note update of xmame and xmess.kristerw1-1/+3
2002-12-07The workaround for gcc problems on sparc and arm was a bit too draconian.kristerw6-10/+87
Change it to only disable the macros that do massive unrolling (instead of disable all optimization). PKGREVISION++
2002-12-07Spelling nit.cjep1-1/+1
2002-12-07Initial import of tcpreplay 1.2a into the NetBSD packages collectioncjep2-2/+4
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-07Initial import of tcpreplay 1.2a into the NetBSD packages collectioncjep4-0/+30
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-07Add & enable raidutil.ad1-1/+2
2002-12-07Initial import of raidutil-3.31.ad11-0/+245
DPT/Adaptec control utility for use with EATA and I2O controllers.
2002-12-07vmsbackup note.cjep1-2/+3
2002-12-07some updatesdrochner1-1/+5
2002-12-07update to 1.8.23drochner3-46/+5
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-07Initial import of xeukleides 0.9.0 into the NetBSD packages collectioncjep1-1/+2
as math/xeukleides. This is a graphical frontend for eukleides. Supplied by ich (tsadowski at gmx dot net) in PR#19091. Thanks!
2002-12-07Add and enable xeukleides.cjep1-1/+2
2002-12-07Initial import of xeukleides 0.9.0 into the NetBSD packages collectioncjep5-0/+79
as math/xeukleides. This is a graphical frontend for eukleides. Supplied by ich (tsadowski at gmx dot net) in PR#19091. Thanks!
2002-12-07update to 0.13drochner3-99/+43
changes: Bugfixes, more solid CMF & Plone support, wikimail enhancements, skins re-organization.
2002-12-07update to 1.16drochner3-7/+15
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.