summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-05-06DEPEND on newer p5-XML-Parser. As discussed on pkgsrc-users in latereed1-2/+2
March, the bumps for the updated expat never saw this package because it depend on it directly instead of using buildlink3.mk files. This fixes build problem where you could be attempting to install intltool with new expat and old p5-XML-Parser.
2006-05-06Do not depend on papersize. It can be installed later if desired.reed1-4/+2
The page size at build time is based on PAPERSIZE tunable. Bump PKGREVISION.
2006-05-06This package requires zlib.minskim1-1/+2
2006-05-06Do not depend on papersize (as mentioned in January).reed1-3/+2
Bump PKGREVISION. At build-time use the PAPERSIZE setting to define as needed. papersize can always be installed later if desired.
2006-05-06PKGMANDIR instead of "man".reed1-5/+5
2006-05-06This doesn't use c, c++, fortran, java, or objc.reed1-1/+2
2006-05-06If USE_ABI_DEPENDS=no, do not add the BUILDLINK_ABI_DEPENDS.$pkgreed2-5/+7
to BUILD_DEPENDS. (I posted about this to pkgsrc-users on April 14.)
2006-05-06Override intltool.minskim1-1/+2
2006-05-06Make CHECK_X11_TYPE really work by checking for setting and notreed1-2/+2
just if defined. (Recently I build the xorg-server without xorg-libs.)
2006-05-06PKGMANDIR instead of man.reed1-3/+3
2006-05-06Note PKGREVISION bump of python23.minskim1-1/+2
2006-05-06The ossaudio module is available on Linux x86_64. Bump PKGREVISION.minskim2-3/+6
2006-05-06This package requires flex to build.minskim1-2/+2
2006-05-06Bump PKGREVISION for libzip *ABI* increase.wiz1-2/+2
2006-05-06Bump *ABI* for shlib major bump.wiz1-1/+2
2006-05-05Note update of lizip to 0.7dillo1-1/+2
2006-05-05Make this package build on NetBSD by fixing header file names and linkminskim5-5/+47
options.
2006-05-05Update to 0.7:dillo3-7/+12
* struct zip_stat increased for future encryption support * zip_add return value changed (now returns new index of added file) * shared library major bump because of previous two * added functions for reading and writing file and archive comments. New functions: zip_get_archive_comment, zip_get_file_comment, zip_set_archive_comment, zip_set_file_comment, zip_unchange_archive
2006-05-05Add gt-itm.minskim2-2/+4
2006-05-05Import gt-itm.minskim6-0/+84
GT-ITM contains code to generate graphs that model the topological structure of internetworks. In addition, some sample graphs are provided. More detail on most of the methods can be found in the paper: "How to Model an Internetwork," Ellen Zegura, Ken Calvert, and Samrat Bhattacharjee, Proceedings of IEEE Infocom '96.
2006-05-05Remove statement of questionable merit, pending outcome of internalschmonz1-8/+3
discussion. We don't need it yet and we may not need it at all. Also remove pseudo-helpful commentary. Users can interpret licenses (or lack thereof) just fine themselves. Thanks to gdt@ for being very careful about this stuff.
2006-05-05Updated devel/p5-File-Slurp to 9999.12abs3-7/+8
- Fixed bug on windows with classic slurping and File::Slurp not agreeing on newline conversion. - Added t/newline.t test to check for that fix. - When passing text data by scalar reference to write_file under windows, the buffer is copied so the newline conversion won't modify the caller's data. - Thanks to Johan Lodin <lodin@cpan.org> for a test script which I modified into t/newline.t
2006-05-05fix DEPENDS - this now needs p5-Cloneabs1-2/+3
2006-05-05update autonet to 0.19:abs4-9/+10
Changes: - handle ifconfig interface output without status: lines (thankyou vmware) - if talking to speaker fails, keep going
2006-05-05Updated databases/rrdtool to 1.2.13adam1-1/+2
2006-05-05Changes 1.2.13:adam8-39/+37
Restoring from 1.0.x format XML dumps was enabled. The stability of rrdtool fetch results was fixed. A new rrdtool graph and rrdcgi functions were added. The pipe mode interface was improved. Many bugfixes were made.
2006-05-05- bacula-1.38.9.ghen1-2/+1
2006-05-05Updated sysutils/bacula, bacula-clientonly, bacula-doc, bacula-gnome-console,ghen1-1/+7
bacula-tray-monitor, bacula-wx-console to 1.38.9.
2006-05-05Update the bacula packages to 1.38.9.ghen7-18/+15
Changes since the 1.38.8 release: - Added code to strip backslashes from Windows filenames during a restore. - Corrected Win32 License to use the correct LICENSE file. - Corrected the buffer count and bytes reported in the heap statistics. - Implement an NT_() macro to indicate that text should NOT be translated. - Fix a number of incorrect strings marked for translation, when they should not be (e.g. commands). - Fix StartTime bug reported for ClientRunBeforeJob and RunBeforeJob Patches supplied by user in bugs #608 and #599. - Use most recent of st_ctime and st_mtime in restore tree DIR listing. This fixes some problems with Win32 printing incorrect values. - Correct the clock shift comm time calculation between the DIR and the FD. It was added rather than subtracted. - Strip all backslashes in filenames to be restored on Win32 machines -- the names should all be in Unix format, and if there are any backslashes it is most likely due to an improper FileSet definition, and the files will not otherwise be restorable. - Remove lib/regex.c (replaced by bregex.c). - Delete src/win32/License.txt - Modify installer to install LICENSE - Add back ua_label barcode fix from Rufolf Cejka. - Add 'Dir Status' button to the gnome console. - Display heap stats in Storage daemon without debug level. - Integrate most of the MinGW changes -- more to do. - Implement using pg_config for finding PostgreSQL files. Fixes bug #600. Patch supplied by user. - Remove -t option from mktemp in mtx_changer.in and use working directory. Fixes bug #578. - Update job start time after the any run before job so that files created by the script are only backed up once. Fixes bug #599. - Strip trailing newline only from filenames entered in the restore command when reading a file. This permits the user to enter filenames with trailing spaces. Fixes bug #549. The user supplied a patch that I modified slightly. - Use the most recent time (st_mtime, st_ctime) in the dir command in restore. This gives the user a better idea of what the newest file really is. This fixes bug #574. The fix was suggested by the user. - Remove the -f option from the chown in Makefile.in for more portability. - Change setting the group in Makefile.in to use chgrp for more portability. - Implement a Bacula read/write lock for Python rather than using the Python lock to avoid recursive problems. - Correct the uninstall directory names in filed/Makefile.in as reported by a user.
2006-05-05update to 0.9.6drochner3-32/+6
changes: Dragonfly define Don't add a prefix to device names on Dragonfly and FreeBSD anymore Fixed a missing attribute packed for app_info in audio_attr_t Added DVDFileStat() call
2006-05-05update to 2.14.5drochner3-20/+6
This adds a group ID fix which we had as patch before.
2006-05-05add a cast to fix build on Solaris 10/Sun Studio CC,drochner2-1/+15
patch provided by Jake Kupersmith per PR pkg/33425
2006-05-05ja-squirrelmailmartti1-1/+2
2006-05-05Updated ja-squirrelmail to 1.4.6nb1martti4-6/+44
* sync with squirrelmail-1.4.6nb1
2006-05-05Note PKGREVISION bump of aspell.minskim1-1/+2
2006-05-05Enable NLS on every platform. Previously, it was enabled on Linux only.minskim2-3/+26
Approved by the maintainer. Bump PKGREVISION.
2006-05-05Note update of mail/qpopper and mail/poppassd pacakge to 4.0.9.taca1-1/+3
2006-05-05Update poppassd package to 4.0.9.taca2-6/+5
Nothing changes but use qpopper 4.0.9 distribution.
2006-05-05Update qpopper package to 4.0.9.taca3-8/+7
Changes from 4.0.8 to 4.0.9: ----------------------------- 1. Fix crash if too many MDEF commands entered.
2006-05-05Note update of mail/ja-squirrelmail package to 1.4.6.taca1-1/+2
2006-05-05Update ja-squirrelmail package to 1.4.6 after talking with martti@.taca10-151/+19
Prior to this release, there are security vulnerability the same as squirrelmail 1.4.5. This update made with temporary Japanese patch based on the patch for 1.4.5.
2006-05-04+ nagios-2.3.wiz1-3/+3
2006-05-04+ adodb-4.81, drupal-4.7.0, libdvdread-0.9.6.wiz1-1/+4
2006-05-04Update pkg_chk to 1.72:dillo1-1/+2
Migrate to new pkg_summary(5).
2006-05-04Bump version to 1.72:dillo3-21/+22
Make it use pkg_summary(5) (with a fallback to the old pkg_chk-summary). Retire capability to create pkg_chk-summary.
2006-05-04First cut on a pkg for the current release series (0.8.x) of vlc.drochner8-0/+730
Built and tested on i386/-current so far. This inherits some cruft from the 0.7 pkg (configure args, dependencies) which should be revisited. I'm committing this early to allow people to bring in fixes for other platforms. (Generally I'm impressed about the quality. After the only locking bug has been fixed of course;-)
2006-05-04+ bacula-1.38.9.ghen1-1/+2
2006-05-04update MyHDL to 0.5.1drochner8-29/+26
There is no usable changelog; I've found one real bug closed in the tracker: A verilog '>>>' is generated as appropriate for signed numbers.
2006-05-04I meant to remove that bogus "xpost-patch" a long time ago -- GC it.tv1-9/+1
2006-05-04Force presence of zlib on all platforms for consistency. Bump PKGREVISIONtv1-1/+3
due to change on platforms where zlib is not in the base system.