summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-04-22Note update of net/flow-tools to version 0.67 [many bug fixes and someseb1-1/+2
new features]
2004-04-22Update to version 0.67.seb10-183/+91
Package changes: bl3ify, record build options, remove obsolete AUTOMAKE_POST_PATTERNS, support new PostgreSQL feature. Changes since last packaged version: * 12-4-2003 flow-tools 0.67 released. * flow-export: pgsql support from wyu@ateneo.edu * docs: flow-report: Added description of reports. * ftlib: ftfil.c - match_end_time() broken - noted by "Joe Loiacono" <jloiacon@csc.com> * ftlib: fttag.c - better syntax checking for or-src/dst and set-src/dst * ftlib: ftlib.h FT_TAG_TYPE_MATCH_NEXTHOP duplicated - flow-tag crash with next-hop type noted by Maxim Grigoriev <maxim@fnal.gov> * ftlib: ftstat.c - broken ip-destination-address-source-count. patch from "Shigeki Taniguchi" <staniguchi@csc.com> * flow-fanout: filters not loaded - noted by RAR@syssrc.com * ftlib: missing function prototypes for ftstat_*, rename bind to binding to prevent shadowing bind(). patch from Bill Fumerola <billf@mu.org> * flow-fanout, flow-capture. Process SIGTERM like SIGQUIT so flow-tools will work better under daemontools - req by Bernhard Weisshuhn <bkw@weisshuhn.de> * docs: flow-nfilter and flow-cat TIME/DATE parsing section. * flow-dscan: drp->flags not updated when loading saved state - patch from Jon Snyder <jon@pdx.edu> * flow-dscan: allow concurrent -w and -W, patch from Dan Thorson <dan.thorson@seagate.com> * docs: flow-print -f24 - noted by noted by Christian Bauer <Christian.Bauer@NEFkom.de> * dist: tag.sym and tag.cfg example files reversed - noted by * ftlib: ftlib.h - FT_TAG_SET and FT_TAG_OR are broken - patch from Valtteri Vuorikoski <vuori@geo0-hel-fi.magenta.net> * ftlib: ftrec.c - add 1005to5 translation - patch from Valtteri Vuorikoski <vuori@geo0-hel-fi.magenta.net> * flow-stat -f0 will try to divide by 0 with an empty flow file - noted by Mike Hunter <mhunter@ack.Berkeley.EDU> * flow-capture: -u preserve unherited umask - patch from Everton da Silva Marques <everton@lab.ipaccess.diveo.net.br> * flow-receive: remove -m and -A. * flow-capture: remove -m and -A, functionality is now in xlate -x -X. * flow-xlate: - config file based now. * docs: flow-report: note which fields are sortable and what the key field is. * flow-capture: accept()'s 3rd arg should be casted to socklen_t*, noted by Alistair.McGlinchy@marks-and-spencer.com * docs: flow-nfilter, port is 0..65535 not 0..255 - noted by Mike Hunter <mhunter@ack.Berkeley.EDU> * ftlib: ftlib.h - set-{dst,src} and or-{dst,src} constants not correct - patch from Valtteri Vuorikoski <vuori@geo0-hel-fi.magenta.net> * ftlib: ftchash.c - ftchash_sort() should not try to sort 0 entry table - noted by "Shane D." <shane.dawalt@wright.edu> * flow-import: missing !HAVE_STRSEP compatability - patch from Alistair.McGlinchy@marks-and-spencer.com * ftlib: ftstat.c - output path not parsed correctly with leading whitespace -- noted by Maxim Grigoriev <maxim@fnal.gov> * ftlib: fttag.c - src->source dst->destination * ftlib: fttag.c - ip-address, exporter, interface tag actions, requested by Tim Irwin <tim@arch.bellsouth.net> * ftlib: ftsym.c - ftsym_new() should handle null filename - noted by Celso Alves Vieira <celso@telemar.com.br> * flow-dscan: buf len 64, not 54 - Anil Madhavapeddy <anil@recoil.org>
2004-04-22make this build after the statfs->statvfs conversiondrochner3-16/+143
2004-04-22+pytablesdrochner1-1/+2
2004-04-22import pytables-0.8, a data manipulation package (frontend to HDF5)drochner5-0/+93
2004-04-22add onedrochner1-0/+20
2004-04-22update to 1.6.2drochner4-23/+45
changes: -new functions: H5Iget_ref, H5Iinc_ref and H5Idec_ref -bugfixes being here, move to USE_BUILDLINK3
2004-04-22-libtool (thanks, tv).wiz1-2/+1
2004-04-22libtool -> 1.5.6tv1-2/+2
2004-04-22Update to 1.5.6 (OK'd by skrll).tv6-1531/+126
* In libtool-base, generate shlibtool with a simple sed script; no full build is actually needed. Changelog: New in 1.5.6: 2004-04-11; CVS version 1.5.5a, Libtool team: * Installs libltdl files properly in $prefix/share/libtool/libltdl. 1.5.4 did not install them at all. * libltdl correctly guesses the extension for loadable modules again. New in 1.5.4: 2004-04-03; CVS version 1.5.3a, Libtool team: * Bug fixes.
2004-04-22Bl3ify.seb4-13/+36
Provide a buildlink3.mk file for mysql4-client package. While here remove obsolete USE_NEW_TEXINFO.
2004-04-22The MIPSPro compiler chain needs a "-c99" flag if the code claims tojschauma1-1/+7
be C99 code (for example: use of stdbool.h). This allows this package to build under Irix 6.5 using MIPSPro.
2004-04-22Drop maintainership. (I kind of semi-voluntarily inherited this packagejschauma1-2/+2
from groo, but really can't maintain it responsibly.)
2004-04-22Clean up traces of buildlink2->buildlink3 conversion; remove unusedwiz5-38/+7
bl2 file.
2004-04-22Convert to buildlink3.wiz1-5/+5
2004-04-22Update cpuflags to 0.67:abs1-1/+3
- Add 'Intel Mobile Pentium 4' from Benedikt Meurer - Fix exclusion of -fomit-frame-pointer mozilla-gtk2 in optimize_gcc.mk
2004-04-22Update cpuflags to 0.67:abs3-7/+8
- Add 'Intel Mobile Pentium 4' from Benedikt Meurer - Fix exclusion of -fomit-frame-pointer mozilla-gtk2 in optimize_gcc.mk
2004-04-22Fix patch problem caused by embedded CVS Id.tron2-6/+4
2004-04-22Note update of "ocaml" package to version 3.06nb6 and update oftron1-1/+3
"lablgtk" package to version 1.2.6nb1.
2004-04-22Fix some issues:tron2-10/+7
- add a full dependence on the "ocaml" package because this packages shares its directory structure - remove support for handling "ocaml" package without threading support, because it is no longer necessary Bump package revision because of these changes.
2004-04-22Fix various issues with this package:tron52-1012/+1091
- split patches files - always enable threading which has various advantages - it fixes the build of the Tk library - it greatly simplifies the package list handling - it provides threading support under NetBSD 1.6/1.6.x - correct default dependence in "buildlink2.mk" to "build" Bump package revision because of all these changes.
2004-04-22Note update of rhythmbox to 0.8.1.jmmv1-1/+2
2004-04-22Update to 0.8.1; patch from Kouichirou Hiratsuka in PR pkg/25280.jmmv2-5/+5
* Really fix playlist saving. * Include completely untagged files too. * Fix .applications file to handle any gnome-vfs location. * Fix iPod compilation on big-endian machines. * Find iradio-initial.pls correctly. * Fix a prototype. * Make saving playlists dialog work with GTK+ 2.4. * Squash a few small memleaks. * Update es, pl and ja translations.
2004-04-22Bl3ify.minskim1-4/+4
2004-04-22Add build dependency on pkgconfig.minskim1-1/+2
2004-04-22Bl3ify and enable pkgviews installation.minskim1-2/+4
2004-04-22Bl3ify.minskim1-2/+2
2004-04-22Bl3ify and enable pkgviews installation.minskim1-2/+4
2004-04-22Use PKGNAME_NOREV instead of PKGNAME in directory names to match withminskim1-2/+2
PLIST.
2004-04-22This package doesn't build anything; set NO_BUILDLINK=YES andminskim1-3/+7
USE_LANGUAGES=#empty, and use *DEPENDS instead of including buildlink2.mk. Enable pkgviews installation.
2004-04-22Convert to buildlink3.snj1-2/+2
2004-04-22PKGDIRMODE for Interix is 775 (since umask is 002).tv1-1/+2
2004-04-22Convert to buildlink3.snj2-6/+6
2004-04-22Obey CPPFLAGS.tv1-3/+3
2004-04-22Convert to buildlink3.snj8-32/+28
2004-04-22So the patch(1) shipped with Interix is just *slightly* too old: it can'ttv2-4/+4
cope with "new" files (i.e., -0+0 starting line). Do what AIX does and make pkgsrc depend on textproc/patch for Interix.
2004-04-22Convert to buildlink3.snj1-4/+4
2004-04-22clamav-0.68.1 is done. clamav-0.70 is out, AND all previous versions willfredb1-2/+2
no longer be able to utilize a newly downloaded database begining April 24, three days from now.
2004-04-21Makefile update that got missed in the recent 3.2.2/bl3 update.markd1-7/+9
2004-04-21Note update of cdrtools-ossdvd to 2.01a24.wiz1-1/+2
2004-04-21Update to 2.01a24 -- patch updated to work with cdrtools 2.01a24.wiz2-9/+9
2004-04-21Update mathomatic to 11.0c.minskim3-9/+8
Changes: - Fixed HTML mode "screen_rows" and "screen_columns" to be unlimited. - Allow square brackets ([]) as parentheses and optimized parser. - Simplification was improved.
2004-04-21Drop localized *_USE_LDAP definitions and consistently use USE_OPENLDAPcube12-53/+38
instead. As announced on tech-pkg. Most notably affected are Postfix, sendmail, Samba and cyrus-saslauthd. Be sure to update your mk.conf accordingly.
2004-04-21USE_LDAP -> USE_OPENLDAPcube2-6/+6
2004-04-21+py-numarraydrochner1-1/+2
2004-04-21import the numarray-0.9 Python extension - a reimplemantation ofdrochner4-0/+292
py-Numeric
2004-04-21For Interix, use "mkdir -p" after all so that the umask can take effect.tv1-1/+4
2004-04-21A usable tar(1) may have come from bootstrap. Wedge $prefix/bin into $PATHtv1-1/+2
so that it's picked up.
2004-04-21umask 002, not 022.tv1-2/+2
2004-04-21Sync to 20040421: fix an uninitialized array member access in pkg_add.tv2-4/+5