summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-02-04Note that cyrus-sasl and imapd have a 2.1.12 version.chris1-2/+3
2003-02-04Create a fake libtool archive so that libtool doesn't get confused sincejlam1-6/+14
libz.so exists in the base system, but the package creates a libz.la.
2003-02-04Reorder the two targets for aesthetic reasons.jlam1-3/+3
2003-02-04Create a fake libtool archive since libbz2.la isnt in the base system butjlam1-1/+14
the package creates one.
2003-02-04Update qt to 3.0.7 - the final maintenance release of qt 3.0.skrll17-48/+69
Lots of bugfixes including one for the ListView expansion problem. Fix kwin in kdebase after a QT global was renamed.
2003-02-04PTH_SYSCALL_HARD's fork() replacement didn't work on archs where thedrochner3-10/+19
system call's return values are postprocessed by the libc stub (eg alpha). Change pth to call libc's internal _fork(). This is only available since NetBSD-1.5, older releases are SOL -- sorry, but we need something working for 1.6.1. We should audit all the PTH_SYSCALL_HARD plugins whether they neglect libc assembler magic... bump PKGREVISION
2003-02-04Note update of sylpheed to 0.8.10.chris1-1/+2
2003-02-04Update sylpheed to 0.8.10, main changes are:chris2-5/+5
* The validity check of EUC-JP code became more strict. * The handling of strings which failed to be converted has been modified. * Minor bugfixes and a speed improvement have been made.
2003-02-04do the right LIBTOOL thing to cure the "cannot find -liconv" symptomdrochner1-1/+3
should fix PR pkg/20190
2003-02-04Note that this is an APACHE_MODULE, which will automatically turn thejlam1-2/+2
apache dependency into a "full" one.
2003-02-04Updated etcupdate to 20030204martti1-1/+2
2003-02-04Updated etcupdate to 20030204 (bin/20196).martti2-4/+4
2003-02-04note update of spim to 6.5dmcmahill1-1/+2
2003-02-04update to spim-6.5. Old distfile (of the same name) is no longer available.dmcmahill2-5/+6
While here use DIST_SUBDIR due to non-versioning of the distfile name. Changes appear to be a handful of bug fixes.
2003-02-04note update of cad/covered-current to 20021214dmcmahill1-1/+2
2003-02-04update to covered-current-20021214 as part of fixing compile problems noteddmcmahill5-5/+58
in recent bulk builds. Release covered-20021214 made. This release is a bug fix release. See list below for details. Bugs that lead to infinite looping in the score command and segmentation faults should now be cleared up. Please let me know if there are any other bugs that need to be addressed before first stable release. Development documentation updated to match changes in files. Regression suite has been updated quite a bit from last time. There are now over 125 diagnostics in the regression suite (my goal was to write about 100 before first stable release). - Segmentation fault fixes in report command - Parser can now handle all net types (not just wire). Diagnostics added to regression suite to verify their proper handling. - Parser updated to handle net declaration assignments (e.g., wire a = b & c;). Diagnostics added to verify proper handling. - Added human-understandable error messages in parser to help identify file and line number along with a quasi-helpful error message description. - When parser error is found, Covered exits after parsing phase without continuing to write CDD file. - Fixed bug where a multi-bit select expression existed in a module that was instantiated more than once. Assertion error fired in this case. - Updated regression suite for VCS testing. - Fixed bug where parameters were used in modules that were instantiated more than once. - Fixed bug that dealt with parameters (see param6.1.v for test case). - Fixed bug where a delay statement was the last statement in a statement block used by Covered. Added diagnostics to verify correct behavior. - Fixed infinite loop problem with db_add_statement function. - Fixed infinite loop problem with statement_set_stop function. - Fixed bug with parsing order. When an instance is found for a module that has already been parsed, the instance was incorrectly being handled. Bug replicated with instance6.v diagnostic. - Fixed output of edge-triggered events to add @(...) around the expression (they were easily confused with other code that could exist on the same line). - Fixed bug in parser to not allow module to be parsed more than once. - Fixed bug that lead to an assertion error (see instance6.1.v for test case). - Fixing bug with calculating list and concatenation lengths when MBIT_SEL expressions were included. - Changed Covered's handling of -y directories. Before, all files in these directories were fed into the parser to look for missing modules. Now, when a module is needed, the module name is used to find the matching filename in the -y list (basically, the -y option works like the -y option in Icarus Verilog and VCS). This fix really streamlined the parsing phase and fixed several bugs. - Memory declarations are now properly ignored (produced segmentation fault previously). - Fixed report command to display all lines and expressions in order according to their line number (the problem is REALLY fixed now). - Removed hierarchical references from being scored. All in all, you should notice a huge improvement in the parsing speed, syntax errors are reported better, more Verilog syntax should be handled properly, the score command will run a bit faster than before, and the reports should be a bit easier to read. Segmentation faults and assertion errors should become lesser in number (if not gone altogether?). I am feeling pretty confident that we are getting close to a stable release as I have been able to generate a CDD file for a chip that is millions of gates in size (CDD file was created in the range of 30 - 45 seconds!) Keep the bug reports coming. I have some things to work on for next release already.
2003-02-04Need some header file to get INT_MAX definedhubertf2-5/+6
(at least on -current... seems to do without this on 1.6.x)
2003-02-04note update of cad/verilog-current to 20030202dmcmahill1-1/+2
2003-02-04update to verilog-current-20030202.dmcmahill3-25/+12
This is the first packaged (in pkgsrc) snapshot after the verilog-0.7 release. This snapshot adds preliminary support for real variables to the language to the features already found in verilog-0.7.
2003-02-03Bump PKGREVISION of www/php4 to 1. This fixes a problem reported onjlam5-9/+14
tech-pkg@ where the incorrect libtoolize was being invoked. We now pass in the path to libtoolize via the environment, much like how the other GNU auto* tools are found in pkgsrc.
2003-02-03Bump PKGREVISION of lang/jdk to 3: we use bsd.pkg.install.mk to handlejlam3-32/+52
copying of config files and handling of directories.
2003-02-03mod_perl updatedrochner1-1/+2
2003-02-03+ap2-subversiondrochner1-1/+2
2003-02-03add the missing link between subversion and apache2,drochner5-0/+73
mostly from Eric Gillespie <epg@pretzelnet.org>
2003-02-03add one.drochner1-0/+26
mostly from Eric Gillespie <epg@pretzelnet.org>
2003-02-03make apache dependency a "full" one -- I don't see what the buildlinkdrochner1-1/+3
files' default is good for...
2003-02-03-update to 1.99.8.drochner3-20/+30
This makes it compile with apache-2.0.44. -make doc installation more robust against reinstalls -make apache dependency a "full" one -- I don't see what the buildlink files' default is good for...
2003-02-03The directory name is "dvdbackup", not "dvdback"agc1-2/+2
2003-02-03Xft2 update to 2.1nb3.wiz1-1/+2
2003-02-03Add libXft.so, noted missing by HIRATSUKA Kouichirou in PR 20182. PKGREVISION++wiz2-3/+4
2003-02-03Note update of htmllint to 20030203jschauma1-1/+2
2003-02-03Update to version 2003-02-03; (aka make this find the distfile again; fixjschauma6-68/+18
bulk-build problem) Changes: unknown, no information was available in any language or characterset that I can understand. Use REPLACE_PERL to obsolete a few patches.
2003-02-03Fix typo in last.wiz1-2/+2
2003-02-03use ONLY_FOR_PLATFORM instead of defining PKG_SKIP_REASON. shoud fix thekei1-5/+2
problem on i386 bulk build.
2003-02-03+teTeX-2.0grant1-1/+2
2003-02-03Fix some typos, based on PR pkg/20178 by <soren at blef.org>.jmmv1-13/+12
2003-02-03Note ${PKGREVISION} bump for graphics/gmplayer, for updated skins.fredb1-1/+2
2003-02-03Update checksums for the skins (again), but this time use the (newly)fredb3-104/+152
versioned skins, and fall back to ${MASTER_SITE_LOCAL}. A couple go away, and add a couple new ones, so update ${PKGREVISION}. Closes PR's pkg/20077 and pkg/20146.
2003-02-03Bump lsof to 4.66nb1 for kqueue supportatatat1-1/+2
2003-02-03Add kqueue support to lsof. Bump PKGREVISION to 1, making thisatatat6-2/+80
4.66nb1. This patch will be included in the next lsof release.
2003-02-02Set "USE_LIBTOOL" even if we use the bundled "libtool" so thattron1-2/+2
buildlink2 will do the right thing.
2003-02-02Update HOMEPAGE -- it is now http://avifile.sourceforge.net/zuntum2-4/+4
2003-02-02Note revision bump for p0f to 1.jmmv1-1/+2
2003-02-02Make this package honor PKG_SYSCONFDIR. Bump PKGREVISION.jmmv4-27/+25
2003-02-02Note update of rid to 1.11nb1jmmv1-1/+2
2003-02-02Make this package honor PKG_SYSCONFDIR. Bump PKGREVISION.jmmv2-4/+15
2003-02-02updated spamassassin to 2.44heinz1-1/+2
2003-02-02Maintenance update to 2.44heinz6-51/+20
Parts of patch-ag and patch-ah as well as complete patch-aa could be removed again, they are now included in SA 2.44 (see below). #### official release announcement ############### This is a bug-fix release, which fixes the following bugs: - Backport fix for Bug 1306: Possible buffer overflow in libspamc when running in BSMTP mode (patch 1.15 -> 1.18) - Backport workaround from Bug 526: Failed sanity check because of clobbered STDOUT (patch 1.147 -> 1.148) - Backport fix for Debian Bug 160206: Insufficient buffer in libspamc (patch 1.8 -> 1.9) - Backport fix for warnings in sed_path (patch 1.141 -> 1.142) - Backport fix for Bug 1127: Existing lowercase x-spam-status header kills SpamAssassin (patch 1.40 -> 1.41) - localized %ENV to fix problem where Razor2 erases the PATH so DCC and pyzor don't work, etc. Note that this is *not* 2.50, which offers Bayesian filtering etc. These bugs are already fixed in the 2.50 CVS tree, but that is not yet ready for release. This is a stable maintainance release only.
2003-02-02ICU is now at version 2.4heinz1-2/+2
2003-02-02Note new "libgcrypt" and updated "wmbiff" package.tron1-1/+3